From 4e2504a967ba09643c6dd7e3b9ce400e30adcb3d Mon Sep 17 00:00:00 2001 From: "psyc://loupsycedyglgamf.onion/~lynX" Date: Thu, 7 Jun 2018 15:23:35 +0000 Subject: paragraph for gnunet devs that don't know how to use the web --- contrib/scripts/afferify | 2 ++ contrib/scripts/documentation/gnunet-doc.scm | 3 +++ contrib/scripts/gnunet-chk.py.in | 3 +++ contrib/scripts/gnunet_janitor.py.in | 3 +++ contrib/scripts/gnunet_pyexpect.py.in | 3 +++ contrib/scripts/terminate.py.in | 3 +++ 6 files changed, 17 insertions(+) (limited to 'contrib/scripts') diff --git a/contrib/scripts/afferify b/contrib/scripts/afferify index 7bd7dbd9f..2fa607e1a 100755 --- a/contrib/scripts/afferify +++ b/contrib/scripts/afferify @@ -82,6 +82,8 @@ if (0) { print STDERR "\nTrying $name\t"; # There was a mistake in the replacement text! return unless s#under the terms of the GNU General Public License as published#under the terms of the GNU Affero General Public License as published#; + # Don't apply this one twice! +# return unless s#(\n\W*)(\s+)(Affero General Public License for more details\.)#\1\2\3\1\1\2You should have received a copy of the GNU Affero General Public License\1\2along with this program. If not, see .#; print STDERR "FIXED"; } diff --git a/contrib/scripts/documentation/gnunet-doc.scm b/contrib/scripts/documentation/gnunet-doc.scm index 2c0509dc3..4ae23b298 100644 --- a/contrib/scripts/documentation/gnunet-doc.scm +++ b/contrib/scripts/documentation/gnunet-doc.scm @@ -11,6 +11,9 @@ ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU ;;; Affero General Public License for more details. ;;; +;;; You should have received a copy of the GNU Affero General Public License +;;; along with this program. If not, see . +;;; (use-modules (ice-9 popen) diff --git a/contrib/scripts/gnunet-chk.py.in b/contrib/scripts/gnunet-chk.py.in index 02de2f736..cabaef6c4 100755 --- a/contrib/scripts/gnunet-chk.py.in +++ b/contrib/scripts/gnunet-chk.py.in @@ -12,6 +12,9 @@ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Affero General Public License for more details. # +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . +# # File: gnunet-chk.py # Brief: Computes GNUNET style Content Hash Key for a given file # Author: Sree Harsha Totakura diff --git a/contrib/scripts/gnunet_janitor.py.in b/contrib/scripts/gnunet_janitor.py.in index 8a891f0dc..cbe96a8eb 100644 --- a/contrib/scripts/gnunet_janitor.py.in +++ b/contrib/scripts/gnunet_janitor.py.in @@ -11,6 +11,9 @@ # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . # # Finds any gnunet processes still running in the system and kills them # diff --git a/contrib/scripts/gnunet_pyexpect.py.in b/contrib/scripts/gnunet_pyexpect.py.in index 8908ca6a8..f155db5be 100644 --- a/contrib/scripts/gnunet_pyexpect.py.in +++ b/contrib/scripts/gnunet_pyexpect.py.in @@ -11,6 +11,9 @@ # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . # # Testcase for gnunet-peerinfo from __future__ import print_function diff --git a/contrib/scripts/terminate.py.in b/contrib/scripts/terminate.py.in index f3cfb23f5..30f5dc97f 100644 --- a/contrib/scripts/terminate.py.in +++ b/contrib/scripts/terminate.py.in @@ -11,6 +11,9 @@ # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # Affero General Public License for more details. +# +# You should have received a copy of the GNU Affero General Public License +# along with this program. If not, see . # # Utility module that implements safe process termination for W32. # For other platforms it's equivalent to Popen.kill () -- cgit v1.2.3