beginning of RT integration
[freeside.git] / rt / sbin / license_tag
index 33da2e0..689b246 100644 (file)
@@ -5,7 +5,7 @@
 # 
 # Copyright (c) 1996-2003 Jesse Vincent <jesse@bestpractical.com>
 # 
-# (Except where explictly superceded by other copyright notices)
+# (Except where explicitly superseded by other copyright notices)
 # 
 # This work is made available to you under the terms of Version 2 of
 # the GNU General Public License. A copy of that license should have
@@ -29,7 +29,7 @@ my $LICENSE  = <<EOL;
 
 Copyright (c) 1996-2003 Jesse Vincent <jesse\@bestpractical.com>
 
-(Except where explictly superceded by other copyright notices)
+(Except where explicitly superseded by other copyright notices)
 
 This work is made available to you under the terms of Version 2 of
 the GNU General Public License. A copy of that license should have
@@ -57,7 +57,7 @@ File::Find::find({ no_chdir => 1, wanted => \&tag_pm}, 'lib');
 File::Find::find({ no_chdir => 1, wanted => \&tag_mason}, 'html');
 File::Find::find({ no_chdir => 1, wanted => \&tag_script}, 'sbin');
 File::Find::find({ no_chdir => 1, wanted => \&tag_script}, 'bin');
-tag_makefile ('Makefile');
+tag_makefile ('Makefile.in');
 tag_makefile ('README');