]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Fri, 1 Aug 2008 23:45:29 +0000 (23:45 +0000)
committerAutomatic Updater <source@isc.org>
Fri, 1 Aug 2008 23:45:29 +0000 (23:45 +0000)
lib/isc/include/isc/resource.h
lib/isc/win32/resource.c

index dddd0396adf5926dd27c3188ed602ee6c635d198..fbd9e287ae849e2eb92052ef8adfb4282d49ecf3 100644 (file)
@@ -1,8 +1,8 @@
 /*
- * Copyright (C) 2004  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001  Internet Software Consortium.
  *
- * Permission to use, copy, modify, and 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
  * copyright notice and this permission notice appear in all copies.
  *
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resource.h,v 1.4.206.2 2008/08/01 02:12:46 jinmei Exp $ */
+/* $Id: resource.h,v 1.4.206.3 2008/08/01 23:45:29 tbox Exp $ */
 
 #ifndef ISC_RESOURCE_H
 #define ISC_RESOURCE_H 1
@@ -82,7 +82,7 @@ isc_resource_getlimit(isc_resource_t resource, isc_resourcevalue_t *value);
 isc_result_t
 isc_resource_getcurlimit(isc_resource_t resource, isc_resourcevalue_t *value);
 /*%<
- * Same as isc_resource_getlimit(), but returns the current (soft) limit. 
+ * Same as isc_resource_getlimit(), but returns the current (soft) limit.
  *
  * Returns:
  *\li  #ISC_R_SUCCESS          Success.
index e04eb9fc84605c74c5a0731cc05bfe9cca9d8808..1404f3c488807a67a9f25912754468634fac9923 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004, 2007  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2004, 2007, 2008  Internet Systems Consortium, Inc. ("ISC")
  * Copyright (C) 2000, 2001, 2003  Internet Software Consortium.
  *
  * Permission to use, copy, modify, and/or distribute this software for any
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: resource.c,v 1.2.12.7 2008/08/01 02:12:46 jinmei Exp $ */
+/* $Id: resource.c,v 1.2.12.8 2008/08/01 23:45:29 tbox Exp $ */
 
 #include <config.h>