From: Stéphane Graber Date: Tue, 2 Apr 2024 21:51:55 +0000 (-0400) Subject: template: Use SPDX X-Git-Tag: v6.0.0~1^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=85abd4026f00a04bfdae0d42766404e57ccab6f9;p=thirdparty%2Flxc.git template: Use SPDX Signed-off-by: Stéphane Graber --- diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in index 8c961e70f..6669e4d02 100755 --- a/templates/lxc-busybox.in +++ b/templates/lxc-busybox.in @@ -1,24 +1,8 @@ #!/bin/sh - -# Client script for LXC container images. # -# Copyright @ Daniel Lezcano -# Copyright © 2018 Christian Brauner +# 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= diff --git a/templates/lxc-download.in b/templates/lxc-download.in index 75bff2427..0d9504cc5 100755 --- a/templates/lxc-download.in +++ b/templates/lxc-download.in @@ -1,23 +1,8 @@ #!/bin/sh - -# Client script for LXC container images. # -# Copyright © 2014 Stéphane Graber +# 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 diff --git a/templates/lxc-local.in b/templates/lxc-local.in index 673a02e15..43cd6b1cc 100755 --- a/templates/lxc-local.in +++ b/templates/lxc-local.in @@ -1,24 +1,8 @@ #!/bin/sh - -# Client script for LXC container images. # -# Copyright © 2018 Stéphane Graber -# Copyright © 2018 Christian Brauner +# 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 diff --git a/templates/lxc-oci.in b/templates/lxc-oci.in index 9b9abff2e..2b4051ffa 100755 --- a/templates/lxc-oci.in +++ b/templates/lxc-oci.in @@ -1,24 +1,8 @@ #!/bin/bash - -# Create application containers from OCI images - -# Copyright © 2014 Stéphane Graber -# Copyright © 2017 Serge Hallyn # -# 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