]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
util/tabify-changes copyright
authorMark Andrews <marka@isc.org>
Mon, 8 Mar 2004 00:18:34 +0000 (00:18 +0000)
committerMark Andrews <marka@isc.org>
Mon, 8 Mar 2004 00:18:34 +0000 (00:18 +0000)
util/copyrights
util/tabify-changes

index 11fd1980bff542126fd7a929b10bfd597836e070..bb058c3ab5b9fad8e627576b858c487f8c760232 100644 (file)
 ./util/nanny.pl                                        PERL    2000,2001,2004
 ./util/nt-kit                                  SH      1999,2000,2001,2004
 ./util/spacewhack.pl                           PERL    2000,2001,2004
+./util/tabify-changes                          SH      2004
 ./util/update-drafts.pl                                PERL    2000,2001,2004
 ./util/update_copyrights                       PERL    1998,1999,2000,2001,2004
 ./version                                      X       1999,2000,2001
index 418398fc1024ab515ff8982b5922a49e721a1a8b..fea771573a7eac96a3775d7a0a0779afbe8cb2f6 100644 (file)
@@ -1,3 +1,21 @@
+#!/bin/sh
+#
+# Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+#
+# Permission to use, copy, modify, and distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
+#
+# THE SOFTWARE IS PROVIDED "AS IS" AND ISC DISCLAIMS ALL WARRANTIES WITH
+# REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+# AND FITNESS.  IN NO EVENT SHALL ISC BE LIABLE FOR ANY SPECIAL, DIRECT,
+# INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+# LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE
+# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+# PERFORMANCE OF THIS SOFTWARE.
+
+# $Id: tabify-changes,v 1.2 2004/03/08 00:18:34 marka Exp $
+
 expand ${1} |
 sed \
 -e 's/^\([1-9][0-9][0-9][0-9][0-9][0-9]\.\) */\1       /' \