diff --git a/AUTHORS b/AUTHORS index 5f986fc..7117733 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,6 +1,6 @@ -beville +Anthony Beville Davide Romanini -fcanc +Fabio Cancedda Alban Seurat tlc Marek Pawlak diff --git a/comicapi/comet.py b/comicapi/comet.py index a3de3b2..ee7deb0 100644 --- a/comicapi/comet.py +++ b/comicapi/comet.py @@ -1,6 +1,6 @@ """A class to encapsulate CoMet data""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comicapi/comicarchive.py b/comicapi/comicarchive.py index e84abd1..57bc0a7 100644 --- a/comicapi/comicarchive.py +++ b/comicapi/comicarchive.py @@ -1,5 +1,5 @@ """A class to represent a single comic, be it file or folder of images""" -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comicapi/comicbookinfo.py b/comicapi/comicbookinfo.py index 1ceff44..ef282ac 100644 --- a/comicapi/comicbookinfo.py +++ b/comicapi/comicbookinfo.py @@ -1,5 +1,5 @@ """A class to encapsulate the ComicBookInfo data""" -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comicapi/comicinfoxml.py b/comicapi/comicinfoxml.py index 8d97ded..aa50ee0 100644 --- a/comicapi/comicinfoxml.py +++ b/comicapi/comicinfoxml.py @@ -1,5 +1,5 @@ """A class to encapsulate ComicRack's ComicInfo.xml data""" -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comicapi/filenameparser.py b/comicapi/filenameparser.py index 0b9f599..60d3285 100644 --- a/comicapi/filenameparser.py +++ b/comicapi/filenameparser.py @@ -2,7 +2,7 @@ This should probably be re-written, but, well, it mostly works! """ -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comicapi/genericmetadata.py b/comicapi/genericmetadata.py index 377f334..243eee9 100644 --- a/comicapi/genericmetadata.py +++ b/comicapi/genericmetadata.py @@ -5,7 +5,7 @@ tagging schemes and databases, such as ComicVine or GCD. This makes conversion possible, however lossy it might be """ -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comicapi/issuestring.py b/comicapi/issuestring.py index 9150246..149e5b1 100644 --- a/comicapi/issuestring.py +++ b/comicapi/issuestring.py @@ -4,7 +4,7 @@ Class for handling the odd permutations of an 'issue number' that the comics industry throws at us. e.g.: "12", "12.1", "0", "-1", "5AU", "100-2" """ -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comicapi/utils.py b/comicapi/utils.py index 7c8a5c9..ad54ed7 100644 --- a/comicapi/utils.py +++ b/comicapi/utils.py @@ -1,5 +1,5 @@ """Some generic utilities""" -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/autotagmatchwindow.py b/comictaggerlib/autotagmatchwindow.py index 62301bc..2abd2c5 100644 --- a/comictaggerlib/autotagmatchwindow.py +++ b/comictaggerlib/autotagmatchwindow.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to select from automated issue matches""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/autotagprogresswindow.py b/comictaggerlib/autotagprogresswindow.py index f2486bb..5650f55 100644 --- a/comictaggerlib/autotagprogresswindow.py +++ b/comictaggerlib/autotagprogresswindow.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to show ID log and progress""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/autotagstartwindow.py b/comictaggerlib/autotagstartwindow.py index 7e7db5d..9385ad7 100644 --- a/comictaggerlib/autotagstartwindow.py +++ b/comictaggerlib/autotagstartwindow.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to confirm and set config for auto-tag""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/cbltransformer.py b/comictaggerlib/cbltransformer.py index 4be2171..a1aa714 100644 --- a/comictaggerlib/cbltransformer.py +++ b/comictaggerlib/cbltransformer.py @@ -1,6 +1,6 @@ """A class to manage modifying metadata specifically for CBL/CBI""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/cli.py b/comictaggerlib/cli.py index e91d0fe..7614dfc 100644 --- a/comictaggerlib/cli.py +++ b/comictaggerlib/cli.py @@ -1,7 +1,7 @@ #!/usr/bin/python """ComicTagger CLI functions""" # -# Copyright 2013 Anthony Beville +# Copyright 2013 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/coverimagewidget.py b/comictaggerlib/coverimagewidget.py index 07ab9da..aef5459 100644 --- a/comictaggerlib/coverimagewidget.py +++ b/comictaggerlib/coverimagewidget.py @@ -4,7 +4,7 @@ Display cover images from either a local archive, or from Comic Vine. TODO: This should be re-factored using subclasses! """ # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/crediteditorwindow.py b/comictaggerlib/crediteditorwindow.py index 678e73e..f94c294 100644 --- a/comictaggerlib/crediteditorwindow.py +++ b/comictaggerlib/crediteditorwindow.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to edit credits""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/ctsettings/commandline.py b/comictaggerlib/ctsettings/commandline.py index f6109d8..10f3440 100644 --- a/comictaggerlib/ctsettings/commandline.py +++ b/comictaggerlib/ctsettings/commandline.py @@ -1,6 +1,6 @@ """CLI settings for ComicTagger""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/exportwindow.py b/comictaggerlib/exportwindow.py index a3f8f73..595e443 100644 --- a/comictaggerlib/exportwindow.py +++ b/comictaggerlib/exportwindow.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to confirm and set options for export to zip""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/filerenamer.py b/comictaggerlib/filerenamer.py index 103fb6d..3abad0e 100644 --- a/comictaggerlib/filerenamer.py +++ b/comictaggerlib/filerenamer.py @@ -1,6 +1,6 @@ """Functions for renaming files based on metadata""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/fileselectionlist.py b/comictaggerlib/fileselectionlist.py index c84b049..a8a6970 100644 --- a/comictaggerlib/fileselectionlist.py +++ b/comictaggerlib/fileselectionlist.py @@ -1,6 +1,6 @@ """A PyQt5 widget for managing list of comic archive files""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/imagefetcher.py b/comictaggerlib/imagefetcher.py index 01163a1..779340f 100644 --- a/comictaggerlib/imagefetcher.py +++ b/comictaggerlib/imagefetcher.py @@ -1,6 +1,6 @@ """A class to manage fetching and caching of images by URL""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/imagehasher.py b/comictaggerlib/imagehasher.py index f8662ff..f30270c 100644 --- a/comictaggerlib/imagehasher.py +++ b/comictaggerlib/imagehasher.py @@ -1,6 +1,6 @@ """A class to manage creating image content hashes, and calculate hamming distances""" # -# Copyright 2013 Anthony Beville +# Copyright 2013 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/imagepopup.py b/comictaggerlib/imagepopup.py index 1702535..445e4a2 100644 --- a/comictaggerlib/imagepopup.py +++ b/comictaggerlib/imagepopup.py @@ -1,6 +1,6 @@ """A PyQT4 widget to display a popup image""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/issueidentifier.py b/comictaggerlib/issueidentifier.py index 43451e4..7d0e3b0 100644 --- a/comictaggerlib/issueidentifier.py +++ b/comictaggerlib/issueidentifier.py @@ -1,6 +1,6 @@ """A class to automatically identify a comic archive""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/issueselectionwindow.py b/comictaggerlib/issueselectionwindow.py index c5b47ab..b6532a7 100644 --- a/comictaggerlib/issueselectionwindow.py +++ b/comictaggerlib/issueselectionwindow.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to select specific issue from list""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/logwindow.py b/comictaggerlib/logwindow.py index ee66466..8b3bda8 100644 --- a/comictaggerlib/logwindow.py +++ b/comictaggerlib/logwindow.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to a text file or log""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/main.py b/comictaggerlib/main.py index 3e35a1d..047a802 100644 --- a/comictaggerlib/main.py +++ b/comictaggerlib/main.py @@ -1,6 +1,6 @@ """A python app to (automatically) tag comic archives""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/matchselectionwindow.py b/comictaggerlib/matchselectionwindow.py index 65432b8..6383eeb 100644 --- a/comictaggerlib/matchselectionwindow.py +++ b/comictaggerlib/matchselectionwindow.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to select from automated issue matches""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/optionalmsgdialog.py b/comictaggerlib/optionalmsgdialog.py index c71d704..df2e267 100644 --- a/comictaggerlib/optionalmsgdialog.py +++ b/comictaggerlib/optionalmsgdialog.py @@ -11,7 +11,7 @@ said_yes, checked = OptionalMessageDialog.question(self, "QtWidgets.Question", ) """ # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/pagebrowser.py b/comictaggerlib/pagebrowser.py index 114bee7..567c72e 100644 --- a/comictaggerlib/pagebrowser.py +++ b/comictaggerlib/pagebrowser.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to show pages of a comic archive""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/pagelisteditor.py b/comictaggerlib/pagelisteditor.py index 6ba1461..2f322cf 100644 --- a/comictaggerlib/pagelisteditor.py +++ b/comictaggerlib/pagelisteditor.py @@ -1,6 +1,6 @@ """A PyQt5 widget for editing the page list info""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/pageloader.py b/comictaggerlib/pageloader.py index 8049265..cd38213 100644 --- a/comictaggerlib/pageloader.py +++ b/comictaggerlib/pageloader.py @@ -1,6 +1,6 @@ """A PyQT4 class to load a page image from a ComicArchive in a background thread""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/progresswindow.py b/comictaggerlib/progresswindow.py index 1a2342f..3544157 100644 --- a/comictaggerlib/progresswindow.py +++ b/comictaggerlib/progresswindow.py @@ -1,6 +1,6 @@ """A PyQt5 dialog to show ID log and progress""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/renamewindow.py b/comictaggerlib/renamewindow.py index 9bed8df..13f15f1 100644 --- a/comictaggerlib/renamewindow.py +++ b/comictaggerlib/renamewindow.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to confirm rename""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/seriesselectionwindow.py b/comictaggerlib/seriesselectionwindow.py index 1707f0f..ad7e15c 100644 --- a/comictaggerlib/seriesselectionwindow.py +++ b/comictaggerlib/seriesselectionwindow.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to select specific series/volume from list""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/settingswindow.py b/comictaggerlib/settingswindow.py index 68a046e..a7270ad 100644 --- a/comictaggerlib/settingswindow.py +++ b/comictaggerlib/settingswindow.py @@ -1,6 +1,6 @@ """A PyQT4 dialog to enter app settings""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/taggerwindow.py b/comictaggerlib/taggerwindow.py index d51da19..94407fc 100644 --- a/comictaggerlib/taggerwindow.py +++ b/comictaggerlib/taggerwindow.py @@ -1,6 +1,6 @@ """The main window of the ComicTagger app""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictaggerlib/versionchecker.py b/comictaggerlib/versionchecker.py index f0da9e2..d696dbb 100644 --- a/comictaggerlib/versionchecker.py +++ b/comictaggerlib/versionchecker.py @@ -1,6 +1,6 @@ """Version checker""" # -# Copyright 2013 Anthony Beville +# Copyright 2013 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictalker/comiccacher.py b/comictalker/comiccacher.py index bd3ea8c..50af836 100644 --- a/comictalker/comiccacher.py +++ b/comictalker/comiccacher.py @@ -1,6 +1,6 @@ """A python class to manage caching of data from Comic Vine""" # -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License; # you may not use this file except in compliance with the License. diff --git a/comictalker/comictalker.py b/comictalker/comictalker.py index 88c078d..6b5dd7f 100644 --- a/comictalker/comictalker.py +++ b/comictalker/comictalker.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictalker/talker_utils.py b/comictalker/talker_utils.py index bd605ca..bd15389 100644 --- a/comictalker/talker_utils.py +++ b/comictalker/talker_utils.py @@ -1,4 +1,4 @@ -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/comictalker/talkers/comicvine.py b/comictalker/talkers/comicvine.py index f3d4d29..1df6e80 100644 --- a/comictalker/talkers/comicvine.py +++ b/comictalker/talkers/comicvine.py @@ -1,7 +1,7 @@ """ ComicVine information source """ -# Copyright 2012-2014 Anthony Beville +# Copyright 2012-2014 ComicTagger Authors # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/inventory.py b/scripts/inventory.py index efa33ec..f68fd65 100755 --- a/scripts/inventory.py +++ b/scripts/inventory.py @@ -1,7 +1,7 @@ #!/usr/bin/python """Print out a line-by-line list of basic tag info from all comics""" -# Copyright 2012 Anthony Beville +# Copyright 2012 ComicTagger Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/make_links.py b/scripts/make_links.py index dd93120..24fd8dd 100755 --- a/scripts/make_links.py +++ b/scripts/make_links.py @@ -4,7 +4,7 @@ Make some tree structures and symbolic links to comic files based on metadata organizing by date and series, in different trees """ -# Copyright 2012 Anthony Beville +# Copyright 2012 ComicTagger Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/move2folder.py b/scripts/move2folder.py index 154afcb..de81cd5 100755 --- a/scripts/move2folder.py +++ b/scripts/move2folder.py @@ -1,9 +1,7 @@ #!/usr/bin/python """Moves comic files based on metadata organizing in a tree by Publisher/Series (Volume)""" -# This script is based on make_links.py by Anthony Beville - -# Copyright 2015 Fabio Cancedda, Anthony Beville +# Copyright 2015 ComicTagger Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/name_fixer.py b/scripts/name_fixer.py index fdbfa1d..5117069 100755 --- a/scripts/name_fixer.py +++ b/scripts/name_fixer.py @@ -1,7 +1,7 @@ #!/usr/bin/python """Fix the comic file names using a list of transforms""" -# Copyright 2013 Anthony Beville +# Copyright 2013 ComicTagger Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/remove_ads.py b/scripts/remove_ads.py index 31f4579..934828e 100755 --- a/scripts/remove_ads.py +++ b/scripts/remove_ads.py @@ -5,7 +5,7 @@ and deleted. Walks recursively through the given folders. Originals are kept in a sub-folder at the level of the original """ -# Copyright 2013 Anthony Beville +# Copyright 2013 ComicTagger Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/shrink.py b/scripts/shrink.py index eb74ef3..e618993 100644 --- a/scripts/shrink.py +++ b/scripts/shrink.py @@ -1,7 +1,7 @@ #!/usr/bin/python """Reduce the image size of pages in the comic archive""" -# Copyright 2013 Anthony Beville +# Copyright 2013 ComicTagger Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/scripts/validate_cover.py b/scripts/validate_cover.py index 4bb9077..72e185f 100755 --- a/scripts/validate_cover.py +++ b/scripts/validate_cover.py @@ -2,7 +2,7 @@ """Test archive cover against Comic Vine for a given issue ID """ -# Copyright 2013 Anthony Beville +# Copyright 2013 ComicTagger Authors # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.