summaryrefslogtreecommitdiff
path: root/list-depends
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2019-04-06 23:41:11 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2019-04-07 00:00:15 -0400
commitdcee80310fe3b54d40d689a38a1e77a4f488e569 (patch)
tree5a2848af1ce69d72e48f6e87dcf9a7f12c809453 /list-depends
parentceff8e1e1938f663f65923aa42507588aa1c0d54 (diff)
Add some missing copyright statements
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'