From dcee80310fe3b54d40d689a38a1e77a4f488e569 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sat, 6 Apr 2019 23:41:11 -0400 Subject: Add some missing copyright statements --- Makefile | 15 +++++++++++++++ list-depends | 15 +++++++++++++++ parabolaweb-update.in | 2 +- 3 files changed, 31 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38e7960..7e402c6 100644 --- a/Makefile +++ b/Makefile @@ -1,3 +1,18 @@ +# Copyright (c) 2012-2014, 2016-2018 Luke Shumaker +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program 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 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 . + PACKAGE = parabolaweb-utils VERSION = 20180326.1 diff --git a/list-depends b/list-depends index 4484be4..9b8b39e 100755 --- a/list-depends +++ b/list-depends @@ -1,5 +1,20 @@ #!/bin/bash +# Copyright (c) 2013, 2015 Luke Shumaker +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program 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 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 . + [[ -n $stat_file ]] || stat_file='depends_static.txt' [[ -n $prod_file ]] || prod_file='https://projects.parabolagnulinux.org/parabolaweb.git/plain/requirements_prod.txt' diff --git a/parabolaweb-update.in b/parabolaweb-update.in index d03d3ed..3fad382 100644 --- a/parabolaweb-update.in +++ b/parabolaweb-update.in @@ -1,6 +1,6 @@ #!/bin/bash -e -# Copyright (c) 2012-2013 Luke Shumaker +# Copyright (c) 2012-2013, 2015 Luke Shumaker # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -- cgit v1.2.2