Author: nomadium-guest Date: 2010-12-03 16:52:32 +0000 (Fri, 03 Dec 2010) New Revision: 13138
Modified: trunk/checkstyle/debian/changelog trunk/checkstyle/debian/copyright Log: * Update copyright file. Modified: trunk/checkstyle/debian/changelog =================================================================== --- trunk/checkstyle/debian/changelog 2010-12-03 14:55:39 UTC (rev 13137) +++ trunk/checkstyle/debian/changelog 2010-12-03 16:52:32 UTC (rev 13138) @@ -11,8 +11,9 @@ * Update watch file. * Add manpage. * Rework patches. + * Update copyright file. - -- Miguel Landaeta <[email protected]> Sun, 28 Nov 2010 20:57:22 -0430 + -- Miguel Landaeta <[email protected]> Thu, 02 Dec 2010 19:17:42 -0430 checkstyle (5.0+dfsg-1) UNRELEASED; urgency=low Modified: trunk/checkstyle/debian/copyright =================================================================== --- trunk/checkstyle/debian/copyright 2010-12-03 14:55:39 UTC (rev 13137) +++ trunk/checkstyle/debian/copyright 2010-12-03 16:52:32 UTC (rev 13138) @@ -8,16 +8,95 @@ Oleg Sukhodolsky <[email protected]>, Rick Giles <[email protected]>. -Copyright: +Files: * +Copyright: © 2001-2010, Oliver Burn +License: LGPL-2.1 + The full text of the GNU Lesser General Public License is distributed + in /usr/share/common-licenses/LGPL-2.1 on Debian systems. - GNU LESSER GENERAL PUBLIC LICENSE - Version 2.1, February 1999 +Files: contrib/checkstyle-frames-errors.xsl, + contrib/checkstyle-frames.xsl +Copyright: © The Apache Software Foundation. +License: Apache-1.1 + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: - Copyright (C) 1991, 1999 Free Software Foundation, Inc., - 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. + 1. Redistributions of source code must retain the above copyright + notice, this list of conditions and the following disclaimer. -See /usr/share/common-licenses/LGPL-2.1 + 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. -Copyright © 2001-2003 Oliver Burn. All rights Reserved. + 3. The end-user documentation included with the redistribution, if + any, must include the following acknowlegement: + "This product includes software developed by the + Apache Software Foundation (http://www.apache.org/)." + Alternately, this acknowlegement may appear in the software itself, + if and wherever such third-party acknowlegements normally appear. + + 4. The names "The Jakarta Project", "Ant", and "Apache Software + Foundation" must not be used to endorse or promote products derived + from this software without prior written permission. For written + permission, please contact [email protected]. + + 5. Products derived from this software may not be called "Apache" + nor may "Apache" appear in their names without prior written + permission of the Apache Group. + + THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 APACHE SOFTWARE FOUNDATION OR + ITS 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: contrib/usage/src/checkstyle/com/puppycrawl/tools/checkstyle/checks/usage/transmogrify/* +Copyright: © 2001, ThoughtWorks, Inc. +License: BSD + Redistribution and use in source and binary forms, with or without + modification, are permitted provided that the following conditions + are met: + + - Redistributions of source code must retain the above copyright notice, + this list of conditions and the following disclaimer. + + - 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. + + - Neither the name of the ThoughtWorks, Inc. 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 COPYRIGHT HOLDERS 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 COPYRIGHT OWNER 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: debian/* +Copyright: © 2004, Arnaud Vandyck <[email protected]>, + © 2005-2006, Wolfgang Baer <[email protected]>, + © 2005-2009, Michael Koch <[email protected]>, + © 2007, Paul Cager <[email protected]>, + © 2008-2009, Dominik Smatana <[email protected]>, + © 2010, Torsten Werner <[email protected]>, + © 2010, Miguel Landaeta <[email protected]> +License: LGPL-2.1 + The full text of the GNU Lesser General Public License is distributed + in /usr/share/common-licenses/LGPL-2.1 on Debian systems. _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

