]> granicus.if.org Git - imagemagick/commitdiff
Added Copyright.
authordirk <dirk@git.imagemagick.org>
Mon, 29 Dec 2014 22:16:57 +0000 (22:16 +0000)
committerdirk <dirk@git.imagemagick.org>
Mon, 29 Dec 2014 22:16:57 +0000 (22:16 +0000)
35 files changed:
Magick++/lib/Blob.cpp
Magick++/lib/BlobRef.cpp
Magick++/lib/CoderInfo.cpp
Magick++/lib/Color.cpp
Magick++/lib/Drawable.cpp
Magick++/lib/Exception.cpp
Magick++/lib/Functions.cpp
Magick++/lib/Geometry.cpp
Magick++/lib/Image.cpp
Magick++/lib/ImageRef.cpp
Magick++/lib/Magick++.h
Magick++/lib/Magick++/BlobRef.h
Magick++/lib/Magick++/CoderInfo.h
Magick++/lib/Magick++/Color.h
Magick++/lib/Magick++/Drawable.h
Magick++/lib/Magick++/Exception.h
Magick++/lib/Magick++/Functions.h
Magick++/lib/Magick++/Geometry.h
Magick++/lib/Magick++/Image.h
Magick++/lib/Magick++/ImageRef.h
Magick++/lib/Magick++/Include.h
Magick++/lib/Magick++/Options.h
Magick++/lib/Magick++/Pixels.h
Magick++/lib/Magick++/ResourceLimits.h
Magick++/lib/Magick++/STL.h
Magick++/lib/Magick++/Statistic.h
Magick++/lib/Magick++/Thread.h
Magick++/lib/Magick++/TypeMetric.h
Magick++/lib/Options.cpp
Magick++/lib/Pixels.cpp
Magick++/lib/ResourceLimits.cpp
Magick++/lib/STL.cpp
Magick++/lib/Statistic.cpp
Magick++/lib/Thread.cpp
Magick++/lib/TypeMetric.cpp

index 50b23eef76e0a8a0151f0887a45d78fdc3990501..333e4bd1b14f150377a96d501e9f12bad91e91df 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2004
+// Copyright Dirk Lemstra 2013-2014
 //
 // Implementation of Blob
 //
index ac8bb4f106f145da5c332bc4bac57b69aab3624a..a0408b5069343b1155e41f5cbf274f20f2b274cf 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2004
+// Copyright Dirk Lemstra 2014
 //
 // Implementation of Blob
 //
index 00da4a94cb0011db91192740680813c956302520..070360768d4e19983c3ad9ef7703e65e3806fd49 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 2001, 2002
+// Copyright Dirk Lemstra 2013-2014
 //
 // CoderInfo implementation
 //
index 7552ee659561817da26bd74b342f1c1be2c77180..f94ff101ee0d7f54eddb4dff0fe1143e3c61a3d4 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
+// Copyright Dirk Lemstra 2013-2014
 //
 // Color Implementation
 //
index 8e492d6f4a68482baa25ab343f80da527470e94d..4a1d9df79bd05c0abf606bda83ae1246fcb0b90a 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
+// Copyright Dirk Lemstra 2014
 //
 // Implementation of Drawable (Graphic objects)
 //
index 9a18448dcd6016108ede7208aa6f191d497ae073..cf08f7faeeea230073afd31c51e718a63539e06f 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
+// Copyright Dirk Lemstra 2014
 //
 // Implementation of Exception and derived classes
 //
index 36b7f41bf00a2dc4f6c55a295176609db7a5e876..d712bf870642774e305fd7b5a84696d5d9149795 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2002, 2003
+// Copyright Dirk Lemstra 2014
 //
 // Simple C++ function wrappers for ImageMagick equivalents
 //
index 08952cbeff1bc13a11e81fc3c52dbf8cbd94db80..06f02b335509afa4fb1c106a1783f111676993db 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
+// Copyright Dirk Lemstra 2014
 //
 // Geometry implementation
 //
index 2cb4360339beee9994e83f18f320244eed2359ec..437ef13f67a50dda33433000d31f9ab8efd4b274 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
+// Copyright Dirk Lemstra 2013-2014
 //
 // Implementation of Image
 //
index 440682c9261fa59691a6a380e5e30963b3e7977d..b1f6a77a3f9fa9ea5a8b09dc876d0a42bb9c3265 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002
+// Copyright Dirk Lemstra 2014
 //
 // Implementation of ImageRef
 //
index 7df92cfc39da1bda766b7bdfaef769fac99cba9d..b9087d32e336898e664bcd645ba42157b21fba3c 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000
+// Copyright Dirk Lemstra 2014
 //
 // Simplified includes for Magick++.
 // Inclusion of this header is sufficient to use all Magick++ APIs.
index 17c4c749e5659acdcf0312cfae416578fedf9244..74bf7b9716490ead9f53d8d570d1fb70d640f059 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002
+// Copyright Dirk Lemstra 2014
 //
 // Blob reference class
 //
index c62245845966a1341dac8262fa9a3e1333a7a3f4..7b52f81c69769ec2907fd2f90b008c08f52108fd 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 2001, 2002
+// Copyright Dirk Lemstra 2013-2014
 //
 // CoderInfo Definition
 //
index 7c535bd1cc2e933f2389c3002df27aa39c7f1ce1..da15262d91af29b0fc4d313ee0b80432d8eb7dd1 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003, 2008
+// Copyright Dirk Lemstra 2013-2014
 //
 // Color Implementation
 //
index d5d9f0447ec381e96175ebc23ef302a51a55af85..68aec37263f5b076cacdb50b79b2d9aafdc3aba7 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002
+// Copyright Dirk Lemstra 2014
 //
 // Definition of Drawable (Graphic objects)
 //
index 2921a538f089a04b2a93851a7c67ab6d77cb127d..f3162d40744051da81f15ca0be7f6072cd7a4607 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
+// Copyright Dirk Lemstra 2014
 //
 // Definition of Magick::Exception and derived classes
 // Magick::Warning* and Magick::Error*.  Derived from C++ STD
index 2bd60a32bd7eb2154287823f82c1aab9d76abb82..64c019c30a7e930275f6e3b1af7eb90e53820630 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2003
+// Copyright Dirk Lemstra 2014
 //
 // Simple C++ function wrappers for often used or otherwise
 // inconvenient ImageMagick equivalents
index 11657037ed88cd131c202e86f50f47c0bd33fee9..0d2dc99774f88b1c45a876298394d660b21b6020 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002
+// Copyright Dirk Lemstra 2014
 //
 // Geometry Definition
 //
index 64a523fdd765d39520563c92311b30939b7e21e2..0cfe4a16dc1360545c287c4c918a3d0d7c8a8fb0 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
+// Copyright Dirk Lemstra 2013-2014
 //
 // Definition of Image, the representation of a single image in Magick++
 //
index 887760c2286dd65ec2cadd7ef40f938c8abf6fc2..d6fb79fc845038ba810b470b2db5cd9953f4bd8d 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002
+// Copyright Dirk Lemstra 2014
 //
 // Definition of an Image reference
 //
index 34259dd97ded7190ca11e039e58384890c5bb7d7..d65feeebd64b9c49c8918f96a16d49b917f27254 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002
+// Copyright Dirk Lemstra 2013-2014
 //
 // Inclusion of ImageMagick headers (with namespace magic)
 
index b41f63e0b80998b61636594d9c06910a938f6cc6..61182d9ca21e9b68453c99301e2feac7229715c1 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
+// Copyright Dirk Lemstra 2014
 //
 // Definition of Options
 //
index 878839db751c787c98bf132f3e8bb47056854295..d2b02c6cf29e5eae626c3d70eadbd0a60df01976 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002
+// Copyright Dirk Lemstra 2014
 //
 // Representation of a pixel view.
 //
index b20691bad0ad3cbab956363e4dccda58bb7a159e..2e0db8803370325e6fa9fccc5b4418748821b0f6 100644 (file)
@@ -1,6 +1,6 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
-// Copyright Dirk Lemstra, 2014
+// Copyright Dirk Lemstra 2014
 //
 // Definition of resource limits.
 //
index 03ee35549a30f04a8998f4a8d83266b89b154bf4..bef88f3922adad41e8a8f8c3ed5b8e96856d7c23 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
+// Copyright Dirk Lemstra 2013-2014
 //
 // Definition and implementation of template functions for using
 // Magick::Image with STL containers.
index 43876af4f013110974312fd6a6545fa42b01e07b..cd69070bd0a3c3aacad3437905dee604e4ca91d4 100644 (file)
@@ -1,6 +1,6 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
-// Copyright Dirk Lemstra, 2014
+// Copyright Dirk Lemstra 2014
 //
 // Definition of channel moments.
 //
index 678548afe7a7ec9c5674aaf9b0e337330205371a..3a25713b000adeae3dcc68d412b3c26b1671b083 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2003
+// Copyright Dirk Lemstra 2014
 //
 // Definition of types and classes to support threads
 //
index 204fbd9d0f15696a4c723a56fb10ce2165346844..338616b9d33ea1f382d80f2ba852447ed46b3f5d 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 2001, 2002
+// Copyright Dirk Lemstra 2014
 //
 // TypeMetric Definition
 //
index 6431483b81ca4e2197d7cbb38ff8824606644ee6..af39cda2e21d9379dd9267fb12ae59f352e51889 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
+// Copyright Dirk Lemstra 2014
 //
 // Implementation of Options
 //
index 0db3ca1970d4c86ac526d497ee2829191f9b48f8..d55a64996d83171ea3c8902dc55272c0b2175804 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002, 2003
+// Copyright Dirk Lemstra 2013-2014
 //
 // Pixels Implementation
 //
index 0aa7ba1dbdf5f799c940a40bf8c3d9a4540d0f90..20a0598d17935cb6682099d69a49d44203c7a769 100644 (file)
@@ -1,6 +1,6 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
-// Copyright Dirk Lemstra, 2014
+// Copyright Dirk Lemstra 2014
 //
 // Implementation of ResourceLimits
 //
index 89561585e9a671c7ec2a70eae2543cc5779a5c05..830b15320d863c675a319e5a4b6de6e4e62ca178 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2002
+// Copyright Dirk Lemstra 2013-2014
 //
 // Implementation of STL classes and functions
 //
index fdb4193d80d526b7ba52acd7fe2ea01f0ea4b814..29d1f8b1c30cbaab69b4219186381249019276eb 100644 (file)
@@ -1,6 +1,6 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
-// Copyright Dirk Lemstra, 2014
+// Copyright Dirk Lemstra 2014
 //
 // Implementation of channel moments.
 //
index 19c92344684e6a1458eaabc210b717d6421d4d8a..b63268e745cd48716a78b3da8347d629b447bf44 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 1999, 2000, 2001, 2002
+// Copyright Dirk Lemstra 2014
 //
 // Implementation of thread support
 //
index 40a6caa04a0c6862a396e879dd25230fb33a614a..a435e3c4514fc74f602d75b57b752cf00e05ddac 100644 (file)
@@ -1,6 +1,7 @@
 // This may look like C code, but it is really -*- C++ -*-
 //
 // Copyright Bob Friesenhahn, 2001
+// Copyright Dirk Lemstra 2014
 //
 // TypeMetric implementation
 //