summary refs log tree commit diff
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2007-12-05 14:41:26 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2007-12-05 14:41:26 +0100
commit5be4ac6a0b874dafd3aba6e14055846b448b14f4 (patch)
tree611219a402c1dbd5252149a4d4ef8db26325de45
parent253cb8cbc58c551b7152d6c04a88bc7dea838a7c (diff)
downloadbacon-5be4ac6a0b874dafd3aba6e14055846b448b14f4.tar.gz
bacon-5be4ac6a0b874dafd3aba6e14055846b448b14f4.tar.xz
bacon-5be4ac6a0b874dafd3aba6e14055846b448b14f4.zip
Add copyright
darcs-hash:20071205134126-4fc50-7ef1cabdc3e28be8c0d93a0583c89a81b2996885.gz
-rw-r--r--COPYING18
-rw-r--r--lib/bacon.rb6
2 files changed, 24 insertions, 0 deletions
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..8ed138b
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,18 @@
+Copyright (c) 2007 Christian Neukirchen <purl.org/net/chneukirchen>
+
+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 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.
diff --git a/lib/bacon.rb b/lib/bacon.rb
index 41241f1..2ffd1c2 100644
--- a/lib/bacon.rb
+++ b/lib/bacon.rb
@@ -1,6 +1,12 @@
 # Bacon -- small RSpec clone.
+#
 # "Truth will sooner come out from error than from confusion." ---Francis Bacon
 
+# Copyright (C) 2007 Christian Neukirchen <purl.org/net/chneukirchen>
+#
+# Bacon is freely distributable under the terms of an MIT-style license.
+# See COPYING or http://www.opensource.org/licenses/mit-license.php.
+
 module Bacon
   VERSION = "0.2"