license header and line ending fixups master
authorplugwash <plugwash@p10link.net>
Thu, 29 Jan 2009 23:10:29 +0000 (23:10 +0000)
committerplugwash <plugwash@p10link.net>
Thu, 29 Jan 2009 23:10:29 +0000 (23:10 +0000)
git-svn-id: file:///svnroot/pngwrite/trunk@2 6a9b5287-1b79-473c-b86d-0ef8b3f8a584

Project1.dpr
Unit1.dfm
drawheart.dpr
graphdraw.dpr
graphdrawu.dfm
pngwritetbitmap.pas
svn-commit.tmp
uint32.inc
zlib_license.txt [new file with mode: 0755]

index 58045828966922287d2561b096d4562db8818e0d..290bd41a1530defbce7f48be0e5e88e727cb0c2d 100755 (executable)
@@ -1,3 +1,8 @@
+{ Copyright (C) 2008 Peter Green \r
+  For conditions of distribution and use, see copyright notice in zlib_license.txt \r
+  which is included in the package \r
+  ----------------------------------------------------------------------------- } \r
+\r
 program Project1;\r
 \r
 uses\r
index bebf29e4f8b5d2fd93eb3602186a9a145074d7f6..2cb95cef028173c44693c429da1f57c6492ec2b4 100644 (file)
Binary files a/Unit1.dfm and b/Unit1.dfm differ
index 4f01339b5dd683ac640aad5608f73430213e735d..a64a6ad8bcd8ed07687323a50690699ca8a62359 100755 (executable)
@@ -1,3 +1,8 @@
+{ Copyright (C) 2008 Peter Green \r
+  For conditions of distribution and use, see copyright notice in zlib_license.txt \r
+  which is included in the package \r
+  ----------------------------------------------------------------------------- } \r
+\r
 //test program for png code, uses ct8bp mode to draw a red and white heart\r
 //in 1 2 4 and 8 bit per pixel modes.\r
 \r
index ae19233ada072a727c95bcb0c3a58fcb21d3f8c6..f3af781b3e917b8f0fb88e3229f8ef91b31d247e 100644 (file)
@@ -1,3 +1,7 @@
+{ Copyright (C) 2008 Peter Green \r
+  For conditions of distribution and use, see copyright notice in zlib_license.txt \r
+  which is included in the package \r
+  ----------------------------------------------------------------------------- } \r
 //graph draw test/demo app\r
 program graphdraw;\r
 \r
index 9825b7850dfa40e89b7953f93950a26303d28a97..a8f4f40f01aede4124322779a171782a11f043ef 100644 (file)
Binary files a/graphdrawu.dfm and b/graphdrawu.dfm differ
index f080631fe8307df56ccad926ed8c0d460f706b4e..27cc7fd805925cf1240332a21b7eb50522bfb8f3 100644 (file)
@@ -1,5 +1,11 @@
 {unit to write tbitmaps to a png using plugwashes png code}\r
 \r
+{ Copyright (C) 2008 Peter Green\r
+  For conditions of distribution and use, see copyright notice in zlib_license.txt\r
+  which is included in the package\r
+      ----------------------------------------------------------------------------- }\r
+      \r
+\r
 unit pngwritetbitmap;\r
 \r
 interface\r
index 82b4cd3aafdc2fffeed3d68d61bddd2a036fcf50..c2fad4bf4c7c2d0ee75d8b8aea8a60edcb830b34 100644 (file)
@@ -1,4 +1,4 @@
-initial import
---This line, and those below, will be ignored--
-
-A    .
+initial import\r
+--This line, and those below, will be ignored--\r
+\r
+A    .\r
index 4abe7f3fb782d57b8eecfe97c89c5c96b82d4810..4f2caade7d0367ec2bbb3a1b14f2e29a976089ce 100755 (executable)
@@ -1,3 +1,7 @@
+{ Copyright (C) 2005 Bas Steendijk and Peter Green\r
+  For conditions of distribution and use, see copyright notice in zlib_license.txt\r
+  which is included in the package\r
+  ----------------------------------------------------------------------------- }\r
 type\r
   {delphi 3 and before do not have a 32 bits unsigned integer type,\r
   but longint has the correct behavior - it doesn't on newer delphi versions}\r
diff --git a/zlib_license.txt b/zlib_license.txt
new file mode 100755 (executable)
index 0000000..3ec19c1
--- /dev/null
@@ -0,0 +1,19 @@
+Copyright (c) 2005 Bas Steendijk and Peter Green\r
+\r
+This software is provided 'as-is', without any express or implied warranty.\r
+In no event will the authors be held liable for any damages arising from the\r
+use of this software.\r
+\r
+Permission is granted to anyone to use this software for any purpose, including\r
+commercial applications, and to alter it and redistribute it freely, subject to\r
+the following restrictions:\r
+\r
+    1. The origin of this software must not be misrepresented; you must not\r
+       claim that you wrote the original software. If you use this software in a\r
+       product, an acknowledgment in the product documentation would be\r
+       appreciated but is not required.\r
+\r
+    2. Altered source versions must be plainly marked as such, and must not be\r
+       misrepresented as being the original software.\r
+\r
+    3. This notice may not be removed or altered from any source distribution.\r