summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAdam Spiers <stow@adamspiers.org>2019-06-27 14:02:19 +0100
committerAdam Spiers <stow@adamspiers.org>2019-06-27 20:37:40 +0100
commit27796720d5504f12b73b57c8fab2d167267e6b6e (patch)
tree5ceb221d636e32e95fafaf3be832c448bb333b58 /lib
parenta4c0ad62d12763d842285d753e62666e787fa0da (diff)
downloadstow-27796720d5504f12b73b57c8fab2d167267e6b6e.tar.gz
Upgrade to GPL v3 and add headers to files (#44)
Following advice from maintainers@gnu.org, bring Stow in line with other GNU projects by upgrading it from GPL v2 to v3 https://www.gnu.org/prep/maintain/html_node/Licensing-of-GNU-Packages.html#Licensing-of-GNU-Packages as obtained in plain text and texinfo formats from https://www.gnu.org/licenses/ and adding appropriate headers: https://www.gnu.org/prep/maintain/html_node/License-Notices-for-Code.html#License-Notices-for-Code Fixes #44: https://github.com/aspiers/stow/issues/44
Diffstat (limited to 'lib')
-rwxr-xr-xlib/Stow.pm.in15
-rw-r--r--lib/Stow/Util.pm.in15
2 files changed, 30 insertions, 0 deletions
diff --git a/lib/Stow.pm.in b/lib/Stow.pm.in
index fac2c9c..fb454ab 100755
--- a/lib/Stow.pm.in
+++ b/lib/Stow.pm.in
@@ -1,4 +1,19 @@
#!/usr/bin/perl
+#
+# This file is part of GNU Stow.
+#
+# GNU Stow 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 3 of the License, or
+# (at your option) any later version.
+#
+# GNU Stow 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 https://www.gnu.org/licenses/.
package Stow;
diff --git a/lib/Stow/Util.pm.in b/lib/Stow/Util.pm.in
index 451a143..e3e932b 100644
--- a/lib/Stow/Util.pm.in
+++ b/lib/Stow/Util.pm.in
@@ -1,3 +1,18 @@
+# This file is part of GNU Stow.
+#
+# GNU Stow 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 3 of the License, or
+# (at your option) any later version.
+#
+# GNU Stow 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 https://www.gnu.org/licenses/.
+
package Stow::Util;
=head1 NAME