diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-01-11 05:11:44 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2019-02-17 12:11:15 +0000 |
commit | a6146b9f36f163c31753aaeed9caaba054baef2b (patch) | |
tree | 34fd462c0db583fa20951e842c53192ae33b2a35 /bin | |
parent | Releasing version 20180825. (diff) | |
download | compute-tools-a6146b9f36f163c31753aaeed9caaba054baef2b.tar.xz compute-tools-a6146b9f36f163c31753aaeed9caaba054baef2b.zip |
Updating year in copyright notices to 2019.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/container | 2 | ||||
-rwxr-xr-x | bin/container-shell | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/container b/bin/container index 849bbec..50e5379 100755 --- a/bin/container +++ b/bin/container @@ -1,7 +1,7 @@ #!/bin/sh # container-tools - Manage systemd-nspawn containers -# Copyright (C) 2014-2018 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2019 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # diff --git a/bin/container-shell b/bin/container-shell index 2ca5cd3..bce7cee 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -1,7 +1,7 @@ #!/bin/sh # container-tools - Manage systemd-nspawn containers -# Copyright (C) 2014-2018 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2019 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # |