[Python-apps-commits] r7059 - in packages/pybtex/trunk/debian (changelog copyright)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Tue May 3 09:27:34 UTC 2011


    Date: Tuesday, May 3, 2011 @ 09:27:30
  Author: danstender-guest
Revision: 7059

debian/copyright: added BSD-3-clause license for custom_fixers/fix_alt_unicode.py

Modified:
  packages/pybtex/trunk/debian/changelog
  packages/pybtex/trunk/debian/copyright

Modified: packages/pybtex/trunk/debian/changelog
===================================================================
--- packages/pybtex/trunk/debian/changelog	2011-05-03 06:20:54 UTC (rev 7058)
+++ packages/pybtex/trunk/debian/changelog	2011-05-03 09:27:30 UTC (rev 7059)
@@ -6,10 +6,11 @@
    * Changed debian/copyright
     + to meet CANDIDATE DEP-5.
     + removed GPL-2+ license for database/convert/__main__.py.
+    + added BSD-3-clause license for custom_fixers/fix_alt_unicode.py
   * Bumped standards version to 3.9.2 (no changes needed).
   * Uploaded to Unstable.
 
- -- Daniel Stender <daniel at danielstender.com>  Sat, 30 Apr 2011 13:31:10 +0200
+ -- Daniel Stender <daniel at danielstender.com>  Tue, 03 May 2011 11:26:33 +0200
 
 pybtex (0.14-1) experimental; urgency=low
 

Modified: packages/pybtex/trunk/debian/copyright
===================================================================
--- packages/pybtex/trunk/debian/copyright	2011-05-03 06:20:54 UTC (rev 7058)
+++ packages/pybtex/trunk/debian/copyright	2011-05-03 09:27:30 UTC (rev 7059)
@@ -4,7 +4,7 @@
 Source: http://pybtex.sourceforge.net/
 
 Files: *
-Copyright: 2006-2011, Andrey Golovizin
+Copyright: 2006-2011 Andrey Golovizin
 License: Expat
 
 Files: debian/*
@@ -31,3 +31,29 @@
  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.
+
+Files: custom_fixers/fix_alt_unicode.py
+Copyright: 2009-2011 Jinja Team
+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 <organization> 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 <COPYRIGHT HOLDER> 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 Python-apps-commits mailing list