[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kupu-checkins
Subject:    [epoz-checkins] r3554 - epoz/trunk/ecmaunit
From:       guido () codespeak ! net
Date:       2004-03-31 12:57:27
Message-ID: 20040331125727.042B55A142 () thoth ! codespeak ! net
[Download RAW message or body]

Author: guido
Date: Wed Mar 31 14:57:27 2004
New Revision: 3554

Added:
   epoz/trunk/ecmaunit/CREDITS.txt
   epoz/trunk/ecmaunit/LICENSE.txt
Modified:
   epoz/trunk/ecmaunit/ecmaunit.js
Log:
Added the appropriate license stuff.


Added: epoz/trunk/ecmaunit/CREDITS.txt
==============================================================================
--- (empty file)
+++ epoz/trunk/ecmaunit/CREDITS.txt	Wed Mar 31 14:57:27 2004
@@ -0,0 +1,10 @@
+================
+ecmaunit credits
+================
+
+This package was written by Guido Wesdorp (guido@infrae.com), with the help of 
+Philipp von Weitershausen.
+
+Inspiration came from the jsUnit package by Edward Hieatt (edward@jsunit.net),
+a unit test suite for JavaScript, and Python's pyunit package written by
+Steve Purcell.

Added: epoz/trunk/ecmaunit/LICENSE.txt
==============================================================================
--- (empty file)
+++ epoz/trunk/ecmaunit/LICENSE.txt	Wed Mar 31 14:57:27 2004
@@ -0,0 +1,31 @@
+Copyright (c) 2003-2004, EcmaUnit Contributors
+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 EcmaUnit 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 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: epoz/trunk/ecmaunit/ecmaunit.js
==============================================================================
--- epoz/trunk/ecmaunit/ecmaunit.js	(original)
+++ epoz/trunk/ecmaunit/ecmaunit.js	Wed Mar 31 14:57:27 2004
@@ -1,8 +1,20 @@
+/*****************************************************************************
+ *
+ * Copyright (c) 2003-2004 EcmaUnit Contributors. All rights reserved.
+ *
+ * This software is distributed under the terms of the EcmaUnit
+ * License. See LICENSE.txt for license text. For a list of EcmaUnit
+ * Contributors see CREDITS.txt.
+ *
+ *****************************************************************************/
+
 /* Object Oriented (well, prototype based that is, sorry if I use the term
     OO incorrectly, I'm a Python developer and I'm not too used to prototype
     based hacking) unit test suite
 */
 
+// $Id: ecmaunit.js 3415 2004-03-25 14:42:47Z philikon $
+
 function TestCase() {
     /* a single test case */
     

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic