diff options
author | "John Hawthorn ext:(%22) <jhawthor@uvic.ca> | 2009-01-01 04:06:41 -0800 |
---|---|---|
committer | "John Hawthorn ext:(%22) <jhawthor@uvic.ca> | 2009-01-01 04:06:41 -0800 |
commit | fc591bf845f14670103c2c0e0a1098ca4d5bedd9 (patch) | |
tree | a2a85ae06410ae9f75d24f1671b2407cb6150b33 | |
parent | e6c9434f83f342a5868c23b8ae508ff651d778d5 (diff) | |
download | mirror-meh-fc591bf845f14670103c2c0e0a1098ca4d5bedd9.tar.gz mirror-meh-fc591bf845f14670103c2c0e0a1098ca4d5bedd9.tar.bz2 mirror-meh-fc591bf845f14670103c2c0e0a1098ca4d5bedd9.zip |
added distribution files.
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | BUGS | 6 | ||||
-rw-r--r-- | COPYING | 27 | ||||
-rw-r--r-- | NEWS | 3 | ||||
-rw-r--r-- | README | 45 | ||||
-rw-r--r-- | THANKS | 5 |
6 files changed, 90 insertions, 0 deletions
@@ -0,0 +1,4 @@ +meh authors + +John Hawthorn (jhawthor@uvic.ca) + @@ -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. + @@ -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. + @@ -0,0 +1,3 @@ + +meh 0.1 - First release. JPEG, PNG, GIF and BMP formats. XSHM support. + @@ -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. + +--- @@ -0,0 +1,5 @@ + +Clarke Brunsdon +Tarpman +Jared "PRINCESSJRNORMAN" Norman + |