summaryrefslogtreecommitdiff
path: root/list-depends
diff options
context:
space:
mode:
Diffstat (limited to 'list-depends')
-rwxr-xr-xlist-depends15
1 files changed, 15 insertions, 0 deletions
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'