mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
copyright notice is now generated from the source
This commit is contained in:
parent
83217b5fdc
commit
f6161d8b90
1 changed files with 5 additions and 1 deletions
|
|
@ -15,7 +15,7 @@
|
|||
# OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
||||
# PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
# $Id: update_copyrights,v 1.37 2005/05/12 08:08:44 marka Exp $
|
||||
# $Id: update_copyrights,v 1.38 2005/05/13 01:03:21 marka Exp $
|
||||
|
||||
require 5.002;
|
||||
|
||||
|
|
@ -111,6 +111,10 @@ foreach $file (keys %file_types) {
|
|||
}
|
||||
}
|
||||
|
||||
# copyright notice is now generated from the source.
|
||||
if ($years_list eq "DOCBOOK")
|
||||
next;
|
||||
|
||||
if ($years_list eq "DOCBOOK") {
|
||||
docbook($file);
|
||||
if (!defined $years_list) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue