summaryrefslogtreecommitdiff
path: root/rt/sbin/license_tag
diff options
context:
space:
mode:
authorivan <ivan>2004-03-11 02:05:38 +0000
committerivan <ivan>2004-03-11 02:05:38 +0000
commit289340780927b5bac2c7604d7317c3063c6dd8cc (patch)
treec4100ab9857ae00c330213af8a46e66c208580e6 /rt/sbin/license_tag
parent945721f48f74d5cfffef7c7cf3a3d6bc2521f5dd (diff)
import of rt 3.0.9RT_3_0_9
Diffstat (limited to 'rt/sbin/license_tag')
-rw-r--r--rt/sbin/license_tag6
1 files changed, 3 insertions, 3 deletions
diff --git a/rt/sbin/license_tag b/rt/sbin/license_tag
index 33da2e0..689b246 100644
--- a/rt/sbin/license_tag
+++ b/rt/sbin/license_tag
@@ -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');