After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 557709 - goom should have license headers in all source files
goom should have license headers in all source files
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other Linux
: Normal normal
: 0.10.14
Assigned To: Stefan Sauer (gstreamer, gtkdoc dev)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-24 07:41 UTC by Stefan Sauer (gstreamer, gtkdoc dev)
Modified: 2009-01-23 08:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
add license headers (52.03 KB, patch)
2008-10-24 07:48 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
none Details | Review
add license headers (53.16 KB, patch)
2008-10-24 09:34 UTC, Stefan Sauer (gstreamer, gtkdoc dev)
committed Details | Review

Description Stefan Sauer (gstreamer, gtkdoc dev) 2008-10-24 07:41:56 UTC
Only some of the imported sources from good have license headers.
Comment 1 Stefan Sauer (gstreamer, gtkdoc dev) 2008-10-24 07:48:12 UTC
Created attachment 121247 [details] [review]
add license headers

I copied the licence headers from .h files to their .c file where it was missing and added LGPL headers to all files that had no license header. I copied data and names when there was a comment indicating these details.

I also mentioned the files in the REDME which are not used right now (we don't dist them - should we?).

I also removed filter.c from EXTRA_DIST, as its in SOURCES already.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2008-10-24 09:34:10 UTC
Created attachment 121253 [details] [review]
add license headers

forgot one file
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2008-10-28 06:50:48 UTC
2008-10-28  Stefan Kost  <ensonic@users.sf.net>

	* gst/goom/Makefile.am:
	* gst/goom/README:
	* gst/goom/config_param.c:
	* gst/goom/convolve_fx.c:
	* gst/goom/drawmethods.c:
	* gst/goom/drawmethods.h:
	* gst/goom/filters.c:
	* gst/goom/filters_mmx.s:
	* gst/goom/flying_stars_fx.c:
	* gst/goom/goom.h:
	* gst/goom/goom_config.h:
	* gst/goom/goom_config_param.h:
	* gst/goom/goom_core.c:
	* gst/goom/goom_filters.h:
	* gst/goom/goom_fx.h:
	* gst/goom/goom_graphic.h:
	* gst/goom/goom_plugin_info.h:
	* gst/goom/goom_tools.c:
	* gst/goom/goom_tools.h:
	* gst/goom/goom_typedefs.h:
	* gst/goom/goom_visual_fx.h:
	* gst/goom/graphic.c:
	* gst/goom/ifs.c:
	* gst/goom/ifs.h:
	* gst/goom/lines.c:
	* gst/goom/lines.h:
	* gst/goom/mathtools.c:
	* gst/goom/mathtools.h:
	* gst/goom/mmx.c:
	* gst/goom/motif_goom1.h:
	* gst/goom/motif_goom2.h:
	* gst/goom/plugin_info.c:
	* gst/goom/ppc_drawings.h:
	* gst/goom/ppc_zoom_ultimate.h:
	* gst/goom/sound_tester.c:
	* gst/goom/sound_tester.h:
	* gst/goom/surf3d.c:
	* gst/goom/surf3d.h:
	* gst/goom/tentacle3d.c:
	* gst/goom/tentacle3d.h:
	* gst/goom/v3d.c:
	* gst/goom/v3d.h:
	* gst/goom/xmmx.c:
	  Add license headers in all source files. Remove filter.c from
	  EXTRA_DIST, as its in SOURCES already. Mention the files in the REDME
	  which are not used right now. Fixes #557709.