[Repoze-checkins] r650 - repoze.kiss/trunk

Tres Seaver tseaver at palladion.com
Sun Feb 3 05:33:22 UTC 2008


Author: Tres Seaver <tseaver at palladion.com>
Date: Sun Feb  3 00:33:21 2008
New Revision: 650

Log:
Fixup licenses header.

Modified:
   repoze.kiss/trunk/setup.py

Modified: repoze.kiss/trunk/setup.py
==============================================================================
--- repoze.kiss/trunk/setup.py	(original)
+++ repoze.kiss/trunk/setup.py	Sun Feb  3 00:33:21 2008
@@ -1,6 +1,17 @@
-"""repoze.kiss
-"""
-__version__ = '0.1'
+##############################################################################
+#
+# Copyright (c) 2007 Agendaless Consulting and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the BSD-like license at
+# http://www.repoze.org/LICENSE.txt.  A copy of the license should accompany
+# this distribution.  THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL
+# EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO,
+# THE IMPLIED WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND
+# FITNESS FOR A PARTICULAR PURPOSE
+#
+##############################################################################
+__version__ = '0.2'
 
 import os
 from setuptools import setup, find_packages


More information about the Repoze-checkins mailing list