This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository scala-2.10.
commit 2bd0a65e4a9ca8f2c2aee651c52031b5ae3ff3b3 Author: Frank S. Thomas <[email protected]> Date: Fri Mar 4 17:40:38 2011 +0100 Update debian/copyright for 2.8.1. --- debian/changelog | 4 ++ debian/copyright | 164 ++++++++++++++++++++++++++++++++++++++++++++----------- 2 files changed, 136 insertions(+), 32 deletions(-) diff --git a/debian/changelog b/debian/changelog index cc2a96b..cd37988 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ scala (2.8.1.dfsg-1) unstable; urgency=low + [ Mehdi Dogguy ] * New upstream release (LP: #717745). * Use upstream build system * Set a fixed version number (The one from META-INF/MANIFEST.MF). @@ -11,6 +12,9 @@ scala (2.8.1.dfsg-1) unstable; urgency=low * Switch to source format 3.0 (quilt). * Add patch 0001-Use-system-ant-contrib.jar.patch + [ Frank S. Thomas ] + * Update debian/copyright for the new release. + -- Mehdi Dogguy <[email protected]> Sat, 05 Mar 2011 20:19:18 +0100 scala (2.7.7.dfsg-4) unstable; urgency=low diff --git a/debian/copyright b/debian/copyright index 2e27f4d..d16f33c 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,43 +1,143 @@ -The original source of this package is http://www.scala-lang.org . The -original authors are the members of the Programming Methods Laboratory -(LAMP) of the Swiss Federal Institute of Technology (EPFL), Lausanne, -Switzerland. +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166 +Upstream-Name: Scala +Source: http://www.scala-lang.org/ -This package was originally assembled by Lex Spoon ([email protected]). +Files: * +Copyright: © 2002-2010 LAMP/EPFL, Lausanne +License: BSD-3-clause + SCALA LICENSE + . + Copyright (c) 2002-2010 EPFL, Lausanne, unless otherwise specified. + All rights reserved. + . + This software was developed by the Programming Methods Laboratory of the + Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland. + . + Permission to use, copy, modify, and distribute this software in source + or binary form for any purpose with or without fee is hereby granted, + provided that the following conditions are met: + . + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. + . + 2. Redistributions in binary form must reproduce the above copyright + notice, this list of conditions and the following disclaimer in the + documentation and/or other materials provided with the distribution. + . + 3. Neither the name of the EPFL nor the names of its contributors + may be used to endorse or promote products derived from this + software without specific prior written permission. + . + THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND + ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE + IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE + ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE + FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL + DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR + SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER + CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT + LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY + OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF + SUCH DAMAGE. +Files: docs/android-examples/* +Copyright: © 2005-2009 The Android Open Source Project + © 2007 Steven Osborn +License: Apache-2 + Licensed under the Apache License, Version 2.0 (the "License"); + you may not use this file except in compliance with the License. + You may obtain a copy of the License at + . + http://www.apache.org/licenses/LICENSE-2.0 + . + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + 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. -SCALA LICENSE +Files: src/actors/scala/actors/Linked*.java +License: public-domain + Originally written by Doug Lea and released into the public domain. + This may be used for any purposes whatsoever without acknowledgment. -Copyright (c) 2002-2008 EPFL, Lausanne, unless otherwise specified. -All rights reserved. +Files: src/actors/scala/actors/threadpool/* +License: public-domain + These files contain the following statements: + . + Written by Dawid Kurzyniec and released to the public domain, as + explained at http://creativecommons.org/licenses/publicdomain + . + Written by Dawid Kurzyniec, based on public domain code written by + Doug Lea and publicly available documentation, and released to the + public domain, as explained at + http://creativecommons.org/licenses/publicdomain + . + Written by Dawid Kurzyniec, based on code written by Doug Lea with + assistance from members of JCP JSR-166 Expert Group. Released to the + public domain, as explained at + http://creativecommons.org/licenses/publicdomain + . + Originally written by Doug Lea and released into the public domain. + This may be used for any purposes whatsoever without acknowledgment. + . + Written by Doug Lea with assistance from members of JCP JSR-166 + Expert Group and released to the public domain, as explained at + http://creativecommons.org/licenses/publicdomain -This software was developed by the Programming Methods Laboratory of the -Swiss Federal Institute of Technology (EPFL), Lausanne, Switzerland. +Files: src/compiler/scala/tools/nsc/matching/ParallelMatching.scala + src/compiler/scala/tools/nsc/matching/TransMatcher.scala +Copyright: © 2005-2010 LAMP/EPFL, Lausanne + © 2007 Google Inc. +License: BSD-3-clause -Permission to use, copy, modify, and distribute this software in source -or binary form for any purpose with or without fee is hereby granted, -provided that the following conditions are met: +Files: src/compiler/scala/tools/nsc/doc/html/resource/lib/jquery-ui.js +Copyright: © 2010 AUTHORS.txt (http://jqueryui.com/about) +License: Expat or GPL - 1. Redistributions of source code must retain the above copyright - notice, this list of conditions and the following disclaimer. +Files: src/compiler/scala/tools/nsc/doc/html/resource/lib/jquery.js +Copyright: © 2010 John Resig + © 2010 The Dojo Foundation +License: Expat or BSD-3-clause or GPL - 2. Redistributions in binary form must reproduce the above copyright - notice, this list of conditions and the following disclaimer in the - documentation and/or other materials provided with the distribution. +Files: src/compiler/scala/tools/nsc/doc/html/resource/lib/jquery.layout.js +Copyright: © 2010 Fabrizio Balliano (http://www.fabrizioballiano.net) + Kevin Dalman (http://allpro.net) +License: GPL or Expat - 3. Neither the name of the EPFL nor the names of its contributors - may be used to endorse or promote products derived from this - software without specific prior written permission. +Files: src/forkjoin/* +License: public-domain + Written by Doug Lea with assistance from members of JCP JSR-166 + Expert Group and released to the public domain, as explained at + http://creativecommons.org/licenses/publicdomain +Files: src/jline/* +Copyright: © 2002-2007 Marc Prud'hommeaux <[email protected]> +License: BSD-3-clause -THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND -ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE -IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE -ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE -FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL -DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR -SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER -CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT -LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY -OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF -SUCH DAMAGE. +Files: src/library/scala/collection/immutable/TreeHashMap.scala +Copyright: © 2008-2009 David MacIver +License: BSD-3-clause + +Files: src/library/scala/util/Sorting.scala +Copyright: © 2006-2009 Ross Judson +License: BSD-3-clause + +Files: src/library/scala/xml/Xhtml.scala +Copyright: © 2007 David Pollak, WorldWide Conferencing, LLC +License: BSD-3-clause + +Files: src/scalap/scala/tools/scalap/scalax/* +Copyright: © 2005-2008 The Scalax Project + © 2002-2010 LAMP/EPFL, Lausanne +License: BSD-3-clause + +Files: test/pending/neg/bug1987.scala +Copyright: © 2008-2009 Shunsuke Sogame +License: Expat + +Files: debian/* +Copyright: © 2009-2011 Mehdi Dogguy + © 2008-2009 Min Huang + © 2007-2009 Lex Spoon +License: BSD-3-clause -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

