[Collab-qa-commits] r2497 - in packages-metadata: a b l o r u z

Charles Plessy plessy at alioth.debian.org
Thu Sep 27 03:01:17 UTC 2012


Author: plessy
Date: 2012-09-27 03:01:16 +0000 (Thu, 27 Sep 2012)
New Revision: 2497

Added:
   packages-metadata/a/afio.control
   packages-metadata/a/afio.copyright
   packages-metadata/b/blhc.control
   packages-metadata/b/blhc.copyright
   packages-metadata/l/liblatex-encode-perl.control
   packages-metadata/l/liblatex-encode-perl.copyright
   packages-metadata/l/librime.control
   packages-metadata/l/librime.copyright
   packages-metadata/r/rsyslog.control
   packages-metadata/u/urlwatch.control
   packages-metadata/u/urlwatch.copyright
   packages-metadata/z/zope.exceptions.control
   packages-metadata/z/zope.exceptions.copyright
   packages-metadata/z/zope.interface.control
   packages-metadata/z/zope.interface.copyright
Modified:
   packages-metadata/o/openvrml.control
Log:
Daily automatic umegaya push

Added: packages-metadata/a/afio.control
===================================================================
--- packages-metadata/a/afio.control	                        (rev 0)
+++ packages-metadata/a/afio.control	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,24 @@
+Source: afio
+Section: non-free/utils
+Priority: optional
+Maintainer: Jari Aalto <jari.aalto at cante.net>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.4
+Vcs-Browser: http://git.debian.org/?p=collab-maint/afio.git
+Vcs-Git: git://git.debian.org/git/collab-maint/afio.git
+Homepage: http://freshmeat.net/projects/afio
+
+Package: afio
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: archive file manipulation program
+ Afio manipulates groups of files, copying them within or between
+ filesystems and an afio archive.
+ .
+ Afio archives are portable as they contain only ASCII-formatted header
+ information. Afio makes cpio-format archives.  Afio deals somewhat
+ gracefully with input data corruption.  Afio supports multi-volume
+ archives during interactive operation.  Afio can make compressed
+ archives that are much safer than compressed tar or cpio archives.
+ .
+ Afio is best used as an `archive engine' in a backup script.

Added: packages-metadata/a/afio.copyright
===================================================================
--- packages-metadata/a/afio.copyright	                        (rev 0)
+++ packages-metadata/a/afio.copyright	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,198 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+X-Format: http://dep.debian.net/deps/dep5
+Upstream-Name: afio
+Upstream-Contact: Koen Holtman <k.holtman at chello.nl>
+Source: http://freshmeat.net/projects/afio
+X-Upstream-Vcs: https://github.com/kholtman/afio
+X-Upstream-Bugs: https://github.com/kholtman/afio/issues
+
+Files: *
+Copyright:
+ Koen Holtman <koen at hep.caltech.edu> (the current maintainer)
+ Mark Brukhartz <..!ihnp4!laidbak!mdb>
+ Jeff Buhrt <uunet!sawmill!prslnk!buhrt>
+ Dave Gymer <dgymer at gdcarc.co.uk>
+ Andrew Stevens <as at prg.oxford.ac.uk>
+ Anders Baekgaard <ab at osiris.cpk.auc.dk>
+License: Custom
+
+Files: debian/*
+Copyright:
+ 2012 Jari Aalto <jari.aalto at cante.net>
+ 2006, 2007, 2011 Erik Schanze <eriks at debian.org>
+ 1997-2004 Dirk Eddelbuettel <edd at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ This package 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 of the License, or
+ (at your option) any later version.
+ .
+ This package 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 this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in "/usr/share/common-licenses/GPL-2".
+
+License: Custom
+ The large beginning section of the main code file afio.c follows. It
+ refers to the GNU GPL, GNU LGPL and Perl Artistic licenses.
+ /*
+  * afio.c
+  *
+  * Manipulate archives and files.
+  *
+  * This software was written by Mark Brukhartz at Lachman Associates,
+  * Inc..  Additional code was written by a large cast of people.
+  *
+  * Licensing and (re)distribution
+  * ------------------------------
+  *
+  * THE SUMMARY INFORMATION BELOW WAS WRITTEN FOR THE BENEFIT OF
+  * SOFTWARE DISTRIBUTORS
+  *
+  * Because of historical reasons, different parts of this software
+  * package are covered by different licenses.  However:
+  *
+  * A) This software package as a whole may be re-distributed by any
+  *    method that satisfies the conditions of both the Perl "Artistic
+  *    License" and the GNU Library General Public License.
+  *
+  * B) According to the theory.html file of the Sunsite Archive
+  *    Maintainers, this implies that the correct LSM template field
+  *    is:
+  *
+  *          Copying-policy: LGPL
+  *
+  * C) This software package can also be re-distributed under
+  *    particular conditions that are _weaker_ than the Perl "Artistic
+  *    License" combined with the GNU Library General Public License.
+  *    Redistribution need only satisfy all four license notices below.
+  *
+  * Disclaimer: I am not a lawyer, and neither are the Sunsite Archive
+  * Maintainers.
+  *
+  * END OF SUMMARY INFORMATION
+  *
+  * ------------------------------------------------------------------
+  *
+  * License notice 1, covering part of this software package.
+  *
+  * [Covers the original 1985 afio code]
+  *
+  * Copyright (c) 1985 Lachman Associates, Inc..
+  *
+  * This software was written by Mark Brukhartz at Lachman Associates,
+  * Inc.. It may be distributed within the following restrictions:
+  *      (1) It may not be sold at a profit.
+  *      (2) This credit and notice must remain intact.
+  * This software may be distributed with other software by a commercial
+  * vendor, provided that it is included at no additional charge.
+  *
+  *
+  * [Note: it is believed that condition 5 of the Perl "Artistic
+  * License" implies the intent of restriction (1) above.]
+  *
+  * --------
+  *
+  * ** License notice 2, covering part of this software package.
+  *
+  * [Covers the tempnam function]
+  *
+  * Copyright:   Copyright (c) 1989 by Monty Walls.
+  *              Not derived from licensed software.
+  *
+  *              Permission to copy and/or distribute granted under the
+  *              following conditions:
+  *
+  *              1). This notice must remain intact.
+  *              2). The author is not responsible for the consequences of use
+  *                      this software, no matter how awful, even if they
+  *                      arise from defects in it.
+  *              3). Altered version must not be represented as being the
+  *                      original software.
+  *
+  * --------
+  *
+  * ** License notice 3, covering part of this software package.
+  *
+  * [Covers the contents of the gnu.fnmatch.tar.gz file]
+  *
+  *  Copyright (C) 1991, 1992, 1993 Free Software Foundation, Inc.
+  *
+  *  This library is free software; you can redistribute it and/or
+  *  modify it under the terms of the GNU Library General Public License as
+  *  published by the Free Software Foundation; either version 2 of the
+  *  License, or (at your option) any later version.
+  *
+  *  This library 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
+  *  Library General Public License for more details.
+  *
+  *  You should have received a copy of the GNU General Public License
+  *  along with this program; if not, write to the Free Software
+  *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
+  *
+  * --------
+  *
+  * ** License notice 4, covering part of this software package.
+  *
+  * [Covers the remainder of this software package]
+  *
+  * Additional code was written by a large cast of people.
+  *
+  * All additional code may be redistributed under the conditions of
+  * license notice 1.
+  *
+  * Note that the authors of the additional code retain the right to
+  * allow for the re-distribution of their code under weaker (and less
+  * exotic) conditions.
+  *
+  * --------
+  *
+  * ** WARRANTY NOTICE
+  *
+  * THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+  * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+  *
+  *
+  * [End of licensing and redistribution section]
+  *
+  * ---------------------------------------------------------------------
+  *
+  * Makefile options:
+  *  o Define INDEX to use index() in place of strchr() (v7, BSD).
+  *  o Define MEMCPY when an efficient memcpy() exists (SysV).
+  *  o Define MKDIR when a mkdir() system call is present (4.2BSD, SysVr3).
+  *  o Define NOVOID if your compiler doesn't like void casts.
+  *  o Define SYSTIME to use <sys/time.h> rather than <time.h> (4.2BSD).
+  *  o Define VOIDFIX to allow pointers to functions returning void (non-PCC).
+  *  o Define CTC3B2 to support AT&T 3B2 streaming cartridge tape.
+  *  o Define HAVEFCNTL if you have <fcntl.h>
+  *  o Define MYTEMPNAM if you don't have tempnam()
+  *  o Define UNIXPC if you are on a 3b1, 7300, etc.
+  *  o Define HAVEMEMCMP if you have memcmp otherwise assumes bcmp
+  *  o Define DEFFMTCMD to being how to format the media you use the most.
+  *  o Define LONGZFILE if you want .Z to be tagged on the end of a 14 char
+  *
+  * BUGS:
+  *      See the manpage.
+  *
+  * Added by Jeff Buhrt:
+  *      Floppy Verify/format/restart output in the middle of a set,
+  *      compress files on output, extended error messages and logging
+  *
+  * Added by Dave Gymer:
+  *      Lotsa bugfixes, Linux support, recognition of .Z files in an archive
+  *      that were compressed already (and shouldn't be uncompressed).
+  *      Displays compression ratios.
+  *
+  * See the HISTORY file for more revision info.  */

Added: packages-metadata/b/blhc.control
===================================================================
--- packages-metadata/b/blhc.control	                        (rev 0)
+++ packages-metadata/b/blhc.control	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,29 @@
+Source: blhc
+Section: utils
+Priority: optional
+Maintainer: Jari Aalto <jari.aalto at cante.net>
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.4
+Vcs-Git: git://git.debian.org/collab-maint/blhc.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/blhc.git;a=summary
+Homepage: http://ruderich.org/simon/blhc
+
+Package: blhc
+Architecture: all
+Depends: ${misc:Depends}, libdpkg-perl
+Description: build log hardening check
+ Perl tool which checks build logs for missing hardening
+ flags. Hardening flags enable additional security features in the
+ compiler to prevent e.g. stack overflows, format string
+ vulnerabilities, GOT overwrites, etc. See e.g.
+ <http://wiki.debian.org/ReleaseGoals/SecurityHardeningBuildFlags>.
+ .
+ Because most build systems are quite complicated there are many
+ places where compiler flags from the environment might be ignored.
+ The parser verifies that all compiler commands use the correct
+ hardening flags and thus all hardening features are correctly used.
+ .
+ It's designed to check build logs generated by Debian's
+ dpkg-buildpackage (or tools using dpkg-buildpackage like pbuilder or
+ the official buildd build logs) to help maintainers detect missing
+ hardening flags in their packages.

Added: packages-metadata/b/blhc.copyright
===================================================================
--- packages-metadata/b/blhc.copyright	                        (rev 0)
+++ packages-metadata/b/blhc.copyright	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,33 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: blhc
+Upstream-Contact: Simon Ruderich <simon at ruderich.org>
+Source: http://ruderich.org/simon/blhc/
+X-Upstream-Vcs: http://ruderich.org/simon/blhc/blhc.git
+X-Upstream-Bugs: Simon Ruderich <simon at ruderich.org>
+
+Files: *
+Copyright:
+  2012 Simon Ruderich <simon at ruderich.org>
+License: GPL-3+
+
+Files: debian/*
+Copyright:
+  2012 Jari Aalto <jari.aalto at cante.net>
+License: GPL-3+
+
+License: GPL-3+
+ 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 3 of the License, or
+ (at your option) any later version.
+ .
+ This package 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 this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License can be found in "/usr/share/common-licenses/GPL-3".

Added: packages-metadata/l/liblatex-encode-perl.control
===================================================================
--- packages-metadata/l/liblatex-encode-perl.control	                        (rev 0)
+++ packages-metadata/l/liblatex-encode-perl.control	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,34 @@
+Source: liblatex-encode-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Salvatore Bonaccorso <carnil at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl,
+                     libhtml-parser-perl,
+                     libreadonly-perl
+Standards-Version: 3.9.4
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/liblatex-encode-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/liblatex-encode-perl.git
+Homepage: http://search.cpan.org/dist/LaTeX-Encode/
+
+Package: liblatex-encode-perl
+Architecture: all
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libreadonly-perl
+Description: Perl module to encode characters for LaTeX formatting
+ LaTeX::Encode provides a function to encode text that is to be formatted with
+ LaTeX. It encodes characters that are special to LaTeX or that are
+ represented in LaTeX by LaTeX commands.
+ .
+ The special characters are: \ (command character), { (open group), } (end
+ group), & (table column separator), # (parameter specifier), % (comment
+ character), _ (subscript), ^ (superscript), ~ (non-breakable space), $
+ (mathematics mode).
+ .
+ Note that some of the LaTeX commands for characters are defined in the LaTeX
+ textcomp package.
+

Added: packages-metadata/l/liblatex-encode-perl.copyright
===================================================================
--- packages-metadata/l/liblatex-encode-perl.copyright	                        (rev 0)
+++ packages-metadata/l/liblatex-encode-perl.copyright	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: LaTeX-Encode
+Upstream-Contact: Andrew Ford <a.ford at ford-mason.co.uk>
+Source: http://search.cpan.org/dist/LaTeX-Encode/
+
+Files: *
+Copyright: 2007-2012, Andrew Ford. All Rights Reserved.
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2009-2012, Salvatore Bonaccorso <carnil at debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the Artistic License, which comes with Perl.
+ .
+ On Debian systems, the complete text of the Artistic License can be
+ found in `/usr/share/common-licenses/Artistic'.
+
+License: GPL-1+
+ 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 1, or (at your option)
+ any later version.
+ .
+ On Debian systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.
+

Added: packages-metadata/l/librime.control
===================================================================
--- packages-metadata/l/librime.control	                        (rev 0)
+++ packages-metadata/l/librime.control	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,75 @@
+Source: librime
+Section: libs
+Priority: extra
+Maintainer: IME Packaging Team <pkg-ime-devel at lists.alioth.debian.org>
+Uploaders: Qijiang Fan <fqj1994 at gmail.com>, Aron Xu <aron at debian.org>
+Build-Depends: debhelper (>= 9), libkyotocabinet-dev, libyaml-cpp-dev, cmake, libopencc-dev, zlib1g-dev, x11proto-core-dev, libboost-dev, libboost-filesystem-dev, libboost-regex-dev, libboost-signals-dev, libboost-system-dev, libboost-thread-dev, libgoogle-glog-dev
+Standards-Version: 3.9.3
+Homepage: http://code.google.com/p/rimeime
+Vcs-Git: git://git.debian.org/git/pkg-ime/librime.git
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ime/librime.git;a=summary
+
+
+Package: librime0
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Recommends: librime-bin, librime-data
+Description: Rime Input Method Engine - core library
+ RIME is the acronym of Rime Input Method Engine.
+ .
+ RIME is a lightweight, extensible input method engine supporting various input
+ schematas including glyph-based input methods, romanization-based input methods
+ as well as those for Chinese dialects. It has the ability to compose phrases
+ and sentences intelligently and provide very accurate traditional Chinese
+ output. RIME's cross-platform core library is written in C++, and can work
+ consistently on different platforms with OS-specific wrappers.
+ .
+ This package provides the core library of RIME.
+ 
+Package: librime-bin
+Architecture: any
+Section: utils
+Depends: librime0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Description: Rime Input Method Engine - utilities
+ RIME is the acronym of Rime Input Method Engine.
+ .
+ RIME is a lightweight, extensible input method engine supporting various input
+ schematas including glyph-based input methods, romanization-based input methods
+ as well as those for Chinese dialects. It has the ability to compose phrases
+ and sentences intelligently and provide very accurate traditional Chinese
+ output. RIME's cross-platform core library is written in C++, and can work
+ consistently on different platforms with OS-specific wrappers.
+ .
+ This package provides the executable utilities of RIME. 
+
+Package: librime-dev
+Architecture: all
+Section: libdevel
+Depends: librime0 (>= ${source:Version}), librime0 (<< ${source:Version}+1~), ${misc:Depends}
+Description: Rime Input Method Engine, the core library - development files
+ RIME is the acronym of Rime Input Method Engine.
+ .
+ RIME is a lightweight, extensible input method engine supporting various input
+ schematas including glyph-based input methods, romanization-based input methods
+ as well as those for Chinese dialects. It has the ability to compose phrases
+ and sentences intelligently and provide very accurate traditional Chinese
+ output. RIME's cross-platform core library is written in C++, and can work
+ consistently on different platforms with OS-specific wrappers.
+ .
+ This package provides the development files of RIME.
+
+Package: librime0-dbg
+Architecture: any
+Section: debug
+Depends: librime0 (= ${binary:Version}), ${misc:Depends}
+Description: Rime Input Method Engine, the core library - debugging symbols
+ RIME is the acronym of Rime Input Method Engine.
+ .
+ RIME is a lightweight, extensible input method engine supporting various input
+ schematas including glyph-based input methods, romanization-based input methods
+ as well as those for Chinese dialects. It has the ability to compose phrases
+ and sentences intelligently and provide very accurate traditional Chinese
+ output. RIME's cross-platform core library is written in C++, and can work
+ consistently on different platforms with OS-specific wrappers.
+ .
+ This package provides the debugging symbols of RIME.

Added: packages-metadata/l/librime.copyright
===================================================================
--- packages-metadata/l/librime.copyright	                        (rev 0)
+++ packages-metadata/l/librime.copyright	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,133 @@
+Format: http://dep.debian.net/deps/dep5
+Upstream-Name: librime
+Source: https://github.com/lotem/librime
+
+Files: *
+Copyright: 2011-2012, GONG Chen <chen.sst at gmail.com>
+License: GPL-3
+
+Files: thirdparty/include/utf*
+Copyright: 2006, Nemanja Trifunovic
+License: BSL-1.0
+
+Files: thirdparty/include/X11/*
+Copyright: 1987, 1994, 1988 The Open Group
+           1987, Digital Equipment Corporation
+License: MIT
+
+Files: thirdparty/include/msvc/*
+Copyright: 2006 - 2008, Alexander Chemeris
+License: BSD-3-clause
+
+Files: thirdparty/includes/darts.h
+Copyright: 2001, Taku Kudoh <taku-ku at is.aist-nara.ac.jp>
+License: LGPL-2.1 or BSD-3-clause
+
+Files: debian/*
+Copyright: 2012, Qijiang Fan <fqj1994 at gmail.com>
+License: GPL-3
+
+License: GPL-3
+ 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 3 of the License.
+ .
+ This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 3 can be found in "/usr/share/common-licenses/GPL-3" 
+
+License: LGPL-2.1
+ This library 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.1 of the License.
+ .
+ This library 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
+ Lesser General Public License for more details.
+ .
+ You should have received a copy of the GNU Lesser General Public
+ License along with this library; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+ .
+ On Debian systems, the complete text of the GNU General
+ Lesser Public License version 2.1 can be found in 
+ "/usr/share/common-licenses/LGPL-2.1"
+
+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:
+ 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 University 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.
+ 
+License: BSL-1.0
+ Boost Software License - Version 1.0 - August 17th, 2003 
+ .
+ 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
+ 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.
+
+

Modified: packages-metadata/o/openvrml.control
===================================================================
--- packages-metadata/o/openvrml.control	2012-09-26 10:59:08 UTC (rev 2496)
+++ packages-metadata/o/openvrml.control	2012-09-27 03:01:16 UTC (rev 2497)
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Sam Hocevar (Debian packages) <sam+deb at zoy.org>
 Uploaders: Nobuhiro Iwamatsu <iwamatsu at debian.org>
-Build-Depends: debhelper (>= 9.0), quilt, libgl1-mesa-dev | libgl-dev,
-	zlib1g-dev, libjpeg-dev, libpng12-dev (>= 1.2.5.0-4), libx11-dev,
+Build-Depends: debhelper (>= 9.0), dpkg-dev (>= 1.16.1~), quilt,
+	libgl1-mesa-dev | libgl-dev,
+	zlib1g-dev, libjpeg-dev, libpng-dev, libx11-dev,
 	libxext-dev, libfreetype6-dev, libfontconfig1-dev, libsdl1.2-dev,
 	default-jdk, libmozjs-dev(>= 8.0), libboost-dev, libboost-test-dev,
 	libboost-thread-dev, libboost-filesystem-dev, libgtk2.0-dev,
@@ -37,7 +38,7 @@
 Architecture: amd64 armel i386 ia64 mips mipsel powerpc s390 sparc alpha armhf avr32 hppa m68k powerpcspe sh4 sparc64
 Depends: ${misc:Depends}, libopenvrml9 (= ${binary:Version}),
 	libgl1-mesa-dev | libgl-dev, zlib1g-dev, libjpeg-dev,
-	libpng12-dev (>= 1.2.5.0-4), libx11-dev, libxext-dev, libxmu-dev,
+	libpng-dev, libx11-dev, libxext-dev, libxmu-dev,
 	libfreetype6-dev, libfontconfig1-dev, libboost-dev, xulrunner-dev,
 	default-jdk
 Conflicts: libopenvrml0-dev, libopenvrml3-dev, libopenvrml4-dev, libopenvrml5-dev

Added: packages-metadata/r/rsyslog.control
===================================================================
--- packages-metadata/r/rsyslog.control	                        (rev 0)
+++ packages-metadata/r/rsyslog.control	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,128 @@
+Source: rsyslog
+Section: admin
+Priority: important
+Maintainer: Michael Biebl <biebl at debian.org>
+Build-Depends: debhelper (>= 8),
+               dpkg-dev (>= 1.16.1),
+               autotools-dev (>= 20100122.1),
+               zlib1g-dev,
+               libmysqlclient-dev,
+               libpq-dev,
+               libkrb5-dev,
+               libgnutls-dev,
+               librelp-dev,
+               pkg-config
+Standards-Version: 3.9.3
+Vcs-Git: git://git.debian.org/git/collab-maint/rsyslog.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/rsyslog.git;a=summary
+Homepage: http://www.rsyslog.com/
+
+Package: rsyslog
+Architecture: any
+Priority: important
+Conflicts: system-log-daemon,
+           linux-kernel-log-daemon
+Provides: system-log-daemon,
+          linux-kernel-log-daemon
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         lsb-base (>= 3.2-14),
+         initscripts (>= 2.88dsf-13.3)
+Recommends: logrotate
+Suggests: rsyslog-mysql | rsyslog-pgsql,
+          rsyslog-doc,
+          rsyslog-gnutls,
+          rsyslog-gssapi,
+          rsyslog-relp
+Description: reliable system and kernel logging daemon
+ Rsyslog is a multi-threaded implementation of syslogd (a system utility
+ providing support for message logging), with features that include:
+  * reliable syslog over TCP, SSL/TLS and RELP
+  * on-demand disk buffering
+  * email alerting
+  * writing to MySQL or PostgreSQL databases (via separate output plugins)
+  * permitted sender lists
+  * filtering on any part of the syslog message
+  * on-the-wire message compression
+  * fine-grained output format control
+  * failover to backup destinations
+  * enterprise-class encrypted syslog relaying
+ .
+ It is the default syslogd on Debian systems.
+
+Package: rsyslog-doc
+Section: doc
+Priority: extra
+Architecture: all
+Breaks: rsyslog (<< 2.0.1-2)
+Replaces: rsyslog (<< 2.0.1-2)
+Depends: ${misc:Depends}
+Suggests: doc-base,
+          www-browser
+Description: documentation for rsyslog
+ This package contains detailed HTML documentation for rsyslog.
+ .
+ It describes the general configuration file syntax for filters, actions,
+ templates, etc, and has detailed information for all available configuration
+ directives.
+
+Package: rsyslog-mysql
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         rsyslog (= ${binary:Version}),
+         dbconfig-common,
+         ucf
+Recommends: mysql-client
+Suggests: mysql-server
+Description: MySQL output plugin for rsyslog
+ This plugin allows rsyslog to write the syslog messages into a MySQL database.
+
+Package: rsyslog-pgsql
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         rsyslog (= ${binary:Version}),
+         dbconfig-common,
+         ucf
+Recommends: postgresql-client
+Suggests: postgresql
+Description: PostgreSQL output plugin for rsyslog
+ This plugin allows rsyslog to write the syslog messages into a PostgreSQL
+ database.
+
+Package: rsyslog-gssapi
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         rsyslog (= ${binary:Version})
+Suggests: krb5-user
+Description: GSSAPI authentication and encryption support for rsyslog
+ These plugins allow rsyslog to write and/or receive GSSAPI authenticated and
+ encrypted syslog messages. GSSAPI is commonly used for Kerberos
+ authentication.
+
+Package: rsyslog-gnutls
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         rsyslog (= ${binary:Version})
+Suggests: gnutls-bin
+Description: TLS protocol support for rsyslog
+ This netstream plugin allows rsyslog to send and receive encrypted syslog
+ messages via the upcoming syslog-transport-tls IETF standard protocol.
+
+Package: rsyslog-relp
+Architecture: any
+Priority: extra
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         rsyslog (= ${binary:Version})
+Description: RELP protocol support for rsyslog
+ These plugins allows rsyslog to send and receive syslog messages via the
+ RELP protocol. RELP ensures reliable transport over the network even on
+ connection loss or if a peer becomes unavailable.

Added: packages-metadata/u/urlwatch.control
===================================================================
--- packages-metadata/u/urlwatch.control	                        (rev 0)
+++ packages-metadata/u/urlwatch.control	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,22 @@
+Source: urlwatch
+Section: web
+Priority: extra
+Maintainer: Franck Joncourt <franck at debian.org>
+Build-Depends: debhelper (>= 7.0.50)
+Build-Depends-Indep: python-support (>= 0.5.3), python-concurrent.futures
+XS-Python-Version: >= 2.4
+Standards-Version: 3.9.3
+Homepage: http://thpinfo.com/2008/urlwatch/
+Vcs-git: git://git.debian.org/git/collab-maint/urlwatch.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/urlwatch.git;a=summary
+
+Package: urlwatch
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Recommends: python-vobject, python-utidylib, lynx
+Suggests: html2text
+Description: tool for monitoring webpages for updates 
+ This script is intended to help you watch URLs and get notified (via email)
+ of any changes. The change notification will include the URL that has changed
+ and a unified diff of what has changed. The script supports the use of a
+ filtering hook function to strip trivially-varying elements of a webpage.

Added: packages-metadata/u/urlwatch.copyright
===================================================================
--- packages-metadata/u/urlwatch.copyright	                        (rev 0)
+++ packages-metadata/u/urlwatch.copyright	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: urlwatch
+Upstream-Contact: Thomas Perl <thp at thpinfo.com>
+Source: http://thpinfo.com/2008/urlwatch/
+
+Files: *
+Copyright: 2008-2011, Thomas Perl <thp at thpinfo.com>
+License: BSD
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted 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. The name of the author may not 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: debian/*
+Copyright: 2008-2011, Franck Joncourt <franck at debian.org>
+License: GPL-3+
+ Debian packaging is licensed under the GPL, version3 or later, and can be
+ found in `/usr/share/common-licenses/GPL-3' on Debian systems.

Added: packages-metadata/z/zope.exceptions.control
===================================================================
--- packages-metadata/z/zope.exceptions.control	                        (rev 0)
+++ packages-metadata/z/zope.exceptions.control	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,32 @@
+Source: zope.exceptions
+Section: zope
+Priority: extra
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Brian Sutherland <brian at vanguardistas.net>,
+           Fabio Tranchitella <kobold at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all (>= 2.6.6-3~),
+               python3-all,
+               python-setuptools (>= 0.6b3),
+               python3-setuptools,
+               python3-zope.fixers
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.1
+Homepage: http://pypi.python.org/pypi/zope.exceptions
+Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.exceptions/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.exceptions/trunk/
+
+Package: python-zope.exceptions
+Architecture: all
+Depends: python-zope, ${python:Depends}, ${misc:Depends}
+Description: Zope exceptions
+ This package contains exception interfaces and implementations which are so
+ general purpose that they don't belong in Zope application-specific packages.
+
+Package: python3-zope.exceptions
+Architecture: all
+Depends: python3-zope, ${python3:Depends}, ${misc:Depends}
+Description: Zope exceptions
+ This package contains exception interfaces and implementations which are so
+ general purpose that they don't belong in Zope application-specific packages.

Added: packages-metadata/z/zope.exceptions.copyright
===================================================================
--- packages-metadata/z/zope.exceptions.copyright	                        (rev 0)
+++ packages-metadata/z/zope.exceptions.copyright	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,52 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: zope.exceptions
+Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
+Source: http://pypi.python.org/pypi/zope.exceptions
+
+Files: *
+Copyright: (c) 2001, 2002, 2004, 2006 Zope Foundation and Contributors.
+License: Zope-2.1
+ Zope Public License (ZPL) Version 2.1
+ .
+ A copyright notice accompanies this license document that identifies the
+ copyright holders.
+ .
+ This license has been certified as open source. It has also been designated as
+ GPL compatible by the Free Software Foundation (FSF).
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions in source code must retain the accompanying copyright
+ notice, this list of conditions, and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the accompanying copyright
+ notice, this list of conditions, and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ 3. Names of the copyright holders must not be used to endorse or promote
+ products derived from this software without prior written permission from the
+ copyright holders.
+ .
+ 4. The right to distribute this software or to use it for any purpose does not
+ give you the right to use Servicemarks (sm) or Trademarks (tm) of the
+ copyright
+ holders. Use of them is covered by separate agreement with the copyright
+ holders.
+ .
+ 5. If any files are modified, you must cause the modified files to carry
+ prominent notices stating that you changed the files and the date of any
+ change.
+ .
+ Disclaimer
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``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 COPYRIGHT HOLDERS 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.

Added: packages-metadata/z/zope.interface.control
===================================================================
--- packages-metadata/z/zope.interface.control	                        (rev 0)
+++ packages-metadata/z/zope.interface.control	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,77 @@
+Source: zope.interface
+Section: zope
+Priority: optional
+Maintainer: Debian/Ubuntu Zope Team <pkg-zope-developers at lists.alioth.debian.org>
+Uploaders: Brian Sutherland <brian at vanguardistas.net>,
+           Fabio Tranchitella <kobold at debian.org>
+Build-Depends: debhelper (>= 7.0.50~),
+               python-all-dev (>= 2.6.6-3~),
+               python-all-dbg,
+               python-setuptools,
+               python3-all-dev,
+               python3-all-dbg, 
+               python3-zope.fixers,
+               python3-setuptools
+Standards-Version: 3.9.2
+X-Python-Version: >= 2.4
+X-Python3-Version: >= 3.1
+Homepage: http://pypi.python.org/pypi/zope.interface
+Vcs-Svn: svn://svn.debian.org/pkg-zope/zope.interface/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-zope/zope.interface/trunk
+
+Package: python-zope.interface
+Architecture: any
+Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: python-zope, python-zopeinterface, ${python:Provides}
+Replaces: python-zope, python-zopeinterface
+Conflicts: python-zope, python-zopeinterface, zope3
+Description: Interfaces for Python
+ This package provides an implementation of object interfaces for Python.
+ Interfaces are a mechanism for labeling objects as conforming to a given API
+ or contract. So, this package can be considered as implementation of the
+ Design By Contract methodology support in Python.
+
+Package: python-zope.interface-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: python-zope.interface (= ${binary:Version}),
+         python-dbg,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Conflicts: python-zopeinterface-dbg
+Replaces: python-zopeinterface-dbg
+Provides: python-zopeinterface-dbg
+Description: Interfaces for Python (debug extension)
+ This package provides an implementation of object interfaces for Python.
+ Interfaces are a mechanism for labeling objects as conforming to a given API
+ or contract. So, this package can be considered as implementation of the
+ Design By Contract methodology support in Python.
+ .
+ This package contains the extension built for the Python debug interpreter.
+
+Package: python3-zope.interface
+Architecture: any
+Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Provides: python3-zope, ${python3:Provides}
+Description: Interfaces for Python3
+ This package provides an implementation of object interfaces for Python.
+ Interfaces are a mechanism for labeling objects as conforming to a given API
+ or contract. So, this package can be considered as implementation of the
+ Design By Contract methodology support in Python.
+
+Package: python3-zope.interface-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: python3-zope.interface (= ${binary:Version}),
+         python3-dbg,
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: Interfaces for Python3 (debug extension)
+ This package provides an implementation of object interfaces for Python.
+ Interfaces are a mechanism for labeling objects as conforming to a given API
+ or contract. So, this package can be considered as implementation of the
+ Design By Contract methodology support in Python.
+ .
+ This package contains the extension built for the Python3 debug interpreter.

Added: packages-metadata/z/zope.interface.copyright
===================================================================
--- packages-metadata/z/zope.interface.copyright	                        (rev 0)
+++ packages-metadata/z/zope.interface.copyright	2012-09-27 03:01:16 UTC (rev 2497)
@@ -0,0 +1,52 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174
+Upstream-Name: zope.interface
+Upstream-Contact: Zope Foundation and Contributors <zope-dev at zope.org>
+Source: http://pypi.python.org/pypi/zope.interface
+
+Files: *
+Copyright: (c) 2001-2010 Zope Foundation and Contributors.
+License: Zope-2.1
+ Zope Public License (ZPL) Version 2.1
+ .
+ A copyright notice accompanies this license document that identifies the
+ copyright holders.
+ .
+ This license has been certified as open source. It has also been designated as
+ GPL compatible by the Free Software Foundation (FSF).
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions in source code must retain the accompanying copyright
+ notice, this list of conditions, and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the accompanying copyright
+ notice, this list of conditions, and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ 3. Names of the copyright holders must not be used to endorse or promote
+ products derived from this software without prior written permission from the
+ copyright holders.
+ .
+ 4. The right to distribute this software or to use it for any purpose does not
+ give you the right to use Servicemarks (sm) or Trademarks (tm) of the
+ copyright
+ holders. Use of them is covered by separate agreement with the copyright
+ holders.
+ .
+ 5. If any files are modified, you must cause the modified files to carry
+ prominent notices stating that you changed the files and the date of any
+ change.
+ .
+ Disclaimer
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``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 COPYRIGHT HOLDERS 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.




More information about the Collab-qa-commits mailing list