Revision: 6684
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=6684&view=rev
Author:   jdh2358
Date:     2008-12-19 20:27:18 +0000 (Fri, 19 Dec 2008)

Log Message:
-----------
added ringbuf license

Modified Paths:
--------------
    trunk/py4science/examples/pyrex/trailstats/ringbuf.h
    trunk/py4science/examples/pyrex/trailstats/ringbuf.pyx
    trunk/py4science/examples/pyrex/trailstats/ringbufnan.c

Added Paths:
-----------
    trunk/py4science/examples/pyrex/trailstats/LICENSE.ringbuf

Added: trunk/py4science/examples/pyrex/trailstats/LICENSE.ringbuf
===================================================================
--- trunk/py4science/examples/pyrex/trailstats/LICENSE.ringbuf                  
        (rev 0)
+++ trunk/py4science/examples/pyrex/trailstats/LICENSE.ringbuf  2008-12-19 
20:27:18 UTC (rev 6684)
@@ -0,0 +1,32 @@
+Copyright (c) 2008, Eric Firing
+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 name of the copyright holder nor the names of
+      subsequent 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/py4science/examples/pyrex/trailstats/ringbuf.h
===================================================================
--- trunk/py4science/examples/pyrex/trailstats/ringbuf.h        2008-12-19 
19:31:23 UTC (rev 6683)
+++ trunk/py4science/examples/pyrex/trailstats/ringbuf.h        2008-12-19 
20:27:18 UTC (rev 6684)
@@ -1,5 +1,5 @@
+//See LICENSE.ringbuf for license (BSD)
 
-
 typedef struct {
    int N_size;
    int N_filled;

Modified: trunk/py4science/examples/pyrex/trailstats/ringbuf.pyx
===================================================================
--- trunk/py4science/examples/pyrex/trailstats/ringbuf.pyx      2008-12-19 
19:31:23 UTC (rev 6683)
+++ trunk/py4science/examples/pyrex/trailstats/ringbuf.pyx      2008-12-19 
20:27:18 UTC (rev 6684)
@@ -3,6 +3,8 @@
 Ringbuf, on which various statistics are calculated as each entry is
 added and a method runstats for computing a host of trailing
 statistics over a numpy array
+
+See LICENSE.ringbuf for license (BSD)
 """
 
 include "c_ringbuf.pxi"

Modified: trunk/py4science/examples/pyrex/trailstats/ringbufnan.c
===================================================================
--- trunk/py4science/examples/pyrex/trailstats/ringbufnan.c     2008-12-19 
19:31:23 UTC (rev 6683)
+++ trunk/py4science/examples/pyrex/trailstats/ringbufnan.c     2008-12-19 
20:27:18 UTC (rev 6684)
@@ -10,6 +10,7 @@
 
    2003/07/28 EF
 
+See LICENSE.ringbuf for license (BSD)
 */
 
 #include <stdlib.h>


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to