2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

update copyright notice

This commit is contained in:
Tinderbox User
2014-07-15 23:45:19 +00:00
parent 904890e38b
commit b6f7267093
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2007 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2007, 2014 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001, 2003 Internet Software Consortium. * Copyright (C) 1999-2001, 2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any

View File

@@ -1,5 +1,5 @@
/* /*
* Copyright (C) 2004-2008, 2010 Internet Systems Consortium, Inc. ("ISC") * Copyright (C) 2004-2008, 2010, 2014 Internet Systems Consortium, Inc. ("ISC")
* Copyright (C) 1999-2001, 2003 Internet Software Consortium. * Copyright (C) 1999-2001, 2003 Internet Software Consortium.
* *
* Permission to use, copy, modify, and/or distribute this software for any * Permission to use, copy, modify, and/or distribute this software for any

View File

@@ -48,7 +48,7 @@ ATF_TC_BODY(snprintf, tc) {
char buf[10000]; char buf[10000];
isc_uint64_t ll = 8589934592ULL; isc_uint64_t ll = 8589934592ULL;
int n; int n;
UNUSED(tc); UNUSED(tc);
/* /*