From: Attractive Chaos Date: Thu, 13 Jan 2011 17:32:38 +0000 (-0500) Subject: Added the license information for ksort.h and kstring.h X-Git-Tag: ksprintf-final~77 X-Git-Url: http://www.kaiwu.me/postgresql/commit/?a=commitdiff_plain;h=06ee2b9f9eb650be470b05e8bcf960a01ec032c5;p=klib.git Added the license information for ksort.h and kstring.h --- diff --git a/ksort.h b/ksort.h index 3b197bb..0241661 100644 --- a/ksort.h +++ b/ksort.h @@ -1,6 +1,6 @@ /* The MIT License - Copyright (c) 2008, 2009 by Attractive Chaos + Copyright (c) 2008 by Attractive Chaos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/kstring.h b/kstring.h index c46a62b..03aad74 100644 --- a/kstring.h +++ b/kstring.h @@ -1,3 +1,28 @@ +/* The MIT License + + Copyright (c) by Attractive Chaos + + 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. +*/ + #ifndef KSTRING_H #define KSTRING_H