]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
template: Use SPDX
authorStéphane Graber <stgraber@stgraber.org>
Tue, 2 Apr 2024 21:51:55 +0000 (17:51 -0400)
committerStéphane Graber <stgraber@stgraber.org>
Tue, 2 Apr 2024 21:51:55 +0000 (17:51 -0400)
Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
templates/lxc-busybox.in
templates/lxc-download.in
templates/lxc-local.in
templates/lxc-oci.in

index 8c961e70fe16c3fdafab3fc529d707673990cd64..6669e4d029673eba5298ae5e9301f6af9249c253 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/sh
-
-# Client script for LXC container images.
 #
-# Copyright @ Daniel Lezcano <daniel.lezcano@free.fr>
-# Copyright © 2018 Christian Brauner <christian.brauner@ubuntu.com>
+# SPDX-License-Identifier: LGPL-2.1-or-later
 #
-#  This library is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU Lesser General Public
-#  License as published by the Free Software Foundation; either
-#  version 2.1 of the License, or (at your option) any later version.
-
-#  This library is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#  Lesser General Public License for more details.
-
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with this library; if not, write to the Free Software
-#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
-#  USA
+# Client script for LXC container images.
 
 LXC_MAPPED_UID=
 LXC_MAPPED_GID=
index 75bff242793800324382aa728d5a7837306f3d93..0d9504cc5f5a94ded3d4a04a81a577f4f7f4359e 100755 (executable)
@@ -1,23 +1,8 @@
 #!/bin/sh
-
-# Client script for LXC container images.
 #
-# Copyright © 2014 Stéphane Graber <stgraber@ubuntu.com>
+# SPDX-License-Identifier: LGPL-2.1-or-later
 #
-#  This library is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU Lesser General Public
-#  License as published by the Free Software Foundation; either
-#  version 2.1 of the License, or (at your option) any later version.
-
-#  This library is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#  Lesser General Public License for more details.
-
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with this library; if not, write to the Free Software
-#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
-#  USA
+# Client script for LXC container images.
 
 set -eu
 
index 673a02e1546b0fe4c7bda012fa4d6234db6a9924..43cd6b1ccf98ae6949642cc9309c7eedf727b517 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/sh
-
-# Client script for LXC container images.
 #
-# Copyright © 2018 Stéphane Graber <stgraber@ubuntu.com>
-# Copyright © 2018 Christian Brauner <christian.brauner@ubuntu.com>
+# SPDX-License-Identifier: LGPL-2.1-or-later
 #
-#  This library is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU Lesser General Public
-#  License as published by the Free Software Foundation; either
-#  version 2.1 of the License, or (at your option) any later version.
-
-#  This library is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#  Lesser General Public License for more details.
-
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with this library; if not, write to the Free Software
-#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
-#  USA
+# Client script for LXC container images.
 
 set -eu
 
index 9b9abff2eabd8d4c4d2edbcdc49f7001131fb292..2b4051ffaeb8d53efc90c88dda5e6ad7a7985ebe 100755 (executable)
@@ -1,24 +1,8 @@
 #!/bin/bash
-
-# Create application containers from OCI images
-
-# Copyright © 2014 Stéphane Graber <stgraber@ubuntu.com>
-# Copyright © 2017 Serge Hallyn <serge@hallyn.com>
 #
-#  This library is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU Lesser General Public
-#  License as published by the Free Software Foundation; either
-#  version 2.1 of the License, or (at your option) any later version.
-
-#  This library is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#  Lesser General Public License for more details.
-
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with this library; if not, write to the Free Software
-#  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
-#  USA
+# SPDX-License-Identifier: LGPL-2.1-or-later
+#
+# Create application containers from OCI images
 
 set -eu