GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: PHP5 Unit Testing Framework
Homepage: http://www.snaptest.net
Clone URL: git://github.com/Jakobo/snaptest.git
added BSD license information
Jakobo (author)
Tue Apr 15 19:07:06 -0700 2008
commit  b1f1ac0dffe092384b28a05412e14850b75000b7
tree    a2cfddb0636fde3f95c317c95f19428c924f6360
parent  0b344bff2c534cfbc31b0adfa2db7097ab126a16
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
18
19
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
0
@@ -1,19 +1,42 @@
0
-"The contents of this file and software package (the "Application") are
0
-subject to the Mozilla Public License Version 1.1 (the "License"); you may not
0
-use this file or the Application except in compliance with the License. You
0
-may obtain a copy of the License at
0
-http://www.mozilla.org/MPL/
0
-
0
-Software distributed under the License is distributed on an "AS IS"
0
-basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
0
-License for the specific language governing rights and limitations
0
-under the License.
0
-
0
-The Original Code is Snaptest 0.0.1 [no formal release yet].
0
-
0
-The Initial Developer of the Original Code is Jakob Heuser
0
-<jakob@felocity.org>.
0
-Copyright (C) 2007. All Rights Reserved.
0
+Copyright (c) 2008, Jakob Heuser
0
+All rights reserved.
0
+
0
+---
0
+
0
+Additional Contributors to SnapTest can be found at:
0
+http://code.google.com/p/snaptest/wiki/ContributorList
0
+
0
+all accepted submissions have met the Developer's Certificate of Origin
0
+at:
0
+http://code.google.com/p/snaptest/wiki/SourceInformation
0
+
0
+---
0
+
0
+Redistribution and use in source and binary forms, with or without
0
+modification, are permitted provided that the following conditions are met:
0
+
0
+ * Redistributions of source code must retain the above copyright notice,
0
+ this list of conditions and the following disclaimer.
0
+
0
+ * Redistributions in binary form must reproduce the above copyright
0
+ notice, this list of conditions and the following disclaimer in the
0
+ documentation and/or other materials provided with the distribution.
0
+
0
+ * Neither the name of the SnapTest nor the names of its
0
+ contributors may be used to endorse or promote products derived from
0
+ this software without specific prior written permission.
0
+
0
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
0
+AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
0
+IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
0
+ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
0
+LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
0
+CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
0
+SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
0
+INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
0
+CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
0
+ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
0
+POSSIBILITY OF SUCH DAMAGE.
0
 
0
 ---
0
 

Comments

    No one has commented yet.