aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/afferify
diff options
context:
space:
mode:
authorpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-07 15:23:35 +0000
committerpsyc://loupsycedyglgamf.onion/~lynX <ircs://psyced.org/youbroketheinternet>2018-06-07 15:23:35 +0000
commit4e2504a967ba09643c6dd7e3b9ce400e30adcb3d (patch)
treee08c345fda4d0592f1f565c40d4cd5ce749515dc /contrib/scripts/afferify
parent2cdccc796f93117f5c74ec3b586f7654307b02e0 (diff)
downloadgnunet-4e2504a967ba09643c6dd7e3b9ce400e30adcb3d.tar.gz
gnunet-4e2504a967ba09643c6dd7e3b9ce400e30adcb3d.zip
paragraph for gnunet devs that don't know how to use the web
Diffstat (limited to 'contrib/scripts/afferify')
-rwxr-xr-xcontrib/scripts/afferify2
1 files changed, 2 insertions, 0 deletions
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) {
82 print STDERR "\nTrying $name\t"; 82 print STDERR "\nTrying $name\t";
83 # There was a mistake in the replacement text! 83 # There was a mistake in the replacement text!
84 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#; 84 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#;
85 # Don't apply this one twice!
86# 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 <http://www.gnu.org/licenses/>.#;
85 print STDERR "FIXED"; 87 print STDERR "FIXED";
86} 88}
87 89