]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Mon, 29 Sep 2014 23:46:52 +0000 (23:46 +0000)
committerTinderbox User <tbox@isc.org>
Mon, 29 Sep 2014 23:46:52 +0000 (23:46 +0000)
lib/isc/include/isc/ratelimiter.h
lib/isc/ratelimiter.c

index 670a1274b85e960e79d6c3bd528a2b632b5dab81..288b8ef28a38fa819c6e471fc4640a99db2b6207 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2007, 2009  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004-2007, 2009, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
index 0273b8137006bee3d9a0279889ac54c756ef49e3..31f6f3f5b4279f59ea622b4a6b7a099da3b4faba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2005, 2007, 2012  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2005, 2007, 2012, 2014  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 1999-2002  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -298,7 +298,7 @@ isc_ratelimiter_detach(isc_ratelimiter_t **rlp) {
        REQUIRE(rlp != NULL && *rlp != NULL);
 
        rl = *rlp;
-       
+
        LOCK(&rl->lock);
        REQUIRE(rl->refs > 0);
        rl->refs--;