This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit 7465f736666254a207e9fd70c33826c5262a13d3 Author: Markus Koschany <[email protected]> Date: Fri Jun 26 22:53:47 2015 +0200 Fix debian/copyright. Add missing LGPL-2 and BSL-1.0 licenses. --- debian/copyright | 63 +++++++++++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 56 insertions(+), 7 deletions(-) diff --git a/debian/copyright b/debian/copyright index 76e5df4..6ce7708 100644 --- a/debian/copyright +++ b/debian/copyright @@ -28,12 +28,16 @@ License: Apache-2.0 Files: subprojects/cpp/src/integTest/resources/org/gradle/nativebinaries/language/cpp/CUnitIntegrationTest/shared/libs/cunit/2.1-2/include/* Copyright: 2001 Anil Kumar 2004-2006 Anil Kumar, Jerry St.Clair -License: GPL-2+ +License: LGPL-2+ -Files: /home/seamlik/Documents/debian-source/gradle/subprojects/docs/src/samples/native-binaries/cunit/lib/cunit/2.1-2/include/CUnit/* +Files: subprojects/docs/src/samples/native-binaries/cunit/lib/cunit/2.1-2/include/CUnit/* Copyright: 2001 Anil Kumar 2004-2006 Anil Kumar, Jerry St.Clair -License: GPL-2+ +License: LGPL-2+ + +Files: subprojects/docs/src/samples/native-binaries/prebuilt/3rd-party-lib/boost_1_55_0/boost/version.hpp +Copyright: +License: BSL-1.0 Files: subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js Copyright: 2010 Ivan Bozhanov (vakata.com) @@ -52,11 +56,56 @@ License: Apache-2.0 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. + . + On Debian systems the full text of the Apache License 2.0 can be found in + /usr/share/common-licenses/Apache-2.0. License: GPL-2 - You may obtain a copy of the license at - /usr/share/common-licenses/GPL-2 + On Debian systems the full text of the GNU General Public License 2 can be + found in `/usr/share/common-licenses/GPL-2'. + +License: LGPL-2+ + On Debian systems the full text of the GNU Library Public License 2 can be + found in `/usr/share/common-licenses/LGPL-2'. + +License: BSL-1.0 + Permission is hereby granted, free of charge, to any person or organization + obtaining a copy of the software and accompanying documentation covered by + this license (the "Software") to use, reproduce, display, distribute, + execute, and transmit the Software, and to prepare derivative works of the + Software, and to permit third-parties to whom the Software is furnished to + do so, all subject to the following: + . + The copyright notices in the Software and this entire statement, including + the above license grant, this restriction and the following disclaimer, + must be included in all copies of the Software, in whole or in part, and + all derivative works of the Software, unless such copies or derivative + works are solely in the form of machine-executable object code generated by + a source language processor. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT. IN NO EVENT + SHALL THE COPYRIGHT HOLDERS OR ANYONE DISTRIBUTING THE SOFTWARE BE LIABLE + FOR ANY DAMAGES OR OTHER LIABILITY, WHETHER IN CONTRACT, TORT OR OTHERWISE, + ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. License: MIT - You may obtain a copy of the license at - http://www.opensource.org/licenses/mit-license.php \ No newline at end of file + Permission is hereby granted, free of charge, to any person obtaining a copy + of this software and associated documentation files (the "Software"), to deal + in the Software without restriction, including without limitation the rights + to use, copy, modify, merge, publish, distribute, sublicense, and/or sell + copies of the Software, and to permit persons to whom the Software is + furnished to do so, subject to the following conditions: + . + The above copyright notice and this permission notice shall be included in + all copies or substantial portions of the Software. + . + THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, + OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN + THE SOFTWARE. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

