From 394876f3a101146f4283d64617c589692bd44e0b Mon Sep 17 00:00:00 2001
From: plugwash <plugwash@p10link.net>
Date: Thu, 29 Jan 2009 23:10:29 +0000
Subject: [PATCH] license header and line ending fixups

git-svn-id: file:///svnroot/pngwrite/trunk@2 6a9b5287-1b79-473c-b86d-0ef8b3f8a584
---
 Project1.dpr        |   5 +++++
 Unit1.dfm           | Bin 530 -> 537 bytes
 drawheart.dpr       |   5 +++++
 graphdraw.dpr       |   4 ++++
 graphdrawu.dfm      | Bin 289 -> 294 bytes
 pngwritetbitmap.pas |   6 ++++++
 svn-commit.tmp      |   8 ++++----
 uint32.inc          |   4 ++++
 zlib_license.txt    |  19 +++++++++++++++++++
 9 files changed, 47 insertions(+), 4 deletions(-)
 create mode 100755 zlib_license.txt

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 bebf29e4f8b5d2fd93eb3602186a9a145074d7f6..2cb95cef028173c44693c429da1f57c6492ec2b4 100644
GIT binary patch
delta 71
zcmbQlGLwbrKkr1wd`8}h1r9)BgSad&ms@^Ou5(dpVo54*KxRd1PH{kLk!N0V22%p>
a#7CXHyj&s9`8oMT?nRj?ypziq=KugC`4?IM

delta 58
zcmbQqGKq!p|3s$ziA4_LTyFV!C3?Xnl{u;03>^M>&PAz-C8_KaPfJgH-pS1s;+&t8
OU*uktnKHSSaSi}VrxdOL

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 9825b7850dfa40e89b7953f93950a26303d28a97..a8f4f40f01aede4124322779a171782a11f043ef 100644
GIT binary patch
delta 53
zcmZ3;w2X=AKkr1wd`8}h1r9)BgSad&ms@^Ou5(dpVo54*KxRd1PH{kLk!N0V22%p>
H#7Fi3yvGrE

delta 42
ycmZ3+w2+DM|3s$ziA4_LTyFV!C3?Xnl{u;03>^M>&PAz-C8_KaPfJgHZVv!6Vh-T|

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.
-- 
2.30.2