diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-01-19 09:53:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2018-01-19 09:53:46 +0000 |
commit | 148ade883d98e7f72f2a3fd01862922d4b49f90c (patch) | |
tree | 430798cc2fb16b875ee4f51e118d2f365e21797f /bin | |
parent | Releasing debian version 20171101-1. (diff) | |
download | open-infrastructure-compute-tools-148ade883d98e7f72f2a3fd01862922d4b49f90c.tar.xz open-infrastructure-compute-tools-148ade883d98e7f72f2a3fd01862922d4b49f90c.zip |
Merging upstream version 20180118.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rwxr-xr-x | bin/container | 2 | ||||
-rwxr-xr-x | bin/container-nsenter | 2 | ||||
-rwxr-xr-x | bin/container-shell | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/bin/container b/bin/container index 1b57193..472df8c 100755 --- a/bin/container +++ b/bin/container @@ -3,6 +3,8 @@ # container-tools - Manage systemd-nspawn containers # Copyright (C) 2014-2017 Daniel Baumann <daniel.baumann@open-infrastructure.net> # +# SPDX-License-Identifier: GPL-3.0+ +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/bin/container-nsenter b/bin/container-nsenter index bf47331..bfe5bdc 100755 --- a/bin/container-nsenter +++ b/bin/container-nsenter @@ -3,6 +3,8 @@ # container-tools - Manage systemd-nspawn containers # Copyright (C) 2014-2017 Daniel Baumann <daniel.baumann@open-infrastructure.net> # +# SPDX-License-Identifier: GPL-3.0+ +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or diff --git a/bin/container-shell b/bin/container-shell index 4903465..9849e72 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -3,6 +3,8 @@ # container-tools - Manage systemd-nspawn containers # Copyright (C) 2014-2017 Daniel Baumann <daniel.baumann@open-infrastructure.net> # +# SPDX-License-Identifier: GPL-3.0+ +# # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or |