From e7e09afb77bcf95a4be0eb17b56752140cdf046d Mon Sep 17 00:00:00 2001 From: fluffymormegil Date: Tue, 12 Oct 2010 23:47:33 +0100 Subject: [PATCH] added Copyright information file. --- Copyright | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Copyright diff --git a/Copyright b/Copyright new file mode 100644 index 0000000..a2b225f --- /dev/null +++ b/Copyright @@ -0,0 +1,35 @@ +libmormegil is copyright 2010 Martin Read. + +All files supplied as part of the libmormegil distribution may be +redistributed under the terms of the BSD licence printed at the top of each +header and source file and reproduced below. + + Copyright 2010 Martin Read. 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 the author nor the names of any other contributors + may be used to endorse or promote products derived from this software + without their specific prior written permission. + + THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND 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 AUTHOR 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. + +If and when additional code contributions from other persons are accepted into +the official libmormegil code base, those contributors' names will be added to +this file, and to the copyright notice section of the files they modified. -- 2.11.0