From fc591bf845f14670103c2c0e0a1098ca4d5bedd9 Mon Sep 17 00:00:00 2001
From: "\"John Hawthorn ext:(%22)" <jhawthor@uvic.ca>
Date: Thu, 1 Jan 2009 04:06:41 -0800
Subject: added distribution files.

---
 AUTHORS |  4 ++++
 BUGS    |  6 ++++++
 COPYING | 27 +++++++++++++++++++++++++++
 NEWS    |  3 +++
 README  | 45 +++++++++++++++++++++++++++++++++++++++++++++
 THANKS  |  5 +++++
 6 files changed, 90 insertions(+)
 create mode 100644 AUTHORS
 create mode 100644 BUGS
 create mode 100644 COPYING
 create mode 100644 NEWS
 create mode 100644 README
 create mode 100644 THANKS

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
+
-- 
cgit v1.2.3