summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile15
-rwxr-xr-xlist-depends15
-rw-r--r--parabolaweb-update.in2
3 files changed, 31 insertions, 1 deletions
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 <lukeshu@parabola.nu>
+#
+# 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 <http://www.gnu.org/licenses/>.
+
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 <lukeshu@parabola.nu>
+#
+# 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 <http://www.gnu.org/licenses/>.
+
[[ -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 <lukeshu@parabola.nu>
+# Copyright (c) 2012-2013, 2015 Luke Shumaker <lukeshu@parabola.nu>
#
# 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