From 27796720d5504f12b73b57c8fab2d167267e6b6e Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Thu, 27 Jun 2019 14:02:19 +0100 Subject: 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 --- docker/Dockerfile | 15 +++++++++++++++ docker/bootstrap-perls.sh | 15 +++++++++++++++ docker/run-stow-tests.sh | 15 +++++++++++++++ 3 files changed, 45 insertions(+) (limited to 'docker') 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 -- cgit v1.2.1