summaryrefslogtreecommitdiff
path: root/docker
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 /docker
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 'docker')
-rw-r--r--docker/Dockerfile15
-rwxr-xr-xdocker/bootstrap-perls.sh15
-rwxr-xr-xdocker/run-stow-tests.sh15
3 files changed, 45 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index ad4678e..1314a2d 100644
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -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/.
+
# Build docker image: `docker build -t stowtest`
# Run tests: (from stow src directory)
# `docker run --rm -it -v $(pwd):$(pwd) -w $(pwd) stowtest`
diff --git a/docker/bootstrap-perls.sh b/docker/bootstrap-perls.sh
index 00061b6..2efdd5e 100755
--- a/docker/bootstrap-perls.sh
+++ b/docker/bootstrap-perls.sh
@@ -1,4 +1,19 @@
#!/bin/bash
+#
+# 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/.
# Load perlbrew environment
. /usr/local/perlbrew/etc/bashrc
diff --git a/docker/run-stow-tests.sh b/docker/run-stow-tests.sh
index 8adf155..416594c 100755
--- a/docker/run-stow-tests.sh
+++ b/docker/run-stow-tests.sh
@@ -1,4 +1,19 @@
#!/bin/bash
+#
+# 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/.
# Load perlbrew environment
# Load before setting safety to keep