diff options
author | 2005-05-10 01:16:11 +0000 | |
---|---|---|
committer | 2005-05-10 01:16:11 +0000 | |
commit | 53c0dfd55f935084b7288db51eb0e74f6b59fd04 (patch) | |
tree | 29a9c98526c4c4d0ed2dd528a2cc09f11a010b23 /licenses/libSPF | |
parent | New upstream release...lots of little bug fixes (diff) | |
download | gentoo-2-53c0dfd55f935084b7288db51eb0e74f6b59fd04.tar.gz gentoo-2-53c0dfd55f935084b7288db51eb0e74f6b59fd04.tar.bz2 gentoo-2-53c0dfd55f935084b7288db51eb0e74f6b59fd04.zip |
Adding libSPF license for new package... libspf.
Diffstat (limited to 'licenses/libSPF')
-rw-r--r-- | licenses/libSPF | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/licenses/libSPF b/licenses/libSPF new file mode 100644 index 000000000000..df36fd2f9a30 --- /dev/null +++ b/licenses/libSPF @@ -0,0 +1,48 @@ + + oooo o8o .o8 .oooooo..o ooooooooo. oooooooooooo + `888 `"' "888 d8P' `Y8 `888 `Y88. `888' `8 + 888 oooo 888oooo. Y88bo. 888 .d88' 888 + 888 `888 d88' `88b `"Y8888o. 888ooo88P' 888oooo8 + 888 888 888 888 `"Y88b 888 888 " + 888 888 888 888 oo .d8P 888 888 + o888o o888o `Y8bod8P' 8""88888P' o888o o888o + +-------------------------------------------------------------------------------- + An ANSI C Implementation of the Sender Policy Framework +-------------------------------------------------------------------------------- + +/* +* License: +* +* The libspf Software License, Version 1.0 +* +* Copyright (c) 2004 James Couzens & Sean Comeau 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. +* +* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED 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 AUTHORS MAKING USE OF THIS LICENSE +* OR ITS 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. +* +*/ + +EOF |