mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
util/tabify-changes copyright
This commit is contained in:
parent
1576cde466
commit
e4dfb76322
@ -2292,6 +2292,7 @@
|
|||||||
./util/nanny.pl PERL 2000,2001,2004
|
./util/nanny.pl PERL 2000,2001,2004
|
||||||
./util/nt-kit SH 1999,2000,2001,2004
|
./util/nt-kit SH 1999,2000,2001,2004
|
||||||
./util/spacewhack.pl PERL 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-drafts.pl PERL 2000,2001,2004
|
||||||
./util/update_copyrights PERL 1998,1999,2000,2001,2004
|
./util/update_copyrights PERL 1998,1999,2000,2001,2004
|
||||||
./version X 1999,2000,2001
|
./version X 1999,2000,2001
|
||||||
|
@ -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} |
|
expand ${1} |
|
||||||
sed \
|
sed \
|
||||||
-e 's/^\([1-9][0-9][0-9][0-9][0-9][0-9]\.\) */\1 /' \
|
-e 's/^\([1-9][0-9][0-9][0-9][0-9][0-9]\.\) */\1 /' \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user