diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-04 16:24:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-09-04 16:26:00 +0000 |
commit | 0e89d5acfed08eacda5b620a29232a04ef388c47 (patch) | |
tree | 196be3b06fa94e2262f6371a104496ce98c9a626 /apache/Makefile | |
parent | Releasing debian version 20210828-2. (diff) | |
download | open-infrastructure-service-tools-0e89d5acfed08eacda5b620a29232a04ef388c47.tar.xz open-infrastructure-service-tools-0e89d5acfed08eacda5b620a29232a04ef388c47.zip |
Merging upstream version 20210904.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'apache/Makefile')
-rw-r--r-- | apache/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/apache/Makefile b/apache/Makefile index 90758cf..3977399 100644 --- a/apache/Makefile +++ b/apache/Makefile @@ -1,4 +1,6 @@ -# Copyright (C) 2014-2019 Daniel Baumann <daniel.baumann@open-infrastructure.net> +# Open Infrastructure: service-tools + +# Copyright (C) 2014-2021 Daniel Baumann <daniel.baumann@open-infrastructure.net> # # SPDX-License-Identifier: GPL-3.0+ # @@ -13,7 +15,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with this program. If not, see <http://www.gnu.org/licenses/>. +# along with this program. If not, see <https://www.gnu.org/licenses/>. SHELL := sh -e |