[Scipy-svn] r3079 - in trunk/Lib/sandbox/pyem/data: . oldfaithful

scipy-svn at scipy.org scipy-svn at scipy.org
Fri Jun 8 23:51:51 EDT 2007


Author: cdavid
Date: 2007-06-08 22:51:44 -0500 (Fri, 08 Jun 2007)
New Revision: 3079

Added:
   trunk/Lib/sandbox/pyem/data/__init__.py
   trunk/Lib/sandbox/pyem/data/oldfaithful/COPYING
Modified:
   trunk/Lib/sandbox/pyem/data/oldfaithful/data.py
Log:
Add proper license in data, correct typo (double copyright)

Added: trunk/Lib/sandbox/pyem/data/__init__.py
===================================================================

Added: trunk/Lib/sandbox/pyem/data/oldfaithful/COPYING
===================================================================
--- trunk/Lib/sandbox/pyem/data/oldfaithful/COPYING	2007-06-08 11:15:39 UTC (rev 3078)
+++ trunk/Lib/sandbox/pyem/data/oldfaithful/COPYING	2007-06-09 03:51:44 UTC (rev 3079)
@@ -0,0 +1,34 @@
+# The code and descriptive text is copyrighted and offered under the terms of
+# the BSD License from the authors; see below. However, the actual dataset may
+# have a different origin and intellectual property status. See the SOURCE and
+# COPYRIGHT variables for this information.
+
+# Copyright (c) 2007 David Cournapeau <cournape at gmail.com>
+#
+# All rights reserved.
+#
+# 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 author nor the names of any 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.

Modified: trunk/Lib/sandbox/pyem/data/oldfaithful/data.py
===================================================================
--- trunk/Lib/sandbox/pyem/data/oldfaithful/data.py	2007-06-08 11:15:39 UTC (rev 3078)
+++ trunk/Lib/sandbox/pyem/data/oldfaithful/data.py	2007-06-09 03:51:44 UTC (rev 3079)
@@ -1,8 +1,6 @@
 #! /usr/bin/env python
 # -*- coding: utf-8 -*-
 
-# Copyright (C) 2007 David Cournapeau <cournape at gmail.com>
-
 # The code and descriptive text is copyrighted and offered under the terms of
 # the BSD License from the authors; see below. However, the actual dataset may
 # have a different origin and intellectual property status. See the SOURCE and




More information about the Scipy-svn mailing list