Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 425884 - app-backup/boxbackup's LICENSE variable does not reflect init script
Summary: app-backup/boxbackup's LICENSE variable does not reflect init script
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Unspecified (show other bugs)
Hardware: All Linux
: Normal QA (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: init-script-license
  Show dependency tree
 
Reported: 2012-07-11 17:16 UTC by Ian Stakenvicius (RETIRED)
Modified: 2016-08-03 21:14 UTC (History)
0 users

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:16:02 UTC
The init script(s) provided in FILESDIR for app-backup/boxbackup has a license of GPL-2 but GPL-2 isn't within the LICENSE variable of the ebuild(s):

files/bbackupd.rc has license line:
# Distributed under the terms of the GNU General Public License v2
... and is used by the following ebuilds:
boxbackup-0.10.ebuild:LICENSE="BSD"
boxbackup-0.11.1.ebuild:LICENSE="BSD"

files/bbstored.rc has license line:
# Distributed under the terms of the GNU General Public License v2
... and is used by the following ebuilds:
boxbackup-0.10.ebuild:LICENSE="BSD"
boxbackup-0.11.1.ebuild:LICENSE="BSD"

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 Michael Orlitzky gentoo-dev 2016-08-03 21:14:46 UTC
commit 25080a9ba262a0634f6922113be791778157cfb1
Author: Michael Orlitzky <mjo@gentoo.org>
Date:   Wed Aug 3 17:08:01 2016 -0400

    app-backup/boxbackup: new revision to fix three QA issues.

    This new revision adds "GPL-2" to LICENSE to cover the init script. It
    also adds two patches, one to eliminate format-security warnings, and
    the other (provided by a user) to fix the manpage install path.

    Gentoo-Bug: 425884
    Gentoo-Bug: 515422
    Gentoo-Bug: 520978

    Package-Manager: portage-2.2.28

 app-backup/boxbackup/boxbackup-0.11.1-r2.ebuild    | 75 ++++++++++++++++++++++
 .../boxbackup-0.11.1-fix-Wformat-security.patch    | 27 ++++++++
 .../files/boxbackup-0.11.1-fix-mandir.patch        | 14 ++++
 3 files changed, 116 insertions(+)