diff options
-rwxr-xr-x | bin/container | 2 | ||||
-rwxr-xr-x | bin/container-autostart | 2 | ||||
-rwxr-xr-x | bin/container-shell | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/bin/container b/bin/container index 3bfe7b5..f644e6d 100755 --- a/bin/container +++ b/bin/container @@ -1,6 +1,6 @@ #!/bin/sh -# Open Infrastructure: container-tools +# container-tools - Manage systemd-nspawn containers # Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # This program is free software: you can redistribute it and/or modify diff --git a/bin/container-autostart b/bin/container-autostart index 28a7f27..92e2383 100755 --- a/bin/container-autostart +++ b/bin/container-autostart @@ -1,6 +1,6 @@ #!/bin/sh -# Open Infrastructure: container-tools +# container-tools - Manage systemd-nspawn containers # Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # This program is free software: you can redistribute it and/or modify diff --git a/bin/container-shell b/bin/container-shell index a25c5f0..f40d711 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -1,6 +1,6 @@ #!/bin/sh -# Open Infrastructure: container-tools +# container-tools - Manage systemd-nspawn containers # Copyright (C) 2014-2016 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # This program is free software: you can redistribute it and/or modify |