diff --git a/scripts/changeCopyright.pl b/scripts/changeCopyright.pl index 8fc6f8565..1147b7e18 100755 --- a/scripts/changeCopyright.pl +++ b/scripts/changeCopyright.pl @@ -9,7 +9,7 @@ if ($#ARGV != 0) { my $source_file = @ARGV[0]; -my $min_year = 2013; +my $min_year = 2043; my $index = 0; my $copyright_notice_end_line = 0; @@ -19,7 +19,7 @@ while () { if ($index == 0) { /^\/\*/ || die "File $source_file doesn't contain copyright notice\n"; } elsif (/\*\// && $copyright_notice_end_line == 0) { - $min_year < 2013 || die "File $source_file doesn't contain copyright year information\n"; + $min_year < 2043 || die "File $source_file doesn't contain copyright year information\n"; $copyright_notice_end_line = $index + 1; } if (/Copyright \(C\)/) { @@ -32,7 +32,7 @@ while () { ++$index; } $copyright_notice_end_line > 0 || die "File $source_file doesn't contain copyright notice\n"; -$years = ($min_year == 2011) ? 2011 : "$min_year-2011"; +$years = ($min_year == 2013) ? 2013 : "$min_year-2013"; open(TMP_FILE, ">TMP"); diff --git a/src/org/geometerplus/android/fbreader/BookmarkEditActivity.java b/src/org/geometerplus/android/fbreader/BookmarkEditActivity.java index bf30ac710..bec9e284c 100644 --- a/src/org/geometerplus/android/fbreader/BookmarkEditActivity.java +++ b/src/org/geometerplus/android/fbreader/BookmarkEditActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/BookmarksActivity.java b/src/org/geometerplus/android/fbreader/BookmarksActivity.java index 081135be2..161e8aff7 100644 --- a/src/org/geometerplus/android/fbreader/BookmarksActivity.java +++ b/src/org/geometerplus/android/fbreader/BookmarksActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ButtonsPopupPanel.java b/src/org/geometerplus/android/fbreader/ButtonsPopupPanel.java index 52bfff831..86f3e6b22 100644 --- a/src/org/geometerplus/android/fbreader/ButtonsPopupPanel.java +++ b/src/org/geometerplus/android/fbreader/ButtonsPopupPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/CancelActivity.java b/src/org/geometerplus/android/fbreader/CancelActivity.java index 71531ac0a..d6a374456 100644 --- a/src/org/geometerplus/android/fbreader/CancelActivity.java +++ b/src/org/geometerplus/android/fbreader/CancelActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/DictionaryUtil.java b/src/org/geometerplus/android/fbreader/DictionaryUtil.java index 0b0dae39f..88fa52fb0 100644 --- a/src/org/geometerplus/android/fbreader/DictionaryUtil.java +++ b/src/org/geometerplus/android/fbreader/DictionaryUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/FBAndroidAction.java b/src/org/geometerplus/android/fbreader/FBAndroidAction.java index 15551d0b2..21d6fef2c 100644 --- a/src/org/geometerplus/android/fbreader/FBAndroidAction.java +++ b/src/org/geometerplus/android/fbreader/FBAndroidAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/FBReader.java b/src/org/geometerplus/android/fbreader/FBReader.java index 126553f4c..3b89f698e 100644 --- a/src/org/geometerplus/android/fbreader/FBReader.java +++ b/src/org/geometerplus/android/fbreader/FBReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/FBReaderApplication.java b/src/org/geometerplus/android/fbreader/FBReaderApplication.java index 154fde031..2a068049e 100644 --- a/src/org/geometerplus/android/fbreader/FBReaderApplication.java +++ b/src/org/geometerplus/android/fbreader/FBReaderApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/FBUtil.java b/src/org/geometerplus/android/fbreader/FBUtil.java index c5d90f779..20486b496 100644 --- a/src/org/geometerplus/android/fbreader/FBUtil.java +++ b/src/org/geometerplus/android/fbreader/FBUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/NavigationPopup.java b/src/org/geometerplus/android/fbreader/NavigationPopup.java index 3946a8086..8eb30ceeb 100644 --- a/src/org/geometerplus/android/fbreader/NavigationPopup.java +++ b/src/org/geometerplus/android/fbreader/NavigationPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/OrientationUtil.java b/src/org/geometerplus/android/fbreader/OrientationUtil.java index 7cc5ede11..54e86d555 100644 --- a/src/org/geometerplus/android/fbreader/OrientationUtil.java +++ b/src/org/geometerplus/android/fbreader/OrientationUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/PackageInfo.java b/src/org/geometerplus/android/fbreader/PackageInfo.java index 0206b812c..870ba5d7b 100644 --- a/src/org/geometerplus/android/fbreader/PackageInfo.java +++ b/src/org/geometerplus/android/fbreader/PackageInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/PopupPanel.java b/src/org/geometerplus/android/fbreader/PopupPanel.java index 9ae38e032..a8eb03444 100644 --- a/src/org/geometerplus/android/fbreader/PopupPanel.java +++ b/src/org/geometerplus/android/fbreader/PopupPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/PopupWindow.java b/src/org/geometerplus/android/fbreader/PopupWindow.java index 85d2db70f..db76309dc 100644 --- a/src/org/geometerplus/android/fbreader/PopupWindow.java +++ b/src/org/geometerplus/android/fbreader/PopupWindow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ProcessHyperlinkAction.java b/src/org/geometerplus/android/fbreader/ProcessHyperlinkAction.java index 258f339d9..4994d8a6d 100644 --- a/src/org/geometerplus/android/fbreader/ProcessHyperlinkAction.java +++ b/src/org/geometerplus/android/fbreader/ProcessHyperlinkAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/RunActivityAction.java b/src/org/geometerplus/android/fbreader/RunActivityAction.java index 56f033abd..7d75cd09f 100644 --- a/src/org/geometerplus/android/fbreader/RunActivityAction.java +++ b/src/org/geometerplus/android/fbreader/RunActivityAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/RunPluginAction.java b/src/org/geometerplus/android/fbreader/RunPluginAction.java index cad15d319..dc14ee267 100644 --- a/src/org/geometerplus/android/fbreader/RunPluginAction.java +++ b/src/org/geometerplus/android/fbreader/RunPluginAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/SearchAction.java b/src/org/geometerplus/android/fbreader/SearchAction.java index 023c38661..048bc6622 100644 --- a/src/org/geometerplus/android/fbreader/SearchAction.java +++ b/src/org/geometerplus/android/fbreader/SearchAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/SelectionBookmarkAction.java b/src/org/geometerplus/android/fbreader/SelectionBookmarkAction.java index 2e32eaf61..522d52de9 100644 --- a/src/org/geometerplus/android/fbreader/SelectionBookmarkAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionBookmarkAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/SelectionCopyAction.java b/src/org/geometerplus/android/fbreader/SelectionCopyAction.java index cb492b2c4..6484ff8c7 100644 --- a/src/org/geometerplus/android/fbreader/SelectionCopyAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionCopyAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/SelectionHidePanelAction.java b/src/org/geometerplus/android/fbreader/SelectionHidePanelAction.java index 9f6118e57..5c93cd276 100644 --- a/src/org/geometerplus/android/fbreader/SelectionHidePanelAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionHidePanelAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/SelectionPopup.java b/src/org/geometerplus/android/fbreader/SelectionPopup.java index 232880468..bfaa11cdf 100644 --- a/src/org/geometerplus/android/fbreader/SelectionPopup.java +++ b/src/org/geometerplus/android/fbreader/SelectionPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/SelectionShareAction.java b/src/org/geometerplus/android/fbreader/SelectionShareAction.java index d1dfae963..1255885b9 100644 --- a/src/org/geometerplus/android/fbreader/SelectionShareAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionShareAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/SelectionShowPanelAction.java b/src/org/geometerplus/android/fbreader/SelectionShowPanelAction.java index e6949b969..3e9262228 100644 --- a/src/org/geometerplus/android/fbreader/SelectionShowPanelAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionShowPanelAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/SelectionTranslateAction.java b/src/org/geometerplus/android/fbreader/SelectionTranslateAction.java index 63283f2ab..6dbfcfb64 100644 --- a/src/org/geometerplus/android/fbreader/SelectionTranslateAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionTranslateAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/SetOrientationAction.java b/src/org/geometerplus/android/fbreader/SetOrientationAction.java index 32d136a87..56154a1df 100644 --- a/src/org/geometerplus/android/fbreader/SetOrientationAction.java +++ b/src/org/geometerplus/android/fbreader/SetOrientationAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ShareBookAction.java b/src/org/geometerplus/android/fbreader/ShareBookAction.java index 9a7442e60..f4ba48f7f 100644 --- a/src/org/geometerplus/android/fbreader/ShareBookAction.java +++ b/src/org/geometerplus/android/fbreader/ShareBookAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ShowBookInfoAction.java b/src/org/geometerplus/android/fbreader/ShowBookInfoAction.java index c219f0687..e76378610 100644 --- a/src/org/geometerplus/android/fbreader/ShowBookInfoAction.java +++ b/src/org/geometerplus/android/fbreader/ShowBookInfoAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ShowBookmarksAction.java b/src/org/geometerplus/android/fbreader/ShowBookmarksAction.java index 99de297ae..1e35e9609 100644 --- a/src/org/geometerplus/android/fbreader/ShowBookmarksAction.java +++ b/src/org/geometerplus/android/fbreader/ShowBookmarksAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ShowCancelMenuAction.java b/src/org/geometerplus/android/fbreader/ShowCancelMenuAction.java index 9187bbc00..dcd1e4874 100644 --- a/src/org/geometerplus/android/fbreader/ShowCancelMenuAction.java +++ b/src/org/geometerplus/android/fbreader/ShowCancelMenuAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ShowLibraryAction.java b/src/org/geometerplus/android/fbreader/ShowLibraryAction.java index 90c6df8a2..f8ba07870 100644 --- a/src/org/geometerplus/android/fbreader/ShowLibraryAction.java +++ b/src/org/geometerplus/android/fbreader/ShowLibraryAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ShowMenuAction.java b/src/org/geometerplus/android/fbreader/ShowMenuAction.java index 6cc7f977c..2f3e36bbe 100644 --- a/src/org/geometerplus/android/fbreader/ShowMenuAction.java +++ b/src/org/geometerplus/android/fbreader/ShowMenuAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ShowNavigationAction.java b/src/org/geometerplus/android/fbreader/ShowNavigationAction.java index 4e5b1fcd7..9c3c2cc6a 100644 --- a/src/org/geometerplus/android/fbreader/ShowNavigationAction.java +++ b/src/org/geometerplus/android/fbreader/ShowNavigationAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ShowNetworkLibraryAction.java b/src/org/geometerplus/android/fbreader/ShowNetworkLibraryAction.java index 26a5a120a..952914136 100644 --- a/src/org/geometerplus/android/fbreader/ShowNetworkLibraryAction.java +++ b/src/org/geometerplus/android/fbreader/ShowNetworkLibraryAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ShowPreferencesAction.java b/src/org/geometerplus/android/fbreader/ShowPreferencesAction.java index 506730d0a..f84f6372f 100644 --- a/src/org/geometerplus/android/fbreader/ShowPreferencesAction.java +++ b/src/org/geometerplus/android/fbreader/ShowPreferencesAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ShowTOCAction.java b/src/org/geometerplus/android/fbreader/ShowTOCAction.java index 0d9a4ff0c..29695b752 100644 --- a/src/org/geometerplus/android/fbreader/ShowTOCAction.java +++ b/src/org/geometerplus/android/fbreader/ShowTOCAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/TOCActivity.java b/src/org/geometerplus/android/fbreader/TOCActivity.java index 3e61ab522..374818981 100644 --- a/src/org/geometerplus/android/fbreader/TOCActivity.java +++ b/src/org/geometerplus/android/fbreader/TOCActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/TextSearchPopup.java b/src/org/geometerplus/android/fbreader/TextSearchPopup.java index 30b9b202e..a1c6b66b2 100644 --- a/src/org/geometerplus/android/fbreader/TextSearchPopup.java +++ b/src/org/geometerplus/android/fbreader/TextSearchPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/ZLTreeAdapter.java b/src/org/geometerplus/android/fbreader/ZLTreeAdapter.java index 645f96a71..439358712 100644 --- a/src/org/geometerplus/android/fbreader/ZLTreeAdapter.java +++ b/src/org/geometerplus/android/fbreader/ZLTreeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/api/ApiServerImplementation.java b/src/org/geometerplus/android/fbreader/api/ApiServerImplementation.java index 677a04cdc..8f2b2e777 100644 --- a/src/org/geometerplus/android/fbreader/api/ApiServerImplementation.java +++ b/src/org/geometerplus/android/fbreader/api/ApiServerImplementation.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/api/ApiService.java b/src/org/geometerplus/android/fbreader/api/ApiService.java index abcb251ed..842f61218 100644 --- a/src/org/geometerplus/android/fbreader/api/ApiService.java +++ b/src/org/geometerplus/android/fbreader/api/ApiService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/covers/CoverCache.java b/src/org/geometerplus/android/fbreader/covers/CoverCache.java index 2f9818b2d..23b830e59 100644 --- a/src/org/geometerplus/android/fbreader/covers/CoverCache.java +++ b/src/org/geometerplus/android/fbreader/covers/CoverCache.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/covers/CoverHolder.java b/src/org/geometerplus/android/fbreader/covers/CoverHolder.java index 8e40b707c..ff8989a25 100644 --- a/src/org/geometerplus/android/fbreader/covers/CoverHolder.java +++ b/src/org/geometerplus/android/fbreader/covers/CoverHolder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/covers/CoverManager.java b/src/org/geometerplus/android/fbreader/covers/CoverManager.java index a8b9de47f..321d950a2 100644 --- a/src/org/geometerplus/android/fbreader/covers/CoverManager.java +++ b/src/org/geometerplus/android/fbreader/covers/CoverManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/crash/FixBooksDirectoryActivity.java b/src/org/geometerplus/android/fbreader/crash/FixBooksDirectoryActivity.java index 4bc54767b..65fb394a0 100644 --- a/src/org/geometerplus/android/fbreader/crash/FixBooksDirectoryActivity.java +++ b/src/org/geometerplus/android/fbreader/crash/FixBooksDirectoryActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/crash/MissingNativeLibraryActivity.java b/src/org/geometerplus/android/fbreader/crash/MissingNativeLibraryActivity.java index 4d3694730..ec5cf21fb 100644 --- a/src/org/geometerplus/android/fbreader/crash/MissingNativeLibraryActivity.java +++ b/src/org/geometerplus/android/fbreader/crash/MissingNativeLibraryActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/error/BookReadingErrorActivity.java b/src/org/geometerplus/android/fbreader/error/BookReadingErrorActivity.java index 2e4ccee04..56d7c16f0 100644 --- a/src/org/geometerplus/android/fbreader/error/BookReadingErrorActivity.java +++ b/src/org/geometerplus/android/fbreader/error/BookReadingErrorActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/image/ImageViewActivity.java b/src/org/geometerplus/android/fbreader/image/ImageViewActivity.java index fbc93e39c..aee95b7c1 100644 --- a/src/org/geometerplus/android/fbreader/image/ImageViewActivity.java +++ b/src/org/geometerplus/android/fbreader/image/ImageViewActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/library/BookInfoActivity.java b/src/org/geometerplus/android/fbreader/library/BookInfoActivity.java index b9415653e..abe59fb45 100644 --- a/src/org/geometerplus/android/fbreader/library/BookInfoActivity.java +++ b/src/org/geometerplus/android/fbreader/library/BookInfoActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/library/KillerCallback.java b/src/org/geometerplus/android/fbreader/library/KillerCallback.java index 52fc52961..81dc1082d 100644 --- a/src/org/geometerplus/android/fbreader/library/KillerCallback.java +++ b/src/org/geometerplus/android/fbreader/library/KillerCallback.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/library/LibraryActivity.java b/src/org/geometerplus/android/fbreader/library/LibraryActivity.java index eaf873d5b..416380de1 100644 --- a/src/org/geometerplus/android/fbreader/library/LibraryActivity.java +++ b/src/org/geometerplus/android/fbreader/library/LibraryActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/library/LibrarySearchActivity.java b/src/org/geometerplus/android/fbreader/library/LibrarySearchActivity.java index 10d199c9a..8b1f5ecca 100644 --- a/src/org/geometerplus/android/fbreader/library/LibrarySearchActivity.java +++ b/src/org/geometerplus/android/fbreader/library/LibrarySearchActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/library/LibraryTreeAdapter.java b/src/org/geometerplus/android/fbreader/library/LibraryTreeAdapter.java index 61a520ecd..798157a17 100644 --- a/src/org/geometerplus/android/fbreader/library/LibraryTreeAdapter.java +++ b/src/org/geometerplus/android/fbreader/library/LibraryTreeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/library/SQLiteBooksDatabase.java b/src/org/geometerplus/android/fbreader/library/SQLiteBooksDatabase.java index 7d664af44..35dbe8e96 100644 --- a/src/org/geometerplus/android/fbreader/library/SQLiteBooksDatabase.java +++ b/src/org/geometerplus/android/fbreader/library/SQLiteBooksDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/libraryService/LibraryService.java b/src/org/geometerplus/android/fbreader/libraryService/LibraryService.java index c79419fe6..8f3b1d0d9 100644 --- a/src/org/geometerplus/android/fbreader/libraryService/LibraryService.java +++ b/src/org/geometerplus/android/fbreader/libraryService/LibraryService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/libraryService/LibraryShadow.java b/src/org/geometerplus/android/fbreader/libraryService/LibraryShadow.java index 417841dac..0c81118ba 100644 --- a/src/org/geometerplus/android/fbreader/libraryService/LibraryShadow.java +++ b/src/org/geometerplus/android/fbreader/libraryService/LibraryShadow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/AddCatalogMenuActivity.java b/src/org/geometerplus/android/fbreader/network/AddCatalogMenuActivity.java index 13028342d..a1ce6777a 100644 --- a/src/org/geometerplus/android/fbreader/network/AddCatalogMenuActivity.java +++ b/src/org/geometerplus/android/fbreader/network/AddCatalogMenuActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/AddCustomCatalogActivity.java b/src/org/geometerplus/android/fbreader/network/AddCustomCatalogActivity.java index 56eb17113..497aa722d 100644 --- a/src/org/geometerplus/android/fbreader/network/AddCustomCatalogActivity.java +++ b/src/org/geometerplus/android/fbreader/network/AddCustomCatalogActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/AuthenticationActivity.java b/src/org/geometerplus/android/fbreader/network/AuthenticationActivity.java index a8ae762a3..a1e3f9e0d 100644 --- a/src/org/geometerplus/android/fbreader/network/AuthenticationActivity.java +++ b/src/org/geometerplus/android/fbreader/network/AuthenticationActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/AuthorizationMenuActivity.java b/src/org/geometerplus/android/fbreader/network/AuthorizationMenuActivity.java index 91a9fccc9..3f783001d 100644 --- a/src/org/geometerplus/android/fbreader/network/AuthorizationMenuActivity.java +++ b/src/org/geometerplus/android/fbreader/network/AuthorizationMenuActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/BookDownloader.java b/src/org/geometerplus/android/fbreader/network/BookDownloader.java index a8a72d196..12c1e01d2 100644 --- a/src/org/geometerplus/android/fbreader/network/BookDownloader.java +++ b/src/org/geometerplus/android/fbreader/network/BookDownloader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/BookDownloaderService.java b/src/org/geometerplus/android/fbreader/network/BookDownloaderService.java index 863693b84..adab623e6 100644 --- a/src/org/geometerplus/android/fbreader/network/BookDownloaderService.java +++ b/src/org/geometerplus/android/fbreader/network/BookDownloaderService.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/BookDownloaderServiceConnection.java b/src/org/geometerplus/android/fbreader/network/BookDownloaderServiceConnection.java index f544c115e..12deb70b7 100644 --- a/src/org/geometerplus/android/fbreader/network/BookDownloaderServiceConnection.java +++ b/src/org/geometerplus/android/fbreader/network/BookDownloaderServiceConnection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/BuyBooksActivity.java b/src/org/geometerplus/android/fbreader/network/BuyBooksActivity.java index f77b32b2e..cb11cadda 100644 --- a/src/org/geometerplus/android/fbreader/network/BuyBooksActivity.java +++ b/src/org/geometerplus/android/fbreader/network/BuyBooksActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/ListenerCallback.java b/src/org/geometerplus/android/fbreader/network/ListenerCallback.java index 76169954c..71c296feb 100644 --- a/src/org/geometerplus/android/fbreader/network/ListenerCallback.java +++ b/src/org/geometerplus/android/fbreader/network/ListenerCallback.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/MenuActivity.java b/src/org/geometerplus/android/fbreader/network/MenuActivity.java index d2c007eb2..6629e4a2c 100644 --- a/src/org/geometerplus/android/fbreader/network/MenuActivity.java +++ b/src/org/geometerplus/android/fbreader/network/MenuActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/NetworkBookInfoActivity.java b/src/org/geometerplus/android/fbreader/network/NetworkBookInfoActivity.java index 0acb95e50..9e674707c 100644 --- a/src/org/geometerplus/android/fbreader/network/NetworkBookInfoActivity.java +++ b/src/org/geometerplus/android/fbreader/network/NetworkBookInfoActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/NetworkLibraryActivity.java b/src/org/geometerplus/android/fbreader/network/NetworkLibraryActivity.java index 50da0956d..667be0513 100644 --- a/src/org/geometerplus/android/fbreader/network/NetworkLibraryActivity.java +++ b/src/org/geometerplus/android/fbreader/network/NetworkLibraryActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/NetworkLibraryAdapter.java b/src/org/geometerplus/android/fbreader/network/NetworkLibraryAdapter.java index cfacb4ce1..bd0d721b9 100644 --- a/src/org/geometerplus/android/fbreader/network/NetworkLibraryAdapter.java +++ b/src/org/geometerplus/android/fbreader/network/NetworkLibraryAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/NetworkLibraryPrimaryActivity.java b/src/org/geometerplus/android/fbreader/network/NetworkLibraryPrimaryActivity.java index 3f5b7e9c9..916b1c669 100644 --- a/src/org/geometerplus/android/fbreader/network/NetworkLibraryPrimaryActivity.java +++ b/src/org/geometerplus/android/fbreader/network/NetworkLibraryPrimaryActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/NetworkLibrarySecondaryActivity.java b/src/org/geometerplus/android/fbreader/network/NetworkLibrarySecondaryActivity.java index ecc2bd5c1..c6a8af938 100644 --- a/src/org/geometerplus/android/fbreader/network/NetworkLibrarySecondaryActivity.java +++ b/src/org/geometerplus/android/fbreader/network/NetworkLibrarySecondaryActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/NetworkNotifications.java b/src/org/geometerplus/android/fbreader/network/NetworkNotifications.java index 4bbe0b9c7..c6239a97e 100644 --- a/src/org/geometerplus/android/fbreader/network/NetworkNotifications.java +++ b/src/org/geometerplus/android/fbreader/network/NetworkNotifications.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/NetworkSearchActivity.java b/src/org/geometerplus/android/fbreader/network/NetworkSearchActivity.java index b2b76ae72..e6d51fa8f 100644 --- a/src/org/geometerplus/android/fbreader/network/NetworkSearchActivity.java +++ b/src/org/geometerplus/android/fbreader/network/NetworkSearchActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/SQLiteNetworkDatabase.java b/src/org/geometerplus/android/fbreader/network/SQLiteNetworkDatabase.java index d71c61c0f..80adb8fe3 100644 --- a/src/org/geometerplus/android/fbreader/network/SQLiteNetworkDatabase.java +++ b/src/org/geometerplus/android/fbreader/network/SQLiteNetworkDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/TopupMenuActivity.java b/src/org/geometerplus/android/fbreader/network/TopupMenuActivity.java index c5b74ed31..bb02104bd 100644 --- a/src/org/geometerplus/android/fbreader/network/TopupMenuActivity.java +++ b/src/org/geometerplus/android/fbreader/network/TopupMenuActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/UserRegistrationConstants.java b/src/org/geometerplus/android/fbreader/network/UserRegistrationConstants.java index 27d8b95ea..ce55ad1cf 100644 --- a/src/org/geometerplus/android/fbreader/network/UserRegistrationConstants.java +++ b/src/org/geometerplus/android/fbreader/network/UserRegistrationConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/Util.java b/src/org/geometerplus/android/fbreader/network/Util.java index a3cb69d2b..538c50175 100644 --- a/src/org/geometerplus/android/fbreader/network/Util.java +++ b/src/org/geometerplus/android/fbreader/network/Util.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/Action.java b/src/org/geometerplus/android/fbreader/network/action/Action.java index 8dbf9b771..703f3951d 100644 --- a/src/org/geometerplus/android/fbreader/network/action/Action.java +++ b/src/org/geometerplus/android/fbreader/network/action/Action.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/ActionCode.java b/src/org/geometerplus/android/fbreader/network/action/ActionCode.java index 283654dbc..21610dd02 100644 --- a/src/org/geometerplus/android/fbreader/network/action/ActionCode.java +++ b/src/org/geometerplus/android/fbreader/network/action/ActionCode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/AddCustomCatalogAction.java b/src/org/geometerplus/android/fbreader/network/action/AddCustomCatalogAction.java index b40820042..cf89d9901 100644 --- a/src/org/geometerplus/android/fbreader/network/action/AddCustomCatalogAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/AddCustomCatalogAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/BookAction.java b/src/org/geometerplus/android/fbreader/network/action/BookAction.java index bb0883eca..9365c92b4 100644 --- a/src/org/geometerplus/android/fbreader/network/action/BookAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/BookAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/BuyBasketBooksAction.java b/src/org/geometerplus/android/fbreader/network/action/BuyBasketBooksAction.java index 019845e86..9d8d7a2b9 100644 --- a/src/org/geometerplus/android/fbreader/network/action/BuyBasketBooksAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/BuyBasketBooksAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/CatalogAction.java b/src/org/geometerplus/android/fbreader/network/action/CatalogAction.java index 5ba36c156..ee432ab74 100644 --- a/src/org/geometerplus/android/fbreader/network/action/CatalogAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/CatalogAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/ClearBasketAction.java b/src/org/geometerplus/android/fbreader/network/action/ClearBasketAction.java index 356a20a7a..c0a2a9b31 100644 --- a/src/org/geometerplus/android/fbreader/network/action/ClearBasketAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/ClearBasketAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/EditCustomCatalogAction.java b/src/org/geometerplus/android/fbreader/network/action/EditCustomCatalogAction.java index c8bb27095..e10f96949 100644 --- a/src/org/geometerplus/android/fbreader/network/action/EditCustomCatalogAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/EditCustomCatalogAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/LanguageFilterAction.java b/src/org/geometerplus/android/fbreader/network/action/LanguageFilterAction.java index bc557ed1a..2794ecec6 100644 --- a/src/org/geometerplus/android/fbreader/network/action/LanguageFilterAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/LanguageFilterAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/NetworkBookActions.java b/src/org/geometerplus/android/fbreader/network/action/NetworkBookActions.java index 3b9b288a1..014e1850b 100644 --- a/src/org/geometerplus/android/fbreader/network/action/NetworkBookActions.java +++ b/src/org/geometerplus/android/fbreader/network/action/NetworkBookActions.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/OpenCatalogAction.java b/src/org/geometerplus/android/fbreader/network/action/OpenCatalogAction.java index 64199c06a..f5335c1c2 100644 --- a/src/org/geometerplus/android/fbreader/network/action/OpenCatalogAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/OpenCatalogAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/OpenInBrowserAction.java b/src/org/geometerplus/android/fbreader/network/action/OpenInBrowserAction.java index 41112e891..3ce406e9d 100644 --- a/src/org/geometerplus/android/fbreader/network/action/OpenInBrowserAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/OpenInBrowserAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/RefreshRootCatalogAction.java b/src/org/geometerplus/android/fbreader/network/action/RefreshRootCatalogAction.java index 727173440..354d74182 100644 --- a/src/org/geometerplus/android/fbreader/network/action/RefreshRootCatalogAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/RefreshRootCatalogAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/ReloadCatalogAction.java b/src/org/geometerplus/android/fbreader/network/action/ReloadCatalogAction.java index 2b2096cd1..5ff29effa 100644 --- a/src/org/geometerplus/android/fbreader/network/action/ReloadCatalogAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/ReloadCatalogAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/RemoveCustomCatalogAction.java b/src/org/geometerplus/android/fbreader/network/action/RemoveCustomCatalogAction.java index c4ca228e4..8ec9402b5 100644 --- a/src/org/geometerplus/android/fbreader/network/action/RemoveCustomCatalogAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/RemoveCustomCatalogAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/RootAction.java b/src/org/geometerplus/android/fbreader/network/action/RootAction.java index b31f3ed1c..f6cf244f4 100644 --- a/src/org/geometerplus/android/fbreader/network/action/RootAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/RootAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/RunSearchAction.java b/src/org/geometerplus/android/fbreader/network/action/RunSearchAction.java index 6d20f5d4c..1d76c2b5e 100644 --- a/src/org/geometerplus/android/fbreader/network/action/RunSearchAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/RunSearchAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/ShowBookInfoAction.java b/src/org/geometerplus/android/fbreader/network/action/ShowBookInfoAction.java index 9b8cf32c5..eeea64013 100644 --- a/src/org/geometerplus/android/fbreader/network/action/ShowBookInfoAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/ShowBookInfoAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/SignInAction.java b/src/org/geometerplus/android/fbreader/network/action/SignInAction.java index 01231dc17..59a9940c5 100644 --- a/src/org/geometerplus/android/fbreader/network/action/SignInAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/SignInAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/SignOutAction.java b/src/org/geometerplus/android/fbreader/network/action/SignOutAction.java index 4af7ed20b..985a4b155 100644 --- a/src/org/geometerplus/android/fbreader/network/action/SignOutAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/SignOutAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/SignUpAction.java b/src/org/geometerplus/android/fbreader/network/action/SignUpAction.java index 45079eedf..872f6dce6 100644 --- a/src/org/geometerplus/android/fbreader/network/action/SignUpAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/SignUpAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/network/action/TopupAction.java b/src/org/geometerplus/android/fbreader/network/action/TopupAction.java index 41b6dab59..d03349d94 100644 --- a/src/org/geometerplus/android/fbreader/network/action/TopupAction.java +++ b/src/org/geometerplus/android/fbreader/network/action/TopupAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/AnimationSpeedPreference.java b/src/org/geometerplus/android/fbreader/preferences/AnimationSpeedPreference.java index a374ed10b..dce8c82ff 100644 --- a/src/org/geometerplus/android/fbreader/preferences/AnimationSpeedPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/AnimationSpeedPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/BatteryLevelToTurnScreenOffPreference.java b/src/org/geometerplus/android/fbreader/preferences/BatteryLevelToTurnScreenOffPreference.java index 18c2fce1d..1c5d5c6e0 100644 --- a/src/org/geometerplus/android/fbreader/preferences/BatteryLevelToTurnScreenOffPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/BatteryLevelToTurnScreenOffPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/DictionaryPreference.java b/src/org/geometerplus/android/fbreader/preferences/DictionaryPreference.java index dd355389f..fbc575dd2 100644 --- a/src/org/geometerplus/android/fbreader/preferences/DictionaryPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/DictionaryPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/EditBookInfoActivity.java b/src/org/geometerplus/android/fbreader/preferences/EditBookInfoActivity.java index 320c34def..a89798c8d 100644 --- a/src/org/geometerplus/android/fbreader/preferences/EditBookInfoActivity.java +++ b/src/org/geometerplus/android/fbreader/preferences/EditBookInfoActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/FontOption.java b/src/org/geometerplus/android/fbreader/preferences/FontOption.java index c476ad148..cec6bc789 100644 --- a/src/org/geometerplus/android/fbreader/preferences/FontOption.java +++ b/src/org/geometerplus/android/fbreader/preferences/FontOption.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/FontStylePreference.java b/src/org/geometerplus/android/fbreader/preferences/FontStylePreference.java index fc45dbe12..e90f8c6db 100644 --- a/src/org/geometerplus/android/fbreader/preferences/FontStylePreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/FontStylePreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/InfoPreference.java b/src/org/geometerplus/android/fbreader/preferences/InfoPreference.java index c304cc195..b4ae7034c 100644 --- a/src/org/geometerplus/android/fbreader/preferences/InfoPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/InfoPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/PreferenceActivity.java b/src/org/geometerplus/android/fbreader/preferences/PreferenceActivity.java index c756cda52..4debd5474 100644 --- a/src/org/geometerplus/android/fbreader/preferences/PreferenceActivity.java +++ b/src/org/geometerplus/android/fbreader/preferences/PreferenceActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/UrlPreference.java b/src/org/geometerplus/android/fbreader/preferences/UrlPreference.java index 7826d1716..ac011c70b 100644 --- a/src/org/geometerplus/android/fbreader/preferences/UrlPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/UrlPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/WallpaperPreference.java b/src/org/geometerplus/android/fbreader/preferences/WallpaperPreference.java index 315a861a1..646a935a6 100644 --- a/src/org/geometerplus/android/fbreader/preferences/WallpaperPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/WallpaperPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLBoolean3Preference.java b/src/org/geometerplus/android/fbreader/preferences/ZLBoolean3Preference.java index d0d82ba1a..4929f5433 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLBoolean3Preference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLBoolean3Preference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLBooleanPreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLBooleanPreference.java index 93d0cdc28..c00ab19a6 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLBooleanPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLBooleanPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLCheckBoxPreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLCheckBoxPreference.java index 12e15807a..e2a8c6977 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLCheckBoxPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLCheckBoxPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLChoicePreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLChoicePreference.java index 30c94524b..2279eb323 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLChoicePreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLChoicePreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLColorPreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLColorPreference.java index 878940416..2f63466f5 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLColorPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLColorPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLEnumPreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLEnumPreference.java index e71fa2ac7..e7facfa03 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLEnumPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLEnumPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLIntegerChoicePreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLIntegerChoicePreference.java index 20f247c6a..f8c7b63e9 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLIntegerChoicePreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLIntegerChoicePreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLIntegerRangePreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLIntegerRangePreference.java index 85b67ab29..7dad71fd6 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLIntegerRangePreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLIntegerRangePreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLPreferenceActivity.java b/src/org/geometerplus/android/fbreader/preferences/ZLPreferenceActivity.java index 5d8e69a1b..48db14c02 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLPreferenceActivity.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLPreferenceActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLPreferenceSet.java b/src/org/geometerplus/android/fbreader/preferences/ZLPreferenceSet.java index 9c1ad7306..dc3eac8e8 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLPreferenceSet.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLPreferenceSet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLStringChoicePreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLStringChoicePreference.java index 04d5bb316..712abea64 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLStringChoicePreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLStringChoicePreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLStringListPreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLStringListPreference.java index 83e391cc8..c78034d26 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLStringListPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLStringListPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLStringOptionPreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLStringOptionPreference.java index 551ff6759..3e7aabf2d 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLStringOptionPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLStringOptionPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/preferences/ZLStringPreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLStringPreference.java index 990e01254..2bf239c7f 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLStringPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLStringPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/tips/TipsActivity.java b/src/org/geometerplus/android/fbreader/tips/TipsActivity.java index 3cd09d56b..94a3df467 100644 --- a/src/org/geometerplus/android/fbreader/tips/TipsActivity.java +++ b/src/org/geometerplus/android/fbreader/tips/TipsActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/tree/TreeActivity.java b/src/org/geometerplus/android/fbreader/tree/TreeActivity.java index ab6a9e707..cffdc5c29 100644 --- a/src/org/geometerplus/android/fbreader/tree/TreeActivity.java +++ b/src/org/geometerplus/android/fbreader/tree/TreeActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/fbreader/tree/TreeAdapter.java b/src/org/geometerplus/android/fbreader/tree/TreeAdapter.java index 10f8d763e..615572c9e 100644 --- a/src/org/geometerplus/android/fbreader/tree/TreeAdapter.java +++ b/src/org/geometerplus/android/fbreader/tree/TreeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/util/PackageUtil.java b/src/org/geometerplus/android/util/PackageUtil.java index 173e35768..a4e066022 100644 --- a/src/org/geometerplus/android/util/PackageUtil.java +++ b/src/org/geometerplus/android/util/PackageUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/util/SQLiteUtil.java b/src/org/geometerplus/android/util/SQLiteUtil.java index fc9fc458b..41cf342f8 100644 --- a/src/org/geometerplus/android/util/SQLiteUtil.java +++ b/src/org/geometerplus/android/util/SQLiteUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/android/util/UIUtil.java b/src/org/geometerplus/android/util/UIUtil.java index 782eacd52..352cea71d 100644 --- a/src/org/geometerplus/android/util/UIUtil.java +++ b/src/org/geometerplus/android/util/UIUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/Paths.java b/src/org/geometerplus/fbreader/Paths.java index 5037b3648..b5edeef8d 100644 --- a/src/org/geometerplus/fbreader/Paths.java +++ b/src/org/geometerplus/fbreader/Paths.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/bookmodel/BookModel.java b/src/org/geometerplus/fbreader/bookmodel/BookModel.java index 4674e1cb7..e8528520a 100644 --- a/src/org/geometerplus/fbreader/bookmodel/BookModel.java +++ b/src/org/geometerplus/fbreader/bookmodel/BookModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/bookmodel/BookModelImpl.java b/src/org/geometerplus/fbreader/bookmodel/BookModelImpl.java index 09525eef8..780bfc3e2 100644 --- a/src/org/geometerplus/fbreader/bookmodel/BookModelImpl.java +++ b/src/org/geometerplus/fbreader/bookmodel/BookModelImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/bookmodel/BookReader.java b/src/org/geometerplus/fbreader/bookmodel/BookReader.java index 490126423..4220357a3 100644 --- a/src/org/geometerplus/fbreader/bookmodel/BookReader.java +++ b/src/org/geometerplus/fbreader/bookmodel/BookReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/bookmodel/BookReadingException.java b/src/org/geometerplus/fbreader/bookmodel/BookReadingException.java index c53c3f34e..36439648f 100644 --- a/src/org/geometerplus/fbreader/bookmodel/BookReadingException.java +++ b/src/org/geometerplus/fbreader/bookmodel/BookReadingException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/bookmodel/FBHyperlinkType.java b/src/org/geometerplus/fbreader/bookmodel/FBHyperlinkType.java index de443c6fa..99d49cbaa 100644 --- a/src/org/geometerplus/fbreader/bookmodel/FBHyperlinkType.java +++ b/src/org/geometerplus/fbreader/bookmodel/FBHyperlinkType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/bookmodel/FBTextKind.java b/src/org/geometerplus/fbreader/bookmodel/FBTextKind.java index e2768360c..2b6c1e95f 100644 --- a/src/org/geometerplus/fbreader/bookmodel/FBTextKind.java +++ b/src/org/geometerplus/fbreader/bookmodel/FBTextKind.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/bookmodel/JavaBookModel.java b/src/org/geometerplus/fbreader/bookmodel/JavaBookModel.java index be99710ed..237dde099 100644 --- a/src/org/geometerplus/fbreader/bookmodel/JavaBookModel.java +++ b/src/org/geometerplus/fbreader/bookmodel/JavaBookModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/bookmodel/NativeBookModel.java b/src/org/geometerplus/fbreader/bookmodel/NativeBookModel.java index bf1c2ee86..440d4ed9e 100644 --- a/src/org/geometerplus/fbreader/bookmodel/NativeBookModel.java +++ b/src/org/geometerplus/fbreader/bookmodel/NativeBookModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Geometer Plus + * Copyright (C) 2011-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/bookmodel/TOCTree.java b/src/org/geometerplus/fbreader/bookmodel/TOCTree.java index 657544fe0..aade733dc 100644 --- a/src/org/geometerplus/fbreader/bookmodel/TOCTree.java +++ b/src/org/geometerplus/fbreader/bookmodel/TOCTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/ActionCode.java b/src/org/geometerplus/fbreader/fbreader/ActionCode.java index 214036a53..7cbf3b0dc 100644 --- a/src/org/geometerplus/fbreader/fbreader/ActionCode.java +++ b/src/org/geometerplus/fbreader/fbreader/ActionCode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/ChangeFontSizeAction.java b/src/org/geometerplus/fbreader/fbreader/ChangeFontSizeAction.java index 889e6f1e5..9ef1a7c1a 100644 --- a/src/org/geometerplus/fbreader/fbreader/ChangeFontSizeAction.java +++ b/src/org/geometerplus/fbreader/fbreader/ChangeFontSizeAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/ClearFindResultsAction.java b/src/org/geometerplus/fbreader/fbreader/ClearFindResultsAction.java index b39f62768..5f95bd144 100644 --- a/src/org/geometerplus/fbreader/fbreader/ClearFindResultsAction.java +++ b/src/org/geometerplus/fbreader/fbreader/ClearFindResultsAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/ColorProfile.java b/src/org/geometerplus/fbreader/fbreader/ColorProfile.java index 0a37247d8..58350eb9f 100644 --- a/src/org/geometerplus/fbreader/fbreader/ColorProfile.java +++ b/src/org/geometerplus/fbreader/fbreader/ColorProfile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/ExitAction.java b/src/org/geometerplus/fbreader/fbreader/ExitAction.java index b20c5d5fe..77f81eac9 100644 --- a/src/org/geometerplus/fbreader/fbreader/ExitAction.java +++ b/src/org/geometerplus/fbreader/fbreader/ExitAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/FBAction.java b/src/org/geometerplus/fbreader/fbreader/FBAction.java index 22a1f0806..c53234af9 100644 --- a/src/org/geometerplus/fbreader/fbreader/FBAction.java +++ b/src/org/geometerplus/fbreader/fbreader/FBAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/FBReaderApp.java b/src/org/geometerplus/fbreader/fbreader/FBReaderApp.java index 6162cec17..0f4b6b310 100644 --- a/src/org/geometerplus/fbreader/fbreader/FBReaderApp.java +++ b/src/org/geometerplus/fbreader/fbreader/FBReaderApp.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/FBView.java b/src/org/geometerplus/fbreader/fbreader/FBView.java index a67787c18..a1e24ca53 100644 --- a/src/org/geometerplus/fbreader/fbreader/FBView.java +++ b/src/org/geometerplus/fbreader/fbreader/FBView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/FindNextAction.java b/src/org/geometerplus/fbreader/fbreader/FindNextAction.java index d5eb1b139..0e06f23bb 100644 --- a/src/org/geometerplus/fbreader/fbreader/FindNextAction.java +++ b/src/org/geometerplus/fbreader/fbreader/FindNextAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/FindPreviousAction.java b/src/org/geometerplus/fbreader/fbreader/FindPreviousAction.java index ca9e2091f..806db7a1f 100644 --- a/src/org/geometerplus/fbreader/fbreader/FindPreviousAction.java +++ b/src/org/geometerplus/fbreader/fbreader/FindPreviousAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/MoveCursorAction.java b/src/org/geometerplus/fbreader/fbreader/MoveCursorAction.java index b9e159bae..373415204 100644 --- a/src/org/geometerplus/fbreader/fbreader/MoveCursorAction.java +++ b/src/org/geometerplus/fbreader/fbreader/MoveCursorAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/ScrollingPreferences.java b/src/org/geometerplus/fbreader/fbreader/ScrollingPreferences.java index 5195f8c91..10707fc53 100644 --- a/src/org/geometerplus/fbreader/fbreader/ScrollingPreferences.java +++ b/src/org/geometerplus/fbreader/fbreader/ScrollingPreferences.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/SelectionClearAction.java b/src/org/geometerplus/fbreader/fbreader/SelectionClearAction.java index d38327839..ed98d2eaf 100644 --- a/src/org/geometerplus/fbreader/fbreader/SelectionClearAction.java +++ b/src/org/geometerplus/fbreader/fbreader/SelectionClearAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/SwitchProfileAction.java b/src/org/geometerplus/fbreader/fbreader/SwitchProfileAction.java index cf4da1415..7b5861785 100644 --- a/src/org/geometerplus/fbreader/fbreader/SwitchProfileAction.java +++ b/src/org/geometerplus/fbreader/fbreader/SwitchProfileAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/TapZoneMap.java b/src/org/geometerplus/fbreader/fbreader/TapZoneMap.java index 1b3ded355..0af316a75 100644 --- a/src/org/geometerplus/fbreader/fbreader/TapZoneMap.java +++ b/src/org/geometerplus/fbreader/fbreader/TapZoneMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/TextBuildTraverser.java b/src/org/geometerplus/fbreader/fbreader/TextBuildTraverser.java index f87b5ab58..2200f20f0 100644 --- a/src/org/geometerplus/fbreader/fbreader/TextBuildTraverser.java +++ b/src/org/geometerplus/fbreader/fbreader/TextBuildTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/TurnPageAction.java b/src/org/geometerplus/fbreader/fbreader/TurnPageAction.java index 3e9cf7713..cdf75f828 100644 --- a/src/org/geometerplus/fbreader/fbreader/TurnPageAction.java +++ b/src/org/geometerplus/fbreader/fbreader/TurnPageAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/VolumeKeyTurnPageAction.java b/src/org/geometerplus/fbreader/fbreader/VolumeKeyTurnPageAction.java index 7fab3efe7..dfbd50fea 100644 --- a/src/org/geometerplus/fbreader/fbreader/VolumeKeyTurnPageAction.java +++ b/src/org/geometerplus/fbreader/fbreader/VolumeKeyTurnPageAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/WallpapersUtil.java b/src/org/geometerplus/fbreader/fbreader/WallpapersUtil.java index 87e1e0d26..d0587571f 100644 --- a/src/org/geometerplus/fbreader/fbreader/WallpapersUtil.java +++ b/src/org/geometerplus/fbreader/fbreader/WallpapersUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Geometer Plus + * Copyright (C) 2011-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/fbreader/WordCountTraverser.java b/src/org/geometerplus/fbreader/fbreader/WordCountTraverser.java index eff538782..54a49dd95 100644 --- a/src/org/geometerplus/fbreader/fbreader/WordCountTraverser.java +++ b/src/org/geometerplus/fbreader/fbreader/WordCountTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/FormatPlugin.java b/src/org/geometerplus/fbreader/formats/FormatPlugin.java index f0a32d47f..e37d47d38 100644 --- a/src/org/geometerplus/fbreader/formats/FormatPlugin.java +++ b/src/org/geometerplus/fbreader/formats/FormatPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/JavaFormatPlugin.java b/src/org/geometerplus/fbreader/formats/JavaFormatPlugin.java index cee285b84..9b485e522 100644 --- a/src/org/geometerplus/fbreader/formats/JavaFormatPlugin.java +++ b/src/org/geometerplus/fbreader/formats/JavaFormatPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/NativeFormatPlugin.java b/src/org/geometerplus/fbreader/formats/NativeFormatPlugin.java index 1b1812a0e..8948ef1ce 100644 --- a/src/org/geometerplus/fbreader/formats/NativeFormatPlugin.java +++ b/src/org/geometerplus/fbreader/formats/NativeFormatPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Geometer Plus + * Copyright (C) 2011-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/PluginCollection.java b/src/org/geometerplus/fbreader/formats/PluginCollection.java index 89758b883..d98d87b91 100644 --- a/src/org/geometerplus/fbreader/formats/PluginCollection.java +++ b/src/org/geometerplus/fbreader/formats/PluginCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/fb2/Base64EncodedImage.java b/src/org/geometerplus/fbreader/formats/fb2/Base64EncodedImage.java index 02ede112f..86a5623a7 100644 --- a/src/org/geometerplus/fbreader/formats/fb2/Base64EncodedImage.java +++ b/src/org/geometerplus/fbreader/formats/fb2/Base64EncodedImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/fb2/FB2AnnotationReader.java b/src/org/geometerplus/fbreader/formats/fb2/FB2AnnotationReader.java index 5a764d2fe..db3f72678 100644 --- a/src/org/geometerplus/fbreader/formats/fb2/FB2AnnotationReader.java +++ b/src/org/geometerplus/fbreader/formats/fb2/FB2AnnotationReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/fb2/FB2CoverImage.java b/src/org/geometerplus/fbreader/formats/fb2/FB2CoverImage.java index 435c157cc..27cc46cb3 100644 --- a/src/org/geometerplus/fbreader/formats/fb2/FB2CoverImage.java +++ b/src/org/geometerplus/fbreader/formats/fb2/FB2CoverImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/fb2/FB2CoverReader.java b/src/org/geometerplus/fbreader/formats/fb2/FB2CoverReader.java index 5e32e7fb1..da84f3ca7 100644 --- a/src/org/geometerplus/fbreader/formats/fb2/FB2CoverReader.java +++ b/src/org/geometerplus/fbreader/formats/fb2/FB2CoverReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/fb2/FB2MetaInfoReader.java b/src/org/geometerplus/fbreader/formats/fb2/FB2MetaInfoReader.java index affca8512..e933f9ad9 100644 --- a/src/org/geometerplus/fbreader/formats/fb2/FB2MetaInfoReader.java +++ b/src/org/geometerplus/fbreader/formats/fb2/FB2MetaInfoReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/fb2/FB2NativePlugin.java b/src/org/geometerplus/fbreader/formats/fb2/FB2NativePlugin.java index efffb2161..ab8547920 100644 --- a/src/org/geometerplus/fbreader/formats/fb2/FB2NativePlugin.java +++ b/src/org/geometerplus/fbreader/formats/fb2/FB2NativePlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Geometer Plus + * Copyright (C) 2011-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/fb2/FB2Plugin.java b/src/org/geometerplus/fbreader/formats/fb2/FB2Plugin.java index ce615a854..aa3bb0da9 100644 --- a/src/org/geometerplus/fbreader/formats/fb2/FB2Plugin.java +++ b/src/org/geometerplus/fbreader/formats/fb2/FB2Plugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/fb2/FB2Reader.java b/src/org/geometerplus/fbreader/formats/fb2/FB2Reader.java index fd4199d14..db8611c80 100644 --- a/src/org/geometerplus/fbreader/formats/fb2/FB2Reader.java +++ b/src/org/geometerplus/fbreader/formats/fb2/FB2Reader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/fb2/FB2Tag.java b/src/org/geometerplus/fbreader/formats/fb2/FB2Tag.java index c36170e1a..16b62bdb3 100644 --- a/src/org/geometerplus/fbreader/formats/fb2/FB2Tag.java +++ b/src/org/geometerplus/fbreader/formats/fb2/FB2Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/fb2/FB2TagManager.java b/src/org/geometerplus/fbreader/formats/fb2/FB2TagManager.java index 82da7e65c..820597001 100644 --- a/src/org/geometerplus/fbreader/formats/fb2/FB2TagManager.java +++ b/src/org/geometerplus/fbreader/formats/fb2/FB2TagManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/fb2/FB2Util.java b/src/org/geometerplus/fbreader/formats/fb2/FB2Util.java index 16a010120..b9e848d28 100644 --- a/src/org/geometerplus/fbreader/formats/fb2/FB2Util.java +++ b/src/org/geometerplus/fbreader/formats/fb2/FB2Util.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/html/HtmlReader.java b/src/org/geometerplus/fbreader/formats/html/HtmlReader.java index 30ddc1a7d..513542ade 100644 --- a/src/org/geometerplus/fbreader/formats/html/HtmlReader.java +++ b/src/org/geometerplus/fbreader/formats/html/HtmlReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/html/HtmlTag.java b/src/org/geometerplus/fbreader/formats/html/HtmlTag.java index 65d196217..fe8dfccfd 100644 --- a/src/org/geometerplus/fbreader/formats/html/HtmlTag.java +++ b/src/org/geometerplus/fbreader/formats/html/HtmlTag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/oeb/ContainerFileReader.java b/src/org/geometerplus/fbreader/formats/oeb/ContainerFileReader.java index 58de33e15..61fac0868 100644 --- a/src/org/geometerplus/fbreader/formats/oeb/ContainerFileReader.java +++ b/src/org/geometerplus/fbreader/formats/oeb/ContainerFileReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/oeb/NCXReader.java b/src/org/geometerplus/fbreader/formats/oeb/NCXReader.java index 816a971cb..68806a2a7 100644 --- a/src/org/geometerplus/fbreader/formats/oeb/NCXReader.java +++ b/src/org/geometerplus/fbreader/formats/oeb/NCXReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/oeb/OEBAnnotationReader.java b/src/org/geometerplus/fbreader/formats/oeb/OEBAnnotationReader.java index 292d14ae0..9c12fed0f 100644 --- a/src/org/geometerplus/fbreader/formats/oeb/OEBAnnotationReader.java +++ b/src/org/geometerplus/fbreader/formats/oeb/OEBAnnotationReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/oeb/OEBBookReader.java b/src/org/geometerplus/fbreader/formats/oeb/OEBBookReader.java index 9d598e95c..22e71f3d9 100644 --- a/src/org/geometerplus/fbreader/formats/oeb/OEBBookReader.java +++ b/src/org/geometerplus/fbreader/formats/oeb/OEBBookReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/oeb/OEBCoverBackgroundReader.java b/src/org/geometerplus/fbreader/formats/oeb/OEBCoverBackgroundReader.java index 44fd2e76a..db5ee9126 100644 --- a/src/org/geometerplus/fbreader/formats/oeb/OEBCoverBackgroundReader.java +++ b/src/org/geometerplus/fbreader/formats/oeb/OEBCoverBackgroundReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/oeb/OEBCoverReader.java b/src/org/geometerplus/fbreader/formats/oeb/OEBCoverReader.java index 3f9c9f54f..64998c14f 100644 --- a/src/org/geometerplus/fbreader/formats/oeb/OEBCoverReader.java +++ b/src/org/geometerplus/fbreader/formats/oeb/OEBCoverReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/oeb/OEBMetaInfoReader.java b/src/org/geometerplus/fbreader/formats/oeb/OEBMetaInfoReader.java index 60dde565e..42a8de073 100644 --- a/src/org/geometerplus/fbreader/formats/oeb/OEBMetaInfoReader.java +++ b/src/org/geometerplus/fbreader/formats/oeb/OEBMetaInfoReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/oeb/OEBNativePlugin.java b/src/org/geometerplus/fbreader/formats/oeb/OEBNativePlugin.java index 543c0e6e9..d0772379e 100644 --- a/src/org/geometerplus/fbreader/formats/oeb/OEBNativePlugin.java +++ b/src/org/geometerplus/fbreader/formats/oeb/OEBNativePlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Geometer Plus + * Copyright (C) 2011-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/oeb/OEBPlugin.java b/src/org/geometerplus/fbreader/formats/oeb/OEBPlugin.java index f74119a3c..3040e68b3 100644 --- a/src/org/geometerplus/fbreader/formats/oeb/OEBPlugin.java +++ b/src/org/geometerplus/fbreader/formats/oeb/OEBPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/oeb/XHTMLImageFinder.java b/src/org/geometerplus/fbreader/formats/oeb/XHTMLImageFinder.java index 51f3a6680..6facd415b 100644 --- a/src/org/geometerplus/fbreader/formats/oeb/XHTMLImageFinder.java +++ b/src/org/geometerplus/fbreader/formats/oeb/XHTMLImageFinder.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/pdb/DocDecompressor.java b/src/org/geometerplus/fbreader/formats/pdb/DocDecompressor.java index 0da470e5f..98909c2c5 100644 --- a/src/org/geometerplus/fbreader/formats/pdb/DocDecompressor.java +++ b/src/org/geometerplus/fbreader/formats/pdb/DocDecompressor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/pdb/HuffdicDecompressor.java b/src/org/geometerplus/fbreader/formats/pdb/HuffdicDecompressor.java index df616d571..79156f0f0 100644 --- a/src/org/geometerplus/fbreader/formats/pdb/HuffdicDecompressor.java +++ b/src/org/geometerplus/fbreader/formats/pdb/HuffdicDecompressor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/pdb/MobipocketHtmlBookReader.java b/src/org/geometerplus/fbreader/formats/pdb/MobipocketHtmlBookReader.java index 220d26da5..8caaecdd4 100644 --- a/src/org/geometerplus/fbreader/formats/pdb/MobipocketHtmlBookReader.java +++ b/src/org/geometerplus/fbreader/formats/pdb/MobipocketHtmlBookReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/pdb/MobipocketPlugin.java b/src/org/geometerplus/fbreader/formats/pdb/MobipocketPlugin.java index 2450be9a8..98521b1d9 100644 --- a/src/org/geometerplus/fbreader/formats/pdb/MobipocketPlugin.java +++ b/src/org/geometerplus/fbreader/formats/pdb/MobipocketPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/pdb/MobipocketStream.java b/src/org/geometerplus/fbreader/formats/pdb/MobipocketStream.java index 12d2c0933..c7ec00b14 100644 --- a/src/org/geometerplus/fbreader/formats/pdb/MobipocketStream.java +++ b/src/org/geometerplus/fbreader/formats/pdb/MobipocketStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/pdb/PalmDocLikeStream.java b/src/org/geometerplus/fbreader/formats/pdb/PalmDocLikeStream.java index abc47241e..099342133 100644 --- a/src/org/geometerplus/fbreader/formats/pdb/PalmDocLikeStream.java +++ b/src/org/geometerplus/fbreader/formats/pdb/PalmDocLikeStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/pdb/PdbHeader.java b/src/org/geometerplus/fbreader/formats/pdb/PdbHeader.java index f9cfe6337..676a57554 100644 --- a/src/org/geometerplus/fbreader/formats/pdb/PdbHeader.java +++ b/src/org/geometerplus/fbreader/formats/pdb/PdbHeader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/pdb/PdbStream.java b/src/org/geometerplus/fbreader/formats/pdb/PdbStream.java index da20e3321..ddc0ed3d7 100644 --- a/src/org/geometerplus/fbreader/formats/pdb/PdbStream.java +++ b/src/org/geometerplus/fbreader/formats/pdb/PdbStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/pdb/PdbUtil.java b/src/org/geometerplus/fbreader/formats/pdb/PdbUtil.java index 1dd276b25..f5cbef6c3 100644 --- a/src/org/geometerplus/fbreader/formats/pdb/PdbUtil.java +++ b/src/org/geometerplus/fbreader/formats/pdb/PdbUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/util/MiscUtil.java b/src/org/geometerplus/fbreader/formats/util/MiscUtil.java index 5fbd1fcd4..b53ee270e 100644 --- a/src/org/geometerplus/fbreader/formats/util/MiscUtil.java +++ b/src/org/geometerplus/fbreader/formats/util/MiscUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLReader.java b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLReader.java index 95d9f20f2..f5df34d9d 100644 --- a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLReader.java +++ b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagAction.java b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagAction.java index 72846e29c..f61361962 100644 --- a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagAction.java +++ b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagBodyAction.java b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagBodyAction.java index 5ed26d6d2..21976b31e 100644 --- a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagBodyAction.java +++ b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagBodyAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagControlAction.java b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagControlAction.java index 7b9724d5e..7d31d9287 100644 --- a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagControlAction.java +++ b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagControlAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagHyperlinkAction.java b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagHyperlinkAction.java index dbf303bfc..35fdb0501 100644 --- a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagHyperlinkAction.java +++ b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagHyperlinkAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagImageAction.java b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagImageAction.java index 9ece3c8f4..cba2f0e66 100644 --- a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagImageAction.java +++ b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagImageAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagItemAction.java b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagItemAction.java index 033c0de73..00f7174cd 100644 --- a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagItemAction.java +++ b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagItemAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagParagraphAction.java b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagParagraphAction.java index 88f8f82ea..fb029d571 100644 --- a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagParagraphAction.java +++ b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagParagraphAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagParagraphWithControlAction.java b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagParagraphWithControlAction.java index 7e84b411c..1c0cc3418 100644 --- a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagParagraphWithControlAction.java +++ b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagParagraphWithControlAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagPreAction.java b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagPreAction.java index 56833d5b3..abf365934 100644 --- a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagPreAction.java +++ b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagPreAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagRestartParagraphAction.java b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagRestartParagraphAction.java index f0a5e8f97..a249399a8 100644 --- a/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagRestartParagraphAction.java +++ b/src/org/geometerplus/fbreader/formats/xhtml/XHTMLTagRestartParagraphAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/AbstractLibrary.java b/src/org/geometerplus/fbreader/library/AbstractLibrary.java index ff80c0ee3..dd38aca45 100644 --- a/src/org/geometerplus/fbreader/library/AbstractLibrary.java +++ b/src/org/geometerplus/fbreader/library/AbstractLibrary.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/Author.java b/src/org/geometerplus/fbreader/library/Author.java index 7170247cf..d94d19d4b 100644 --- a/src/org/geometerplus/fbreader/library/Author.java +++ b/src/org/geometerplus/fbreader/library/Author.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/AuthorTree.java b/src/org/geometerplus/fbreader/library/AuthorTree.java index 7f0a7e931..847e65489 100644 --- a/src/org/geometerplus/fbreader/library/AuthorTree.java +++ b/src/org/geometerplus/fbreader/library/AuthorTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/Book.java b/src/org/geometerplus/fbreader/library/Book.java index 0b6c0b357..1038da874 100644 --- a/src/org/geometerplus/fbreader/library/Book.java +++ b/src/org/geometerplus/fbreader/library/Book.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/BookInSeriesTree.java b/src/org/geometerplus/fbreader/library/BookInSeriesTree.java index 43cc7d985..a627596b0 100644 --- a/src/org/geometerplus/fbreader/library/BookInSeriesTree.java +++ b/src/org/geometerplus/fbreader/library/BookInSeriesTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/BookTree.java b/src/org/geometerplus/fbreader/library/BookTree.java index 73c5c0d89..1628b2f71 100644 --- a/src/org/geometerplus/fbreader/library/BookTree.java +++ b/src/org/geometerplus/fbreader/library/BookTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/Bookmark.java b/src/org/geometerplus/fbreader/library/Bookmark.java index 49d80d380..9d764d4cc 100644 --- a/src/org/geometerplus/fbreader/library/Bookmark.java +++ b/src/org/geometerplus/fbreader/library/Bookmark.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/BooksDatabase.java b/src/org/geometerplus/fbreader/library/BooksDatabase.java index 0608b0427..6859cb026 100644 --- a/src/org/geometerplus/fbreader/library/BooksDatabase.java +++ b/src/org/geometerplus/fbreader/library/BooksDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/FavoritesTree.java b/src/org/geometerplus/fbreader/library/FavoritesTree.java index 1ecf6427a..c7ed19d20 100644 --- a/src/org/geometerplus/fbreader/library/FavoritesTree.java +++ b/src/org/geometerplus/fbreader/library/FavoritesTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/FileFirstLevelTree.java b/src/org/geometerplus/fbreader/library/FileFirstLevelTree.java index 970a7f94b..6fbeac96c 100644 --- a/src/org/geometerplus/fbreader/library/FileFirstLevelTree.java +++ b/src/org/geometerplus/fbreader/library/FileFirstLevelTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/FileInfo.java b/src/org/geometerplus/fbreader/library/FileInfo.java index 261dfd703..9219be5d1 100644 --- a/src/org/geometerplus/fbreader/library/FileInfo.java +++ b/src/org/geometerplus/fbreader/library/FileInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/FileInfoSet.java b/src/org/geometerplus/fbreader/library/FileInfoSet.java index fc2fb6b28..e32927cf7 100644 --- a/src/org/geometerplus/fbreader/library/FileInfoSet.java +++ b/src/org/geometerplus/fbreader/library/FileInfoSet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/FileTree.java b/src/org/geometerplus/fbreader/library/FileTree.java index 3346f721c..a7960fd7b 100644 --- a/src/org/geometerplus/fbreader/library/FileTree.java +++ b/src/org/geometerplus/fbreader/library/FileTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/FirstLevelTree.java b/src/org/geometerplus/fbreader/library/FirstLevelTree.java index 681770455..ba3abd130 100644 --- a/src/org/geometerplus/fbreader/library/FirstLevelTree.java +++ b/src/org/geometerplus/fbreader/library/FirstLevelTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/Library.java b/src/org/geometerplus/fbreader/library/Library.java index 36369da9f..4f429f13e 100644 --- a/src/org/geometerplus/fbreader/library/Library.java +++ b/src/org/geometerplus/fbreader/library/Library.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/LibraryTree.java b/src/org/geometerplus/fbreader/library/LibraryTree.java index 59baeaa8e..f2d57ded2 100644 --- a/src/org/geometerplus/fbreader/library/LibraryTree.java +++ b/src/org/geometerplus/fbreader/library/LibraryTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/LibraryUtil.java b/src/org/geometerplus/fbreader/library/LibraryUtil.java index b6f1722c8..857709888 100644 --- a/src/org/geometerplus/fbreader/library/LibraryUtil.java +++ b/src/org/geometerplus/fbreader/library/LibraryUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/RootTree.java b/src/org/geometerplus/fbreader/library/RootTree.java index 193acf1cc..de901edf2 100644 --- a/src/org/geometerplus/fbreader/library/RootTree.java +++ b/src/org/geometerplus/fbreader/library/RootTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/SearchResultsTree.java b/src/org/geometerplus/fbreader/library/SearchResultsTree.java index 68f4d0650..f3509fbbb 100644 --- a/src/org/geometerplus/fbreader/library/SearchResultsTree.java +++ b/src/org/geometerplus/fbreader/library/SearchResultsTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/SeriesInfo.java b/src/org/geometerplus/fbreader/library/SeriesInfo.java index 0b79f09b4..ffc062c7a 100644 --- a/src/org/geometerplus/fbreader/library/SeriesInfo.java +++ b/src/org/geometerplus/fbreader/library/SeriesInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/SeriesTree.java b/src/org/geometerplus/fbreader/library/SeriesTree.java index dd4458619..4b397419e 100644 --- a/src/org/geometerplus/fbreader/library/SeriesTree.java +++ b/src/org/geometerplus/fbreader/library/SeriesTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/Tag.java b/src/org/geometerplus/fbreader/library/Tag.java index 50489200e..0e66dab1b 100644 --- a/src/org/geometerplus/fbreader/library/Tag.java +++ b/src/org/geometerplus/fbreader/library/Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/TagTree.java b/src/org/geometerplus/fbreader/library/TagTree.java index 117ead787..361b5866a 100644 --- a/src/org/geometerplus/fbreader/library/TagTree.java +++ b/src/org/geometerplus/fbreader/library/TagTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/library/TitleTree.java b/src/org/geometerplus/fbreader/library/TitleTree.java index d7ac2a175..7b0f1cc39 100644 --- a/src/org/geometerplus/fbreader/library/TitleTree.java +++ b/src/org/geometerplus/fbreader/library/TitleTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/AbstractNetworkLink.java b/src/org/geometerplus/fbreader/network/AbstractNetworkLink.java index deb5c7d82..e7492cab9 100644 --- a/src/org/geometerplus/fbreader/network/AbstractNetworkLink.java +++ b/src/org/geometerplus/fbreader/network/AbstractNetworkLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/AllCatalogsSearchItem.java b/src/org/geometerplus/fbreader/network/AllCatalogsSearchItem.java index ef22549e4..cdeb50b0c 100644 --- a/src/org/geometerplus/fbreader/network/AllCatalogsSearchItem.java +++ b/src/org/geometerplus/fbreader/network/AllCatalogsSearchItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/Base64EncodedImage.java b/src/org/geometerplus/fbreader/network/Base64EncodedImage.java index 7e7e031d5..780400852 100644 --- a/src/org/geometerplus/fbreader/network/Base64EncodedImage.java +++ b/src/org/geometerplus/fbreader/network/Base64EncodedImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/BasketItem.java b/src/org/geometerplus/fbreader/network/BasketItem.java index d5a325bfb..92ebc3761 100644 --- a/src/org/geometerplus/fbreader/network/BasketItem.java +++ b/src/org/geometerplus/fbreader/network/BasketItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/HtmlUtil.java b/src/org/geometerplus/fbreader/network/HtmlUtil.java index cd5794a69..80ef4fbef 100644 --- a/src/org/geometerplus/fbreader/network/HtmlUtil.java +++ b/src/org/geometerplus/fbreader/network/HtmlUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/ICustomNetworkLink.java b/src/org/geometerplus/fbreader/network/ICustomNetworkLink.java index 336572193..77aea96fd 100644 --- a/src/org/geometerplus/fbreader/network/ICustomNetworkLink.java +++ b/src/org/geometerplus/fbreader/network/ICustomNetworkLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/INetworkLink.java b/src/org/geometerplus/fbreader/network/INetworkLink.java index 15317d167..1a89de59a 100644 --- a/src/org/geometerplus/fbreader/network/INetworkLink.java +++ b/src/org/geometerplus/fbreader/network/INetworkLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/IPredefinedNetworkLink.java b/src/org/geometerplus/fbreader/network/IPredefinedNetworkLink.java index 4d68ca687..cbf36600f 100644 --- a/src/org/geometerplus/fbreader/network/IPredefinedNetworkLink.java +++ b/src/org/geometerplus/fbreader/network/IPredefinedNetworkLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/NetworkBookItem.java b/src/org/geometerplus/fbreader/network/NetworkBookItem.java index 257d6a1f7..4ed434ccb 100644 --- a/src/org/geometerplus/fbreader/network/NetworkBookItem.java +++ b/src/org/geometerplus/fbreader/network/NetworkBookItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/NetworkBookItemComparator.java b/src/org/geometerplus/fbreader/network/NetworkBookItemComparator.java index de6833c81..ef3d9734e 100644 --- a/src/org/geometerplus/fbreader/network/NetworkBookItemComparator.java +++ b/src/org/geometerplus/fbreader/network/NetworkBookItemComparator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/NetworkCatalogItem.java b/src/org/geometerplus/fbreader/network/NetworkCatalogItem.java index cafb34509..ed1f618aa 100644 --- a/src/org/geometerplus/fbreader/network/NetworkCatalogItem.java +++ b/src/org/geometerplus/fbreader/network/NetworkCatalogItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/NetworkDatabase.java b/src/org/geometerplus/fbreader/network/NetworkDatabase.java index 6592618e5..5cad4009d 100644 --- a/src/org/geometerplus/fbreader/network/NetworkDatabase.java +++ b/src/org/geometerplus/fbreader/network/NetworkDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/NetworkException.java b/src/org/geometerplus/fbreader/network/NetworkException.java index 3af33a722..91a98489d 100644 --- a/src/org/geometerplus/fbreader/network/NetworkException.java +++ b/src/org/geometerplus/fbreader/network/NetworkException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/NetworkImage.java b/src/org/geometerplus/fbreader/network/NetworkImage.java index db88715c3..5283df25f 100644 --- a/src/org/geometerplus/fbreader/network/NetworkImage.java +++ b/src/org/geometerplus/fbreader/network/NetworkImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/NetworkItem.java b/src/org/geometerplus/fbreader/network/NetworkItem.java index bfda04061..7030dc26d 100644 --- a/src/org/geometerplus/fbreader/network/NetworkItem.java +++ b/src/org/geometerplus/fbreader/network/NetworkItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/NetworkLibrary.java b/src/org/geometerplus/fbreader/network/NetworkLibrary.java index dda04672f..2e61ec8a1 100644 --- a/src/org/geometerplus/fbreader/network/NetworkLibrary.java +++ b/src/org/geometerplus/fbreader/network/NetworkLibrary.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/NetworkOperationData.java b/src/org/geometerplus/fbreader/network/NetworkOperationData.java index dbe608277..d2d8a96b0 100644 --- a/src/org/geometerplus/fbreader/network/NetworkOperationData.java +++ b/src/org/geometerplus/fbreader/network/NetworkOperationData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/NetworkTree.java b/src/org/geometerplus/fbreader/network/NetworkTree.java index 91c086869..eaf8af3b8 100644 --- a/src/org/geometerplus/fbreader/network/NetworkTree.java +++ b/src/org/geometerplus/fbreader/network/NetworkTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/NetworkURLCatalogItem.java b/src/org/geometerplus/fbreader/network/NetworkURLCatalogItem.java index 22efbde74..b38ff4ccc 100644 --- a/src/org/geometerplus/fbreader/network/NetworkURLCatalogItem.java +++ b/src/org/geometerplus/fbreader/network/NetworkURLCatalogItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/SearchItem.java b/src/org/geometerplus/fbreader/network/SearchItem.java index 2caa39071..165175ab9 100644 --- a/src/org/geometerplus/fbreader/network/SearchItem.java +++ b/src/org/geometerplus/fbreader/network/SearchItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/SingleCatalogSearchItem.java b/src/org/geometerplus/fbreader/network/SingleCatalogSearchItem.java index e7344aba9..e61877f8c 100644 --- a/src/org/geometerplus/fbreader/network/SingleCatalogSearchItem.java +++ b/src/org/geometerplus/fbreader/network/SingleCatalogSearchItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/TopUpItem.java b/src/org/geometerplus/fbreader/network/TopUpItem.java index 9d36e4e01..5e827274c 100644 --- a/src/org/geometerplus/fbreader/network/TopUpItem.java +++ b/src/org/geometerplus/fbreader/network/TopUpItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMAuthor.java b/src/org/geometerplus/fbreader/network/atom/ATOMAuthor.java index 1ab3a1a2d..dc91423e0 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMAuthor.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMAuthor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMCategory.java b/src/org/geometerplus/fbreader/network/atom/ATOMCategory.java index e89994a74..96ead4e47 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMCategory.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMCategory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMCommonAttributes.java b/src/org/geometerplus/fbreader/network/atom/ATOMCommonAttributes.java index 6a4bd1c76..2ad0969c2 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMCommonAttributes.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMCommonAttributes.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMConstants.java b/src/org/geometerplus/fbreader/network/atom/ATOMConstants.java index 93bf33453..d955b594d 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMConstants.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMContributor.java b/src/org/geometerplus/fbreader/network/atom/ATOMContributor.java index 7e365c45b..22bb126f8 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMContributor.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMContributor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMDateConstruct.java b/src/org/geometerplus/fbreader/network/atom/ATOMDateConstruct.java index 2ace454e4..65fd98994 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMDateConstruct.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMDateConstruct.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMEntry.java b/src/org/geometerplus/fbreader/network/atom/ATOMEntry.java index 8c64c5ae1..4f8a262d0 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMEntry.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMFeedHandler.java b/src/org/geometerplus/fbreader/network/atom/ATOMFeedHandler.java index 0113920b5..c3e7636fa 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMFeedHandler.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMFeedHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMFeedMetadata.java b/src/org/geometerplus/fbreader/network/atom/ATOMFeedMetadata.java index 74fcd18cd..0d47b11f7 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMFeedMetadata.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMFeedMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMGenerator.java b/src/org/geometerplus/fbreader/network/atom/ATOMGenerator.java index 609112aec..f226bc26e 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMGenerator.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMGenerator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMIcon.java b/src/org/geometerplus/fbreader/network/atom/ATOMIcon.java index b74156e8f..5c1db688e 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMIcon.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMIcon.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMId.java b/src/org/geometerplus/fbreader/network/atom/ATOMId.java index d9613948e..32c09746d 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMId.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMId.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMLink.java b/src/org/geometerplus/fbreader/network/atom/ATOMLink.java index 0a5f95165..994a4d2be 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMLink.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMLogo.java b/src/org/geometerplus/fbreader/network/atom/ATOMLogo.java index 61ff04b92..6f5a6ce76 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMLogo.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMLogo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMPersonConstruct.java b/src/org/geometerplus/fbreader/network/atom/ATOMPersonConstruct.java index 236c3f5a7..b91a25313 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMPersonConstruct.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMPersonConstruct.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMPublished.java b/src/org/geometerplus/fbreader/network/atom/ATOMPublished.java index 25a50321a..6f3ab6810 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMPublished.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMPublished.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMUpdated.java b/src/org/geometerplus/fbreader/network/atom/ATOMUpdated.java index e019c6c17..e219fd351 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMUpdated.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMUpdated.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/ATOMXMLReader.java b/src/org/geometerplus/fbreader/network/atom/ATOMXMLReader.java index d6389e746..ab81239d6 100644 --- a/src/org/geometerplus/fbreader/network/atom/ATOMXMLReader.java +++ b/src/org/geometerplus/fbreader/network/atom/ATOMXMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/AbstractATOMFeedHandler.java b/src/org/geometerplus/fbreader/network/atom/AbstractATOMFeedHandler.java index 4ccaa1d7d..ec59ad924 100644 --- a/src/org/geometerplus/fbreader/network/atom/AbstractATOMFeedHandler.java +++ b/src/org/geometerplus/fbreader/network/atom/AbstractATOMFeedHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/atom/FormattedBuffer.java b/src/org/geometerplus/fbreader/network/atom/FormattedBuffer.java index 605a377fa..4c2532b9d 100644 --- a/src/org/geometerplus/fbreader/network/atom/FormattedBuffer.java +++ b/src/org/geometerplus/fbreader/network/atom/FormattedBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/NetworkAuthenticationManager.java b/src/org/geometerplus/fbreader/network/authentication/NetworkAuthenticationManager.java index 350e7d00c..4fae668fc 100644 --- a/src/org/geometerplus/fbreader/network/authentication/NetworkAuthenticationManager.java +++ b/src/org/geometerplus/fbreader/network/authentication/NetworkAuthenticationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResAuthenticationManager.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResAuthenticationManager.java index fb3ef31e1..a361ec708 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResAuthenticationManager.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResAuthenticationManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResAuthenticationXMLReader.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResAuthenticationXMLReader.java index 055211b2e..09a8963c0 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResAuthenticationXMLReader.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResAuthenticationXMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResBookshelfItem.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResBookshelfItem.java index 0d9fb0c6e..64ec3d16c 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResBookshelfItem.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResBookshelfItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResGenre.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResGenre.java index 427e4cc6d..7af0ffd3b 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResGenre.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResGenre.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResGenreMap.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResGenreMap.java index 3048d2727..85154b18a 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResGenreMap.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResGenreMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResLoginXMLReader.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResLoginXMLReader.java index 5fe28b0e8..3caca3e52 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResLoginXMLReader.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResLoginXMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResNetworkRequest.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResNetworkRequest.java index e3a5dceb0..37f4e7d84 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResNetworkRequest.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResNetworkRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResPasswordRecoveryXMLReader.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResPasswordRecoveryXMLReader.java index 832520091..915f7eb2f 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResPasswordRecoveryXMLReader.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResPasswordRecoveryXMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResPurchaseXMLReader.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResPurchaseXMLReader.java index 3bbb70e81..2826945dc 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResPurchaseXMLReader.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResPurchaseXMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResRecommendationsItem.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResRecommendationsItem.java index 897000a1e..6e4acf79c 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResRecommendationsItem.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResRecommendationsItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResUtil.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResUtil.java index 285929841..8042a1abf 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResUtil.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/authentication/litres/LitResXMLReader.java b/src/org/geometerplus/fbreader/network/authentication/litres/LitResXMLReader.java index a8fd33d02..1a0744d7b 100644 --- a/src/org/geometerplus/fbreader/network/authentication/litres/LitResXMLReader.java +++ b/src/org/geometerplus/fbreader/network/authentication/litres/LitResXMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/AbstractOPDSFeedHandler.java b/src/org/geometerplus/fbreader/network/opds/AbstractOPDSFeedHandler.java index 132fca23c..4422dc24d 100644 --- a/src/org/geometerplus/fbreader/network/opds/AbstractOPDSFeedHandler.java +++ b/src/org/geometerplus/fbreader/network/opds/AbstractOPDSFeedHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/DCDate.java b/src/org/geometerplus/fbreader/network/opds/DCDate.java index dbc6deb87..b76d3910f 100644 --- a/src/org/geometerplus/fbreader/network/opds/DCDate.java +++ b/src/org/geometerplus/fbreader/network/opds/DCDate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSBasketItem.java b/src/org/geometerplus/fbreader/network/opds/OPDSBasketItem.java index 630aa53d6..c8c62c072 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSBasketItem.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSBasketItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSBookItem.java b/src/org/geometerplus/fbreader/network/opds/OPDSBookItem.java index 6fc2e3390..2a6cf9c98 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSBookItem.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSBookItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSCatalogInfoHandler.java b/src/org/geometerplus/fbreader/network/opds/OPDSCatalogInfoHandler.java index 3bf80be3f..521da865d 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSCatalogInfoHandler.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSCatalogInfoHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSCatalogItem.java b/src/org/geometerplus/fbreader/network/opds/OPDSCatalogItem.java index 9c8f5b8c6..3a8d4fe76 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSCatalogItem.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSCatalogItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSConstants.java b/src/org/geometerplus/fbreader/network/opds/OPDSConstants.java index 6b76d39bb..d3c184e88 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSConstants.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSConstants.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSCustomNetworkLink.java b/src/org/geometerplus/fbreader/network/opds/OPDSCustomNetworkLink.java index 2d20c4ba1..fc05b6137 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSCustomNetworkLink.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSCustomNetworkLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSEntry.java b/src/org/geometerplus/fbreader/network/opds/OPDSEntry.java index 67ea741b4..f3ec8ac25 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSEntry.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSFeedHandler.java b/src/org/geometerplus/fbreader/network/opds/OPDSFeedHandler.java index 3dbbd9b4e..1d5026980 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSFeedHandler.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSFeedHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSFeedMetadata.java b/src/org/geometerplus/fbreader/network/opds/OPDSFeedMetadata.java index efd058f6f..aa87b8294 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSFeedMetadata.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSFeedMetadata.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSLink.java b/src/org/geometerplus/fbreader/network/opds/OPDSLink.java index 8366ae760..d6afd932d 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSLink.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSLinkReader.java b/src/org/geometerplus/fbreader/network/opds/OPDSLinkReader.java index f4c517d16..9a0ba20ff 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSLinkReader.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSLinkReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSLinkXMLReader.java b/src/org/geometerplus/fbreader/network/opds/OPDSLinkXMLReader.java index 105b41fbc..717ca020f 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSLinkXMLReader.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSLinkXMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSNetworkLink.java b/src/org/geometerplus/fbreader/network/opds/OPDSNetworkLink.java index dfa558364..e007f6879 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSNetworkLink.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSNetworkLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSPredefinedNetworkLink.java b/src/org/geometerplus/fbreader/network/opds/OPDSPredefinedNetworkLink.java index 9a88f8e6a..c8f436b9f 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSPredefinedNetworkLink.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSPredefinedNetworkLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OPDSXMLReader.java b/src/org/geometerplus/fbreader/network/opds/OPDSXMLReader.java index 1b4f719be..3e04d5774 100644 --- a/src/org/geometerplus/fbreader/network/opds/OPDSXMLReader.java +++ b/src/org/geometerplus/fbreader/network/opds/OPDSXMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OpenSearchDescription.java b/src/org/geometerplus/fbreader/network/opds/OpenSearchDescription.java index 321e9dd43..a5bfb9208 100644 --- a/src/org/geometerplus/fbreader/network/opds/OpenSearchDescription.java +++ b/src/org/geometerplus/fbreader/network/opds/OpenSearchDescription.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/OpenSearchXMLReader.java b/src/org/geometerplus/fbreader/network/opds/OpenSearchXMLReader.java index 5b7196792..a154bd2f6 100644 --- a/src/org/geometerplus/fbreader/network/opds/OpenSearchXMLReader.java +++ b/src/org/geometerplus/fbreader/network/opds/OpenSearchXMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/RelationAlias.java b/src/org/geometerplus/fbreader/network/opds/RelationAlias.java index f341e084d..79e6d2ae2 100644 --- a/src/org/geometerplus/fbreader/network/opds/RelationAlias.java +++ b/src/org/geometerplus/fbreader/network/opds/RelationAlias.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/opds/URLRewritingRule.java b/src/org/geometerplus/fbreader/network/opds/URLRewritingRule.java index 4695b6a46..fc5697562 100644 --- a/src/org/geometerplus/fbreader/network/opds/URLRewritingRule.java +++ b/src/org/geometerplus/fbreader/network/opds/URLRewritingRule.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/AddCustomCatalogItemTree.java b/src/org/geometerplus/fbreader/network/tree/AddCustomCatalogItemTree.java index 32c08785a..7c1103c7b 100644 --- a/src/org/geometerplus/fbreader/network/tree/AddCustomCatalogItemTree.java +++ b/src/org/geometerplus/fbreader/network/tree/AddCustomCatalogItemTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/BasketCatalogTree.java b/src/org/geometerplus/fbreader/network/tree/BasketCatalogTree.java index b4aa19c4d..c5be2a977 100644 --- a/src/org/geometerplus/fbreader/network/tree/BasketCatalogTree.java +++ b/src/org/geometerplus/fbreader/network/tree/BasketCatalogTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/CatalogExpander.java b/src/org/geometerplus/fbreader/network/tree/CatalogExpander.java index 662278fbb..693047bb7 100644 --- a/src/org/geometerplus/fbreader/network/tree/CatalogExpander.java +++ b/src/org/geometerplus/fbreader/network/tree/CatalogExpander.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/NetworkAuthorTree.java b/src/org/geometerplus/fbreader/network/tree/NetworkAuthorTree.java index a40f9f0ab..c19dc6e4a 100644 --- a/src/org/geometerplus/fbreader/network/tree/NetworkAuthorTree.java +++ b/src/org/geometerplus/fbreader/network/tree/NetworkAuthorTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/NetworkBookTree.java b/src/org/geometerplus/fbreader/network/tree/NetworkBookTree.java index 70533e51c..d0ccebc64 100644 --- a/src/org/geometerplus/fbreader/network/tree/NetworkBookTree.java +++ b/src/org/geometerplus/fbreader/network/tree/NetworkBookTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/NetworkCatalogRootTree.java b/src/org/geometerplus/fbreader/network/tree/NetworkCatalogRootTree.java index ee2764096..ec48db51f 100644 --- a/src/org/geometerplus/fbreader/network/tree/NetworkCatalogRootTree.java +++ b/src/org/geometerplus/fbreader/network/tree/NetworkCatalogRootTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/NetworkCatalogTree.java b/src/org/geometerplus/fbreader/network/tree/NetworkCatalogTree.java index 6981b2168..88f5fc706 100644 --- a/src/org/geometerplus/fbreader/network/tree/NetworkCatalogTree.java +++ b/src/org/geometerplus/fbreader/network/tree/NetworkCatalogTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/NetworkItemsLoader.java b/src/org/geometerplus/fbreader/network/tree/NetworkItemsLoader.java index fe006f158..e41545321 100644 --- a/src/org/geometerplus/fbreader/network/tree/NetworkItemsLoader.java +++ b/src/org/geometerplus/fbreader/network/tree/NetworkItemsLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/NetworkSeriesTree.java b/src/org/geometerplus/fbreader/network/tree/NetworkSeriesTree.java index c9cb2baa8..966f4a286 100644 --- a/src/org/geometerplus/fbreader/network/tree/NetworkSeriesTree.java +++ b/src/org/geometerplus/fbreader/network/tree/NetworkSeriesTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/NetworkTreeFactory.java b/src/org/geometerplus/fbreader/network/tree/NetworkTreeFactory.java index 625b96ce4..636ed2a8e 100644 --- a/src/org/geometerplus/fbreader/network/tree/NetworkTreeFactory.java +++ b/src/org/geometerplus/fbreader/network/tree/NetworkTreeFactory.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/RootTree.java b/src/org/geometerplus/fbreader/network/tree/RootTree.java index 22eebad6f..40f064759 100644 --- a/src/org/geometerplus/fbreader/network/tree/RootTree.java +++ b/src/org/geometerplus/fbreader/network/tree/RootTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/SearchCatalogTree.java b/src/org/geometerplus/fbreader/network/tree/SearchCatalogTree.java index ab0e9f5d1..975001272 100644 --- a/src/org/geometerplus/fbreader/network/tree/SearchCatalogTree.java +++ b/src/org/geometerplus/fbreader/network/tree/SearchCatalogTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/Searcher.java b/src/org/geometerplus/fbreader/network/tree/Searcher.java index 1bc23be44..d04cd1d66 100644 --- a/src/org/geometerplus/fbreader/network/tree/Searcher.java +++ b/src/org/geometerplus/fbreader/network/tree/Searcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/tree/TopUpTree.java b/src/org/geometerplus/fbreader/network/tree/TopUpTree.java index d9620f5c2..d3c85c00c 100644 --- a/src/org/geometerplus/fbreader/network/tree/TopUpTree.java +++ b/src/org/geometerplus/fbreader/network/tree/TopUpTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/urlInfo/BookBuyUrlInfo.java b/src/org/geometerplus/fbreader/network/urlInfo/BookBuyUrlInfo.java index 53d105538..8a24b7378 100644 --- a/src/org/geometerplus/fbreader/network/urlInfo/BookBuyUrlInfo.java +++ b/src/org/geometerplus/fbreader/network/urlInfo/BookBuyUrlInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/urlInfo/BookUrlInfo.java b/src/org/geometerplus/fbreader/network/urlInfo/BookUrlInfo.java index 671abc8de..5a4a2db34 100644 --- a/src/org/geometerplus/fbreader/network/urlInfo/BookUrlInfo.java +++ b/src/org/geometerplus/fbreader/network/urlInfo/BookUrlInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/urlInfo/DecoratedBookUrlInfo.java b/src/org/geometerplus/fbreader/network/urlInfo/DecoratedBookUrlInfo.java index 0239833ba..43ba8d943 100644 --- a/src/org/geometerplus/fbreader/network/urlInfo/DecoratedBookUrlInfo.java +++ b/src/org/geometerplus/fbreader/network/urlInfo/DecoratedBookUrlInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/urlInfo/RelatedUrlInfo.java b/src/org/geometerplus/fbreader/network/urlInfo/RelatedUrlInfo.java index 494a31474..b81849fea 100644 --- a/src/org/geometerplus/fbreader/network/urlInfo/RelatedUrlInfo.java +++ b/src/org/geometerplus/fbreader/network/urlInfo/RelatedUrlInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/urlInfo/UrlInfo.java b/src/org/geometerplus/fbreader/network/urlInfo/UrlInfo.java index 51a2c5512..24f787f33 100644 --- a/src/org/geometerplus/fbreader/network/urlInfo/UrlInfo.java +++ b/src/org/geometerplus/fbreader/network/urlInfo/UrlInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/urlInfo/UrlInfoCollection.java b/src/org/geometerplus/fbreader/network/urlInfo/UrlInfoCollection.java index 8dc755109..03f16dd62 100644 --- a/src/org/geometerplus/fbreader/network/urlInfo/UrlInfoCollection.java +++ b/src/org/geometerplus/fbreader/network/urlInfo/UrlInfoCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/network/urlInfo/UrlInfoWithDate.java b/src/org/geometerplus/fbreader/network/urlInfo/UrlInfoWithDate.java index f94b22d76..80b0a6d5f 100644 --- a/src/org/geometerplus/fbreader/network/urlInfo/UrlInfoWithDate.java +++ b/src/org/geometerplus/fbreader/network/urlInfo/UrlInfoWithDate.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/tips/Tip.java b/src/org/geometerplus/fbreader/tips/Tip.java index e08b30864..6416c3049 100644 --- a/src/org/geometerplus/fbreader/tips/Tip.java +++ b/src/org/geometerplus/fbreader/tips/Tip.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/tips/TipsFeedHandler.java b/src/org/geometerplus/fbreader/tips/TipsFeedHandler.java index 8e4c97765..d2b5d2edc 100644 --- a/src/org/geometerplus/fbreader/tips/TipsFeedHandler.java +++ b/src/org/geometerplus/fbreader/tips/TipsFeedHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/tips/TipsManager.java b/src/org/geometerplus/fbreader/tips/TipsManager.java index b6a1a35be..774da1d17 100644 --- a/src/org/geometerplus/fbreader/tips/TipsManager.java +++ b/src/org/geometerplus/fbreader/tips/TipsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/fbreader/tree/FBTree.java b/src/org/geometerplus/fbreader/tree/FBTree.java index 0e62b8322..8872317c2 100644 --- a/src/org/geometerplus/fbreader/tree/FBTree.java +++ b/src/org/geometerplus/fbreader/tree/FBTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/application/ZLApplication.java b/src/org/geometerplus/zlibrary/core/application/ZLApplication.java index 16ac4a00a..5268fc7e6 100644 --- a/src/org/geometerplus/zlibrary/core/application/ZLApplication.java +++ b/src/org/geometerplus/zlibrary/core/application/ZLApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/application/ZLApplicationWindow.java b/src/org/geometerplus/zlibrary/core/application/ZLApplicationWindow.java index 2865fe176..a3575f657 100644 --- a/src/org/geometerplus/zlibrary/core/application/ZLApplicationWindow.java +++ b/src/org/geometerplus/zlibrary/core/application/ZLApplicationWindow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/application/ZLKeyBindings.java b/src/org/geometerplus/zlibrary/core/application/ZLKeyBindings.java index 7317e5c31..3e0a48aac 100644 --- a/src/org/geometerplus/zlibrary/core/application/ZLKeyBindings.java +++ b/src/org/geometerplus/zlibrary/core/application/ZLKeyBindings.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/config/ZLConfig.java b/src/org/geometerplus/zlibrary/core/config/ZLConfig.java index 25ffe3840..c4144248a 100644 --- a/src/org/geometerplus/zlibrary/core/config/ZLConfig.java +++ b/src/org/geometerplus/zlibrary/core/config/ZLConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/constants/XMLNamespaces.java b/src/org/geometerplus/zlibrary/core/constants/XMLNamespaces.java index 564085b05..e0d6a99d6 100644 --- a/src/org/geometerplus/zlibrary/core/constants/XMLNamespaces.java +++ b/src/org/geometerplus/zlibrary/core/constants/XMLNamespaces.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/encodings/AutoEncodingCollection.java b/src/org/geometerplus/zlibrary/core/encodings/AutoEncodingCollection.java index b8d13ef4b..c807b4efa 100644 --- a/src/org/geometerplus/zlibrary/core/encodings/AutoEncodingCollection.java +++ b/src/org/geometerplus/zlibrary/core/encodings/AutoEncodingCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/encodings/Encoding.java b/src/org/geometerplus/zlibrary/core/encodings/Encoding.java index 89e1335a2..25f23b0bf 100644 --- a/src/org/geometerplus/zlibrary/core/encodings/Encoding.java +++ b/src/org/geometerplus/zlibrary/core/encodings/Encoding.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/encodings/EncodingCollection.java b/src/org/geometerplus/zlibrary/core/encodings/EncodingCollection.java index 673c57792..0bc19610f 100644 --- a/src/org/geometerplus/zlibrary/core/encodings/EncodingCollection.java +++ b/src/org/geometerplus/zlibrary/core/encodings/EncodingCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/encodings/EncodingConverter.java b/src/org/geometerplus/zlibrary/core/encodings/EncodingConverter.java index fd5611ca0..2a9483dc3 100644 --- a/src/org/geometerplus/zlibrary/core/encodings/EncodingConverter.java +++ b/src/org/geometerplus/zlibrary/core/encodings/EncodingConverter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/encodings/FilteredEncodingCollection.java b/src/org/geometerplus/zlibrary/core/encodings/FilteredEncodingCollection.java index 8600c6f3a..28d54f087 100644 --- a/src/org/geometerplus/zlibrary/core/encodings/FilteredEncodingCollection.java +++ b/src/org/geometerplus/zlibrary/core/encodings/FilteredEncodingCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/encodings/JavaEncodingCollection.java b/src/org/geometerplus/zlibrary/core/encodings/JavaEncodingCollection.java index 525ab728c..1c4e06f87 100644 --- a/src/org/geometerplus/zlibrary/core/encodings/JavaEncodingCollection.java +++ b/src/org/geometerplus/zlibrary/core/encodings/JavaEncodingCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filesystem/ZLArchiveEntryFile.java b/src/org/geometerplus/zlibrary/core/filesystem/ZLArchiveEntryFile.java index 7c0fb4a2c..2e6ba5b1c 100644 --- a/src/org/geometerplus/zlibrary/core/filesystem/ZLArchiveEntryFile.java +++ b/src/org/geometerplus/zlibrary/core/filesystem/ZLArchiveEntryFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filesystem/ZLFile.java b/src/org/geometerplus/zlibrary/core/filesystem/ZLFile.java index 7b5fee0c5..8138fc5b4 100644 --- a/src/org/geometerplus/zlibrary/core/filesystem/ZLFile.java +++ b/src/org/geometerplus/zlibrary/core/filesystem/ZLFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filesystem/ZLPhysicalFile.java b/src/org/geometerplus/zlibrary/core/filesystem/ZLPhysicalFile.java index e196becd7..5d1853c9b 100644 --- a/src/org/geometerplus/zlibrary/core/filesystem/ZLPhysicalFile.java +++ b/src/org/geometerplus/zlibrary/core/filesystem/ZLPhysicalFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filesystem/ZLResourceFile.java b/src/org/geometerplus/zlibrary/core/filesystem/ZLResourceFile.java index cac5ba316..050caf2c2 100644 --- a/src/org/geometerplus/zlibrary/core/filesystem/ZLResourceFile.java +++ b/src/org/geometerplus/zlibrary/core/filesystem/ZLResourceFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filesystem/ZLZipEntryFile.java b/src/org/geometerplus/zlibrary/core/filesystem/ZLZipEntryFile.java index 28ea51dca..0f59f03bf 100644 --- a/src/org/geometerplus/zlibrary/core/filesystem/ZLZipEntryFile.java +++ b/src/org/geometerplus/zlibrary/core/filesystem/ZLZipEntryFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarEntryFile.java b/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarEntryFile.java index 17b370a13..46c0097b4 100644 --- a/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarEntryFile.java +++ b/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarEntryFile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarHeader.java b/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarHeader.java index 29c2a2185..8c61dd255 100644 --- a/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarHeader.java +++ b/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarHeader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarInputStream.java b/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarInputStream.java index 56640b202..c5e572d04 100644 --- a/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarInputStream.java +++ b/src/org/geometerplus/zlibrary/core/filesystem/tar/ZLTarInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filetypes/FileType.java b/src/org/geometerplus/zlibrary/core/filetypes/FileType.java index 516753415..75dfc9f70 100644 --- a/src/org/geometerplus/zlibrary/core/filetypes/FileType.java +++ b/src/org/geometerplus/zlibrary/core/filetypes/FileType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeCollection.java b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeCollection.java index 8264d8cc9..8ee4fb00c 100644 --- a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeCollection.java +++ b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeDjVu.java b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeDjVu.java index 07a0e76f9..fc6e0e7b8 100644 --- a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeDjVu.java +++ b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeDjVu.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeEpub.java b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeEpub.java index 017111b06..ab182d01a 100644 --- a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeEpub.java +++ b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeEpub.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeFB2.java b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeFB2.java index 4e7616bc9..cb581d6da 100644 --- a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeFB2.java +++ b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeFB2.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeHtml.java b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeHtml.java index 29b920850..9bd021a2a 100644 --- a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeHtml.java +++ b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeHtml.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeMobipocket.java b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeMobipocket.java index 92cab7521..f40ccbc5d 100644 --- a/src/org/geometerplus/zlibrary/core/filetypes/FileTypeMobipocket.java +++ b/src/org/geometerplus/zlibrary/core/filetypes/FileTypeMobipocket.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filetypes/FileTypePalm.java b/src/org/geometerplus/zlibrary/core/filetypes/FileTypePalm.java index 850e46993..d0937ed5c 100644 --- a/src/org/geometerplus/zlibrary/core/filetypes/FileTypePalm.java +++ b/src/org/geometerplus/zlibrary/core/filetypes/FileTypePalm.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/filetypes/SimpleFileType.java b/src/org/geometerplus/zlibrary/core/filetypes/SimpleFileType.java index 43eee5f9d..87c39bbf6 100644 --- a/src/org/geometerplus/zlibrary/core/filetypes/SimpleFileType.java +++ b/src/org/geometerplus/zlibrary/core/filetypes/SimpleFileType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012 Geometer Plus + * Copyright (C) 2012-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/html/ZLByteBuffer.java b/src/org/geometerplus/zlibrary/core/html/ZLByteBuffer.java index f3e5ec6a6..30e54a05d 100644 --- a/src/org/geometerplus/zlibrary/core/html/ZLByteBuffer.java +++ b/src/org/geometerplus/zlibrary/core/html/ZLByteBuffer.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/html/ZLHtmlAttributeMap.java b/src/org/geometerplus/zlibrary/core/html/ZLHtmlAttributeMap.java index a19a01364..a0783a5ed 100644 --- a/src/org/geometerplus/zlibrary/core/html/ZLHtmlAttributeMap.java +++ b/src/org/geometerplus/zlibrary/core/html/ZLHtmlAttributeMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/html/ZLHtmlParser.java b/src/org/geometerplus/zlibrary/core/html/ZLHtmlParser.java index ebd7c27aa..dbabd13f1 100644 --- a/src/org/geometerplus/zlibrary/core/html/ZLHtmlParser.java +++ b/src/org/geometerplus/zlibrary/core/html/ZLHtmlParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/html/ZLHtmlProcessor.java b/src/org/geometerplus/zlibrary/core/html/ZLHtmlProcessor.java index caf69f3ce..03b9cc680 100644 --- a/src/org/geometerplus/zlibrary/core/html/ZLHtmlProcessor.java +++ b/src/org/geometerplus/zlibrary/core/html/ZLHtmlProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/html/ZLHtmlReader.java b/src/org/geometerplus/zlibrary/core/html/ZLHtmlReader.java index 136f202b1..bc64a7f70 100644 --- a/src/org/geometerplus/zlibrary/core/html/ZLHtmlReader.java +++ b/src/org/geometerplus/zlibrary/core/html/ZLHtmlReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/image/ZLBase64EncodedImage.java b/src/org/geometerplus/zlibrary/core/image/ZLBase64EncodedImage.java index f82601e92..1242d2c16 100644 --- a/src/org/geometerplus/zlibrary/core/image/ZLBase64EncodedImage.java +++ b/src/org/geometerplus/zlibrary/core/image/ZLBase64EncodedImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/image/ZLFileImage.java b/src/org/geometerplus/zlibrary/core/image/ZLFileImage.java index 2a7cfe8cc..5393f4ca4 100644 --- a/src/org/geometerplus/zlibrary/core/image/ZLFileImage.java +++ b/src/org/geometerplus/zlibrary/core/image/ZLFileImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/image/ZLImage.java b/src/org/geometerplus/zlibrary/core/image/ZLImage.java index 6b137de57..72a1ab7de 100644 --- a/src/org/geometerplus/zlibrary/core/image/ZLImage.java +++ b/src/org/geometerplus/zlibrary/core/image/ZLImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/image/ZLImageData.java b/src/org/geometerplus/zlibrary/core/image/ZLImageData.java index 17de44971..28690dde7 100644 --- a/src/org/geometerplus/zlibrary/core/image/ZLImageData.java +++ b/src/org/geometerplus/zlibrary/core/image/ZLImageData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/image/ZLImageManager.java b/src/org/geometerplus/zlibrary/core/image/ZLImageManager.java index 1e5d2b4c1..5c68fdfde 100644 --- a/src/org/geometerplus/zlibrary/core/image/ZLImageManager.java +++ b/src/org/geometerplus/zlibrary/core/image/ZLImageManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/image/ZLImageProxy.java b/src/org/geometerplus/zlibrary/core/image/ZLImageProxy.java index 9bbb1c774..93dec6aeb 100644 --- a/src/org/geometerplus/zlibrary/core/image/ZLImageProxy.java +++ b/src/org/geometerplus/zlibrary/core/image/ZLImageProxy.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/image/ZLLoadableImage.java b/src/org/geometerplus/zlibrary/core/image/ZLLoadableImage.java index 975d1ee75..2e1e8141d 100644 --- a/src/org/geometerplus/zlibrary/core/image/ZLLoadableImage.java +++ b/src/org/geometerplus/zlibrary/core/image/ZLLoadableImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/image/ZLSingleImage.java b/src/org/geometerplus/zlibrary/core/image/ZLSingleImage.java index 0f1eb1447..26999ccdb 100644 --- a/src/org/geometerplus/zlibrary/core/image/ZLSingleImage.java +++ b/src/org/geometerplus/zlibrary/core/image/ZLSingleImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/language/ZLLanguageUtil.java b/src/org/geometerplus/zlibrary/core/language/ZLLanguageUtil.java index b49002403..5a8623b4b 100644 --- a/src/org/geometerplus/zlibrary/core/language/ZLLanguageUtil.java +++ b/src/org/geometerplus/zlibrary/core/language/ZLLanguageUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/library/ZLibrary.java b/src/org/geometerplus/zlibrary/core/library/ZLibrary.java index d084a1c3a..66b9545e2 100644 --- a/src/org/geometerplus/zlibrary/core/library/ZLibrary.java +++ b/src/org/geometerplus/zlibrary/core/library/ZLibrary.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/money/Money.java b/src/org/geometerplus/zlibrary/core/money/Money.java index 523468fad..074d058f2 100644 --- a/src/org/geometerplus/zlibrary/core/money/Money.java +++ b/src/org/geometerplus/zlibrary/core/money/Money.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/money/MoneyException.java b/src/org/geometerplus/zlibrary/core/money/MoneyException.java index dfbe1911e..5e20aac64 100644 --- a/src/org/geometerplus/zlibrary/core/money/MoneyException.java +++ b/src/org/geometerplus/zlibrary/core/money/MoneyException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/network/CookieDatabase.java b/src/org/geometerplus/zlibrary/core/network/CookieDatabase.java index a2ff6f4f9..ac428fd8b 100644 --- a/src/org/geometerplus/zlibrary/core/network/CookieDatabase.java +++ b/src/org/geometerplus/zlibrary/core/network/CookieDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/network/ZLNetworkException.java b/src/org/geometerplus/zlibrary/core/network/ZLNetworkException.java index 64f524281..551750571 100644 --- a/src/org/geometerplus/zlibrary/core/network/ZLNetworkException.java +++ b/src/org/geometerplus/zlibrary/core/network/ZLNetworkException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/network/ZLNetworkManager.java b/src/org/geometerplus/zlibrary/core/network/ZLNetworkManager.java index 71cc18103..c56e7a75c 100644 --- a/src/org/geometerplus/zlibrary/core/network/ZLNetworkManager.java +++ b/src/org/geometerplus/zlibrary/core/network/ZLNetworkManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/network/ZLNetworkRequest.java b/src/org/geometerplus/zlibrary/core/network/ZLNetworkRequest.java index c13c442b3..5c32433fa 100644 --- a/src/org/geometerplus/zlibrary/core/network/ZLNetworkRequest.java +++ b/src/org/geometerplus/zlibrary/core/network/ZLNetworkRequest.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/options/ZLBoolean3Option.java b/src/org/geometerplus/zlibrary/core/options/ZLBoolean3Option.java index ffc0459f8..3d27cc41f 100644 --- a/src/org/geometerplus/zlibrary/core/options/ZLBoolean3Option.java +++ b/src/org/geometerplus/zlibrary/core/options/ZLBoolean3Option.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/options/ZLBooleanOption.java b/src/org/geometerplus/zlibrary/core/options/ZLBooleanOption.java index 1865691d2..739cc12b0 100644 --- a/src/org/geometerplus/zlibrary/core/options/ZLBooleanOption.java +++ b/src/org/geometerplus/zlibrary/core/options/ZLBooleanOption.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/options/ZLColorOption.java b/src/org/geometerplus/zlibrary/core/options/ZLColorOption.java index 42e31e853..68673e9a7 100644 --- a/src/org/geometerplus/zlibrary/core/options/ZLColorOption.java +++ b/src/org/geometerplus/zlibrary/core/options/ZLColorOption.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/options/ZLEnumOption.java b/src/org/geometerplus/zlibrary/core/options/ZLEnumOption.java index c21723ad6..db347d42a 100644 --- a/src/org/geometerplus/zlibrary/core/options/ZLEnumOption.java +++ b/src/org/geometerplus/zlibrary/core/options/ZLEnumOption.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/options/ZLIntegerOption.java b/src/org/geometerplus/zlibrary/core/options/ZLIntegerOption.java index 7fcc032a5..f660b6db0 100644 --- a/src/org/geometerplus/zlibrary/core/options/ZLIntegerOption.java +++ b/src/org/geometerplus/zlibrary/core/options/ZLIntegerOption.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/options/ZLIntegerRangeOption.java b/src/org/geometerplus/zlibrary/core/options/ZLIntegerRangeOption.java index e8d1b8a88..9e911c81f 100644 --- a/src/org/geometerplus/zlibrary/core/options/ZLIntegerRangeOption.java +++ b/src/org/geometerplus/zlibrary/core/options/ZLIntegerRangeOption.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/options/ZLOption.java b/src/org/geometerplus/zlibrary/core/options/ZLOption.java index fa0be60ae..7c1933bcb 100644 --- a/src/org/geometerplus/zlibrary/core/options/ZLOption.java +++ b/src/org/geometerplus/zlibrary/core/options/ZLOption.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/options/ZLStringListOption.java b/src/org/geometerplus/zlibrary/core/options/ZLStringListOption.java index 1e59688ff..a490fc379 100644 --- a/src/org/geometerplus/zlibrary/core/options/ZLStringListOption.java +++ b/src/org/geometerplus/zlibrary/core/options/ZLStringListOption.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/options/ZLStringOption.java b/src/org/geometerplus/zlibrary/core/options/ZLStringOption.java index cefab14b3..f6979d0d1 100644 --- a/src/org/geometerplus/zlibrary/core/options/ZLStringOption.java +++ b/src/org/geometerplus/zlibrary/core/options/ZLStringOption.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/resources/ZLMissingResource.java b/src/org/geometerplus/zlibrary/core/resources/ZLMissingResource.java index ac4ad5df5..07eca4455 100644 --- a/src/org/geometerplus/zlibrary/core/resources/ZLMissingResource.java +++ b/src/org/geometerplus/zlibrary/core/resources/ZLMissingResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/resources/ZLResource.java b/src/org/geometerplus/zlibrary/core/resources/ZLResource.java index cd89d1801..1dc5e61fd 100644 --- a/src/org/geometerplus/zlibrary/core/resources/ZLResource.java +++ b/src/org/geometerplus/zlibrary/core/resources/ZLResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/resources/ZLTreeResource.java b/src/org/geometerplus/zlibrary/core/resources/ZLTreeResource.java index 0c2e0ed74..b3dd110ec 100644 --- a/src/org/geometerplus/zlibrary/core/resources/ZLTreeResource.java +++ b/src/org/geometerplus/zlibrary/core/resources/ZLTreeResource.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/sqliteconfig/ZLSQLiteConfig.java b/src/org/geometerplus/zlibrary/core/sqliteconfig/ZLSQLiteConfig.java index 6cfb070c8..80cfdc0b4 100644 --- a/src/org/geometerplus/zlibrary/core/sqliteconfig/ZLSQLiteConfig.java +++ b/src/org/geometerplus/zlibrary/core/sqliteconfig/ZLSQLiteConfig.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/tree/ZLTree.java b/src/org/geometerplus/zlibrary/core/tree/ZLTree.java index 5b2347398..c04531ff0 100644 --- a/src/org/geometerplus/zlibrary/core/tree/ZLTree.java +++ b/src/org/geometerplus/zlibrary/core/tree/ZLTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/Base64InputStream.java b/src/org/geometerplus/zlibrary/core/util/Base64InputStream.java index 61812624f..9b7ade740 100644 --- a/src/org/geometerplus/zlibrary/core/util/Base64InputStream.java +++ b/src/org/geometerplus/zlibrary/core/util/Base64InputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/HexInputStream.java b/src/org/geometerplus/zlibrary/core/util/HexInputStream.java index 06ce9c6d5..562d397cd 100644 --- a/src/org/geometerplus/zlibrary/core/util/HexInputStream.java +++ b/src/org/geometerplus/zlibrary/core/util/HexInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/MergedInputStream.java b/src/org/geometerplus/zlibrary/core/util/MergedInputStream.java index cae225560..d0b6e6c9a 100644 --- a/src/org/geometerplus/zlibrary/core/util/MergedInputStream.java +++ b/src/org/geometerplus/zlibrary/core/util/MergedInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/MimeType.java b/src/org/geometerplus/zlibrary/core/util/MimeType.java index 727ec0647..edcf311b5 100644 --- a/src/org/geometerplus/zlibrary/core/util/MimeType.java +++ b/src/org/geometerplus/zlibrary/core/util/MimeType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/SliceInputStream.java b/src/org/geometerplus/zlibrary/core/util/SliceInputStream.java index 572b2b6a0..96590995e 100644 --- a/src/org/geometerplus/zlibrary/core/util/SliceInputStream.java +++ b/src/org/geometerplus/zlibrary/core/util/SliceInputStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLArrayUtils.java b/src/org/geometerplus/zlibrary/core/util/ZLArrayUtils.java index ee6a5fcb6..060ae3486 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLArrayUtils.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLArrayUtils.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLBoolean3.java b/src/org/geometerplus/zlibrary/core/util/ZLBoolean3.java index eb22ab9f9..1746fa5d9 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLBoolean3.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLBoolean3.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLCharacterUtil.java b/src/org/geometerplus/zlibrary/core/util/ZLCharacterUtil.java index d5111e904..551a1f98e 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLCharacterUtil.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLCharacterUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLColor.java b/src/org/geometerplus/zlibrary/core/util/ZLColor.java index a0a56cf6f..c2e728e71 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLColor.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLColor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLInputStreamWithOffset.java b/src/org/geometerplus/zlibrary/core/util/ZLInputStreamWithOffset.java index a30f7d070..d22b43128 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLInputStreamWithOffset.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLInputStreamWithOffset.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLMiscUtil.java b/src/org/geometerplus/zlibrary/core/util/ZLMiscUtil.java index 167a5ddd3..744aa0615 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLMiscUtil.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLMiscUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLNetworkUtil.java b/src/org/geometerplus/zlibrary/core/util/ZLNetworkUtil.java index 837d11669..1937da220 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLNetworkUtil.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLNetworkUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLSearchPattern.java b/src/org/geometerplus/zlibrary/core/util/ZLSearchPattern.java index d1afd745f..3eb768ac3 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLSearchPattern.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLSearchPattern.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLSearchUtil.java b/src/org/geometerplus/zlibrary/core/util/ZLSearchUtil.java index a0f910a62..798181071 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLSearchUtil.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLSearchUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLTTFInfo.java b/src/org/geometerplus/zlibrary/core/util/ZLTTFInfo.java index bb8c07ef1..dae964da3 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLTTFInfo.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLTTFInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLTTFInfoDetector.java b/src/org/geometerplus/zlibrary/core/util/ZLTTFInfoDetector.java index e4d744e67..9bd0941b9 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLTTFInfoDetector.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLTTFInfoDetector.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/util/ZLUnicodeUtil.java b/src/org/geometerplus/zlibrary/core/util/ZLUnicodeUtil.java index 7604c7870..a476cd925 100644 --- a/src/org/geometerplus/zlibrary/core/util/ZLUnicodeUtil.java +++ b/src/org/geometerplus/zlibrary/core/util/ZLUnicodeUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/view/DummyPaintContext.java b/src/org/geometerplus/zlibrary/core/view/DummyPaintContext.java index 5788f49d4..653b8add7 100644 --- a/src/org/geometerplus/zlibrary/core/view/DummyPaintContext.java +++ b/src/org/geometerplus/zlibrary/core/view/DummyPaintContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/view/ZLPaintContext.java b/src/org/geometerplus/zlibrary/core/view/ZLPaintContext.java index 1385fa6c8..8135531c0 100644 --- a/src/org/geometerplus/zlibrary/core/view/ZLPaintContext.java +++ b/src/org/geometerplus/zlibrary/core/view/ZLPaintContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/view/ZLView.java b/src/org/geometerplus/zlibrary/core/view/ZLView.java index cd69e5448..ca0fba832 100644 --- a/src/org/geometerplus/zlibrary/core/view/ZLView.java +++ b/src/org/geometerplus/zlibrary/core/view/ZLView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/view/ZLViewWidget.java b/src/org/geometerplus/zlibrary/core/view/ZLViewWidget.java index 8c280cf81..5e065af5e 100644 --- a/src/org/geometerplus/zlibrary/core/view/ZLViewWidget.java +++ b/src/org/geometerplus/zlibrary/core/view/ZLViewWidget.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/xml/ZLDTDParser.java b/src/org/geometerplus/zlibrary/core/xml/ZLDTDParser.java index 0b67c5798..727f92c2b 100644 --- a/src/org/geometerplus/zlibrary/core/xml/ZLDTDParser.java +++ b/src/org/geometerplus/zlibrary/core/xml/ZLDTDParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/xml/ZLMutableString.java b/src/org/geometerplus/zlibrary/core/xml/ZLMutableString.java index accad214b..5c6bdc565 100644 --- a/src/org/geometerplus/zlibrary/core/xml/ZLMutableString.java +++ b/src/org/geometerplus/zlibrary/core/xml/ZLMutableString.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/xml/ZLStringMap.java b/src/org/geometerplus/zlibrary/core/xml/ZLStringMap.java index cc37bd73a..6f8c232d3 100644 --- a/src/org/geometerplus/zlibrary/core/xml/ZLStringMap.java +++ b/src/org/geometerplus/zlibrary/core/xml/ZLStringMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/xml/ZLXMLParser.java b/src/org/geometerplus/zlibrary/core/xml/ZLXMLParser.java index 1e2b725f3..3a7828910 100644 --- a/src/org/geometerplus/zlibrary/core/xml/ZLXMLParser.java +++ b/src/org/geometerplus/zlibrary/core/xml/ZLXMLParser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/xml/ZLXMLProcessor.java b/src/org/geometerplus/zlibrary/core/xml/ZLXMLProcessor.java index e9a5bc67c..1ad44fb2c 100644 --- a/src/org/geometerplus/zlibrary/core/xml/ZLXMLProcessor.java +++ b/src/org/geometerplus/zlibrary/core/xml/ZLXMLProcessor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/xml/ZLXMLReader.java b/src/org/geometerplus/zlibrary/core/xml/ZLXMLReader.java index 9f45ef845..48960a80a 100644 --- a/src/org/geometerplus/zlibrary/core/xml/ZLXMLReader.java +++ b/src/org/geometerplus/zlibrary/core/xml/ZLXMLReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/core/xml/ZLXMLReaderAdapter.java b/src/org/geometerplus/zlibrary/core/xml/ZLXMLReaderAdapter.java index c8821c523..ddc18445b 100644 --- a/src/org/geometerplus/zlibrary/core/xml/ZLXMLReaderAdapter.java +++ b/src/org/geometerplus/zlibrary/core/xml/ZLXMLReaderAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenationInfo.java b/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenationInfo.java index 50bba6c9f..62e5bf290 100644 --- a/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenationInfo.java +++ b/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenationInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenationReader.java b/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenationReader.java index 89ce96fbb..9d14eb02f 100644 --- a/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenationReader.java +++ b/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenationReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenator.java b/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenator.java index 76ba238d6..086d2720e 100644 --- a/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenator.java +++ b/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextHyphenator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextTeXHyphenationPattern.java b/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextTeXHyphenationPattern.java index 1937e1b5e..01e0f77fb 100644 --- a/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextTeXHyphenationPattern.java +++ b/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextTeXHyphenationPattern.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextTeXHyphenator.java b/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextTeXHyphenator.java index 554e9d7b8..9a8774bbd 100644 --- a/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextTeXHyphenator.java +++ b/src/org/geometerplus/zlibrary/text/hyphenation/ZLTextTeXHyphenator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/CachedCharStorage.java b/src/org/geometerplus/zlibrary/text/model/CachedCharStorage.java index 0d1f77d6b..f55cf98e4 100644 --- a/src/org/geometerplus/zlibrary/text/model/CachedCharStorage.java +++ b/src/org/geometerplus/zlibrary/text/model/CachedCharStorage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/CachedCharStorageBase.java b/src/org/geometerplus/zlibrary/text/model/CachedCharStorageBase.java index dd15a3db0..30b4d8473 100644 --- a/src/org/geometerplus/zlibrary/text/model/CachedCharStorageBase.java +++ b/src/org/geometerplus/zlibrary/text/model/CachedCharStorageBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/CachedCharStorageException.java b/src/org/geometerplus/zlibrary/text/model/CachedCharStorageException.java index a0035b5ac..9bf9cea63 100644 --- a/src/org/geometerplus/zlibrary/text/model/CachedCharStorageException.java +++ b/src/org/geometerplus/zlibrary/text/model/CachedCharStorageException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/CachedCharStorageRO.java b/src/org/geometerplus/zlibrary/text/model/CachedCharStorageRO.java index 534c51859..2242b4e37 100644 --- a/src/org/geometerplus/zlibrary/text/model/CachedCharStorageRO.java +++ b/src/org/geometerplus/zlibrary/text/model/CachedCharStorageRO.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/CharStorage.java b/src/org/geometerplus/zlibrary/text/model/CharStorage.java index 33b608107..f5082b331 100644 --- a/src/org/geometerplus/zlibrary/text/model/CharStorage.java +++ b/src/org/geometerplus/zlibrary/text/model/CharStorage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/SimpleCharStorage.java b/src/org/geometerplus/zlibrary/text/model/SimpleCharStorage.java index 6c804c753..3a8ac02f8 100644 --- a/src/org/geometerplus/zlibrary/text/model/SimpleCharStorage.java +++ b/src/org/geometerplus/zlibrary/text/model/SimpleCharStorage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLImageEntry.java b/src/org/geometerplus/zlibrary/text/model/ZLImageEntry.java index d2f0e2f59..c090cf73a 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLImageEntry.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLImageEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextAlignmentType.java b/src/org/geometerplus/zlibrary/text/model/ZLTextAlignmentType.java index 1ab09a724..f83d2f034 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextAlignmentType.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextAlignmentType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextCSSStyleEntry.java b/src/org/geometerplus/zlibrary/text/model/ZLTextCSSStyleEntry.java index 66a23efe4..7a24249af 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextCSSStyleEntry.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextCSSStyleEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextMark.java b/src/org/geometerplus/zlibrary/text/model/ZLTextMark.java index ec2a50649..e02f60a2a 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextMark.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextMark.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextMetrics.java b/src/org/geometerplus/zlibrary/text/model/ZLTextMetrics.java index 67d219a09..dfe36dfdf 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextMetrics.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextMetrics.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextModel.java b/src/org/geometerplus/zlibrary/text/model/ZLTextModel.java index 2bdf966c6..2e711fb4c 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextModel.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextNativeModel.java b/src/org/geometerplus/zlibrary/text/model/ZLTextNativeModel.java index 311d82d42..a600aa67a 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextNativeModel.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextNativeModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011-2012 Geometer Plus + * Copyright (C) 2011-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextOtherStyleEntry.java b/src/org/geometerplus/zlibrary/text/model/ZLTextOtherStyleEntry.java index aa94a4e3d..39ddebe4e 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextOtherStyleEntry.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextOtherStyleEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextParagraph.java b/src/org/geometerplus/zlibrary/text/model/ZLTextParagraph.java index 4ef33df15..7f35dd6b5 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextParagraph.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextParagraph.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextParagraphImpl.java b/src/org/geometerplus/zlibrary/text/model/ZLTextParagraphImpl.java index 4aca1468d..61af6ddec 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextParagraphImpl.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextParagraphImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextPlainModel.java b/src/org/geometerplus/zlibrary/text/model/ZLTextPlainModel.java index 1ad9b6469..5442b7628 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextPlainModel.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextPlainModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextSpecialParagraphImpl.java b/src/org/geometerplus/zlibrary/text/model/ZLTextSpecialParagraphImpl.java index a0b4f9037..be93d66f9 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextSpecialParagraphImpl.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextSpecialParagraphImpl.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextStyleEntry.java b/src/org/geometerplus/zlibrary/text/model/ZLTextStyleEntry.java index 5419b5a32..e8fa431ab 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextStyleEntry.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextStyleEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextWritableModel.java b/src/org/geometerplus/zlibrary/text/model/ZLTextWritableModel.java index be4ad866d..525936547 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextWritableModel.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextWritableModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/model/ZLTextWritablePlainModel.java b/src/org/geometerplus/zlibrary/text/model/ZLTextWritablePlainModel.java index 96e79e39c..cc4d7fff0 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextWritablePlainModel.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextWritablePlainModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/PaintStateEnum.java b/src/org/geometerplus/zlibrary/text/view/PaintStateEnum.java index 0aeb17da6..1d1188458 100644 --- a/src/org/geometerplus/zlibrary/text/view/PaintStateEnum.java +++ b/src/org/geometerplus/zlibrary/text/view/PaintStateEnum.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextAbstractHighlighting.java b/src/org/geometerplus/zlibrary/text/view/ZLTextAbstractHighlighting.java index 6fbf8c7db..4c8deb7dd 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextAbstractHighlighting.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextAbstractHighlighting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextControlElement.java b/src/org/geometerplus/zlibrary/text/view/ZLTextControlElement.java index f3057e7b2..ac4c1443d 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextControlElement.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextControlElement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextElement.java b/src/org/geometerplus/zlibrary/text/view/ZLTextElement.java index ebf8d180b..6e285d7f4 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextElement.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextElement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextElementArea.java b/src/org/geometerplus/zlibrary/text/view/ZLTextElementArea.java index 4e4594373..24b672666 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextElementArea.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextElementArea.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextElementAreaVector.java b/src/org/geometerplus/zlibrary/text/view/ZLTextElementAreaVector.java index dcdb59b8e..ba846ded4 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextElementAreaVector.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextElementAreaVector.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextFixedHSpaceElement.java b/src/org/geometerplus/zlibrary/text/view/ZLTextFixedHSpaceElement.java index 36e4a03d5..959b7077b 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextFixedHSpaceElement.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextFixedHSpaceElement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextFixedPosition.java b/src/org/geometerplus/zlibrary/text/view/ZLTextFixedPosition.java index cd872f04d..741382658 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextFixedPosition.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextFixedPosition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextHighlighting.java b/src/org/geometerplus/zlibrary/text/view/ZLTextHighlighting.java index 99ede2d33..2d15ede78 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextHighlighting.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextHighlighting.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextHorizontalConvexHull.java b/src/org/geometerplus/zlibrary/text/view/ZLTextHorizontalConvexHull.java index 684c51095..5c460d4f3 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextHorizontalConvexHull.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextHorizontalConvexHull.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlink.java b/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlink.java index 02dc08c14..e5510e2a3 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlink.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlinkControlElement.java b/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlinkControlElement.java index 84bec2f28..ef001fd9b 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlinkControlElement.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlinkControlElement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlinkRegionSoul.java b/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlinkRegionSoul.java index e0c435f84..003f09776 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlinkRegionSoul.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextHyperlinkRegionSoul.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextImageElement.java b/src/org/geometerplus/zlibrary/text/view/ZLTextImageElement.java index 5f9e6789b..523ddcc52 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextImageElement.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextImageElement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextImageRegionSoul.java b/src/org/geometerplus/zlibrary/text/view/ZLTextImageRegionSoul.java index 6ff4b27b1..b890b0ade 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextImageRegionSoul.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextImageRegionSoul.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextLineInfo.java b/src/org/geometerplus/zlibrary/text/view/ZLTextLineInfo.java index 30a02c09e..f52a6c6fb 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextLineInfo.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextLineInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextPage.java b/src/org/geometerplus/zlibrary/text/view/ZLTextPage.java index a309e2f15..8c28d7acc 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextPage.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextPage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextParagraphCursor.java b/src/org/geometerplus/zlibrary/text/view/ZLTextParagraphCursor.java index 464fba8d1..cd0b175a5 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextParagraphCursor.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextParagraphCursor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextParagraphCursorCache.java b/src/org/geometerplus/zlibrary/text/view/ZLTextParagraphCursorCache.java index a34eaf72f..83fa49ec3 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextParagraphCursorCache.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextParagraphCursorCache.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextPosition.java b/src/org/geometerplus/zlibrary/text/view/ZLTextPosition.java index ea0619bc4..8b3edf4b2 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextPosition.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextPosition.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextRegion.java b/src/org/geometerplus/zlibrary/text/view/ZLTextRegion.java index 809ec9e6d..0d3421a10 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextRegion.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextRegion.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextSelection.java b/src/org/geometerplus/zlibrary/text/view/ZLTextSelection.java index a61833f46..f0b8f1d80 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextSelection.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextSelection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextSelectionCursor.java b/src/org/geometerplus/zlibrary/text/view/ZLTextSelectionCursor.java index 8daf9a7b3..175ebe67e 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextSelectionCursor.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextSelectionCursor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextStyle.java b/src/org/geometerplus/zlibrary/text/view/ZLTextStyle.java index 6c5044b3f..fd9e89373 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextStyle.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextStyleElement.java b/src/org/geometerplus/zlibrary/text/view/ZLTextStyleElement.java index dbf9a143b..27003f6b1 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextStyleElement.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextStyleElement.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextTraverser.java b/src/org/geometerplus/zlibrary/text/view/ZLTextTraverser.java index a05986c49..3c28216ca 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextTraverser.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextView.java b/src/org/geometerplus/zlibrary/text/view/ZLTextView.java index 6c9e916dc..0a96f9e10 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextView.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextViewBase.java b/src/org/geometerplus/zlibrary/text/view/ZLTextViewBase.java index 7932e0948..cac69e787 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextViewBase.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextViewBase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextWord.java b/src/org/geometerplus/zlibrary/text/view/ZLTextWord.java index a75ae23a8..4c91d9d38 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextWord.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextWord.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextWordCursor.java b/src/org/geometerplus/zlibrary/text/view/ZLTextWordCursor.java index 4635cc9c1..f91a4ab02 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextWordCursor.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextWordCursor.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/ZLTextWordRegionSoul.java b/src/org/geometerplus/zlibrary/text/view/ZLTextWordRegionSoul.java index 5a7c16c8f..87a4d7be2 100644 --- a/src/org/geometerplus/zlibrary/text/view/ZLTextWordRegionSoul.java +++ b/src/org/geometerplus/zlibrary/text/view/ZLTextWordRegionSoul.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2012 Geometer Plus + * Copyright (C) 2009-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/style/ZLTextBaseStyle.java b/src/org/geometerplus/zlibrary/text/view/style/ZLTextBaseStyle.java index 38e968eba..05670373f 100644 --- a/src/org/geometerplus/zlibrary/text/view/style/ZLTextBaseStyle.java +++ b/src/org/geometerplus/zlibrary/text/view/style/ZLTextBaseStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/style/ZLTextDecoratedStyle.java b/src/org/geometerplus/zlibrary/text/view/style/ZLTextDecoratedStyle.java index 088f6bc6a..b519b0e53 100644 --- a/src/org/geometerplus/zlibrary/text/view/style/ZLTextDecoratedStyle.java +++ b/src/org/geometerplus/zlibrary/text/view/style/ZLTextDecoratedStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/style/ZLTextExplicitlyDecoratedStyle.java b/src/org/geometerplus/zlibrary/text/view/style/ZLTextExplicitlyDecoratedStyle.java index 2fa9e748c..5bb8fc085 100644 --- a/src/org/geometerplus/zlibrary/text/view/style/ZLTextExplicitlyDecoratedStyle.java +++ b/src/org/geometerplus/zlibrary/text/view/style/ZLTextExplicitlyDecoratedStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/style/ZLTextFullStyleDecoration.java b/src/org/geometerplus/zlibrary/text/view/style/ZLTextFullStyleDecoration.java index 8cfaaba2f..42acf6c60 100644 --- a/src/org/geometerplus/zlibrary/text/view/style/ZLTextFullStyleDecoration.java +++ b/src/org/geometerplus/zlibrary/text/view/style/ZLTextFullStyleDecoration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/style/ZLTextFullyDecoratedStyle.java b/src/org/geometerplus/zlibrary/text/view/style/ZLTextFullyDecoratedStyle.java index a782be827..e073fc125 100644 --- a/src/org/geometerplus/zlibrary/text/view/style/ZLTextFullyDecoratedStyle.java +++ b/src/org/geometerplus/zlibrary/text/view/style/ZLTextFullyDecoratedStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/style/ZLTextPartiallyDecoratedStyle.java b/src/org/geometerplus/zlibrary/text/view/style/ZLTextPartiallyDecoratedStyle.java index 61c8c30ff..73e8827bf 100644 --- a/src/org/geometerplus/zlibrary/text/view/style/ZLTextPartiallyDecoratedStyle.java +++ b/src/org/geometerplus/zlibrary/text/view/style/ZLTextPartiallyDecoratedStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/style/ZLTextStyleCollection.java b/src/org/geometerplus/zlibrary/text/view/style/ZLTextStyleCollection.java index 3764e28cf..7bcaac7bf 100644 --- a/src/org/geometerplus/zlibrary/text/view/style/ZLTextStyleCollection.java +++ b/src/org/geometerplus/zlibrary/text/view/style/ZLTextStyleCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/text/view/style/ZLTextStyleDecoration.java b/src/org/geometerplus/zlibrary/text/view/style/ZLTextStyleDecoration.java index 5448a542b..5022cfd71 100644 --- a/src/org/geometerplus/zlibrary/text/view/style/ZLTextStyleDecoration.java +++ b/src/org/geometerplus/zlibrary/text/view/style/ZLTextStyleDecoration.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/application/ZLAndroidApplicationWindow.java b/src/org/geometerplus/zlibrary/ui/android/application/ZLAndroidApplicationWindow.java index ff180f11f..42fd2f6b9 100644 --- a/src/org/geometerplus/zlibrary/ui/android/application/ZLAndroidApplicationWindow.java +++ b/src/org/geometerplus/zlibrary/ui/android/application/ZLAndroidApplicationWindow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/error/BugReportActivity.java b/src/org/geometerplus/zlibrary/ui/android/error/BugReportActivity.java index 83ccb18f3..d7f86890f 100644 --- a/src/org/geometerplus/zlibrary/ui/android/error/BugReportActivity.java +++ b/src/org/geometerplus/zlibrary/ui/android/error/BugReportActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/error/ErrorKeys.java b/src/org/geometerplus/zlibrary/ui/android/error/ErrorKeys.java index f5ef537ac..93a145b99 100644 --- a/src/org/geometerplus/zlibrary/ui/android/error/ErrorKeys.java +++ b/src/org/geometerplus/zlibrary/ui/android/error/ErrorKeys.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/error/ErrorUtil.java b/src/org/geometerplus/zlibrary/ui/android/error/ErrorUtil.java index 5759a47a5..b06675a3e 100644 --- a/src/org/geometerplus/zlibrary/ui/android/error/ErrorUtil.java +++ b/src/org/geometerplus/zlibrary/ui/android/error/ErrorUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/image/InputStreamImageData.java b/src/org/geometerplus/zlibrary/ui/android/image/InputStreamImageData.java index 2d07de8ac..0447a431c 100644 --- a/src/org/geometerplus/zlibrary/ui/android/image/InputStreamImageData.java +++ b/src/org/geometerplus/zlibrary/ui/android/image/InputStreamImageData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageData.java b/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageData.java index 4eedd1dac..85ad15292 100644 --- a/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageData.java +++ b/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageLoader.java b/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageLoader.java index ea10bb015..5c490c65c 100644 --- a/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageLoader.java +++ b/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageLoader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageManager.java b/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageManager.java index caa3adcbd..a16b1d9d0 100644 --- a/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageManager.java +++ b/src/org/geometerplus/zlibrary/ui/android/image/ZLAndroidImageManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/library/UncaughtExceptionHandler.java b/src/org/geometerplus/zlibrary/ui/android/library/UncaughtExceptionHandler.java index 8494bff53..4e96c2b6c 100644 --- a/src/org/geometerplus/zlibrary/ui/android/library/UncaughtExceptionHandler.java +++ b/src/org/geometerplus/zlibrary/ui/android/library/UncaughtExceptionHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidActivity.java b/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidActivity.java index f497d66c6..e465726a4 100644 --- a/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidActivity.java +++ b/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidApplication.java b/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidApplication.java index 80921200c..a03305bcf 100644 --- a/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidApplication.java +++ b/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidApplication.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidLibrary.java b/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidLibrary.java index 4d873a450..f0823d8e3 100644 --- a/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidLibrary.java +++ b/src/org/geometerplus/zlibrary/ui/android/library/ZLAndroidLibrary.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/network/SQLiteCookieDatabase.java b/src/org/geometerplus/zlibrary/ui/android/network/SQLiteCookieDatabase.java index 0b8e8a080..bf428ca0d 100644 --- a/src/org/geometerplus/zlibrary/ui/android/network/SQLiteCookieDatabase.java +++ b/src/org/geometerplus/zlibrary/ui/android/network/SQLiteCookieDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/util/ZLAndroidColorUtil.java b/src/org/geometerplus/zlibrary/ui/android/util/ZLAndroidColorUtil.java index 2ac2c8f81..2b2cd4b46 100644 --- a/src/org/geometerplus/zlibrary/ui/android/util/ZLAndroidColorUtil.java +++ b/src/org/geometerplus/zlibrary/ui/android/util/ZLAndroidColorUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2012 Geometer Plus + * Copyright (C) 2010-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/view/AndroidFontUtil.java b/src/org/geometerplus/zlibrary/ui/android/view/AndroidFontUtil.java index acdbf69fc..b74343668 100644 --- a/src/org/geometerplus/zlibrary/ui/android/view/AndroidFontUtil.java +++ b/src/org/geometerplus/zlibrary/ui/android/view/AndroidFontUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/view/AnimationProvider.java b/src/org/geometerplus/zlibrary/ui/android/view/AnimationProvider.java index b7536705d..033119d43 100644 --- a/src/org/geometerplus/zlibrary/ui/android/view/AnimationProvider.java +++ b/src/org/geometerplus/zlibrary/ui/android/view/AnimationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/view/BitmapManager.java b/src/org/geometerplus/zlibrary/ui/android/view/BitmapManager.java index 60614bfd9..9db63742b 100644 --- a/src/org/geometerplus/zlibrary/ui/android/view/BitmapManager.java +++ b/src/org/geometerplus/zlibrary/ui/android/view/BitmapManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/view/CurlAnimationProvider.java b/src/org/geometerplus/zlibrary/ui/android/view/CurlAnimationProvider.java index 13405551d..6fefbdc92 100644 --- a/src/org/geometerplus/zlibrary/ui/android/view/CurlAnimationProvider.java +++ b/src/org/geometerplus/zlibrary/ui/android/view/CurlAnimationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/view/NoneAnimationProvider.java b/src/org/geometerplus/zlibrary/ui/android/view/NoneAnimationProvider.java index c8fc47869..d066f23c9 100644 --- a/src/org/geometerplus/zlibrary/ui/android/view/NoneAnimationProvider.java +++ b/src/org/geometerplus/zlibrary/ui/android/view/NoneAnimationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/view/ShiftAnimationProvider.java b/src/org/geometerplus/zlibrary/ui/android/view/ShiftAnimationProvider.java index b55c0ae46..51b8ee924 100644 --- a/src/org/geometerplus/zlibrary/ui/android/view/ShiftAnimationProvider.java +++ b/src/org/geometerplus/zlibrary/ui/android/view/ShiftAnimationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/view/SimpleAnimationProvider.java b/src/org/geometerplus/zlibrary/ui/android/view/SimpleAnimationProvider.java index 5887744a6..00963d5f2 100644 --- a/src/org/geometerplus/zlibrary/ui/android/view/SimpleAnimationProvider.java +++ b/src/org/geometerplus/zlibrary/ui/android/view/SimpleAnimationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/view/SlideAnimationProvider.java b/src/org/geometerplus/zlibrary/ui/android/view/SlideAnimationProvider.java index 920ad0988..17588184c 100644 --- a/src/org/geometerplus/zlibrary/ui/android/view/SlideAnimationProvider.java +++ b/src/org/geometerplus/zlibrary/ui/android/view/SlideAnimationProvider.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/view/ZLAndroidPaintContext.java b/src/org/geometerplus/zlibrary/ui/android/view/ZLAndroidPaintContext.java index ffc66b9f4..398f8d8d3 100644 --- a/src/org/geometerplus/zlibrary/ui/android/view/ZLAndroidPaintContext.java +++ b/src/org/geometerplus/zlibrary/ui/android/view/ZLAndroidPaintContext.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/src/org/geometerplus/zlibrary/ui/android/view/ZLAndroidWidget.java b/src/org/geometerplus/zlibrary/ui/android/view/ZLAndroidWidget.java index 703cec60e..c6101b5d6 100644 --- a/src/org/geometerplus/zlibrary/ui/android/view/ZLAndroidWidget.java +++ b/src/org/geometerplus/zlibrary/ui/android/view/ZLAndroidWidget.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2012 Geometer Plus + * Copyright (C) 2007-2013 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by