]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorAutomatic Updater <source@isc.org>
Mon, 13 Jul 2009 23:46:05 +0000 (23:46 +0000)
committerAutomatic Updater <source@isc.org>
Mon, 13 Jul 2009 23:46:05 +0000 (23:46 +0000)
lib/isc/x86_32/include/isc/atomic.h

index 474671aa1d80a3aa228914fbd84aa857a5fe2f6f..c196300bc16fb1be4369c7fc3f6e5b3f8d045566 100644 (file)
@@ -1,7 +1,7 @@
 /*
- * Copyright (C) 2005  Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2005, 2009  Internet Systems Consortium, Inc. ("ISC")
  *
- * 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.
  *
@@ -14,7 +14,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: atomic.h,v 1.2.2.4 2009/07/13 07:34:02 marka Exp $ */
+/* $Id: atomic.h,v 1.2.2.5 2009/07/13 23:46:05 tbox Exp $ */
 
 #ifndef ISC_ATOMIC_H
 #define ISC_ATOMIC_H 1
@@ -60,7 +60,7 @@ isc_atomic_store(isc_int32_t *p, isc_int32_t val) {
                 * xchg should automatically lock memory, but we add it
                 * explicitly just in case (it at least doesn't harm)
                 */
-               "lock;"         
+               "lock;"
 #endif
 
                "xchgl %1, %0"