Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425974 - media-sound/teamspeak-server-bin's LICENSE variable does not reflect init script
Summary: media-sound/teamspeak-server-bin's LICENSE variable does not reflect init script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: Tom Wijsman (TomWij) (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks: init-script-license
  Show dependency tree
 
Reported: 2012-07-11 17:19 UTC by Ian Stakenvicius (RETIRED)
Modified: 2013-04-25 18:08 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ian Stakenvicius (RETIRED) gentoo-dev 2012-07-11 17:19:27 UTC
The init script(s) provided in FILESDIR for media-sound/teamspeak-server-bin has a license of GPL-2 but GPL-2 isn't within the LICENSE variable of the ebuild(s):

files/teamspeak3-server.rc has license line:
# Distributed under the terms of the GNU General Public License v2
... and is used by the following ebuilds:
teamspeak-server-bin-3.0.0_beta30.ebuild:LICENSE="teamspeak3"
teamspeak-server-bin-3.0.0_rc1.ebuild:LICENSE="teamspeak3"
teamspeak-server-bin-3.0.5.ebuild:LICENSE="teamspeak3"
teamspeak-server-bin-3.0.5-r1.ebuild:LICENSE="teamspeak3"
teamspeak-server-bin-3.0.5-r2.ebuild:LICENSE="teamspeak3"

There are two options here -- either LICENSE in the ebuilds should be appended with GPL-2 to cover the init script, or the init script should be relicensed so that it is covered by current LICENSE (this one is probably the preferred resolution).  See also bug 425702 .
Comment 1 Pacho Ramos gentoo-dev 2012-11-18 10:17:39 UTC
Feel free to add the license of init scripts to LICENSE
Comment 2 Tom Wijsman (TomWij) (RETIRED) gentoo-dev 2013-04-25 18:08:17 UTC
+  25 Apr 2013; Tom Wijsman <TomWij@gentoo.org>
+  +files/teamspeak-server-bin-3.0.7.1.rc, +teamspeak-server-bin-3.0.7.1.ebuild,
+  metadata.xml, teamspeak-server-bin-3.0.6.1.ebuild:
+  Took maintainership. Version bump to 3.0.7.1, fixes bug #460280 reported by
+  Marek Królikowski. EAPI 5. RESTRICT="fetch mirror strip" just like teamspeak-
+  client-bin. Added GPL-2 to LICENSE, fixes bug #425974 reported by Ian
+  Stakenvicius (_AxS_).