From 5be4ac6a0b874dafd3aba6e14055846b448b14f4 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Wed, 5 Dec 2007 14:41:26 +0100 Subject: Add copyright darcs-hash:20071205134126-4fc50-7ef1cabdc3e28be8c0d93a0583c89a81b2996885.gz --- COPYING | 18 ++++++++++++++++++ lib/bacon.rb | 6 ++++++ 2 files changed, 24 insertions(+) create mode 100644 COPYING 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 + +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 +# +# 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" -- cgit 1.4.1