diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-11-20 09:55:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2023-11-20 09:55:11 +0000 |
commit | 538f257d0d6a93b3de0cbdeed7d865267397f7a7 (patch) | |
tree | f3093dc724bc94eab72cffe9bdc18a682af76d52 /apt | |
parent | Clearing ipv4 address in supermicro-ipmi-reset for ipv6-only mode. (diff) | |
download | service-tools-538f257d0d6a93b3de0cbdeed7d865267397f7a7.tar.xz service-tools-538f257d0d6a93b3de0cbdeed7d865267397f7a7.zip |
Updating copyright notices for 2023.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | apt/Makefile | 2 | ||||
-rwxr-xr-x | apt/bin/apt-install | 2 | ||||
-rwxr-xr-x | apt/bin/apt-remove | 2 | ||||
-rw-r--r-- | apt/share/man/Makefile | 2 | ||||
-rw-r--r-- | apt/share/man/apt-install.1.rst | 2 | ||||
-rw-r--r-- | apt/share/man/man.in | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/apt/Makefile b/apt/Makefile index 6b3744b..49377eb 100644 --- a/apt/Makefile +++ b/apt/Makefile @@ -1,6 +1,6 @@ # Open Infrastructure: service-tools -# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2023 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # diff --git a/apt/bin/apt-install b/apt/bin/apt-install index 2427361..323d1b6 100755 --- a/apt/bin/apt-install +++ b/apt/bin/apt-install @@ -2,7 +2,7 @@ # Open Infrastructure: service-tools -# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2023 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # diff --git a/apt/bin/apt-remove b/apt/bin/apt-remove index 655246e..719c8e7 100755 --- a/apt/bin/apt-remove +++ b/apt/bin/apt-remove @@ -2,7 +2,7 @@ # Open Infrastructure: service-tools -# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2023 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # diff --git a/apt/share/man/Makefile b/apt/share/man/Makefile index a6d6bf2..ce5fe50 100644 --- a/apt/share/man/Makefile +++ b/apt/share/man/Makefile @@ -1,6 +1,6 @@ # Open Infrastructure: service-tools -# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Copyright (C) 2014-2023 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # diff --git a/apt/share/man/apt-install.1.rst b/apt/share/man/apt-install.1.rst index f446ea9..6880898 100644 --- a/apt/share/man/apt-install.1.rst +++ b/apt/share/man/apt-install.1.rst @@ -1,6 +1,6 @@ .. Open Infrastructure: service-tools -.. Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> +.. Copyright (C) 2014-2023 Daniel Baumann <daniel.baumann@open-infrastructure.net> .. .. SPDX-License-Identifier: GPL-3.0+ .. diff --git a/apt/share/man/man.in b/apt/share/man/man.in index f95ca67..bcc6362 100644 --- a/apt/share/man/man.in +++ b/apt/share/man/man.in @@ -1,6 +1,6 @@ .\" Open Infrastructure: service-tools .\" -.\" Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net> +.\" Copyright (C) 2014-2023 Daniel Baumann <daniel.baumann@open-infrastructure.net> .\" .\" SPDX-License-Identifier: GPL-3.0+ .\" |