From 1d91c09963de31cf06d5ec01178197817e47eed2 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Tue, 4 Aug 2020 23:53:56 -0700 Subject: [PATCH] Clarify license status of misc/completion/* files These files were contributed when the project license was GPLv3. On discussion, all known authors of these files agreed to place them under MIT license. See https://github.com/jbarlow83/OCRmyPDF/issues/600 --- debian/copyright | 11 +++++++++++ misc/completion/ocrmypdf.bash | 21 +++++++++++++++++++++ misc/completion/ocrmypdf.fish | 20 ++++++++++++++++++++ 3 files changed, 52 insertions(+) diff --git a/debian/copyright b/debian/copyright index d82f721e..11e2ae4a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -9,6 +9,17 @@ Copyright: (C) 2013-2016, 2015-2017 2016, 2017, 2017-2018, 2018 James R. Barlow License: GPL-3+ +Files: misc/completion/ocrmypdf.bash +Copyright: + (C) 2019 Frank Pille + (C) 2020 Alex Willner +License: Expat + +Files: misc/completion/ocrmypdf.fish +Copyright: + (C) 2020 James R. Barlow +License: Expat + Files: misc/watcher.py Copyright: (C) 2019 Ian Alexander: https://github.com/ianalexander diff --git a/misc/completion/ocrmypdf.bash b/misc/completion/ocrmypdf.bash index 59bf0cc3..b652769e 100644 --- a/misc/completion/ocrmypdf.bash +++ b/misc/completion/ocrmypdf.bash @@ -1,5 +1,26 @@ # ocrmypdf completion -*- shell-script -*- +# Copyright 2019 Frank Pille +# Copyright 2020 Alex Willner +# +# 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. + set -o errexit _ocrmypdf() diff --git a/misc/completion/ocrmypdf.fish b/misc/completion/ocrmypdf.fish index ce9fc9e3..fd3d41a8 100644 --- a/misc/completion/ocrmypdf.fish +++ b/misc/completion/ocrmypdf.fish @@ -1,3 +1,23 @@ +# Copyright 2020 James R. Barlow +# +# 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. + complete -c ocrmypdf -x -n '__fish_is_first_arg' -l version complete -c ocrmypdf -x -n '__fish_is_first_arg' -s h -s "?" -l help