diff --git a/jni/DeflatingDecompressor/DeflatingDecompressor.cpp b/jni/DeflatingDecompressor/DeflatingDecompressor.cpp index a31a7fb9b..953b939ac 100644 --- a/jni/DeflatingDecompressor/DeflatingDecompressor.cpp +++ b/jni/DeflatingDecompressor/DeflatingDecompressor.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009-2012 Geometer Plus + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. + */ + #include #include diff --git a/jni/LineBreak/LineBreaker.cpp b/jni/LineBreak/LineBreaker.cpp index 4b7bda54f..3b9f52125 100644 --- a/jni/LineBreak/LineBreaker.cpp +++ b/jni/LineBreak/LineBreaker.cpp @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2009-2012 Geometer Plus + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + * 02110-1301, USA. + */ + #include #include "liblinebreak-2.0/linebreak.h" diff --git a/src/org/geometerplus/android/fbreader/BookmarkEditActivity.java b/src/org/geometerplus/android/fbreader/BookmarkEditActivity.java index d4350dfe6..bf30ac710 100644 --- a/src/org/geometerplus/android/fbreader/BookmarkEditActivity.java +++ b/src/org/geometerplus/android/fbreader/BookmarkEditActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 ac25f6791..0aa86bb99 100644 --- a/src/org/geometerplus/android/fbreader/BookmarksActivity.java +++ b/src/org/geometerplus/android/fbreader/BookmarksActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 a311a41e8..123123dbd 100644 --- a/src/org/geometerplus/android/fbreader/ButtonsPopupPanel.java +++ b/src/org/geometerplus/android/fbreader/ButtonsPopupPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 c2a7bac7d..71531ac0a 100644 --- a/src/org/geometerplus/android/fbreader/CancelActivity.java +++ b/src/org/geometerplus/android/fbreader/CancelActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 6ea784489..47648b7be 100644 --- a/src/org/geometerplus/android/fbreader/DictionaryUtil.java +++ b/src/org/geometerplus/android/fbreader/DictionaryUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 29737ec40..15551d0b2 100644 --- a/src/org/geometerplus/android/fbreader/FBAndroidAction.java +++ b/src/org/geometerplus/android/fbreader/FBAndroidAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 66f021d24..a1c9295c4 100644 --- a/src/org/geometerplus/android/fbreader/FBReader.java +++ b/src/org/geometerplus/android/fbreader/FBReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 9bb3b0f6b..632343f4f 100644 --- a/src/org/geometerplus/android/fbreader/NavigationPopup.java +++ b/src/org/geometerplus/android/fbreader/NavigationPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 a878f816a..0206b812c 100644 --- a/src/org/geometerplus/android/fbreader/PackageInfo.java +++ b/src/org/geometerplus/android/fbreader/PackageInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 4d90d68ec..156264e2a 100644 --- a/src/org/geometerplus/android/fbreader/PopupPanel.java +++ b/src/org/geometerplus/android/fbreader/PopupPanel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 dccc62359..85d2db70f 100644 --- a/src/org/geometerplus/android/fbreader/PopupWindow.java +++ b/src/org/geometerplus/android/fbreader/PopupWindow.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 e194cf2a8..64d1e87fb 100644 --- a/src/org/geometerplus/android/fbreader/ProcessHyperlinkAction.java +++ b/src/org/geometerplus/android/fbreader/ProcessHyperlinkAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 f97309a16..e5e52fb07 100644 --- a/src/org/geometerplus/android/fbreader/RunActivityAction.java +++ b/src/org/geometerplus/android/fbreader/RunActivityAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 9081eb692..ff03b45a5 100644 --- a/src/org/geometerplus/android/fbreader/RunPluginAction.java +++ b/src/org/geometerplus/android/fbreader/RunPluginAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 95e35b3ed..023c38661 100644 --- a/src/org/geometerplus/android/fbreader/SearchAction.java +++ b/src/org/geometerplus/android/fbreader/SearchAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 deaf70ed9..1309b6cfb 100644 --- a/src/org/geometerplus/android/fbreader/SelectionBookmarkAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionBookmarkAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 9a7ea275e..0e3afb656 100644 --- a/src/org/geometerplus/android/fbreader/SelectionCopyAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionCopyAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 538e0002d..192f166d5 100644 --- a/src/org/geometerplus/android/fbreader/SelectionHidePanelAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionHidePanelAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 6c037fc9c..a39a9320d 100644 --- a/src/org/geometerplus/android/fbreader/SelectionPopup.java +++ b/src/org/geometerplus/android/fbreader/SelectionPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 408abae0f..241f43950 100644 --- a/src/org/geometerplus/android/fbreader/SelectionShareAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionShareAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 48293a9ee..e8a17c2fa 100644 --- a/src/org/geometerplus/android/fbreader/SelectionShowPanelAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionShowPanelAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 1e40bcb7d..6709203f2 100644 --- a/src/org/geometerplus/android/fbreader/SelectionTranslateAction.java +++ b/src/org/geometerplus/android/fbreader/SelectionTranslateAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 233826b4d..71f5cb6d3 100644 --- a/src/org/geometerplus/android/fbreader/ShowBookInfoAction.java +++ b/src/org/geometerplus/android/fbreader/ShowBookInfoAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 a3a732ee0..99de297ae 100644 --- a/src/org/geometerplus/android/fbreader/ShowBookmarksAction.java +++ b/src/org/geometerplus/android/fbreader/ShowBookmarksAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 0b10c44d1..59d444bbd 100644 --- a/src/org/geometerplus/android/fbreader/ShowCancelMenuAction.java +++ b/src/org/geometerplus/android/fbreader/ShowCancelMenuAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 d6f3c9611..bc25859dd 100644 --- a/src/org/geometerplus/android/fbreader/ShowLibraryAction.java +++ b/src/org/geometerplus/android/fbreader/ShowLibraryAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 1392197fd..6cc7f977c 100644 --- a/src/org/geometerplus/android/fbreader/ShowMenuAction.java +++ b/src/org/geometerplus/android/fbreader/ShowMenuAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 cc1e68d9c..4e5b1fcd7 100644 --- a/src/org/geometerplus/android/fbreader/ShowNavigationAction.java +++ b/src/org/geometerplus/android/fbreader/ShowNavigationAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 e598c1d6f..26a5a120a 100644 --- a/src/org/geometerplus/android/fbreader/ShowNetworkLibraryAction.java +++ b/src/org/geometerplus/android/fbreader/ShowNetworkLibraryAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 36174528b..e3e045eec 100644 --- a/src/org/geometerplus/android/fbreader/ShowPreferencesAction.java +++ b/src/org/geometerplus/android/fbreader/ShowPreferencesAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 5303a535b..19510e421 100644 --- a/src/org/geometerplus/android/fbreader/ShowTOCAction.java +++ b/src/org/geometerplus/android/fbreader/ShowTOCAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 73caee35b..091e88012 100644 --- a/src/org/geometerplus/android/fbreader/TOCActivity.java +++ b/src/org/geometerplus/android/fbreader/TOCActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 347ea4dd0..471023422 100644 --- a/src/org/geometerplus/android/fbreader/TextSearchPopup.java +++ b/src/org/geometerplus/android/fbreader/TextSearchPopup.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 81e3fc7be..645f96a71 100644 --- a/src/org/geometerplus/android/fbreader/ZLTreeAdapter.java +++ b/src/org/geometerplus/android/fbreader/ZLTreeAdapter.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 7483056fb..35be6ee47 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 31a280782..abcb251ed 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 f84bc4d51..b42e63576 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 4efdd1133..4d3694730 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8c66dfab6..3e3c04bfa 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 672e09c6f..9373806f8 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 189fd3b23..52fc52961 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 ee9e851b1..f1b02d5d9 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 9282fde85..10d199c9a 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 0427b5d0d..86821d57e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 cb9aec9b3..b73006fc0 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 bb221430c..e30950463 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 cd195329c..b5236eda4 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 4685cb57e..de4951e28 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 144fcec9c..91a9fccc9 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 4322ddf4a..a8a72d196 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 68c4a340c..87a9e9f8f 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 6f1189577..f544c115e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 3223b3062..f77b32b2e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 8647ed29c..76169954c 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 af1d73c6a..d2c007eb2 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 ba7cd24cf..ecef1bf0c 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 caca20544..1689863a9 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 158a710a6..60243af61 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 5785c88b5..3f5b7e9c9 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 d019a6366..ecc2bd5c1 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 23ca272ba..4bbe0b9c7 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 1d8abdb4e..96845d890 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 d954372ba..ab973ecc4 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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/ScanLocalNetworkActivity.java b/src/org/geometerplus/android/fbreader/network/ScanLocalNetworkActivity.java index 6f611a9b5..bbe84ef32 100644 --- a/src/org/geometerplus/android/fbreader/network/ScanLocalNetworkActivity.java +++ b/src/org/geometerplus/android/fbreader/network/ScanLocalNetworkActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 7e4f43dae..c5b74ed31 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 cb81f0481..27d8b95ea 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 29a186eb5..a1fbb2e16 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 9a47a51c8..8dbf9b771 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 e71dfa816..283654dbc 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 5d8eec02d..cfb5c4029 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 6d0888517..bb0883eca 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 be4d7f655..019845e86 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 f91c4d475..5ba36c156 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 31654a7e0..356a20a7a 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 55cea9c31..c8bb27095 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 d50818f80..bc557ed1a 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 855de2d5c..3b9b288a1 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 cd559fd12..64199c06a 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 83ea10c2d..41112e891 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 8e0dc23be..727173440 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 1de1fb738..2b2096cd1 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 46a70bc7e..c4ca228e4 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 975a6606d..b31f3ed1c 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 4b00d0b8d..6d20f5d4c 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 c6d6297c1..7674eb617 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 e32c513b1..01231dc17 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 e103f0a42..4af7ed20b 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 942758b87..45079eedf 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 901780511..41b6dab59 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 ccf52b8b8..23448b18c 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 2211bd544..18c2fce1d 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 ae67dec02..93f8f2eb5 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 12d261677..7c2dad60f 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 c49220d49..976bfa546 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 17f606510..fc45dbe12 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 8f67152e4..268265c23 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 906c801bd..71ab6d461 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 5a17a663a..315a861a1 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 017e58549..729b6b111 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 53bf55e7c..93d0cdc28 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 2d502021e..08e28049f 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 b6b11b0e7..30c94524b 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 628b093ae..fee4ed160 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 8c0624164..e71fa2ac7 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 1d54664bc..20f247c6a 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 33da6e917..21abba86e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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/ZLPreference.java b/src/org/geometerplus/android/fbreader/preferences/ZLPreference.java index 9438e970d..3b42f15b0 100644 --- a/src/org/geometerplus/android/fbreader/preferences/ZLPreference.java +++ b/src/org/geometerplus/android/fbreader/preferences/ZLPreference.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 714112e3f..57e4cb550 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 9342e6f30..7fe766371 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 a2ca5a04a..04d5bb316 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 f01c57b2d..de018503f 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 b9af2e3f7..e90505d73 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 9e5a1a19d..2fc6592cc 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 7909ee2e5..3cd09d56b 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 20dbe995c..180be3779 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 723d69a31..10f8d763e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 4cb560d7e..4490b52f9 100644 --- a/src/org/geometerplus/android/util/PackageUtil.java +++ b/src/org/geometerplus/android/util/PackageUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 c4f411e3b..fc9fc458b 100644 --- a/src/org/geometerplus/android/util/SQLiteUtil.java +++ b/src/org/geometerplus/android/util/SQLiteUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 8e37d9ab4..bdd708bde 100644 --- a/src/org/geometerplus/android/util/UIUtil.java +++ b/src/org/geometerplus/android/util/UIUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 3aa718469..8f0912f4c 100644 --- a/src/org/geometerplus/fbreader/Paths.java +++ b/src/org/geometerplus/fbreader/Paths.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 d4679a215..bd2a1648b 100644 --- a/src/org/geometerplus/fbreader/bookmodel/BookModel.java +++ b/src/org/geometerplus/fbreader/bookmodel/BookModel.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 274b3d02c..426430713 100644 --- a/src/org/geometerplus/fbreader/bookmodel/BookReader.java +++ b/src/org/geometerplus/fbreader/bookmodel/BookReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8e23c1da0..de443c6fa 100644 --- a/src/org/geometerplus/fbreader/bookmodel/FBHyperlinkType.java +++ b/src/org/geometerplus/fbreader/bookmodel/FBHyperlinkType.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 fe56ef195..be76f860e 100644 --- a/src/org/geometerplus/fbreader/bookmodel/FBTextKind.java +++ b/src/org/geometerplus/fbreader/bookmodel/FBTextKind.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 da5e2a306..aacb88906 100644 --- a/src/org/geometerplus/fbreader/bookmodel/TOCTree.java +++ b/src/org/geometerplus/fbreader/bookmodel/TOCTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 409bca60d..3bf94d2e0 100644 --- a/src/org/geometerplus/fbreader/fbreader/ActionCode.java +++ b/src/org/geometerplus/fbreader/fbreader/ActionCode.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 bc884c4be..a9eec2e61 100644 --- a/src/org/geometerplus/fbreader/fbreader/ChangeFontSizeAction.java +++ b/src/org/geometerplus/fbreader/fbreader/ChangeFontSizeAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 2d8825f86..b39f62768 100644 --- a/src/org/geometerplus/fbreader/fbreader/ClearFindResultsAction.java +++ b/src/org/geometerplus/fbreader/fbreader/ClearFindResultsAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 30ad99f10..0a37247d8 100644 --- a/src/org/geometerplus/fbreader/fbreader/ColorProfile.java +++ b/src/org/geometerplus/fbreader/fbreader/ColorProfile.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 4b0788c02..b20c5d5fe 100644 --- a/src/org/geometerplus/fbreader/fbreader/ExitAction.java +++ b/src/org/geometerplus/fbreader/fbreader/ExitAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 76287d92e..22a1f0806 100644 --- a/src/org/geometerplus/fbreader/fbreader/FBAction.java +++ b/src/org/geometerplus/fbreader/fbreader/FBAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 10e818070..96f959012 100644 --- a/src/org/geometerplus/fbreader/fbreader/FBReaderApp.java +++ b/src/org/geometerplus/fbreader/fbreader/FBReaderApp.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 d26d515a9..61afa5d47 100644 --- a/src/org/geometerplus/fbreader/fbreader/FBView.java +++ b/src/org/geometerplus/fbreader/fbreader/FBView.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 88cfbfdcb..d5eb1b139 100644 --- a/src/org/geometerplus/fbreader/fbreader/FindNextAction.java +++ b/src/org/geometerplus/fbreader/fbreader/FindNextAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 5a8a8ff7b..ca9e2091f 100644 --- a/src/org/geometerplus/fbreader/fbreader/FindPreviousAction.java +++ b/src/org/geometerplus/fbreader/fbreader/FindPreviousAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 f6914c691..c6bf7417b 100644 --- a/src/org/geometerplus/fbreader/fbreader/MoveCursorAction.java +++ b/src/org/geometerplus/fbreader/fbreader/MoveCursorAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/RotateAction.java b/src/org/geometerplus/fbreader/fbreader/RotateAction.java index 16ac2f041..3b8d9a4c8 100644 --- a/src/org/geometerplus/fbreader/fbreader/RotateAction.java +++ b/src/org/geometerplus/fbreader/fbreader/RotateAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 244aced24..6f82279ef 100644 --- a/src/org/geometerplus/fbreader/fbreader/ScrollingPreferences.java +++ b/src/org/geometerplus/fbreader/fbreader/ScrollingPreferences.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 3e7478954..d38327839 100644 --- a/src/org/geometerplus/fbreader/fbreader/SelectionClearAction.java +++ b/src/org/geometerplus/fbreader/fbreader/SelectionClearAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 209b249ef..e71eb83d0 100644 --- a/src/org/geometerplus/fbreader/fbreader/SwitchProfileAction.java +++ b/src/org/geometerplus/fbreader/fbreader/SwitchProfileAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 1533675c7..1392d90fc 100644 --- a/src/org/geometerplus/fbreader/fbreader/TapZoneMap.java +++ b/src/org/geometerplus/fbreader/fbreader/TapZoneMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 bb37fbb50..f87b5ab58 100644 --- a/src/org/geometerplus/fbreader/fbreader/TextBuildTraverser.java +++ b/src/org/geometerplus/fbreader/fbreader/TextBuildTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8aa6e50a8..eb6106d24 100644 --- a/src/org/geometerplus/fbreader/fbreader/TurnPageAction.java +++ b/src/org/geometerplus/fbreader/fbreader/TurnPageAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 old mode 100755 new mode 100644 index 3b84bc311..ca41dd3d6 --- a/src/org/geometerplus/fbreader/fbreader/VolumeKeyTurnPageAction.java +++ b/src/org/geometerplus/fbreader/fbreader/VolumeKeyTurnPageAction.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 13fbfb46a..87e1e0d26 100644 --- a/src/org/geometerplus/fbreader/fbreader/WallpapersUtil.java +++ b/src/org/geometerplus/fbreader/fbreader/WallpapersUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2011 Geometer Plus + * Copyright (C) 2011-2012 Geometer Plus * * This program is free software; you can 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 50b395a94..eff538782 100644 --- a/src/org/geometerplus/fbreader/fbreader/WordCountTraverser.java +++ b/src/org/geometerplus/fbreader/fbreader/WordCountTraverser.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 edff4f1b9..e2210788d 100644 --- a/src/org/geometerplus/fbreader/formats/FormatPlugin.java +++ b/src/org/geometerplus/fbreader/formats/FormatPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 64a05467a..2fefcdc47 100644 --- a/src/org/geometerplus/fbreader/formats/PluginCollection.java +++ b/src/org/geometerplus/fbreader/formats/PluginCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 2c233687f..691e9217d 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 de765cdc8..3fe688287 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 fb6f45b19..ac8fab97e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 d1424faa9..5e32e7fb1 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 d9a85ad92..1f7657e59 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 d0e70771e..7b2cdc620 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 3e1d81622..f94a2fd03 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 ce3720e62..c36170e1a 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8fa92da8e..71b35d3be 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/HtmlMetaInfoReader.java b/src/org/geometerplus/fbreader/formats/html/HtmlMetaInfoReader.java index d0fac64db..be50645cb 100644 --- a/src/org/geometerplus/fbreader/formats/html/HtmlMetaInfoReader.java +++ b/src/org/geometerplus/fbreader/formats/html/HtmlMetaInfoReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/HtmlPlugin.java b/src/org/geometerplus/fbreader/formats/html/HtmlPlugin.java index b2c36819e..bd40eaac8 100644 --- a/src/org/geometerplus/fbreader/formats/html/HtmlPlugin.java +++ b/src/org/geometerplus/fbreader/formats/html/HtmlPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 6a2a9bf87..30ddc1a7d 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 e4c8d2b18..65d196217 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8068a11f2..58de33e15 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 37bcef211..9007f612e 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 219727575..e59d51ecc 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 4a90cb30f..93447c9f8 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 4bba3766b..03656342b 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 9f842cc1a..3f9c9f54f 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 7bf369fbe..397c0e629 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 e2aa0e1bf..c1feec5f7 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 86f6cbdef..6a0b1a69d 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 2b77628bf..0da470e5f 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 845fa119c..df616d571 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 e66ef413c..eaf1d7247 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 348207999..5339a8c81 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 ba9435db2..12d2c0933 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 36eb36d27..abc47241e 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 7dc1d0b52..f9cfe6337 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/PdbPlugin.java b/src/org/geometerplus/fbreader/formats/pdb/PdbPlugin.java index 3d331604a..38a60cc6b 100644 --- a/src/org/geometerplus/fbreader/formats/pdb/PdbPlugin.java +++ b/src/org/geometerplus/fbreader/formats/pdb/PdbPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 78fca1992..da20e3321 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 93350be3a..1dd276b25 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/plucker/DocCompressedFileImage.java b/src/org/geometerplus/fbreader/formats/plucker/DocCompressedFileImage.java index 99b2042a2..34e84c9cd 100644 --- a/src/org/geometerplus/fbreader/formats/plucker/DocCompressedFileImage.java +++ b/src/org/geometerplus/fbreader/formats/plucker/DocCompressedFileImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/plucker/PluckerBookReader.java b/src/org/geometerplus/fbreader/formats/plucker/PluckerBookReader.java index 956c51cb9..d6e345015 100644 --- a/src/org/geometerplus/fbreader/formats/plucker/PluckerBookReader.java +++ b/src/org/geometerplus/fbreader/formats/plucker/PluckerBookReader.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/plucker/PluckerFileImage.java b/src/org/geometerplus/fbreader/formats/plucker/PluckerFileImage.java index b9ae839c8..64c129bc6 100644 --- a/src/org/geometerplus/fbreader/formats/plucker/PluckerFileImage.java +++ b/src/org/geometerplus/fbreader/formats/plucker/PluckerFileImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/plucker/PluckerPlugin.java b/src/org/geometerplus/fbreader/formats/plucker/PluckerPlugin.java index 6781b3129..d3b955e34 100644 --- a/src/org/geometerplus/fbreader/formats/plucker/PluckerPlugin.java +++ b/src/org/geometerplus/fbreader/formats/plucker/PluckerPlugin.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/plucker/PluckerTextStream.java b/src/org/geometerplus/fbreader/formats/plucker/PluckerTextStream.java index cdcc4bd34..c47e62b6e 100644 --- a/src/org/geometerplus/fbreader/formats/plucker/PluckerTextStream.java +++ b/src/org/geometerplus/fbreader/formats/plucker/PluckerTextStream.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/plucker/ZCompressedFileImage.java b/src/org/geometerplus/fbreader/formats/plucker/ZCompressedFileImage.java index 4ecfda1c5..4b6d42953 100644 --- a/src/org/geometerplus/fbreader/formats/plucker/ZCompressedFileImage.java +++ b/src/org/geometerplus/fbreader/formats/plucker/ZCompressedFileImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 335c30d10..5fbd1fcd4 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 57eea9fc6..67cca0af1 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 b65c7ed9e..72846e29c 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 470d11851..5ed26d6d2 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 c31ea1c61..7b9724d5e 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8b55d4485..be28081e4 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 6434c5870..9ece3c8f4 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 cefef8192..033c0de73 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 423085eee..88f8f82ea 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 adedfcd5b..7e84b411c 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8ca73073a..56833d5b3 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 c8e8377ed..f0a5e8f97 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 a768e8333..7170247cf 100644 --- a/src/org/geometerplus/fbreader/library/Author.java +++ b/src/org/geometerplus/fbreader/library/Author.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 34b41b4fd..a46eea3fc 100644 --- a/src/org/geometerplus/fbreader/library/AuthorTree.java +++ b/src/org/geometerplus/fbreader/library/AuthorTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 fd7ee013b..63deb87f9 100644 --- a/src/org/geometerplus/fbreader/library/Book.java +++ b/src/org/geometerplus/fbreader/library/Book.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 ab7186425..afc4de0c0 100644 --- a/src/org/geometerplus/fbreader/library/BookInSeriesTree.java +++ b/src/org/geometerplus/fbreader/library/BookInSeriesTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 3459e6cb5..ffa9aa8cb 100644 --- a/src/org/geometerplus/fbreader/library/BookTree.java +++ b/src/org/geometerplus/fbreader/library/BookTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 221691577..9b0da15da 100644 --- a/src/org/geometerplus/fbreader/library/Bookmark.java +++ b/src/org/geometerplus/fbreader/library/Bookmark.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 f7624221a..0fc152993 100644 --- a/src/org/geometerplus/fbreader/library/BooksDatabase.java +++ b/src/org/geometerplus/fbreader/library/BooksDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 de901df8a..1ecf6427a 100644 --- a/src/org/geometerplus/fbreader/library/FavoritesTree.java +++ b/src/org/geometerplus/fbreader/library/FavoritesTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 4cf022b91..2092140cc 100644 --- a/src/org/geometerplus/fbreader/library/FileFirstLevelTree.java +++ b/src/org/geometerplus/fbreader/library/FileFirstLevelTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 547130f7c..261dfd703 100644 --- a/src/org/geometerplus/fbreader/library/FileInfo.java +++ b/src/org/geometerplus/fbreader/library/FileInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 50b4093fc..fc2fb6b28 100644 --- a/src/org/geometerplus/fbreader/library/FileInfoSet.java +++ b/src/org/geometerplus/fbreader/library/FileInfoSet.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 03576bc28..25f053c23 100644 --- a/src/org/geometerplus/fbreader/library/FileTree.java +++ b/src/org/geometerplus/fbreader/library/FileTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 4bd9a63fe..585af4eaf 100644 --- a/src/org/geometerplus/fbreader/library/FirstLevelTree.java +++ b/src/org/geometerplus/fbreader/library/FirstLevelTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 8973a622f..974e74cbd 100644 --- a/src/org/geometerplus/fbreader/library/Library.java +++ b/src/org/geometerplus/fbreader/library/Library.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 901a2499b..59baeaa8e 100644 --- a/src/org/geometerplus/fbreader/library/LibraryTree.java +++ b/src/org/geometerplus/fbreader/library/LibraryTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 83020b23f..d524e5b39 100644 --- a/src/org/geometerplus/fbreader/library/RootTree.java +++ b/src/org/geometerplus/fbreader/library/RootTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 26a40713d..68f4d0650 100644 --- a/src/org/geometerplus/fbreader/library/SearchResultsTree.java +++ b/src/org/geometerplus/fbreader/library/SearchResultsTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 dae7fba6c..aeb799f99 100644 --- a/src/org/geometerplus/fbreader/library/SeriesInfo.java +++ b/src/org/geometerplus/fbreader/library/SeriesInfo.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 8ff0915a2..0c176d15f 100644 --- a/src/org/geometerplus/fbreader/library/SeriesTree.java +++ b/src/org/geometerplus/fbreader/library/SeriesTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 3bb4478e8..905e8b0ad 100644 --- a/src/org/geometerplus/fbreader/library/Tag.java +++ b/src/org/geometerplus/fbreader/library/Tag.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 51f5313b5..158ce27c7 100644 --- a/src/org/geometerplus/fbreader/library/TagTree.java +++ b/src/org/geometerplus/fbreader/library/TagTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 f4565efd3..d7ac2a175 100644 --- a/src/org/geometerplus/fbreader/library/TitleTree.java +++ b/src/org/geometerplus/fbreader/library/TitleTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 2064b6b65..deb5c7d82 100644 --- a/src/org/geometerplus/fbreader/network/AbstractNetworkLink.java +++ b/src/org/geometerplus/fbreader/network/AbstractNetworkLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 745a85562..cdfdbb038 100644 --- a/src/org/geometerplus/fbreader/network/AllCatalogsSearchItem.java +++ b/src/org/geometerplus/fbreader/network/AllCatalogsSearchItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 6fd95b718..7e7e031d5 100644 --- a/src/org/geometerplus/fbreader/network/Base64EncodedImage.java +++ b/src/org/geometerplus/fbreader/network/Base64EncodedImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 d06fef3fc..d85bc5112 100644 --- a/src/org/geometerplus/fbreader/network/BasketItem.java +++ b/src/org/geometerplus/fbreader/network/BasketItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 83dbb8559..001020529 100644 --- a/src/org/geometerplus/fbreader/network/HtmlUtil.java +++ b/src/org/geometerplus/fbreader/network/HtmlUtil.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 e4f89ba08..0caf02b12 100644 --- a/src/org/geometerplus/fbreader/network/ICustomNetworkLink.java +++ b/src/org/geometerplus/fbreader/network/ICustomNetworkLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 f6f22c381..57e36482c 100644 --- a/src/org/geometerplus/fbreader/network/INetworkLink.java +++ b/src/org/geometerplus/fbreader/network/INetworkLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 09ea5e13e..4d68ca687 100644 --- a/src/org/geometerplus/fbreader/network/IPredefinedNetworkLink.java +++ b/src/org/geometerplus/fbreader/network/IPredefinedNetworkLink.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 57dd9111b..257d6a1f7 100644 --- a/src/org/geometerplus/fbreader/network/NetworkBookItem.java +++ b/src/org/geometerplus/fbreader/network/NetworkBookItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 581fb0d1b..de6833c81 100644 --- a/src/org/geometerplus/fbreader/network/NetworkBookItemComparator.java +++ b/src/org/geometerplus/fbreader/network/NetworkBookItemComparator.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 0a029824e..d38a69877 100644 --- a/src/org/geometerplus/fbreader/network/NetworkCatalogItem.java +++ b/src/org/geometerplus/fbreader/network/NetworkCatalogItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 64e1809c8..1b7e5abe4 100644 --- a/src/org/geometerplus/fbreader/network/NetworkDatabase.java +++ b/src/org/geometerplus/fbreader/network/NetworkDatabase.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 be52897bd..3af33a722 100644 --- a/src/org/geometerplus/fbreader/network/NetworkException.java +++ b/src/org/geometerplus/fbreader/network/NetworkException.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 75595c025..6002baeed 100644 --- a/src/org/geometerplus/fbreader/network/NetworkImage.java +++ b/src/org/geometerplus/fbreader/network/NetworkImage.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 354dc9722..bfda04061 100644 --- a/src/org/geometerplus/fbreader/network/NetworkItem.java +++ b/src/org/geometerplus/fbreader/network/NetworkItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 45b7dc557..2ff529cf1 100644 --- a/src/org/geometerplus/fbreader/network/NetworkLibrary.java +++ b/src/org/geometerplus/fbreader/network/NetworkLibrary.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 8be9c327d..018ce26cf 100644 --- a/src/org/geometerplus/fbreader/network/NetworkOperationData.java +++ b/src/org/geometerplus/fbreader/network/NetworkOperationData.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 fbb7d6f87..6bc0ddc7b 100644 --- a/src/org/geometerplus/fbreader/network/NetworkTree.java +++ b/src/org/geometerplus/fbreader/network/NetworkTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 dea2677fc..22efbde74 100644 --- a/src/org/geometerplus/fbreader/network/NetworkURLCatalogItem.java +++ b/src/org/geometerplus/fbreader/network/NetworkURLCatalogItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 7e790479a..d89fe49a8 100644 --- a/src/org/geometerplus/fbreader/network/SearchItem.java +++ b/src/org/geometerplus/fbreader/network/SearchItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 3571c85ab..7205cd94a 100644 --- a/src/org/geometerplus/fbreader/network/SingleCatalogSearchItem.java +++ b/src/org/geometerplus/fbreader/network/SingleCatalogSearchItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 cdf349c88..9d36e4e01 100644 --- a/src/org/geometerplus/fbreader/network/TopUpItem.java +++ b/src/org/geometerplus/fbreader/network/TopUpItem.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 cc56f0682..1ab3a1a2d 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 a391eac27..e89994a74 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 e4d2ed127..6a4bd1c76 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 d6d22a3e3..93bf33453 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 81281251b..7e365c45b 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 fc4039d25..2ace454e4 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 c760025c3..8c64c5ae1 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 e732b6530..0113920b5 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 2085298ee..74fcd18cd 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 f24afeea2..90d074353 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 24d1cd55b..b74156e8f 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 42b276e8d..d9613948e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 73ca53e9d..0a5f95165 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 64eb5b8d7..61ff04b92 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 0b2f25cf7..236c3f5a7 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 67aa71846..25a50321a 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 8a4a6d546..e019c6c17 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 79f9d1aa2..d6389e746 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 93c6c463e..4ccaa1d7d 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 f3ccf22e8..605a377fa 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 f85cd783a..350e7d00c 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 aea9d37e8..fb3ef31e1 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 8c8b0a106..055211b2e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 72e8d5b69..0d9fb0c6e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 09e17c7c0..427e4cc6d 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 20ff3bbe9..42ec1cd60 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 a594a49b2..5fe28b0e8 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 bd1ed305e..8948b13d2 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 897bf28e7..832520091 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 45f639518..3bbb70e81 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 4b8093f2b..897000a1e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 0e1f19fe2..285929841 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 979498740..650d59ce6 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 8a2360de7..132fca23c 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 32c73c195..dbc6deb87 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 0304be0e5..4d838d2e2 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 999da67b4..ac163f0cd 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 92123072d..f6c3ba93c 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 eceee3e75..db9e6169a 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 8ce2e6d37..6b76d39bb 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 330bc3178..4f3a9749e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 5b8a12653..67ea741b4 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 6d2042911..196697441 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 f6f2a5079..efd058f6f 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 78b7876f8..8366ae760 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 973312b01..03cc2b3ca 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 da156bf18..41a9a4c42 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 6b71fd7c4..18017ffc9 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 cb5a60d96..bc2b464c3 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 73bb433ca..1b4f719be 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 147ee1e12..6385a5c2f 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 1acffef9d..6aade443f 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 e5e8e0837..f341e084d 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 722baebe1..4695b6a46 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 7eb115685..32c08785a 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 74ef01e45..b4aa19c4d 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 e5779e317..662278fbb 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 38c18b54e..a40f9f0ab 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 287c6fd4b..70533e51c 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 b5db89f33..ee2764096 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 7162da016..adc4288c5 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 5bebe87dc..23396d5b2 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 a8ea268f9..c9cb2baa8 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 f44db6b4a..625b96ce4 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 015831041..22eebad6f 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 718d0ac75..612db12ad 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 e9587fff5..1bc23be44 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 e261f7d25..d9620f5c2 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 2428e00b0..3d16d4ccb 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 3a54068ea..b430117eb 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 2e2017b79..2cd13762f 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 5871bf440..1b8e68d4e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 223369b34..1f7e9b7c6 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 6040c68cd..8dc755109 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 a998e624e..de0a405a5 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 b6c7f3624..e08b30864 100644 --- a/src/org/geometerplus/fbreader/tips/Tip.java +++ b/src/org/geometerplus/fbreader/tips/Tip.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 cb2cd759c..8e4c97765 100644 --- a/src/org/geometerplus/fbreader/tips/TipsFeedHandler.java +++ b/src/org/geometerplus/fbreader/tips/TipsFeedHandler.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 0c62c54e7..bf3e947c0 100644 --- a/src/org/geometerplus/fbreader/tips/TipsManager.java +++ b/src/org/geometerplus/fbreader/tips/TipsManager.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 b0f1ce0fa..892d7db59 100644 --- a/src/org/geometerplus/fbreader/tree/FBTree.java +++ b/src/org/geometerplus/fbreader/tree/FBTree.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 3be435336..ebb46b223 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 7b46fbb33..77c4cd3b7 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 43a4dc25b..e840199bf 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 2ba5c6e55..25ffe3840 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 9b8a9457f..c123dcf88 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/encoding/ZLEncodingCollection.java b/src/org/geometerplus/zlibrary/core/encoding/ZLEncodingCollection.java index 84dc875a7..74c6ac771 100644 --- a/src/org/geometerplus/zlibrary/core/encoding/ZLEncodingCollection.java +++ b/src/org/geometerplus/zlibrary/core/encoding/ZLEncodingCollection.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 ae26c27fd..52dfa5ca4 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 2bf012972..4fcb0cab2 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 7a71e8ab5..7fc25de31 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 f145b0db8..cac5ba316 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 9f2358106..020b01556 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 7b817d30e..2473f3a67 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 65336c75b..29c2a2185 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 f145f9797..56640b202 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 08050e97f..f3e5ec6a6 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 5efb08e96..a19a01364 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 55b08a14f..ebd7c27aa 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 b689ac567..caf69f3ce 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8a1fc74f4..136f202b1 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 d354d8d52..293aa2e59 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 3a3b924df..390cbcb72 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 2a7fe748e..6b137de57 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8f235a5d2..17de44971 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 5a6136f39..1e5d2b4c1 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/ZLImageMap.java b/src/org/geometerplus/zlibrary/core/image/ZLImageMap.java index 6ce60c16e..13e40ffde 100644 --- a/src/org/geometerplus/zlibrary/core/image/ZLImageMap.java +++ b/src/org/geometerplus/zlibrary/core/image/ZLImageMap.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 b0369df6a..9bbb1c774 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 b4dc664d9..975d1ee75 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 18d08d9ee..b21c7ebd9 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/ZLLanguageDetector.java b/src/org/geometerplus/zlibrary/core/language/ZLLanguageDetector.java index b42a0e998..b18d25766 100644 --- a/src/org/geometerplus/zlibrary/core/language/ZLLanguageDetector.java +++ b/src/org/geometerplus/zlibrary/core/language/ZLLanguageDetector.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/ZLLanguageMatcher.java b/src/org/geometerplus/zlibrary/core/language/ZLLanguageMatcher.java index 4d6e0a2ec..4271cd8d8 100644 --- a/src/org/geometerplus/zlibrary/core/language/ZLLanguageMatcher.java +++ b/src/org/geometerplus/zlibrary/core/language/ZLLanguageMatcher.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 4c733781e..58aaa4d66 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 c37836e60..d9548aa85 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 ae70338f4..fb820b895 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 c411be222..dfbe1911e 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 e54a9979c..a2ff6f4f9 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 63c9da637..64f524281 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 6ef2493c0..ee5b1dc4f 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 b9f416c25..0b9eddd30 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 73e26f0a1..ffc0459f8 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 a80bcf3dc..1865691d2 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 89df57258..42e31e853 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 38605caca..c21723ad6 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 e336e9f14..7fcc032a5 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 cf1514529..e8d1b8a88 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 316d4820d..fa0be60ae 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 d8dc0b6fa..21e5b0b9c 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 a017d4603..cefab14b3 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 a8e6e1ed5..ac4ad5df5 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 31610dc58..cd89d1801 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 9908c0c56..4d20bc2a7 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 d82e16f20..6cfb070c8 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 c089ea23e..9be8da7df 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 6a61094ba..d3e4bdcb9 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 06b4fdd55..cf609f4bb 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 aba50fc3b..ee6a5fcb6 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 00bd75a94..eb22ab9f9 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 f8f6ef186..d5111e904 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 1426d27b3..a0a56cf6f 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 67775a823..a680c5c9c 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 f9cc3e49d..10974243d 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 f6f70a2d1..837d11669 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 57d68c902..d1afd745f 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 bed3e4b59..a0f910a62 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 c1b4352f2..bb8c07ef1 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 3262873a0..07bf86885 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 5ec1be59d..7604c7870 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 ff0cb4acb..cbab18d74 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 bbdc16886..0dbac02b3 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 a7f1ef297..3ff657ad2 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 691f597b0..8c280cf81 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 df6b40af2..0b67c5798 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 a7f9caf3d..accad214b 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 2c85b078d..cc37bd73a 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 f6bca1e9f..035971bb0 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 4fa6c5364..ad27e33c1 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 d538af2fd..bcb9d4fe9 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8e178f58a..58ad700eb 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 ba21cf876..50bba6c9f 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 b03a3a456..8c03d6abe 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 01b96e9b8..76ba238d6 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 9efeb42f6..e1d157f9d 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 a48d8985b..5d9a9ea1f 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 6ccf74917..dd03f44eb 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 1baa3a7c9..328949bf4 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 74c3563e3..6c804c753 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 92e156999..7d6e333a4 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 52345a26a..9f5d5c0a2 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/ZLTextForcedControlEntry.java b/src/org/geometerplus/zlibrary/text/model/ZLTextForcedControlEntry.java index 97e38865c..a885f2748 100644 --- a/src/org/geometerplus/zlibrary/text/model/ZLTextForcedControlEntry.java +++ b/src/org/geometerplus/zlibrary/text/model/ZLTextForcedControlEntry.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 76679d3be..5d2168c5e 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 7819e78ad..2bdf966c6 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 5aea9a57a..73452da47 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 adb0fafbb..4aca1468d 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 c4aa54e9b..28d2e366f 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 c135208ff..a0b4f9037 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 7e7059fea..8c4f98ba5 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 1a4b8da92..96ca57908 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 b8cee1bbd..0aeb17da6 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 27354040a..6fbf8c7db 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 1a9aa1d79..f3057e7b2 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 97ab37f12..62624e4ff 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 4a56f1aec..4e4594373 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 d7a40d94c..114f47ed1 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 9ce5cbf49..36e4a03d5 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 4e77df587..cd872f04d 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 6c66fd50e..99ede2d33 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 0cb5710cc..684c51095 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 64dc9396d..02dc08c14 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 b10ff3670..84bec2f28 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 27026b999..e0c435f84 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 c5f2cb163..84c0812cb 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 2680cb475..6ff4b27b1 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 af4a7ff2f..30a02c09e 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 865520b2b..a309e2f15 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 e454d933e..91e53121d 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 fc7440d81..a34eaf72f 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 302b9374b..ea0619bc4 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 b159a018b..809ec9e6d 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 4f0aaad18..373417464 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 e824cdf80..8daf9a7b3 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 de5753faa..20bf8c301 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 fe29f67bf..693e15b53 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 001bcbf94..0434e4f59 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 fda3229b6..b3abea274 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 991315a47..a75ae23a8 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 4879e96cb..4635cc9c1 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 14f7ed01c..5a7c16c8f 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-2011 Geometer Plus + * Copyright (C) 2009-2012 Geometer Plus * * This program is free software; you can 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 9f716a555..4cc595ab9 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 4cfdf4582..ff30a093e 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/ZLTextFullDecoratedStyle.java b/src/org/geometerplus/zlibrary/text/view/style/ZLTextFullDecoratedStyle.java index d4ae40c0e..5bf622026 100644 --- a/src/org/geometerplus/zlibrary/text/view/style/ZLTextFullDecoratedStyle.java +++ b/src/org/geometerplus/zlibrary/text/view/style/ZLTextFullDecoratedStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 7270ea0b4..29854dfd8 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/ZLTextPartialDecoratedStyle.java b/src/org/geometerplus/zlibrary/text/view/style/ZLTextPartialDecoratedStyle.java index 17dc944df..4b6430202 100644 --- a/src/org/geometerplus/zlibrary/text/view/style/ZLTextPartialDecoratedStyle.java +++ b/src/org/geometerplus/zlibrary/text/view/style/ZLTextPartialDecoratedStyle.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 e36e8ef56..6cbc712fa 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 0d621f4a8..34308ca06 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 50800d984..064f08302 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8d834ba4e..2d07de8ac 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 b72d0b93e..1188c2d3f 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 19c399ae2..ea10bb015 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 6834fe3f4..5a22568d9 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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/BugReportActivity.java b/src/org/geometerplus/zlibrary/ui/android/library/BugReportActivity.java index 5b318bcb9..7d8b3ae9e 100644 --- a/src/org/geometerplus/zlibrary/ui/android/library/BugReportActivity.java +++ b/src/org/geometerplus/zlibrary/ui/android/library/BugReportActivity.java @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 8f4b617fe..1c351505c 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 6fff4a29b..85bbf0380 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 7b5e25b4e..c0b897b2b 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 65367deaf..153fa6fb9 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 3accde925..0b8e8a080 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 5543a7afa..2ac2c8f81 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-2011 Geometer Plus + * Copyright (C) 2010-2012 Geometer Plus * * This program is free software; you can 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 c89f9f96c..fb92c1eba 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 2455bd62d..b7536705d 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 1a50b89f2..60b0dbe19 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 54589d2fd..bfab80e08 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 c3ce766cf..c8fc47869 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 faee075e9..b55c0ae46 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 c7351ba4c..5887744a6 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 65be9c6f2..920ad0988 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 dc26814f4..228b7408d 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can 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 02b052d74..dc405ef70 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-2011 Geometer Plus + * Copyright (C) 2007-2012 Geometer Plus * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by