libsheepy

C lib for handling text files, strings and json like data structure with an object oriented system
git clone https://spartatek.se/git/libsheepy.git
Log | Files | Refs | README | LICENSE

license.txt (1431B)


      1 NOTE
      2 
      3 The license is based on the zlib/libpng license. For more details see
      4 http://www.opensource.org/licenses/zlib-license.html. The intent of the
      5 license is to: 
      6 
      7 - keep the license as simple as possible
      8 - encourage the use of CuTest in both free and commercial applications
      9   and libraries
     10 - keep the source code together 
     11 - give credit to the CuTest contributors for their work
     12 
     13 If you ship CuTest in source form with your source distribution, the
     14 following license document must be included with it in unaltered form.
     15 If you find CuTest useful we would like to hear about it. 
     16 
     17 LICENSE
     18 
     19 Copyright (c) 2003 Asim Jalis
     20 
     21 This software is provided 'as-is', without any express or implied
     22 warranty. In no event will the authors be held liable for any damages
     23 arising from the use of this software.
     24 
     25 Permission is granted to anyone to use this software for any purpose,
     26 including commercial applications, and to alter it and redistribute it
     27 freely, subject to the following restrictions:
     28 
     29 1. The origin of this software must not be misrepresented; you must not
     30 claim that you wrote the original software. If you use this software in
     31 a product, an acknowledgment in the product documentation would be
     32 appreciated but is not required.
     33 
     34 2. Altered source versions must be plainly marked as such, and must not
     35 be misrepresented as being the original software.
     36 
     37 3. This notice may not be removed or altered from any source
     38 distribution.