[Collab-qa-commits] r2470 - in packages-metadata: c g h l m p

Charles Plessy plessy at alioth.debian.org
Thu Sep 6 03:00:31 UTC 2012


Author: plessy
Date: 2012-09-06 03:00:30 +0000 (Thu, 06 Sep 2012)
New Revision: 2470

Added:
   packages-metadata/c/cube2font.control
   packages-metadata/c/cube2font.copyright
   packages-metadata/g/gtk-sharp2.control
   packages-metadata/h/haml-elisp.control
   packages-metadata/h/hg-git.control
   packages-metadata/h/hg-git.copyright
   packages-metadata/m/mustache.js.control
   packages-metadata/m/mustache.js.copyright
   packages-metadata/p/packaging-dev.control
   packages-metadata/p/packaging-dev.copyright
Modified:
   packages-metadata/l/libmojolicious-perl.control
Log:
Daily automatic umegaya push

Added: packages-metadata/c/cube2font.control
===================================================================
--- packages-metadata/c/cube2font.control	                        (rev 0)
+++ packages-metadata/c/cube2font.control	2012-09-06 03:00:30 UTC (rev 2470)
@@ -0,0 +1,30 @@
+Source: cube2font
+Section: graphics
+Priority: optional
+Uploaders: Martin Erik Werner <martinerikwerner at gmail.com>
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 9), libfreetype6-dev, zlib1g-dev
+Standards-Version: 3.9.3
+Homepage: http://www.redeclipse.net
+Vcs-Git: git://git.debian.org/pkg-games/cube2font.git
+Vcs-Browser: http://git.debian.org/?p=pkg-games/cube2font.git;a=summary
+
+Package: cube2font
+Architecture: any
+Pre-Depends: dpkg (>= 1.15.6~)
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: utility program for creating font bitmaps for Cube Engine games
+ cube2font is a utility program designed to create font bitmaps for Cube
+ Engine games, it works by taking a Truetype font and building it into a
+ set of coordinates in an image. cube2font is an improved version of the
+ previous TTF2Font, supporting a much larger range of characters.
+
+Package: cube2font-dbg
+Section: debug
+Architecture: any
+Priority: extra
+Pre-Depends: dpkg (>= 1.15.6~)
+Depends: cube2font (= ${binary:Version}), ${misc:Depends}
+Description: debugging symbols for cube2font
+ This package contains the debugging symbols for the font bitmap creation tool
+ cube2font.

Added: packages-metadata/c/cube2font.copyright
===================================================================
--- packages-metadata/c/cube2font.copyright	                        (rev 0)
+++ packages-metadata/c/cube2font.copyright	2012-09-06 03:00:30 UTC (rev 2470)
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Red Eclipse
+Upstream-Contact: Lee "Eihrul" Salzman <lsalzman at gmail.com>
+                  Quinton "Quin" Reeves <qreeves at gmail.com>
+Source: https://redeclipse.svn.sourceforge.net
+ Everything except the files related to cube2font (source code, man page,
+ license, build scripts) have been removed from the source package, since
+ that is shipped with the redeclipse packages.
+
+Files: *
+Copyright: 2009-2012, Lee "Eihrul" Salzman <lsalzman at gmail.com>
+           2009-2012, Quinton "Quin" Reeves <qreeves at gmail.com>
+License: Zlib
+
+Files: debian/*
+Copyright: 2011-2012 Martin Erik Werner <martinerikwerner at gmail.com>
+License: Zlib
+
+License: Zlib
+ This software is provided 'as-is', without any express or implied
+ warranty. In no event will the authors be held liable for any damages
+ arising from the use of this software.
+ .
+ Permission is granted to anyone to use this software for any purpose,
+ including commercial applications, and to alter it and redistribute it
+ freely, subject to the following restrictions:
+ .
+    1. The origin of this software must not be misrepresented; you must not
+    claim that you wrote the original software. If you use this software
+    in a product, an acknowledgment in the product documentation would be
+    appreciated but is not required.
+ .
+    2. Altered source versions must be plainly marked as such, and must not be
+    misrepresented as being the original software.
+ .
+    3. This notice may not be removed or altered from any source
+    distribution.

Added: packages-metadata/g/gtk-sharp2.control
===================================================================
--- packages-metadata/g/gtk-sharp2.control	                        (rev 0)
+++ packages-metadata/g/gtk-sharp2.control	2012-09-06 03:00:30 UTC (rev 2470)
@@ -0,0 +1,161 @@
+Source: gtk-sharp2
+Section: libs
+Priority: optional
+Maintainer: Debian CLI Libraries Team <pkg-cli-libs-team at lists.alioth.debian.org>
+Uploaders: Mirco Bauer <meebey at debian.org>, Sebastian Dröge <slomo at debian.org>
+Build-Depends: cli-common-dev (>= 0.5.7),
+               debhelper (>= 5),
+               dh-autoreconf,
+               libglade2-dev (>= 2.3.6),
+               libglib2.0-dev (>= 2.12.0),
+               libgtk2.0-dev (>= 2.12.0),
+               libmono-cairo2.0-cil,
+               libpango1.0-dev,
+               mono-devel (>= 2.4.2.3),
+               monodoc-base (>= 1.0),
+               pkg-config
+Standards-Version: 3.9.3
+Homepage: http://www.mono-project.com/GtkSharp
+Vcs-Git: git://git.debian.org/git/pkg-cli-libs/packages/gtk-sharp2.git
+Vcs-Browser: http://git.debian.org/?p=pkg-cli-libs/packages/gtk-sharp2.git
+
+Package: gtk-sharp2
+Architecture: all
+Depends: gtk-sharp2-examples (= ${source:Version}),
+         gtk-sharp2-gapi (= ${source:Version}),
+         libglade2.0-cil-dev (= ${source:Version}),
+         libglib2.0-cil-dev (= ${source:Version}),
+         libgtk2.0-cil-dev (= ${source:Version}),
+         monodoc-gtk2.0-manual (= ${source:Version}),
+         ${misc:Depends}
+Description: GTK# 2.10 suite, CLI bindings for GTK+
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ .
+ gtk-sharp2 is a metapackage containing dependencies for the GTK# 2.10 suite.
+
+Package: gtk-sharp2-examples
+Architecture: all
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Description: sample applications for the GTK# 2.10 toolkit
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ .
+ This package contains some example programs that are distributed with
+ the GTK# assemblies, including source to build them and learn from
+ them.
+
+Package: gtk-sharp2-gapi
+Architecture: any
+Conflicts: gtk-sharp2-unstable-gapi
+Replaces: gtk-sharp2-unstable-gapi
+Depends: libglib2.0-cil (>= ${source:Version}),
+         libxml-libxml-perl,
+         ${cli:Depends},
+         ${misc:Depends},
+         ${shlibs:Depends}
+Description: C source parser and C# code generator for GObject based APIs
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ .
+ This package includes the parser and code generator used by the GTK#
+ project to parse and bind GObject libraries. Install if you want to
+ bind GObject-based libraries, or need to compile a project that uses
+ it to bind such a library.
+
+Package: libglib2.0-cil
+Architecture: any
+Suggests: monodoc-gtk2.0-manual
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Replaces: gtk-sharp2-gapi (<< 2.10.0-1)
+Description: CLI binding for the GLib utility library 2.12
+ This package provides the glib-sharp assembly that allows CLI (.NET) programs
+ to use the GLib utility library 2.12. This is mostly useful for the GTK+ and
+ GNOME bindings.
+ .
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ .
+ This package contains the glib-sharp assembly
+
+Package: libglib2.0-cil-dev
+Architecture: any
+Depends: libglib2.0-cil (= ${binary:Version}), ${misc:Depends}
+Replaces: libglib2.0-cil (<< 2.12.9-2)
+Description: CLI binding for the GLib utility library 2.12
+ This package provides the glib-sharp assembly that allows CLI (.NET) programs
+ to use the GLib utility library 2.12. This is mostly useful for the GTK+ and
+ GNOME bindings.
+ .
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ .
+ This package contains development files for the glib-sharp library, and should
+ be used for compilation
+
+Package: libgtk2.0-cil
+Architecture: any
+Suggests: monodoc-gtk2.0-manual
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Replaces: gtk-sharp2-gapi (<< 2.10.0-1)
+Description: CLI binding for the GTK+ toolkit 2.12
+ This package provides the atk-sharp, gdk-sharp, gtk-dotnet, gtk-sharp and
+ pango-sharp assemblies that allow CLI (.NET) programs to use the
+ GTK+ user interface toolkit 2.12, ATK, Pango, GTK.NET and GDK.
+ .
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ .
+ This package contains the GTK# assemblies
+
+Package: libgtk2.0-cil-dev
+Architecture: any
+Depends: libglib2.0-cil-dev (= ${binary:Version}),
+         libgtk2.0-cil (= ${binary:Version}),
+         ${misc:Depends}
+Replaces: libgtk2.0-cil (<< 2.12.9-2)
+Description: CLI binding for the GTK+ toolkit 2.12
+ This package provides the atk-sharp, gdk-sharp, gtk-dotnet, gtk-sharp and
+ pango-sharp assemblies that allow CLI (.NET) programs to use the
+ GTK+ user interface toolkit 2.12, ATK, Pango, GTK.NET and GDK.
+ .
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ .
+ This package contains development files for the GTK# library, and should
+ be used for compilation
+
+Package: libglade2.0-cil
+Architecture: any
+Suggests: monodoc-gtk2.0-manual
+Depends: ${cli:Depends}, ${misc:Depends}, ${shlibs:Depends}
+Replaces: gtk-sharp2-gapi (<< 2.10.0-1)
+Description: CLI binding for the Glade libraries 2.6
+ This package provides the glade-sharp assembly that allows CLI (.NET) programs
+ to use the Glade libraries 2.6.
+ .
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ .
+ This package contains the glade-sharp assembly
+
+Package: libglade2.0-cil-dev
+Architecture: any
+Depends: libglade2.0-cil (= ${binary:Version}),
+         libgtk2.0-cil-dev (= ${binary:Version}),
+         ${misc:Depends}
+Replaces: libglade2.0-cil (<< 2.12.9-2)
+Description: CLI binding for the Glade libraries 2.6
+ This package provides the glade-sharp assembly that allows CLI (.NET) programs
+ to use the Glade libraries 2.6.
+ .
+ GTK# 2.10 is a CLI (.NET) language binding for the GTK+ 2.10 toolkit
+ .
+ This package contains development files for the glade-sharp library, and should
+ be used for compilation
+
+Package: monodoc-gtk2.0-manual
+Architecture: all
+Section: doc
+Priority: extra
+Depends: monodoc-manual
+Conflicts: monodoc-gtk-manual, monodoc-manual (<= 1.0.6-1)
+Description: compiled XML documentation for GTK# 2.10
+ The MonoDoc Project is the documentation framework of the Mono project which
+ provides detailed API documentation for all Mono components and the Mono CLI
+ implementation.
+ .
+ This package contains the compiled XML documentation for GTK# 2.10 and
+ GNOME# 2.16 of MonoDoc.

Added: packages-metadata/h/haml-elisp.control
===================================================================
--- packages-metadata/h/haml-elisp.control	                        (rev 0)
+++ packages-metadata/h/haml-elisp.control	2012-09-06 03:00:30 UTC (rev 2470)
@@ -0,0 +1,21 @@
+Source: haml-elisp
+Section: lisp
+Priority: optional
+Maintainer: Gastón Ramos <ramos.gaston at gmail.com>
+Uploaders: Gunnar Wolf <gwolf at debian.org>
+Build-Depends: debhelper (>= 8.0.0), quilt
+Standards-Version: 3.9.3
+Homepage: http://haml-lang.com/
+Vcs-Git: git://git.debian.org/collab-maint/haml-elisp.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/haml-elisp.git;a=summary
+
+Package: haml-elisp
+Section: lisp
+Architecture: all
+Recommends: ruby-haml
+Depends: ${misc:Depends}, emacs23
+Description: Emacs Lisp mode for the Haml markup language
+ This package provides the emacs-lisp for syntax-highlighting Haml
+ mode for emacs23. Haml (see haml-ruby) is a markup language designed
+ to simplify and beautify the maintenance and ease of writing HTML templates.
+

Added: packages-metadata/h/hg-git.control
===================================================================
--- packages-metadata/h/hg-git.control	                        (rev 0)
+++ packages-metadata/h/hg-git.control	2012-09-06 03:00:30 UTC (rev 2470)
@@ -0,0 +1,25 @@
+Source: hg-git
+Section: vcs
+Priority: optional
+Maintainer: Qijiang Fan <fqj1994 at gmail.com>
+Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.8), python (>= 2.6.6-3~)
+Standards-Version: 3.9.3
+X-Python-Version: >= 2.5
+Homepage: http://hg-git.github.com/
+Vcs-Svn: svn://svn.debian.org/python-apps/packages/hg-git/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/hg-git/trunk/
+
+Package: mercurial-git
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, mercurial (>= 1.9.1-1~), python-dulwich (>= 0.8)
+Description: Git plugin for Mercurial
+ The Hg-Git plugin for Mercurial adds the ability to push and pull to/from
+ a Git server repository. This means you can collaborate on Git based
+ projects from Mercurial, or use a Git server as a collaboration point
+ for a team with developers using both Git and Mercurial.
+ .
+ The plugin can convert commits/changesets losslessly from one system to
+ another, so you can push via a Mercurial repository and another
+ Mercurial client can pull it and their changeset node ids will be
+ identical - Mercurial data does not get lost in translation.

Added: packages-metadata/h/hg-git.copyright
===================================================================
--- packages-metadata/h/hg-git.copyright	                        (rev 0)
+++ packages-metadata/h/hg-git.copyright	2012-09-06 03:00:30 UTC (rev 2470)
@@ -0,0 +1,20 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+Upstream-Name: hg-git
+Upstream-Contact: Scott Chacon <schacon at gmail.com>
+Source: http://hg-git.github.com/
+
+Files: *
+Copyright: 2008, Scott Chacon <schacon at gmail.com>
+License: GPL-2
+
+Files: tests/run-tests.py
+Copyright: 2006, Matt Mackall <mpm at selenic.com>
+License: GPL-2
+
+Files: debian/*
+Copyright: 2009, 2010, Jakub Wilk <jwilk at debian.org>
+License: GPL-2
+
+License: GPL-2
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2" 

Modified: packages-metadata/l/libmojolicious-perl.control
===================================================================
--- packages-metadata/l/libmojolicious-perl.control	2012-09-05 03:00:31 UTC (rev 2469)
+++ packages-metadata/l/libmojolicious-perl.control	2012-09-06 03:00:30 UTC (rev 2470)
@@ -1,14 +1,15 @@
 Source: libmojolicious-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>,
+           Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
+           Angel Abad <angel at debian.org>,
+           Dominique Dumont <dod at debian.org>
 Section: perl
 Priority: optional
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>,
- Fabrizio Regalli <fabreg at fabreg.it>,
- Krzysztof Krzyżaniak (eloy) <eloy at debian.org>,
- Angel Abad <angel at debian.org>
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl (>= 5.10.1)
+Build-Depends-Indep: perl
 Standards-Version: 3.9.3
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmojolicious-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libmojolicious-perl.git
@@ -16,15 +17,17 @@
 
 Package: libmojolicious-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libjs-jquery (>= 1.7.1),
- perl (>= 5.10.1)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libjs-jquery (>= 1.7.1),
+         perl
 Recommends: libio-socket-inet6-perl,
- libio-socket-ssl-perl (>= 1.43),
- libmojo-server-fastcgi-perl
+            libio-socket-ssl-perl (>= 1.43),
+            libmojo-server-fastcgi-perl
 Description: simple, yet powerful, Web Application Framework
  Mojolicious is a Perl Web Application Framework built around the familiar
  Model-View-Controller philosophy. It supports a simple single file mode via
  Mojolicious::Lite, RESTful routes, plugins, Perl-ish templates, session
  management, signed cookies, a testing framework, internationalization, first
  class Unicode support, and more.
+

Added: packages-metadata/m/mustache.js.control
===================================================================
--- packages-metadata/m/mustache.js.control	                        (rev 0)
+++ packages-metadata/m/mustache.js.control	2012-09-06 03:00:30 UTC (rev 2470)
@@ -0,0 +1,41 @@
+Source: mustache.js
+Section: web
+Priority: extra
+Maintainer: Debian Javascript Maintainers <pkg-javascript-devel at lists.alioth.debian.org>
+Uploaders: David Paleino <dapal at debian.org>
+Build-Depends:
+ debhelper (>= 8~)
+ , rake
+Standards-Version: 3.9.3
+Homepage: http://mustache.github.com/
+Vcs-Git: git://git.debian.org/collab-maint/mustache.js.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/mustache.js.git;a=summary
+
+Package: libjs-mustache
+Architecture: all
+Depends: ${misc:Depends}
+Recommends: javascript-common
+Description: Mustache rendering engine for Javascript
+ Inspired by ctemplate, Mustache is a framework-agnostic way to render
+ logic-free views. (As in model-view-controller.)
+ .
+ As ctemplates says, "It emphasizes separating logic from presentation:
+ it is impossible to embed application logic in this template
+ language."
+ .
+ This package provides the Mustache rendering engine for Javascript.
+
+Package: node-mustache
+Architecture: all
+Depends:
+ ${misc:Depends}
+ , nodejs
+Description: Mustache rendering engine for Javascript - CommonJS
+ Inspired by ctemplate, Mustache is a framework-agnostic way to render
+ logic-free views. (As in model-view-controller.)
+ .
+ As ctemplates says, "It emphasizes separating logic from presentation:
+ it is impossible to embed application logic in this template
+ language."
+ .
+ This package provides the Mustache rendering engine for CommonJS.

Added: packages-metadata/m/mustache.js.copyright
===================================================================
--- packages-metadata/m/mustache.js.copyright	                        (rev 0)
+++ packages-metadata/m/mustache.js.copyright	2012-09-06 03:00:30 UTC (rev 2470)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0
+
+Files: *
+Copyright: © 2009, Chris Wanstrath
+ © 2010-2012, Jan Lehnardt
+License: MIT
+
+Files: debian/*
+Copyright: © 2011-2012, David Paleino <dapal at debian.org>
+License: MIT
+
+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.

Added: packages-metadata/p/packaging-dev.control
===================================================================
--- packages-metadata/p/packaging-dev.control	                        (rev 0)
+++ packages-metadata/p/packaging-dev.control	2012-09-06 03:00:30 UTC (rev 2470)
@@ -0,0 +1,48 @@
+Source: packaging-dev
+Section: metapackages
+Priority: optional
+Maintainer: Benjamin Drung <bdrung at debian.org>
+Build-Depends: debhelper (>= 7.0.50~)
+Standards-Version: 3.9.3
+Vcs-Browser: http://git.debian.org/?p=collab-maint/packaging-dev.git
+Vcs-Git: git://git.debian.org/git/collab-maint/packaging-dev.git
+
+Package: packaging-dev
+Architecture: all
+Depends: build-essential,
+         debhelper,
+         devscripts,
+         dput | dupload,
+         lintian,
+         pbuilder | cowbuilder | sbuild,
+         quilt,
+         ${misc:Depends}
+Recommends: apt-file,
+            autoconf,
+            automake,
+            autotools-dev,
+            bzr-builddeb,
+            cdbs,
+            cmake,
+            debian-policy,
+            developers-reference,
+            dh-autoreconf,
+            git-buildpackage,
+            gnupg,
+            libtool,
+            piuparts,
+            svn-buildpackage,
+            ${vendor-specific:Recommends}
+Suggests: cvs-buildpackage,
+          dh-make,
+          gnome-pkg-tools,
+          mercurial-buildpackage,
+          ${vendor-specific:Suggests}
+Description: convenient tools to develop packages
+ This metapackage depends on common packages useful for the development of
+ Debian-format packages, including patch management systems, build systems,
+ packaging macros, helpful scripts for developers, and tools for building and
+ testing packages.
+  .
+ This metapackage provides tools for packaging, rather than the development of
+ software. No other package should depend or build-depend on this package.

Added: packages-metadata/p/packaging-dev.copyright
===================================================================
--- packages-metadata/p/packaging-dev.copyright	                        (rev 0)
+++ packages-metadata/p/packaging-dev.copyright	2012-09-06 03:00:30 UTC (rev 2470)
@@ -0,0 +1,18 @@
+Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=166
+Upstream-Name: packaging-dev
+Upstream-Contact: Benjamin Drung <bdrung at debian.org>
+
+Files: *
+Copyright: 2011, Benjamin Drung <bdrung at debian.org>
+License: ISC
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
+ PERFORMANCE OF THIS SOFTWARE.




More information about the Collab-qa-commits mailing list