Commit faace175 authored by Rusty Russell's avatar Rusty Russell

Add author and maintainer fields.

parent d7c0cfeb
......@@ -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 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -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[])
{
......
......@@ -26,6 +26,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -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>
......
......@@ -12,6 +12,7 @@
* asort does both.
*
* Licence: LGPL
* Author: Rusty Russell <rusty@rustcorp.com.au>
*
* Example:
* #include <ccan/asort/asort.h>
......
......@@ -34,6 +34,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -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[])
{
......
......@@ -42,6 +42,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -68,6 +68,7 @@
* }
*
* Licence: LGPL (v2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -37,6 +37,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -36,6 +36,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -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[])
{
......
......@@ -102,6 +102,7 @@
* }
*
* Licence: GPLv2 (or later)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -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>
......
......@@ -53,6 +53,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -46,6 +46,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -29,6 +29,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -66,6 +66,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -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[])
{
......
......@@ -24,6 +24,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -36,6 +36,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -130,6 +130,7 @@
* }
*
* Licence: GPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
......@@ -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[])
{
......
......@@ -134,6 +134,7 @@
* }
*
* Licence: LGPL (2 or any later version)
* Author: Rusty Russell <rusty@rustcorp.com.au>
*/
int main(int argc, char *argv[])
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment