X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Fsbin%2Flicense_tag;h=689b246ef588369d7dcaf6c55ac4fdb7af3039d9;hb=101cc49024f693a837e2ff74a89a300b7ecb8976;hp=33da2e026b490959d3d23fd6089ba54efef35c46;hpb=945721f48f74d5cfffef7c7cf3a3d6bc2521f5dd;p=freeside.git diff --git a/rt/sbin/license_tag b/rt/sbin/license_tag index 33da2e026..689b246ef 100644 --- a/rt/sbin/license_tag +++ b/rt/sbin/license_tag @@ -5,7 +5,7 @@ # # Copyright (c) 1996-2003 Jesse Vincent # -# (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 = < -(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');