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 774481 - Few modules are missing copyright/license/disclaimer header
Few modules are missing copyright/license/disclaimer header
Status: RESOLVED FIXED
Product: gnome-music
Classification: Applications
Component: general
unspecified
Other Linux
: Normal minor
: ---
Assigned To: gnome-music-maint
gnome-music-maint
Depends on:
Blocks:
 
 
Reported: 2016-11-15 16:28 UTC by ppalacios992
Modified: 2016-11-21 14:02 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Added missing copyrgiht/license/disclaimer headers (4.77 KB, patch)
2016-11-15 16:31 UTC, ppalacios992
none Details | Review
copyright: added missing copyright/license/disclaimer headers (4.94 KB, patch)
2016-11-15 20:30 UTC, ppalacios992
none Details | Review
copyright: added missing copyright/license/disclaimer headers (1.96 KB, patch)
2016-11-15 22:58 UTC, ppalacios992
none Details | Review
copyright: added missing copyright/license/disclaimer headers (1.87 KB, patch)
2016-11-15 23:00 UTC, ppalacios992
committed Details | Review

Description ppalacios992 2016-11-15 16:28:06 UTC
Copyright, license, and disclaimer headers are missing in the following modules:

- gnome-music.in
- gnomemusic/views/__init__.py
- gnomemusic/widgets/__init__.py
Comment 1 ppalacios992 2016-11-15 16:31:00 UTC
Created attachment 339949 [details] [review]
Added missing copyrgiht/license/disclaimer headers
Comment 2 Marinus Schraal 2016-11-15 18:00:16 UTC
patch review seems non-functional atm, but copyrighting empty files might be a bit much?

There's a typo in the commit msg and please take into account the gnome git commit msg guidelines @ https://wiki.gnome.org/Git/CommitMessages
Comment 3 ppalacios992 2016-11-15 20:30:24 UTC
Created attachment 339961 [details] [review]
copyright: added missing copyright/license/disclaimer headers

Copyright/license/disclaimer headers were added in the following
modules:

  - gnome-music.in
  - gnomemusic/widgets/__init__.py
  - gnomemusic/views/__init__.py
Comment 4 ppalacios992 2016-11-15 20:36:49 UTC
Oh, fixed typo and improved git message. Regarding adding headers in empty files, it is up to you. I usually do it since it is also part of the software and it is some kind usual to add code in __init__ files. In fact, maybe a nice refactor would be to import all widgets and views into their dunder init. This would make code somekind clearer.
Comment 5 ppalacios992 2016-11-15 22:58:17 UTC
Created attachment 339969 [details] [review]
copyright: added missing copyright/license/disclaimer headers

Copyright/license/disclaimer headers were added in the following
modules:

  - gnome-music.in
  - gnomemusic/widgets/__init__.py
  - gnomemusic/views/__init__.py
Comment 6 ppalacios992 2016-11-15 23:00:14 UTC
Created attachment 339971 [details] [review]
copyright: added missing copyright/license/disclaimer headers

Copyright/license/disclaimer headers were added in gnome-music.in.
Comment 7 ppalacios992 2016-11-15 23:00:57 UTC
I've removed copyright from empty files ;)
Comment 8 Marinus Schraal 2016-11-21 14:01:25 UTC
Comment on attachment 339971 [details] [review]
copyright: added missing copyright/license/disclaimer headers

Thanks for the patch.