mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-15 08:38:08 -05:00
update copyright notice
This commit is contained in:
parent
ac17f67026
commit
f6ea2b1d09
4 changed files with 4 additions and 4 deletions
|
|
@ -678,7 +678,7 @@ sig_fromfile(char *path, isc_buffer_t *iscbuf) {
|
|||
--len;
|
||||
continue;
|
||||
} else if (len < 2U)
|
||||
return (1);
|
||||
return (1);
|
||||
if (('0' <= *p) && (*p <= '9'))
|
||||
val = *p - '0';
|
||||
else if (('A' <= *p) && (*p <= 'F'))
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/perl
|
||||
#
|
||||
# Copyright (C) 2010, 2012 Internet Systems Consortium, Inc. ("ISC")
|
||||
# Copyright (C) 2010, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
# purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (C) 2013 Internet Systems Consortium, Inc. ("ISC")
|
||||
* Copyright (C) 2013, 2014 Internet Systems Consortium, Inc. ("ISC")
|
||||
*
|
||||
* Permission to use, copy, modify, and/or distribute this software for any
|
||||
* purpose with or without fee is hereby granted, provided that the above
|
||||
|
|
|
|||
Loading…
Reference in a new issue