diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/alloc.c | 3 | ||||
-rw-r--r-- | common/bpf.c | 3 | ||||
-rw-r--r-- | common/comapi.c | 3 | ||||
-rw-r--r-- | common/discover.c | 3 | ||||
-rw-r--r-- | common/dlpi.c | 3 | ||||
-rw-r--r-- | common/execute.c | 3 | ||||
-rw-r--r-- | common/inet.c | 4 | ||||
-rw-r--r-- | common/print.c | 3 | ||||
-rw-r--r-- | common/tables.c | 3 | ||||
-rw-r--r-- | common/tests/test_alloc.c | 2 | ||||
-rw-r--r-- | common/tree.c | 3 |
11 files changed, 11 insertions, 22 deletions
diff --git a/common/alloc.c b/common/alloc.c index f90556fc..ae389d09 100644 --- a/common/alloc.c +++ b/common/alloc.c @@ -3,8 +3,7 @@ Memory allocation... */ /* - * Copyright (c) 2009,2013-2014,2016 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/bpf.c b/common/bpf.c index 0bb140ee..1816496c 100644 --- a/common/bpf.c +++ b/common/bpf.c @@ -3,8 +3,7 @@ BPF socket interface code, originally contributed by Archie Cobbs. */ /* - * Copyright (c) 2009,2012-2014,2016 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/comapi.c b/common/comapi.c index 46282158..230ea483 100644 --- a/common/comapi.c +++ b/common/comapi.c @@ -3,8 +3,7 @@ OMAPI object interfaces for the DHCP server. */ /* - * Copyright (c) 2012,2014-2015 Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004-2007,2009 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2016 Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1999-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/discover.c b/common/discover.c index b5f297e7..819dcc07 100644 --- a/common/discover.c +++ b/common/discover.c @@ -3,8 +3,7 @@ Find and identify the network interfaces. */ /* - * Copyright (c) 2013-2014,2016 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004-2009,2011 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1995-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/dlpi.c b/common/dlpi.c index ff4094ba..57816817 100644 --- a/common/dlpi.c +++ b/common/dlpi.c @@ -3,8 +3,7 @@ Data Link Provider Interface (DLPI) network interface code. */ /* - * Copyright (c) 2009-2011,2014,2016 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004,2007 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1996-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/execute.c b/common/execute.c index da68201d..ba393d3b 100644 --- a/common/execute.c +++ b/common/execute.c @@ -3,8 +3,7 @@ Support for executable statements. */ /* - * Copyright (c) 2009,2013-2016 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1998-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/inet.c b/common/inet.c index 52852d83..2e3449cc 100644 --- a/common/inet.c +++ b/common/inet.c @@ -4,9 +4,7 @@ way... */ /* - * Copyright (c) 2011,2013,2014,2016 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2007-2009 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004,2005 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1995-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/print.c b/common/print.c index 40b64fb6..a694fedd 100644 --- a/common/print.c +++ b/common/print.c @@ -3,8 +3,7 @@ Turn data structures into printable text. */ /* - * Copyright (c) 2009-2014,2016 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004-2007 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1995-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/tables.c b/common/tables.c index 7617b7ef..64d17016 100644 --- a/common/tables.c +++ b/common/tables.c @@ -3,8 +3,7 @@ Tables of information... */ /* - * Copyright (c) 2011-2014, 2016 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004-2009 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1995-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any diff --git a/common/tests/test_alloc.c b/common/tests/test_alloc.c index 41e3848f..a17a61e5 100644 --- a/common/tests/test_alloc.c +++ b/common/tests/test_alloc.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007,2009-2014,2016 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2007-2016 by Internet Systems Consortium, Inc. ("ISC") * * We test the functions provided in alloc.c here. These are very * basic functions, and it is very important that they work correctly. diff --git a/common/tree.c b/common/tree.c index c4965ff1..5698be58 100644 --- a/common/tree.c +++ b/common/tree.c @@ -3,8 +3,7 @@ Routines for manipulating parse trees... */ /* - * Copyright (c) 2011-2014,2016 by Internet Systems Consortium, Inc. ("ISC") - * Copyright (c) 2004-2007,2009 by Internet Systems Consortium, Inc. ("ISC") + * Copyright (c) 2004-2016 by Internet Systems Consortium, Inc. ("ISC") * Copyright (c) 1995-2003 by Internet Software Consortium * * Permission to use, copy, modify, and distribute this software for any |