diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/LICENSE.txt b/LICENSE.txt new file mode 100755 index 0000000..a37e276 --- /dev/null +++ b/LICENSE.txt @@ -0,0 +1,43 @@ +The MIT License (MIT) + +Copyright (c) 2014 Yuu Hayashi + +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. + + +以下に定める条件に従い、本ソフトウェアおよび関連文書のファイル(以下「ソフトウェア」)の複製を取得するすべて +の人に対し、ソフトウェアを無制限に扱うことを無償で許可します。これには、ソフトウェアの複製を使用、複写、変 +更、結合、掲載、頒布、サブライセンス、および/または販売する権利、およびソフトウェアを提供する相手に同じこ +とを許可する権利も無制限に含まれます。 + +上記の著作権表示および本許諾表示を、ソフトウェアのすべての複製または重要な部分に記載するものとします。 + +ソフトウェアは「現状のまま」で、明示であるか暗黙であるかを問わず、何らの保証もなく提供されます。ここでいう保証 +とは、商品性、特定の目的への適合性、および権利非侵害についての保証も含みますが、それに限定されるもので +はありません。 作者または著作権者は、契約行為、不法行為、またはそれ以外であろうと、ソフトウェアに起因または +関連し、あるいはソフトウェアの使用またはその他の扱いによって生じる一切の請求、損害、その他の義務について何 +らの責任も負わないものとします。 + +---------------- + +osm.jp.gpx.GeoDistance.java は'やまだらけ'様の著作物です。 + Copyright (C) 2007-2012 やまだらけ + The MIT License (MIT) + 参照元: http://yamadarake.jp/trdi/report000001.html + 「Cords.java」を改変 diff --git a/README.md b/README.md new file mode 100755 index 0000000..cab1d85 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# haya4-compress + +Example for use 'apache.compress'. + +## See + +* [haya4-compress wiki](http://surveyor.mydns.jp/gitbucket/yuu/haya4-compress/wiki) + +## License + +* [MIT License](LICENSE.txt) + +------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml old mode 100644 new mode 100755 diff --git a/src/main/java/haya4/tools/files/compless/UnZip.java b/src/main/java/haya4/tools/files/compless/UnZip.java old mode 100644 new mode 100755 diff --git a/src/main/resources/LICENSE.txt b/src/main/resources/LICENSE.txt deleted file mode 100644 index a37e276..0000000 --- a/src/main/resources/LICENSE.txt +++ /dev/null @@ -1,43 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2014 Yuu Hayashi - -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. - - -以下に定める条件に従い、本ソフトウェアおよび関連文書のファイル(以下「ソフトウェア」)の複製を取得するすべて -の人に対し、ソフトウェアを無制限に扱うことを無償で許可します。これには、ソフトウェアの複製を使用、複写、変 -更、結合、掲載、頒布、サブライセンス、および/または販売する権利、およびソフトウェアを提供する相手に同じこ -とを許可する権利も無制限に含まれます。 - -上記の著作権表示および本許諾表示を、ソフトウェアのすべての複製または重要な部分に記載するものとします。 - -ソフトウェアは「現状のまま」で、明示であるか暗黙であるかを問わず、何らの保証もなく提供されます。ここでいう保証 -とは、商品性、特定の目的への適合性、および権利非侵害についての保証も含みますが、それに限定されるもので -はありません。 作者または著作権者は、契約行為、不法行為、またはそれ以外であろうと、ソフトウェアに起因または -関連し、あるいはソフトウェアの使用またはその他の扱いによって生じる一切の請求、損害、その他の義務について何 -らの責任も負わないものとします。 - ----------------- - -osm.jp.gpx.GeoDistance.java は'やまだらけ'様の著作物です。 - Copyright (C) 2007-2012 やまだらけ - The MIT License (MIT) - 参照元: http://yamadarake.jp/trdi/report000001.html - 「Cords.java」を改変 diff --git a/src/main/resources/README.md b/src/main/resources/README.md deleted file mode 100644 index cab1d85..0000000 --- a/src/main/resources/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# haya4-compress - -Example for use 'apache.compress'. - -## See - -* [haya4-compress wiki](http://surveyor.mydns.jp/gitbucket/yuu/haya4-compress/wiki) - -## License - -* [MIT License](LICENSE.txt) - -------------------------------------------------------------------- diff --git a/src/test/java/haya4/tools/files/compless/UnZipTest.java b/src/test/java/haya4/tools/files/compless/UnZipTest.java old mode 100644 new mode 100755 diff --git a/src/test/resources/images.tar.gz b/src/test/resources/images.tar.gz old mode 100644 new mode 100755 Binary files differ diff --git a/src/test/resources/images.zip b/src/test/resources/images.zip old mode 100644 new mode 100755 Binary files differ