]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add docbook
authorMark Andrews <marka@isc.org>
Mon, 16 Aug 2004 23:56:18 +0000 (23:56 +0000)
committerMark Andrews <marka@isc.org>
Mon, 16 Aug 2004 23:56:18 +0000 (23:56 +0000)
util/merge_copyrights

index 95e081b5ef85e9d3e8e3a0485c42d06a3842a21e..44385d8a3032bc358e241c756c00fd2b8bac0f23 100644 (file)
@@ -15,7 +15,7 @@
 # OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-# $Id: merge_copyrights,v 1.19 2004/03/05 12:56:28 marka Exp $
+# $Id: merge_copyrights,v 1.20 2004/08/16 23:56:18 marka Exp $
 
 %file_types = ();
 %file_years = ();
@@ -62,6 +62,8 @@ while (<FILES>) {
            $file_types{$_} = "PERL";
         } elsif ($base =~ /\.sh$/) {
            $file_types{$_} = "SH";
+        } elsif ($base =~ /\.docbook$/) {
+           $file_types{$_} = "SGML";
         } elsif ($base =~ /\.html$/) {
            $file_types{$_} = "HTML";
         } elsif ($base =~ /\.(man|[0-9])$/) {