]> git.ozlabs.org Git - ccan/commitdiff
Add author and maintainer fields.
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 6 Aug 2010 13:08:02 +0000 (22:38 +0930)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 6 Aug 2010 13:08:02 +0000 (22:38 +0930)
25 files changed:
ccan/alignof/_info
ccan/alloc/_info
ccan/antithread/_info
ccan/array_size/_info
ccan/asearch/_info
ccan/asort/_info
ccan/build_assert/_info
ccan/check_type/_info
ccan/container_of/_info
ccan/crcsync/_info
ccan/endian/_info
ccan/grab_file/_info
ccan/hash/_info
ccan/hashtable/_info
ccan/likely/_info
ccan/list/_info
ccan/noerr/_info
ccan/read_write_all/_info
ccan/short_types/_info
ccan/sparse_bsearch/_info
ccan/str/_info
ccan/str_talloc/_info
ccan/talloc_link/_info
ccan/tap/_info
ccan/typesafe_cb/_info

index e647afbfeebb799a1f56c1be172da32e9a9ae133..a7913bb50d680643ea3991e0e339e065d18cafc5 100644 (file)
@@ -33,6 +33,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index f7f77eba18e59f7c7b309a0ef03a4ce892fe03ab..bd303bd5d35b69817677c59b8d29f96599cf74ed 100644 (file)
@@ -93,6 +93,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index 24b4e997e0045aa08adbf7fe8902abec8ea4ffde..29ced5757743ed6ebd3744d4bf630b656d2337e2 100644 (file)
@@ -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[])
 {
index 794ba785913790275b38b24470134b62323e05b1..cbe332ad9aee64d05a3c0a7014b545f3033f32fc 100644 (file)
@@ -26,6 +26,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index 327519d302f4ee5fe0b2b52aa1d3f6bc92d3dfb3..92d330b73ab58dc3616d275be584ef4a15a21c7b 100644 (file)
@@ -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>
index 3b71998aa0d00df2c09e126821b0d7377d744a65..e848ff1a974d73660200694cf33279448270a490 100644 (file)
@@ -12,6 +12,7 @@
  * asort does both.
  *
  * Licence: LGPL
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  *
  * Example:
  *     #include <ccan/asort/asort.h>
index d2fe3d9c80fc240daf4cef1e3b8b9113e4a152df..cf939d794ce95ddd7829fd00b0ba9db48d2653c8 100644 (file)
@@ -34,6 +34,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index 42d3328ad2a95c370002b70bf3a1b4cdf1f012cd..c450ab267f1ed6b77f9c2cac978bdcd08837f902 100644 (file)
@@ -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[])
 {
index 4c25c296036d510a84f2df79c44736004e2200f7..2b9da338a70a9abd0bf97594929c2a08a9dee66c 100644 (file)
@@ -42,6 +42,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index e28e517e5e35276dcefe711b863a980c84fe1f4d..3a98951c428c01739e35a2e2f365d0f977774997 100644 (file)
@@ -68,6 +68,7 @@
  *     }
  *
  * Licence: LGPL (v2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index ae63e14eb53c0840860a9a5b3c833522b23c13ab..52e919365017f675bdd80f1f6530cda0209e6bb9 100644 (file)
@@ -37,6 +37,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index f5d22bbce55494a959adf57b5c05d71457d9469c..480cdab45ed5a780d1800291f4037f5be4234a92 100644 (file)
@@ -36,6 +36,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index 2ec7272529cc4b464e7f16f94a510d6dd16d2076..80f52f15e0b76378c7a48246d193da401634383e 100644 (file)
@@ -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[])
 {
index 4bc4cc4d31718c0833daa28cc239af954da6ecf3..29476c4a800896386876b1cbb4ab725514bbb249 100644 (file)
  *     }
  *
  * Licence: GPLv2 (or later)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index d72aa5586f967af9eb498de8a1f1f5fc7779bbf3..5caed015d25d2bc92a6e69400bad6cf6b0ae7223 100644 (file)
@@ -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>
index 003887c98cda687548218dbc45b75ab659e69504..5af837b53f78c0081fea85f3f877613b38cf0463 100644 (file)
@@ -53,6 +53,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index fee413d3bbc90b23a756bc3a1b7eefb8a1c019e0..9f852957b5f344cd411d31837a2ebe67931c137e 100644 (file)
@@ -46,6 +46,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index 32fccc88e60b19963cad03963ab93ac6f98153d0..b825c933ec42a096341616f2a8d21e58ee792ba5 100644 (file)
@@ -29,6 +29,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index bc69b1b9968db96fc6cc14f769267c3a33433e0a..732db113a58cd8bc167a2ae81db416e6b07c4801 100644 (file)
@@ -66,6 +66,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index 9c5e84118d08f20abd4d1f1cfdb3e81f1219b190..7d7164f04dff4a22bf9fbae2f94f5365ab4733ca 100644 (file)
@@ -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[])
 {
index 081e862d6d69fd7109c1f45ca4733923f5d91a7e..2c024f0297b57261f30f1e0bde0452422c4d1236 100644 (file)
@@ -24,6 +24,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index aaf9d996d0f5553ef5fc554a44bd39631e5e2055..4f093bc4c06af175337bad7b0f367c94958ba5fe 100644 (file)
@@ -36,6 +36,7 @@
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index fe66c24e597ff1db63bce473d070a8ac04d42a4e..8758e07342b2c73296122587a6223701f484a970 100644 (file)
  *     }
  *
  * Licence: GPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {
index 010f98967470528b4425a4b578bd9f8df9ef5340..979cb7233ea2d0d477c28e4326a10cb2ebe0c545 100644 (file)
@@ -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[])
 {
index 1543539ffeff4a2658aca1b8df3e4cf088073e5b..2d8f68483a5b333ac086fa6d87a42e4debe0c57c 100644 (file)
  *     }
  *
  * Licence: LGPL (2 or any later version)
+ * Author: Rusty Russell <rusty@rustcorp.com.au>
  */
 int main(int argc, char *argv[])
 {