]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3563] Copyright years updated, minor cosmetics.
authorTomek Mrugalski <tomasz@isc.org>
Tue, 3 Feb 2015 16:44:29 +0000 (17:44 +0100)
committerTomek Mrugalski <tomasz@isc.org>
Tue, 3 Feb 2015 16:44:29 +0000 (17:44 +0100)
src/bin/dhcp6/dhcp6_srv.cc
src/lib/dhcpsrv/cfg_hosts.cc
src/lib/dhcpsrv/cfg_hosts.h
src/lib/dhcpsrv/host.cc
src/lib/dhcpsrv/host.h
src/lib/dhcpsrv/host_container.h
src/lib/dhcpsrv/host_mgr.cc
src/lib/dhcpsrv/host_mgr.h
src/lib/dhcpsrv/subnet.h
src/lib/dhcpsrv/tests/cfg_hosts_unittest.cc

index 43eeddc8752167504fc8f49b6b4d45a51ab02b85..66bcb51004b43b62e9cd78d07b5a8f33aed737cc 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2011-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2011-2015 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
index 2b8659324ec19eda297249f94ea0ed304b561854..583600c9f547302f64b74c7927a597786e480ca7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2015 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
@@ -120,7 +120,7 @@ CfgHosts::getAllInternal6(const IOAddress& address, Storage& storage) const {
         isc_throw(BadHostAddress, "must specify an IPv6 address when searching"
                   " for a host, specified address was " << address);
     }
-    // Search for the Host using the reserved IPv4 address as a key.
+    // Search for the Host using the reserved IPv6 address as a key.
     const HostContainerIndex1& idx = hosts_.get<1>();
     HostContainerIndex1Range r = idx.equal_range(address);
     // Append each Host object to the storage.
index 0cf511da8d8504309b315ca87cb6e18182adaf16..e3a8f23db80a279302f902d249d38013c17c81cd 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2015 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
index fe4a702a8464b57f95975eb66c4dcbd085b33807..75977d9b4754c3facdfa06557acee3c66ad7103d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2015 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
index 40b66a12ea272fc3268ad1e3e77f0dabe5b1809b..8d597148e93629fba25a9170cdeff89305e31996 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2015 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
index c59142a44a1cd8f257e48bcfb84b68aac3bc7fb7..04e77783b435565ef4f113c83b7ad7ba31c357cf 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2015 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
@@ -112,7 +112,7 @@ struct HostResrv6Tuple {
     /// @param resrv IPv6 address/prefix reservation
     /// @param host pointer to the host object
     HostResrv6Tuple(const IPv6Resrv& resrv, const HostPtr& host)
-    :resrv_(resrv), host_(host), subnet_id_(host? host->getIPv6SubnetID() : 0) {
+    :resrv_(resrv), host_(host), subnet_id_(host ? host->getIPv6SubnetID() : 0) {
     }
 
     /// @brief Address or prefix reservation.
index e1e56fd6129f7d36ee9f49fb9159d14dcd419c58..37b3a102801133ec21f6d2109b64513d2beb1419 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2015 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
index 2ef7deb524d31a9e9ba49d0ae3d2f32ab05c6bfb..55a4f4c05e0ef24f64fed15ad97ed8bc67e3da54 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2015 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
index 601ed32109826ad93cc3afc5aef530cd8b9c038b..b74258e00a96bb96830b1c328ef27ace81cc03a4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2012-2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2012-2015 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
index a1548143a2dbd030192f304d253fddf2e555de90..a0a9a6520cf145b26f56a2ad5a77e7067341ffc0 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC")
+// Copyright (C) 2014-2015 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