diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-29 16:25:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-08-29 16:25:16 +0000 |
commit | c0c501ca4e5bfbaf87c6effdae0e4e6e517644b8 (patch) | |
tree | b9ee5d6d6ea3f93267fe4f7d05dd83aa8702d753 /bin | |
parent | Adding debian version 20221223-6. (diff) | |
download | open-infrastructure-compute-tools-c0c501ca4e5bfbaf87c6effdae0e4e6e517644b8.tar.xz open-infrastructure-compute-tools-c0c501ca4e5bfbaf87c6effdae0e4e6e517644b8.zip |
Merging upstream version 20240829.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-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 fb52687..a8c9b9e 100755 --- a/bin/container +++ b/bin/container @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2024 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # diff --git a/bin/container-shell b/bin/container-shell index d63c3c0..686720a 100755 --- a/bin/container-shell +++ b/bin/container-shell @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2024 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # |