[Gstreamer-bugs] [Bug 115359] Changed - Plugins need a license, elements do not

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Mon Jun 30 22:42:23 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=115359

Changed by rbultje at ronald.bitfreak.net.

--- shadow/115359	Mon Jun 30 18:25:25 2003
+++ shadow/115359.tmp.7981	Tue Jul  1 01:42:23 2003
@@ -39,6 +39,35 @@
 applies to the combination of the plugin plus the underlying library,
 and _NOT_ the plugin itself.
 
 
 ------- Additional Comments From ds at schleef.org  2003-06-30 18:25 -------
  4. Every .c and .h file should have a copyright and license block.
+
+------- Additional Comments From rbultje at ronald.bitfreak.net  2003-07-01 01:42 -------
+As for 4, here's a script to go through all files:
+
+for i in `find . -name '*.c'` `find . -name '*.h'`; do ( echo $i &&
+head $i ) >> /tmp/licenses; done
+
+/tmp/licenses than contains the first ten lines of each .c/.h file
+plus the name, so you can easily see which ones miss the license
+field. Examples (I did this in gst-plugins/gst/):
+* gst-plugins/gst/goom/goom_core.c
+* gst-plugins/gst/goom/graphic.c
+* gst-plugins/gst/law/alaw.c
+* gst-plugins/gst/law/mulaw.c
+* gst-plugins/gst/mixmatrix/mixmatrix.c
+* gst-plugins/gst/mpeg1sys/systems.c
+* gst-plugins/gst/mpegaudio/tables.c
+* gst-plugins/gst/playondemand/demo-mp3.c
+* gst-plugins/gst/sine/demo-dparams.c
+* gst-plugins/gst/spectrum/demo-osssrc.c
+* gst-plugins/gst/speed/demo-mp3.c
+
+* gst-plugins/gst/goom/filters.h
+* gst-plugins/gst/goom/goom_core.h
+* gst-plugins/gst/goom/goom_tools.h
+* gst-plugins/gst/goom/graphic.h
+* gst-plugins/gst/mulaw/mulaw-conversion.h
+* gst-plugins/gst/modplug/libmodplug/it_defs.h
+[etc.]





More information about the Gstreamer-bugs mailing list