aboutsummaryrefslogtreecommitdiff
path: root/contrib/scripts/afferify
diff options
context:
space:
mode:
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