From: Oliver Xymoron <oxymoron@waste.org>

I just noticed the ikconfig stuff made it into mainline via -mm. I
also just noticed that it's based in part on a patch I posted almost 5
years ago:

http://groups.google.com/groups?q=oliver+xymoron+config.gz&hl=en&lr=&ie=UTF-8&selm=fa.j8fsl5v.g08fjo%40ifi.uio.no&rnum=2

Sadly, after wandering aimlessly in the desert of unloved patches all
those years, all attribution got lost. This adds a copyright + license
to scripts/bin2c.c, which hasn't aged a day.



 scripts/bin2c.c |    9 +++++++++
 1 files changed, 9 insertions(+)

diff -puN scripts/bin2c.c~bin2c-copyrights scripts/bin2c.c
--- 25/scripts/bin2c.c~bin2c-copyrights	2003-09-28 00:17:21.000000000 -0700
+++ 25-akpm/scripts/bin2c.c	2003-09-28 00:17:21.000000000 -0700
@@ -1,3 +1,12 @@
+/*
+ * Unloved program to convert a binary on stdin to a C include on stdout
+ *
+ * Jan 1999 Matt Mackall <mpm@selenic.com>
+ *
+ * This software may be used and distributed according to the terms
+ * of the GNU General Public License, incorporated herein by reference.
+ */
+
 #include <stdio.h>
 
 int main(int argc, char *argv[])

_