summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2011-03-18 12:52:02 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2011-03-18 12:53:21 +0000
commite219a082a6614cf5d92f9284417f1e65615a1bdc (patch)
tree83e8e161af42a46c1bacaa9770342ec9aa59204d
parent166d23d5588185889bca5b2c4795457fa9daea01 (diff)
Include a COPYING file to clarify the (implied) MIT/X11 licence
So that everybody is clear on what the licence actually is and so can redistribute/contribute without undue concern or confusion. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r--COPYING21
1 files changed, 21 insertions, 0 deletions
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..5fab6fb
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,21 @@
+This repository of traces is available under a liberal MIT/X11 license to
+encourage and promote the use of these traces as a diagnosis and benchmarking
+tool.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be included in
+all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.