summaryrefslogtreecommitdiff
path: root/v4l/scripts
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2007-02-23 10:34:37 -0200
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-02-23 10:34:37 -0200
commitcc88074b4da7cb25b8c2bc93f41434cfc1763924 (patch)
treefaead306cc9e24a2e9b955398626d0606fbcbea0 /v4l/scripts
parentc34c53638fecfe18f59fb63819ac79bb8090bc34 (diff)
downloadmediapointer-dvb-s2-cc88074b4da7cb25b8c2bc93f41434cfc1763924.tar.gz
mediapointer-dvb-s2-cc88074b4da7cb25b8c2bc93f41434cfc1763924.tar.bz2
Fixed credits at gentree.pl
From: Mauro Carvalho Chehab <mchehab@infradead.org> gentree.pl were part of Gerd Knorr scripts, used to generate patches from his tree against kernel. Several newer capabilities were added to the original script, including the ability to handle with multiple levels of #if/#else/#endif and support for #elif. This patch corrects the credits for this valuable piece of code. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'v4l/scripts')
-rwxr-xr-xv4l/scripts/gentree.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/v4l/scripts/gentree.pl b/v4l/scripts/gentree.pl
index 2f918468e..4d27fd789 100755
--- a/v4l/scripts/gentree.pl
+++ b/v4l/scripts/gentree.pl
@@ -1,6 +1,9 @@
#!/usr/bin/perl
#
-# Original version by Mauro Carvalho Chehab
+# Original version were part of Gerd Knorr's v4l scripts.
+#
+# Several improvements by (c) 2005-2007 Mauro Carvalho Chehab
+#
# Largely re-written (C) 2007 Trent Piepho <xyzzy@speakeasy.org>
#
# Theory of Operation