<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
From: Oliver Xymoron &lt;oxymoron@waste.org&gt;

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&amp;hl=en&amp;lr=&amp;ie=UTF-8&amp;selm=fa.j8fsl5v.g08fjo%40ifi.uio.no&amp;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 &lt;mpm@selenic.com&gt;
+ *
+ * This software may be used and distributed according to the terms
+ * of the GNU General Public License, incorporated herein by reference.
+ */
+
 #include &lt;stdio.h&gt;
 
 int main(int argc, char *argv[])

_
</pre></body></html>