[pkg-java] r12754 - trunk/spring-build/debian
Damien Raude-Morvan
drazzib at alioth.debian.org
Wed Jul 14 12:01:36 UTC 2010
Author: drazzib
Date: 2010-07-14 12:01:24 +0000 (Wed, 14 Jul 2010)
New Revision: 12754
Modified:
trunk/spring-build/debian/changelog
trunk/spring-build/debian/copyright
Log:
Add GPL-v3 to debian/copyright
Modified: trunk/spring-build/debian/changelog
===================================================================
--- trunk/spring-build/debian/changelog 2010-07-14 11:52:34 UTC (rev 12753)
+++ trunk/spring-build/debian/changelog 2010-07-14 12:01:24 UTC (rev 12754)
@@ -1,5 +1,7 @@
spring-build (2.5.1~svn715-1) UNRELEASED; urgency=low
+ WAIT-FOR: http://jira.springframework.org/browse/SPR-7352
+
* Initial release. (Closes: #586523)
- -- Damien Raude-Morvan <drazzib at debian.org> Sun, 20 Jun 2010 12:05:15 +0200
+ -- Damien Raude-Morvan <drazzib at debian.org> Wed, 14 Jul 2010 14:00:32 +0200
Modified: trunk/spring-build/debian/copyright
===================================================================
--- trunk/spring-build/debian/copyright 2010-07-14 11:52:34 UTC (rev 12753)
+++ trunk/spring-build/debian/copyright 2010-07-14 12:01:24 UTC (rev 12754)
@@ -3,14 +3,21 @@
Maintainer: SpringSource
Source: https://src.springframework.org/svn/spring-build/
+
Files: *
-Copyright: Copyright 2008-2010, the original author or authors
+Copyright: 2008-2010, the original author or authors
License: Apache-2.0
+Files: org.springframework.build.osgi/src/main/java/org/springframework/build/osgi/validator/ValidationFailedException.java,
+ org.springframework.build.osgi/src/main/java/org/springframework/build/osgi/validator/BundleResolutionValidator.java
+Copyright: Copyright (C) 2008 SpringSource Inc.
+License: GPL-3+
+
Files: debian/*
-Copyright: Copyright 2010, Damien Raude-Morvan <drazzib at drazzib.com>
+Copyright: 2010, Damien Raude-Morvan <drazzib at drazzib.com>
License: Apache-2.0
+
License: Apache-2.0
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -27,3 +34,22 @@
On Debian systems the full text of the Apache License can be found
in the `/usr/share/common-licenses/Apache-2.0' file.
+
+License: GPL-3+
+ The SpringSource dm Server is free software: you can redistribute it and/or
+ modify it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
+
+ The SpringSource dm Server is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
+ more details.
+
+ You should have received a copy of the GNU General Public License along with
+ the SpringSource dm Server. If not, see <http://www.gnu.org/licenses/>.
+
+ On Debian systems, the full text of the GNU General Public
+ License version 3 can be found in the file
+ `/usr/share/common-licenses/GPL-3'.
+
More information about the pkg-java-commits
mailing list