@@ -33,6 +33,7 @@
* }
*
* Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
@@ -93,6 +93,7 @@
@@ -8,6 +8,7 @@
* Threads suck. Antithreads try not to. FIXME.
@@ -26,6 +26,7 @@
@@ -11,6 +11,7 @@
* This version uses macros to be typesafe on platforms which support it.
* Licence: LGPL
* Example:
* #include <ccan/asearch/asearch.h>
@@ -12,6 +12,7 @@
* asort does both.
* #include <ccan/asort/asort.h>
@@ -34,6 +34,7 @@
@@ -15,6 +15,7 @@
* different size.
@@ -42,6 +42,7 @@
@@ -68,6 +68,7 @@
* Licence: LGPL (v2 or any later version)
@@ -37,6 +37,7 @@
@@ -36,6 +36,7 @@
@@ -13,6 +13,8 @@
* and on any version of this package.
* Licence: Public Domain
+ * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
+ * Author: Bob Jenkins <bob_jenkins@burtleburtle.net>
@@ -102,6 +102,7 @@
* Licence: GPLv2 (or later)
@@ -10,6 +10,7 @@
* compiler and the reader.
* #include <ccan/likely/likely.h>
@@ -53,6 +53,7 @@
@@ -46,6 +46,7 @@
@@ -29,6 +29,7 @@
@@ -66,6 +66,7 @@
@@ -49,6 +49,9 @@
* return 0;
+ *
+ * Licence: LGPL (2 or any later version)
@@ -24,6 +24,7 @@
@@ -130,6 +130,7 @@
* Licence: GPL (2 or any later version)
@@ -42,6 +42,8 @@
* ok1(strcmp(ab, a) > 0);
* return exit_status();
@@ -134,6 +134,7 @@