diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2012-07-12 14:16:32 +0000 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2012-07-12 14:16:32 +0000 |
commit | 75bd16db549124c63b7e7dd3bbf312b837f8fcb9 (patch) | |
tree | e3533e29645a0434d1b0fc4be726804555b6bc0b /app-backup | |
parent | ia64 stable wrt bug #425734 (diff) | |
download | gentoo-2-75bd16db549124c63b7e7dd3bbf312b837f8fcb9.tar.gz gentoo-2-75bd16db549124c63b7e7dd3bbf312b837f8fcb9.tar.bz2 gentoo-2-75bd16db549124c63b7e7dd3bbf312b837f8fcb9.zip |
Added GPL-2 to LICENSE to cover init scripts, bug 425886
(Portage version: 2.1.10.65/cvs/Linux x86_64)
Diffstat (limited to 'app-backup')
-rw-r--r-- | app-backup/tsm/ChangeLog | 6 | ||||
-rw-r--r-- | app-backup/tsm/tsm-6.2.2.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-backup/tsm/tsm-6.3.0.0-r1.ebuild | 4 | ||||
-rw-r--r-- | app-backup/tsm/tsm-6.3.0.5-r1.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/app-backup/tsm/ChangeLog b/app-backup/tsm/ChangeLog index d9d5d2063331..ced8087f8c32 100644 --- a/app-backup/tsm/ChangeLog +++ b/app-backup/tsm/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-backup/tsm # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/ChangeLog,v 1.14 2012/05/24 04:35:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/ChangeLog,v 1.15 2012/07/12 14:16:32 axs Exp $ + + 12 Jul 2012; Ian Stakenvicius <axs@gentoo.org> tsm-6.2.2.0-r1.ebuild, + tsm-6.3.0.0-r1.ebuild, tsm-6.3.0.5-r1.ebuild: + Added GPL-2 to LICENSE to cover init scripts, bug 425886 24 May 2012; Mike Frysinger <vapier@gentoo.org> tsm-6.2.2.0-r1.ebuild, tsm-6.3.0.0-r1.ebuild, tsm-6.3.0.5-r1.ebuild: diff --git a/app-backup/tsm/tsm-6.2.2.0-r1.ebuild b/app-backup/tsm/tsm-6.2.2.0-r1.ebuild index b4db24c0bdda..29a9f898b67d 100644 --- a/app-backup/tsm/tsm-6.2.2.0-r1.ebuild +++ b/app-backup/tsm/tsm-6.2.2.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/tsm-6.2.2.0-r1.ebuild,v 1.5 2012/05/24 04:35:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/tsm-6.2.2.0-r1.ebuild,v 1.6 2012/07/12 14:16:32 axs Exp $ EAPI=3 @@ -21,7 +21,7 @@ SRC_TAR="${MY_PVR_ALLDOTS}-TIV-TSMBAC-LinuxX86.tar" SRC_URI="${BASE_URI}${SRC_TAR}" RESTRICT="strip" # Breaks libPiIMG.ss and libPiSNAP.so -LICENSE="as-is Apache-1.1 JDOM gSOAP" +LICENSE="as-is Apache-1.1 JDOM gSOAP GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="hsm" diff --git a/app-backup/tsm/tsm-6.3.0.0-r1.ebuild b/app-backup/tsm/tsm-6.3.0.0-r1.ebuild index cff4f3626dc6..ef065578efcb 100644 --- a/app-backup/tsm/tsm-6.3.0.0-r1.ebuild +++ b/app-backup/tsm/tsm-6.3.0.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/tsm-6.3.0.0-r1.ebuild,v 1.2 2012/05/24 04:35:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/tsm-6.3.0.0-r1.ebuild,v 1.3 2012/07/12 14:16:32 axs Exp $ EAPI=4 @@ -29,7 +29,7 @@ SRC_TAR="${MY_PVR_ALLDOTS}-TIV-TSMBAC-LinuxX86.tar" SRC_URI="${BASE_URI}${SRC_TAR}" RESTRICT="strip" # Breaks libPiIMG.so and libPiSNAP.so -LICENSE="as-is Apache-1.1 JDOM gSOAP" +LICENSE="as-is Apache-1.1 JDOM gSOAP GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="acl java +tsm_cit +tsm_hw" diff --git a/app-backup/tsm/tsm-6.3.0.5-r1.ebuild b/app-backup/tsm/tsm-6.3.0.5-r1.ebuild index e6cf1ddc94d0..1452da7595b0 100644 --- a/app-backup/tsm/tsm-6.3.0.5-r1.ebuild +++ b/app-backup/tsm/tsm-6.3.0.5-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/tsm-6.3.0.5-r1.ebuild,v 1.2 2012/05/24 04:35:57 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/tsm-6.3.0.5-r1.ebuild,v 1.3 2012/07/12 14:16:32 axs Exp $ EAPI=4 @@ -29,7 +29,7 @@ SRC_TAR="${MY_PVR_ALLDOTS}-TIV-TSMBAC-LinuxX86.tar" SRC_URI="${BASE_URI}${SRC_TAR}" RESTRICT="strip" # Breaks libPiIMG.so and libPiSNAP.so -LICENSE="as-is Apache-1.1 JDOM gSOAP" +LICENSE="as-is Apache-1.1 JDOM gSOAP GPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="acl java +tsm_cit +tsm_hw" |