diff --git a/LICENSE b/LICENSE index 79c68bd..4bc3a52 100644 --- a/LICENSE +++ b/LICENSE @@ -25,3 +25,27 @@ The Debian packaging is: Copyright (C) 2012 Open Planets Foundation and is licensed under the GPL version 3, see above. + +Python Six (which is included in the jpylyzer source): + + Copyright (c) 2010-2015 Benjamin Peterson + +Python Six License: + + 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/debian/changelog b/debian/changelog index 5ce9569..16308f1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jpylyzer (1.17.0) precise; urgency=medium + + * Added detection and removal of surrogate pairs in file names + + -- Johan van der Knijff Tue, 05 Jan 2016 17:14:33 +0100 + jpylyzer (1.16.3) precise; urgency=medium * Corrected handling of Unicode characters in file names under Windows diff --git a/debian/copyright b/debian/copyright index 479fb57..f81fb83 100644 --- a/debian/copyright +++ b/debian/copyright @@ -40,3 +40,27 @@ The Debian packaging is: Copyright (C) 2012 Open Preservation Foundation and is licensed under the GPL version 3, see above. + +Python Six (which is included in the jpylyzer source): + + Copyright (c) 2010-2015 Benjamin Peterson + +Python Six License: + + 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/setup.py b/setup.py index a3246e4..7b37cc6 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup(name='jpylyzer', packages=['jpylyzer'], - version='1.16.3', + version='1.17.0', license='LGPL', platforms=['POSIX', 'Windows'], description='JP2 (JPEG 2000 Part 1) image validator and properties extractor', diff --git a/sonar-project.properties b/sonar-project.properties index d73703e..b4eb6c9 100644 --- a/sonar-project.properties +++ b/sonar-project.properties @@ -1,6 +1,6 @@ sonar.projectKey=org.opf-labs:jpylyzer sonar.projectName=jpylyzer -sonar.projectVersion=1.16.3 +sonar.projectVersion=1.17.0 sonar.sources=jpylyzer