2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-04 00:25:29 +00:00

update copyright notice

This commit is contained in:
Tinderbox User
2014-02-28 23:46:19 +00:00
parent c5a97a549c
commit e23798e2ab
6 changed files with 25 additions and 25 deletions

View File

@@ -358,7 +358,7 @@ main(int argc, char **argv) {
if (strcasecmp(algname, "RSA") == 0) { if (strcasecmp(algname, "RSA") == 0) {
fprintf(stderr, "The use of RSA (RSAMD5) is not " fprintf(stderr, "The use of RSA (RSAMD5) is not "
"recommended.\nIf you still wish to " "recommended.\nIf you still wish to "
"use RSA (RSAMD5) please specify " "use RSA (RSAMD5) please specify "
"\"-a RSAMD5\"\n"); "\"-a RSAMD5\"\n");
if (freeit != NULL) if (freeit != NULL)
@@ -398,27 +398,27 @@ main(int argc, char **argv) {
} }
if (!oldstyle && prepub > 0) { if (!oldstyle && prepub > 0) {
if (setpub && setact && (activate - prepub) < publish) if (setpub && setact && (activate - prepub) < publish)
fatal("Activation and publication dates " fatal("Activation and publication dates "
"are closer together than the\n\t" "are closer together than the\n\t"
"prepublication interval."); "prepublication interval.");
if (!setpub && !setact) { if (!setpub && !setact) {
setpub = setact = ISC_TRUE; setpub = setact = ISC_TRUE;
publish = now; publish = now;
activate = now + prepub; activate = now + prepub;
} else if (setpub && !setact) { } else if (setpub && !setact) {
setact = ISC_TRUE; setact = ISC_TRUE;
activate = publish + prepub; activate = publish + prepub;
} else if (setact && !setpub) { } else if (setact && !setpub) {
setpub = ISC_TRUE; setpub = ISC_TRUE;
publish = activate - prepub; publish = activate - prepub;
} }
if ((activate - prepub) < now) if ((activate - prepub) < now)
fatal("Time until activation is shorter " fatal("Time until activation is shorter "
"than the\n\tprepublication interval."); "than the\n\tprepublication interval.");
} }
} else { } else {
char keystr[DST_KEY_FORMATSIZE]; char keystr[DST_KEY_FORMATSIZE];
isc_stdtime_t when; isc_stdtime_t when;

View File

@@ -1,4 +1,4 @@
.\" Copyright (C) 2012, 2013 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC")
.\" .\"
.\" Permission to use, copy, modify, and/or distribute this software for any .\" Permission to use, copy, modify, and/or distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" purpose with or without fee is hereby granted, provided that the above

View File

@@ -1,4 +1,4 @@
.\" 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 .\" Permission to use, copy, modify, and/or distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" purpose with or without fee is hereby granted, provided that the above

View File

@@ -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 - Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted, provided that the above - purpose with or without fee is hereby granted, provided that the above

View File

@@ -1,4 +1,4 @@
.\" Copyright (C) 2009, 2012 Internet Systems Consortium, Inc. ("ISC") .\" Copyright (C) 2009, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
.\" .\"
.\" Permission to use, copy, modify, and/or distribute this software for any .\" Permission to use, copy, modify, and/or distribute this software for any
.\" purpose with or without fee is hereby granted, provided that the above .\" purpose with or without fee is hereby granted, provided that the above

View File

@@ -1,5 +1,5 @@
<!-- <!--
- Copyright (C) 2009, 2011, 2012 Internet Systems Consortium, Inc. ("ISC") - Copyright (C) 2009, 2011, 2012, 2014 Internet Systems Consortium, Inc. ("ISC")
- -
- Permission to use, copy, modify, and/or distribute this software for any - Permission to use, copy, modify, and/or distribute this software for any
- purpose with or without fee is hereby granted, provided that the above - purpose with or without fee is hereby granted, provided that the above