This is an automated email from the git hooks/post-receive script. takaki pushed a commit to branch master in repository libmecab-java.
commit e54d19e53ec3119832a60c14c444ac3bd5f65bcb Author: TANIGUCHI Takaki <[email protected]> Date: Sat Mar 31 18:25:37 2012 +0900 Update copyright-format to 1.0 --- debian/copyright | 84 ++++++++++++++++++++++++++++++++++++++------------------ 1 file changed, 58 insertions(+), 26 deletions(-) diff --git a/debian/copyright b/debian/copyright index 972a08c..83d9fe6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,27 +1,59 @@ -This work was packaged for Debian by: +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: MeCab +Upstream-Contact: Taku Kudo <[email protected]> +Source: http://code.google.com/p/mecab/ + +Files: * +Copyright: Taku Kudo <[email protected]> + Nippon Telegraph and Telephone Corporation +License: GPL-2+ or LGPL-2+ or BSD-3-clause + +Files: debian/* +Copyright: 2009-2012, TANIGUCHI Takaki <[email protected]> +License: GPL-2+ or LGPL-2+ or BSD-3-clause + +License: BSD-3-clause + 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 Nippon Telegraph and Telegraph Corporation + 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. + +License: GPL-2+ + This program 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 2, or (at your option) + any later version. + . + On Debian systems, the complete text of version 2 of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + +License: LGPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU Lesser General Public License as published + by the Free Software Foundation; either version 2, or (at your option) + any later version. + . + On Debian systems, the complete text of version 2 of the GNU Lesser General + Public License can be found in `/usr/share/common-licenses/LGPL-2'. - TANIGUCHI Takaki <[email protected]> on Mon, 19 Oct 2009 20:00:03 +0900 - -It was downloaded from http://sourceforge.net/projects/mecab/ . - -Upstream Author: - - Taku Kudo <[email protected]> - -Copyright: - - Taku Kudo <[email protected]> and - Nippon Telegraph and Telephone Corporation - -License: - - the GPL (see `/usr/share/common-licenses/GPL-2'), - the LGPL (see `/usr/share/common-licenses/LGPL-2.1'), or - the BSD License (see `/usr/share/common-licenses/BSD'). - -The Debian packaging is: - - Copyright (C) 2009 TANIGUCHI Takaki <[email protected]> - -and is licensed under the BSD License -see `/usr/share/common-licenses/BSD'. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libmecab-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

