[Rt-commit] r13103 - in rt/branches/3.8-TESTING: . share/html/NoAuth/js
jesse at bestpractical.com
jesse at bestpractical.com
Mon Jun 9 23:22:43 EDT 2008
Author: jesse
Date: Mon Jun 9 23:22:39 2008
New Revision: 13103
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/sbin/license_tag
rt/branches/3.8-TESTING/share/html/NoAuth/js/ahah.js
Log:
r32552 at 31b: jesse | 2008-06-09 22:52:32 -0400
* license tagger now has exceptions for scriptaculous and fckeditor
Modified: rt/branches/3.8-TESTING/sbin/license_tag
==============================================================================
--- rt/branches/3.8-TESTING/sbin/license_tag (original)
+++ rt/branches/3.8-TESTING/sbin/license_tag Mon Jun 9 23:22:39 2008
@@ -246,7 +246,7 @@
my $name = shift;
my $file = shift;
- return 1 if ($name =~ /(?:FCKEditor|scriptaculous)/);
+ return 1 if ($name =~ /(?:FCKEditor|scriptaculous)/i);
return 0 if $file =~ /Copyright\s+\(c\)\s+\d\d\d\d-\d\d\d\d Best Practical Solutions/i;
return 1 if $file =~ /\bcopyright\b/i; # common
Modified: rt/branches/3.8-TESTING/share/html/NoAuth/js/ahah.js
==============================================================================
--- rt/branches/3.8-TESTING/share/html/NoAuth/js/ahah.js (original)
+++ rt/branches/3.8-TESTING/share/html/NoAuth/js/ahah.js Mon Jun 9 23:22:39 2008
@@ -1,8 +1,8 @@
%# BEGIN BPS TAGGED BLOCK {{{
%#
%# COPYRIGHT:
-%#
-%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
+%#
+%# This software is Copyright (c) 1996-2008 Best Practical Solutions, LLC
%# <jesse at bestpractical.com>
%#
%# (Except where explicitly superseded by other copyright notices)
More information about the Rt-commit
mailing list