diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-06-10 18:31:35 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2024-06-10 18:32:10 +0200 |
| commit | 64ced5776deed6e40f0b2e9220f92f7f11d950bb (patch) | |
| tree | 65ff26cc0ccfcfef02f495a37acf678fbe7ddb28 | |
| parent | b50b60623c4f2555e573224fa8ec7f4f444d99eb (diff) | |
| download | etc_apache2-64ced5776deed6e40f0b2e9220f92f7f11d950bb.tar.gz etc_apache2-64ced5776deed6e40f0b2e9220f92f7f11d950bb.tar.bz2 etc_apache2-64ced5776deed6e40f0b2e9220f92f7f11d950bb.zip | |
Makefile: add copyright headers.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
| -rw-r--r-- | Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,3 +1,18 @@ +# Copyright (C) 2024 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> +# +# This file is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published by +# the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This file is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see <https://www.gnu.org/licenses/>. + .PHONY: \ all \ apache2.tar \ |
