aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--AUTHORS4
-rw-r--r--BUGS6
-rw-r--r--COPYING27
-rw-r--r--NEWS3
-rw-r--r--README45
-rw-r--r--THANKS5
6 files changed, 90 insertions, 0 deletions
diff --git a/AUTHORS b/AUTHORS
new file mode 100644
index 0000000..cad7c29
--- /dev/null
+++ b/AUTHORS
@@ -0,0 +1,4 @@
+meh authors
+
+John Hawthorn (jhawthor@uvic.ca)
+
diff --git a/BUGS b/BUGS
new file mode 100644
index 0000000..ca77ab5
--- /dev/null
+++ b/BUGS
@@ -0,0 +1,6 @@
+
+A thin line of artifacts may be visible on the right of an image after
+resizing. This will be fixed in the next release.
+
+Bugs can be sent to jhawthor@uvic.ca and are greatly appreciated.
+
diff --git a/COPYING b/COPYING
new file mode 100644
index 0000000..2934388
--- /dev/null
+++ b/COPYING
@@ -0,0 +1,27 @@
+MIT License
+
+---
+
+Copyright (c) 2008-2009 John Hawthorn
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
diff --git a/NEWS b/NEWS
new file mode 100644
index 0000000..5672b3c
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,3 @@
+
+meh 0.1 - First release. JPEG, PNG, GIF and BMP formats. XSHM support.
+
diff --git a/README b/README
new file mode 100644
index 0000000..2bbf56c
--- /dev/null
+++ b/README
@@ -0,0 +1,45 @@
+meh 1.0
+John Hawthorn (jhawthor@uvic.ca)
+
+---
+
+Installation
+
+To compile type
+ make
+
+To install type
+ make install
+
+
+Installation prefix can be changed by the PREFIX variable
+ make install PREFIX=/usr
+default prefix is /usr/local
+
+Configuration can be changed in config.mk
+
+---
+Copyright (c) 2008-2009 John Hawthorn
+
+Permission is hereby granted, free of charge, to any person
+obtaining a copy of this software and associated documentation
+files (the "Software"), to deal in the Software without
+restriction, including without limitation the rights to use,
+copy, modify, merge, publish, distribute, sublicense, and/or sell
+copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following
+conditions:
+
+The above copyright notice and this permission notice shall be
+included in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+---
diff --git a/THANKS b/THANKS
new file mode 100644
index 0000000..6770f20
--- /dev/null
+++ b/THANKS
@@ -0,0 +1,5 @@
+
+Clarke Brunsdon
+Tarpman
+Jared "PRINCESSJRNORMAN" Norman
+