From: plugwash Date: Thu, 29 Jan 2009 23:10:29 +0000 (+0000) Subject: license header and line ending fixups X-Git-Url: http://www.lcore.org/git/pngwrite.git/commitdiff_plain license header and line ending fixups git-svn-id: file:///svnroot/pngwrite/trunk@2 6a9b5287-1b79-473c-b86d-0ef8b3f8a584 --- diff --git a/Project1.dpr b/Project1.dpr index 5804582..290bd41 100755 --- a/Project1.dpr +++ b/Project1.dpr @@ -1,3 +1,8 @@ +{ Copyright (C) 2008 Peter Green + For conditions of distribution and use, see copyright notice in zlib_license.txt + which is included in the package + ----------------------------------------------------------------------------- } + program Project1; uses diff --git a/Unit1.dfm b/Unit1.dfm index bebf29e..2cb95ce 100644 Binary files a/Unit1.dfm and b/Unit1.dfm differ diff --git a/drawheart.dpr b/drawheart.dpr index 4f01339..a64a6ad 100755 --- a/drawheart.dpr +++ b/drawheart.dpr @@ -1,3 +1,8 @@ +{ Copyright (C) 2008 Peter Green + For conditions of distribution and use, see copyright notice in zlib_license.txt + which is included in the package + ----------------------------------------------------------------------------- } + //test program for png code, uses ct8bp mode to draw a red and white heart //in 1 2 4 and 8 bit per pixel modes. diff --git a/graphdraw.dpr b/graphdraw.dpr index ae19233..f3af781 100644 --- a/graphdraw.dpr +++ b/graphdraw.dpr @@ -1,3 +1,7 @@ +{ Copyright (C) 2008 Peter Green + For conditions of distribution and use, see copyright notice in zlib_license.txt + which is included in the package + ----------------------------------------------------------------------------- } //graph draw test/demo app program graphdraw; diff --git a/graphdrawu.dfm b/graphdrawu.dfm index 9825b78..a8f4f40 100644 Binary files a/graphdrawu.dfm and b/graphdrawu.dfm differ diff --git a/pngwritetbitmap.pas b/pngwritetbitmap.pas index f080631..27cc7fd 100644 --- a/pngwritetbitmap.pas +++ b/pngwritetbitmap.pas @@ -1,5 +1,11 @@ {unit to write tbitmaps to a png using plugwashes png code} +{ Copyright (C) 2008 Peter Green + For conditions of distribution and use, see copyright notice in zlib_license.txt + which is included in the package + ----------------------------------------------------------------------------- } + + unit pngwritetbitmap; interface diff --git a/svn-commit.tmp b/svn-commit.tmp index 82b4cd3..c2fad4b 100644 --- a/svn-commit.tmp +++ b/svn-commit.tmp @@ -1,4 +1,4 @@ -initial import ---This line, and those below, will be ignored-- - -A . +initial import +--This line, and those below, will be ignored-- + +A . diff --git a/uint32.inc b/uint32.inc index 4abe7f3..4f2caad 100755 --- a/uint32.inc +++ b/uint32.inc @@ -1,3 +1,7 @@ +{ Copyright (C) 2005 Bas Steendijk and Peter Green + For conditions of distribution and use, see copyright notice in zlib_license.txt + which is included in the package + ----------------------------------------------------------------------------- } type {delphi 3 and before do not have a 32 bits unsigned integer type, but longint has the correct behavior - it doesn't on newer delphi versions} diff --git a/zlib_license.txt b/zlib_license.txt new file mode 100755 index 0000000..3ec19c1 --- /dev/null +++ b/zlib_license.txt @@ -0,0 +1,19 @@ +Copyright (c) 2005 Bas Steendijk and Peter Green + +This software is provided 'as-is', without any express or implied warranty. +In no event will the authors be held liable for any damages arising from the +use of this software. + +Permission is granted to anyone to use this software for any purpose, including +commercial applications, and to alter it and redistribute it freely, subject to +the following restrictions: + + 1. The origin of this software must not be misrepresented; you must not + claim that you wrote the original software. If you use this software in a + product, an acknowledgment in the product documentation would be + appreciated but is not required. + + 2. Altered source versions must be plainly marked as such, and must not be + misrepresented as being the original software. + + 3. This notice may not be removed or altered from any source distribution.