summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Wey2011-05-01 14:46:03 +0200
committerMike Wey2011-05-01 14:46:03 +0200
commita73e4f8fa1e6fcb585ce38aa9129e644f2615c3d (patch)
tree48ef75cc9c7c240806cddc31b09f6737d63acfe8
parent7c200e95b8704abcef650c2aa434e5ad505316e6 (diff)
Add license
-rw-r--r--.hgignore4
-rw-r--r--LICENSE20
-rw-r--r--dmagick/Color.d2
-rw-r--r--dmagick/ColorRGB.d2
-rw-r--r--dmagick/Exception.d2
-rw-r--r--dmagick/Geometry.d2
-rw-r--r--dmagick/Image.d2
-rw-r--r--dmagick/Options.d2
-rw-r--r--dmagick/Utils.d2
9 files changed, 31 insertions, 7 deletions
diff --git a/.hgignore b/.hgignore
new file mode 100644
index 0000000..dddbf7d
--- /dev/null
+++ b/.hgignore
@@ -0,0 +1,4 @@
+# use glob syntax.
+syntax: glob
+
+*~
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..17cd2f5
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,20 @@
+Copyright (c) 2011 Mike Wey
+
+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.
diff --git a/dmagick/Color.d b/dmagick/Color.d
index ddb4bbd..3bd7f02 100644
--- a/dmagick/Color.d
+++ b/dmagick/Color.d
@@ -1,6 +1,6 @@
/**
* Copyright: Mike Wey 2011
- * License: To be determined
+ * License: zlib (See accompanying LICENSE file)
* Authors: Mike Wey
*/
diff --git a/dmagick/ColorRGB.d b/dmagick/ColorRGB.d
index 94ff72f..6c734ad 100644
--- a/dmagick/ColorRGB.d
+++ b/dmagick/ColorRGB.d
@@ -1,6 +1,6 @@
/**
* Copyright: Mike Wey 2011
- * License: To be determined
+ * License: zlib (See accompanying LICENSE file)
* Authors: Mike Wey
*/
diff --git a/dmagick/Exception.d b/dmagick/Exception.d
index a6bc037..3c89d3c 100644
--- a/dmagick/Exception.d
+++ b/dmagick/Exception.d
@@ -2,7 +2,7 @@
* Classes that wrap the Imagemagick exception handling.
*
* Copyright: Mike Wey 2011
- * License: To be determined
+ * License: zlib (See accompanying LICENSE file)
* Authors: Mike Wey
*/
diff --git a/dmagick/Geometry.d b/dmagick/Geometry.d
index 6f54516..4466226 100644
--- a/dmagick/Geometry.d
+++ b/dmagick/Geometry.d
@@ -1,6 +1,6 @@
/**
* Copyright: Mike Wey 2011
- * License: To be determined
+ * License: zlib (See accompanying LICENSE file)
* Authors: Mike Wey
*/
diff --git a/dmagick/Image.d b/dmagick/Image.d
index 0cb7d1e..aa60aab 100644
--- a/dmagick/Image.d
+++ b/dmagick/Image.d
@@ -1,6 +1,6 @@
/**
* Copyright: Mike Wey 2011
- * License: To be determined
+ * License: zlib (See accompanying LICENSE file)
* Authors: Mike Wey
*/
diff --git a/dmagick/Options.d b/dmagick/Options.d
index 1745b64..59ccb25 100644
--- a/dmagick/Options.d
+++ b/dmagick/Options.d
@@ -2,7 +2,7 @@
* A class to expose ImageInfo QuantizeInfo and DrawInfo
*
* Copyright: Mike Wey 2011
- * License: To be determined
+ * License: zlib (See accompanying LICENSE file)
* Authors: Mike Wey
*/
diff --git a/dmagick/Utils.d b/dmagick/Utils.d
index 709a218..2f71f64 100644
--- a/dmagick/Utils.d
+++ b/dmagick/Utils.d
@@ -2,7 +2,7 @@
* A collection of helper functions used in DMagick.
*
* Copyright: Mike Wey 2011
- * License: To be determined
+ * License: zlib (See accompanying LICENSE file)
* Authors: Mike Wey
*/