aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorAndrew Morton <akpm@osdl.org>2003-10-01 10:57:24 -0700
committerLinus Torvalds <torvalds@home.osdl.org>2003-10-01 10:57:24 -0700
commita04d38c50ffbad3fbbdcbf12ac343c641f3eeed3 (patch)
treed8fb364f644bfeedde8121f2f9dec8e60a8977c4 /scripts
parent4f257a746f37c961af2111efbf576298f6e7323b (diff)
downloadhistory-a04d38c50ffbad3fbbdcbf12ac343c641f3eeed3.tar.gz
[PATCH] Add bin2c copyrights
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.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/bin2c.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/scripts/bin2c.c b/scripts/bin2c.c
index 3f900a1657a55..96dd2bcbb4072 100644
--- a/scripts/bin2c.c
+++ b/scripts/bin2c.c
@@ -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[])