summaryrefslogtreecommitdiff
path: root/BSD
diff options
context:
space:
mode:
authorRobert Collins <robertc@robertcollins.net>2009-12-19 14:09:14 +1100
committerRobert Collins <robertc@robertcollins.net>2009-12-19 14:09:14 +1100
commit7b795c0b42770ec978805db3db3d1b99270e6e16 (patch)
tree45c3019bf5d01f75d376a1c2f175b9597c037504 /BSD
parentd4a36b3335d2b87e52340d408ed410e6cc95fa6e (diff)
downloadtestscenarios-7b795c0b42770ec978805db3db3d1b99270e6e16.tar.gz
Switch license to BSD / Apache-2.0 and do a 0.1 release.
Diffstat (limited to 'BSD')
-rw-r--r--BSD26
1 files changed, 26 insertions, 0 deletions
diff --git a/BSD b/BSD
new file mode 100644
index 0000000..0e75db6
--- /dev/null
+++ b/BSD
@@ -0,0 +1,26 @@
+Copyright (c) Robert Collins and Testscenarios 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:
+1. Redistributions of source code must retain the above copyright
+ notice, this list of conditions and the following disclaimer.
+2. 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.
+3. Neither the name of Robert Collins nor the names of Subunit contributors
+ may be used to endorse or promote products derived from this software
+ without specific prior written permission.
+
+THIS SOFTWARE IS PROVIDED BY ROBERT COLLINS AND SUBUNIT 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 REGENTS 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.