From 85abd4026f00a04bfdae0d42766404e57ccab6f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Tue, 2 Apr 2024 17:51:55 -0400 Subject: [PATCH] template: Use SPDX MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- templates/lxc-busybox.in | 20 ++------------------ templates/lxc-download.in | 19 ++----------------- templates/lxc-local.in | 20 ++------------------ templates/lxc-oci.in | 22 +++------------------- 4 files changed, 9 insertions(+), 72 deletions(-) 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 -- 2.47.3