#!/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=
#!/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
#!/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
#!/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