diff --git a/comictaggerlib/autotagmatchwindow.py b/comictaggerlib/autotagmatchwindow.py
index 4724d7e..b65e24e 100644
--- a/comictaggerlib/autotagmatchwindow.py
+++ b/comictaggerlib/autotagmatchwindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to select from automated issue matches
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 2dba413..1de5eb3 100644
--- a/comictaggerlib/autotagprogresswindow.py
+++ b/comictaggerlib/autotagprogresswindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to show ID log and progress
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 283fe68..dcfe2e5 100644
--- a/comictaggerlib/autotagstartwindow.py
+++ b/comictaggerlib/autotagstartwindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to confirm and set options for auto-tag
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 ad7c601..7290fb3 100644
--- a/comictaggerlib/cbltransformer.py
+++ b/comictaggerlib/cbltransformer.py
@@ -3,7 +3,7 @@ Class to manage modifying metadata specifically for CBL/CBI
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/comet.py b/comictaggerlib/comet.py
index 128be43..1a06977 100644
--- a/comictaggerlib/comet.py
+++ b/comictaggerlib/comet.py
@@ -3,7 +3,7 @@ A python class to encapsulate CoMet data
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/comicarchive.py b/comictaggerlib/comicarchive.py
index a5cf2f9..b5229f6 100644
--- a/comictaggerlib/comicarchive.py
+++ b/comictaggerlib/comicarchive.py
@@ -3,7 +3,7 @@ A python class to represent a single comic, be it file or folder of images
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/comicbookinfo.py b/comictaggerlib/comicbookinfo.py
index 469a9d7..d84a2e7 100644
--- a/comictaggerlib/comicbookinfo.py
+++ b/comictaggerlib/comicbookinfo.py
@@ -3,7 +3,7 @@ A python class to encapsulate the ComicBookInfo data
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/comicinfoxml.py b/comictaggerlib/comicinfoxml.py
index 4453706..9e9df07 100644
--- a/comictaggerlib/comicinfoxml.py
+++ b/comictaggerlib/comicinfoxml.py
@@ -3,7 +3,7 @@ A python class to encapsulate ComicRack's ComicInfo.xml data
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/comicvinecacher.py b/comictaggerlib/comicvinecacher.py
index c0e4146..d3f2037 100644
--- a/comictaggerlib/comicvinecacher.py
+++ b/comictaggerlib/comicvinecacher.py
@@ -3,7 +3,7 @@ A python class to manage caching of data from Comic Vine
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/comicvinetalker.py b/comictaggerlib/comicvinetalker.py
index 7a9b16f..34386a6 100644
--- a/comictaggerlib/comicvinetalker.py
+++ b/comictaggerlib/comicvinetalker.py
@@ -3,7 +3,7 @@ A python class to manage communication with Comic Vine's REST API
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 c7b8f49..55154cf 100644
--- a/comictaggerlib/coverimagewidget.py
+++ b/comictaggerlib/coverimagewidget.py
@@ -5,7 +5,7 @@ A PyQt4 widget display cover images from either local archive, or from ComicVine
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 d78e76c..86dbed2 100644
--- a/comictaggerlib/crediteditorwindow.py
+++ b/comictaggerlib/crediteditorwindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to edit credits
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 cc3a463..f8d20b6 100644
--- a/comictaggerlib/exportwindow.py
+++ b/comictaggerlib/exportwindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to confirm and set options for export to zip
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/filenameparser.py b/comictaggerlib/filenameparser.py
index 1d4d26c..6f3aa05 100644
--- a/comictaggerlib/filenameparser.py
+++ b/comictaggerlib/filenameparser.py
@@ -6,7 +6,7 @@ This should probably be re-written, but, well, it mostly works!
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 643e135..d52600d 100644
--- a/comictaggerlib/filerenamer.py
+++ b/comictaggerlib/filerenamer.py
@@ -3,7 +3,7 @@ Functions for renaming files based on metadata
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 5c47bcf..362fdba 100644
--- a/comictaggerlib/fileselectionlist.py
+++ b/comictaggerlib/fileselectionlist.py
@@ -4,7 +4,7 @@ A PyQt4 widget for managing list of comic archive files
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/genericmetadata.py b/comictaggerlib/genericmetadata.py
index e8562f8..af97b83 100644
--- a/comictaggerlib/genericmetadata.py
+++ b/comictaggerlib/genericmetadata.py
@@ -8,7 +8,7 @@
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 d7c593f..8b94fd1 100644
--- a/comictaggerlib/imagefetcher.py
+++ b/comictaggerlib/imagefetcher.py
@@ -3,7 +3,7 @@ A python class to manage fetching and caching of images by URL
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 9df1df9..9629412 100644
--- a/comictaggerlib/imagepopup.py
+++ b/comictaggerlib/imagepopup.py
@@ -3,7 +3,7 @@ A PyQT4 widget to display a popup image
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 e6ab4fb..3ac17c2 100644
--- a/comictaggerlib/issueidentifier.py
+++ b/comictaggerlib/issueidentifier.py
@@ -3,7 +3,7 @@ A python class to automatically identify a comic archive
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 8d04eb9..6549392 100644
--- a/comictaggerlib/issueselectionwindow.py
+++ b/comictaggerlib/issueselectionwindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to select specific issue from list
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/issuestring.py b/comictaggerlib/issuestring.py
index 9e1b4ec..60610ea 100644
--- a/comictaggerlib/issuestring.py
+++ b/comictaggerlib/issuestring.py
@@ -13,7 +13,7 @@ e.g.:
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 5632a4a..05bac91 100644
--- a/comictaggerlib/logwindow.py
+++ b/comictaggerlib/logwindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to a text file or log
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 936cd3f..8a00236 100755
--- a/comictaggerlib/main.py
+++ b/comictaggerlib/main.py
@@ -3,7 +3,7 @@ A python app to (automatically) tag comic archives
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 e2be341..e4711cd 100644
--- a/comictaggerlib/matchselectionwindow.py
+++ b/comictaggerlib/matchselectionwindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to select from automated issue matches
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 bc2f568..7e4a388 100644
--- a/comictaggerlib/optionalmsgdialog.py
+++ b/comictaggerlib/optionalmsgdialog.py
@@ -3,7 +3,7 @@ A PyQt4 dialog to show a message and let the user check a box
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/options.py b/comictaggerlib/options.py
index 399078d..7a252a3 100644
--- a/comictaggerlib/options.py
+++ b/comictaggerlib/options.py
@@ -3,7 +3,7 @@ CLI options class for comictagger app
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -304,7 +304,7 @@ For more help visit the wiki at: http://code.google.com/p/comictagger/
if o == "--nooverwrite":
self.no_overwrite = True
if o == "--version":
- print "ComicTagger {0}: Copyright (c) 2012-2013 Anthony Beville".format(ctversion.version)
+ print "ComicTagger {0}: Copyright (c) 2012-2014 Anthony Beville".format(ctversion.version)
print "Distributed under Apache License 2.0 (http://www.apache.org/licenses/LICENSE-2.0)"
new_version = VersionChecker().getLatestVersion("", False)
if new_version is not None and new_version != ctversion.version:
diff --git a/comictaggerlib/pagebrowser.py b/comictaggerlib/pagebrowser.py
index 720a973..ba60a05 100644
--- a/comictaggerlib/pagebrowser.py
+++ b/comictaggerlib/pagebrowser.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to show pages of a comic archive
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 122f88c..c04d70b 100644
--- a/comictaggerlib/pagelisteditor.py
+++ b/comictaggerlib/pagelisteditor.py
@@ -3,7 +3,7 @@ A PyQt4 widget for editing the page list info
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 b7cc184..0bb0c26 100644
--- a/comictaggerlib/pageloader.py
+++ b/comictaggerlib/pageloader.py
@@ -3,7 +3,7 @@ A PyQT4 class to load a page image from a ComicArchive in a background thread
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 e1f69fc..67628ad 100644
--- a/comictaggerlib/progresswindow.py
+++ b/comictaggerlib/progresswindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to show ID log and progress
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 97f94f9..5244e09 100644
--- a/comictaggerlib/renamewindow.py
+++ b/comictaggerlib/renamewindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to confirm rename
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/settings.py b/comictaggerlib/settings.py
index d036bce..bd5c720 100644
--- a/comictaggerlib/settings.py
+++ b/comictaggerlib/settings.py
@@ -3,7 +3,7 @@ Settings class for comictagger app
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 98bd915..2e5dd7c 100644
--- a/comictaggerlib/settingswindow.py
+++ b/comictaggerlib/settingswindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to enter app settings
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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 a0fb4ca..b0d23bf 100644
--- a/comictaggerlib/taggerwindow.py
+++ b/comictaggerlib/taggerwindow.py
@@ -4,7 +4,7 @@ The main window of the ComicTagger app
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -473,7 +473,7 @@ class TaggerWindow( QtGui.QMainWindow):
msgBox.setIconPixmap( QtGui.QPixmap(ComicTaggerSettings.getGraphic('about.png')) )
msgBox.setText( "
"
+ self.appName + " v" + self.version + "
"
- + "(c)2012 Anthony Beville
"
+ + "(c)2014 Anthony Beville
"
+ "{0}
".format(website)
+ "{0}
".format(email)
+ "License: {1}".format(license_link, license_name) )
diff --git a/comictaggerlib/utils.py b/comictaggerlib/utils.py
index 3407638..2508f29 100644
--- a/comictaggerlib/utils.py
+++ b/comictaggerlib/utils.py
@@ -5,7 +5,7 @@ Some generic utilities
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
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/volumeselectionwindow.py b/comictaggerlib/volumeselectionwindow.py
index 048eb2d..4231741 100644
--- a/comictaggerlib/volumeselectionwindow.py
+++ b/comictaggerlib/volumeselectionwindow.py
@@ -3,7 +3,7 @@ A PyQT4 dialog to select specific series/volume from list
"""
"""
-Copyright 2012 Anthony Beville
+Copyright 2012-2014 Anthony Beville
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.