]> git.ozlabs.org Git - ccan/commitdiff
likely: relicense to CC0.
authorRusty Russell <rusty@rustcorp.com.au>
Thu, 15 Nov 2012 02:28:34 +0000 (12:58 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Thu, 15 Nov 2012 02:28:34 +0000 (12:58 +1030)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
ccan/likely/LICENSE
ccan/likely/_info
ccan/likely/likely.c
ccan/likely/likely.h

index dc314ecac02a0fb3117e54b1271ca135aaada572..b7951dabdc82e45d46d3cf1bd8c7ed8b3a6f7c0f 120000 (symlink)
@@ -1 +1 @@
-../../licenses/LGPL-2.1
\ No newline at end of file
+../../licenses/CC0
\ No newline at end of file
index ac43cc2b1a943702c80844f01ffbdb1c5079a751..b6885ef1fff346a0e0592b5265f57cad291d164d 100644 (file)
@@ -10,9 +10,9 @@
  * compiler and the reader.
  *
  * With CCAN_LIKELY_DEBUG defined, it provides statistics for each
- * likely()/unlikely() call.
+ * likely()/unlikely() call (but note that this requires LGPL dependencies).
  *
- * License: LGPL (v2.1 or any later version)
+ * License: CC0 (Public domain)
  * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
index 1114efc2077f81895b1cf535cc828fc2aac4c33f..83e8d6fbe10b74883e4435d813aea2978f841951 100644 (file)
@@ -1,4 +1,4 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
+/* CC0 (Public domain) - see LICENSE file for details. */
 #ifdef CCAN_LIKELY_DEBUG
 #include <ccan/likely/likely.h>
 #include <ccan/hash/hash.h>
index 8683a2c94782104153ebe98f976eac38d61e45ba..a8f003d72777bf884dbd9831c30eb0b0f0a2ae94 100644 (file)
@@ -1,4 +1,4 @@
-/* Licensed under LGPLv2.1+ - see LICENSE file for details */
+/* CC0 (Public domain) - see LICENSE file for details */
 #ifndef CCAN_LIKELY_H
 #define CCAN_LIKELY_H
 #include "config.h"