Browse Source

Add author and maintainer fields.

Rusty Russell 15 years ago
parent
commit
faace1758e

+ 1 - 0
ccan/alignof/_info

@@ -33,6 +33,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/alloc/_info

@@ -93,6 +93,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/antithread/_info

@@ -8,6 +8,7 @@
  * Threads suck.  Antithreads try not to.  FIXME.
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/array_size/_info

@@ -26,6 +26,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/asearch/_info

@@ -11,6 +11,7 @@
  * This version uses macros to be typesafe on platforms which support it.
  *
  * Licence: LGPL
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
  *	#include <ccan/asearch/asearch.h>

+ 1 - 0
ccan/asort/_info

@@ -12,6 +12,7 @@
  * asort does both.
  *
  * Licence: LGPL
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
  *	#include <ccan/asort/asort.h>

+ 1 - 0
ccan/build_assert/_info

@@ -34,6 +34,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/check_type/_info

@@ -15,6 +15,7 @@
  * different size.
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/container_of/_info

@@ -42,6 +42,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/crcsync/_info

@@ -68,6 +68,7 @@
  *	}
  *
  * Licence: LGPL (v2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/endian/_info

@@ -37,6 +37,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/grab_file/_info

@@ -36,6 +36,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 2 - 0
ccan/hash/_info

@@ -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>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/hashtable/_info

@@ -102,6 +102,7 @@
  *	}
  *
  * Licence: GPLv2 (or later)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/likely/_info

@@ -10,6 +10,7 @@
  * compiler and the reader.
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
  *	#include <ccan/likely/likely.h>

+ 1 - 0
ccan/list/_info

@@ -53,6 +53,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/noerr/_info

@@ -46,6 +46,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/read_write_all/_info

@@ -29,6 +29,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/short_types/_info

@@ -66,6 +66,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 3 - 0
ccan/sparse_bsearch/_info

@@ -49,6 +49,9 @@
  *		}
  *		return 0;
  *	}
+ *
+ * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/str/_info

@@ -24,6 +24,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/str_talloc/_info

@@ -36,6 +36,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/talloc_link/_info

@@ -130,6 +130,7 @@
  *	}
  *
  * Licence: GPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 2 - 0
ccan/tap/_info

@@ -42,6 +42,8 @@
  *		ok1(strcmp(ab, a) > 0);
  *		return exit_status();
  *	}
+ *
+ * Maintainer: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {

+ 1 - 0
ccan/typesafe_cb/_info

@@ -134,6 +134,7 @@
  *	}
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {