diff --git a/LICENSE.txt b/LICENSE.txt index fa068886..912db06b 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ GoldenDict, a dictionary lookup program. - Copyright (C) 2008-2011 Konstantin Isakov + Copyright (C) 2008-2012 Konstantin Isakov This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/aard.cc b/aard.cc index 10083a92..46c870e8 100644 --- a/aard.cc +++ b/aard.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "aard.hh" diff --git a/about.cc b/about.cc index c55bbc28..4e44840b 100644 --- a/about.cc +++ b/about.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "about.hh" diff --git a/about.hh b/about.hh index f62726dc..732ad13b 100644 --- a/about.hh +++ b/about.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef ABOUT_HH diff --git a/about.ui b/about.ui index 5eb36b71..b7e9d424 100644 --- a/about.ui +++ b/about.ui @@ -70,7 +70,7 @@ - (c) 2008-2011 Konstantin Isakov (ikm@goldendict.org) + (c) 2008-2012 Konstantin Isakov (ikm@goldendict.org) Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter diff --git a/article_maker.cc b/article_maker.cc index 91ce4d2f..75ae6e31 100644 --- a/article_maker.cc +++ b/article_maker.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "article_maker.hh" @@ -153,7 +153,7 @@ sptr< Dictionary::DataRequest > ArticleMaker::makeDefinitionFor( "

Should you need further help, have any questions, " "suggestions or just wonder what the others think, you are welcome at the program's forum." "

Check program's website for the updates. " -"

(c) 2008-2011 Konstantin Isakov. Licensed under GPLv3 or later." +"

(c) 2008-2012 Konstantin Isakov. Licensed under GPLv3 or later." ).toUtf8().data(); } diff --git a/article_maker.hh b/article_maker.hh index 6aa66637..b0ca6441 100644 --- a/article_maker.hh +++ b/article_maker.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ARTICLE_MAKER_HH_INCLUDED__ diff --git a/article_netmgr.cc b/article_netmgr.cc index 304283d4..07e3063f 100644 --- a/article_netmgr.cc +++ b/article_netmgr.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifdef _MSC_VER diff --git a/article_netmgr.hh b/article_netmgr.hh index 5a4924cf..d3f5a873 100644 --- a/article_netmgr.hh +++ b/article_netmgr.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ARTICLE_NETMGR_HH_INCLUDED__ diff --git a/articleview.cc b/articleview.cc index 98ba7133..24bf48c4 100644 --- a/articleview.cc +++ b/articleview.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "articleview.hh" diff --git a/articleview.hh b/articleview.hh index 72c1626b..a14550fd 100644 --- a/articleview.hh +++ b/articleview.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ARTICLEVIEW_HH_INCLUDED__ diff --git a/articlewebview.cc b/articlewebview.cc index 1494b792..df3c9dd0 100644 --- a/articlewebview.cc +++ b/articlewebview.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "articlewebview.hh" diff --git a/articlewebview.hh b/articlewebview.hh index 1d362a1c..682bf319 100644 --- a/articlewebview.hh +++ b/articlewebview.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ARTICLEWEBVIEW_HH_INCLUDED__ diff --git a/atomic_rename.cc b/atomic_rename.cc index 0fd4ebb4..1d6b1070 100644 --- a/atomic_rename.cc +++ b/atomic_rename.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "atomic_rename.hh" diff --git a/atomic_rename.hh b/atomic_rename.hh index 41e508ad..4d28c568 100644 --- a/atomic_rename.hh +++ b/atomic_rename.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ATOMIC_RENAME_HH_INCLUDED__ diff --git a/audiolink.cc b/audiolink.cc index 3c408379..5f0a99a2 100644 --- a/audiolink.cc +++ b/audiolink.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "audiolink.hh" diff --git a/audiolink.hh b/audiolink.hh index e9692961..51f673b4 100644 --- a/audiolink.hh +++ b/audiolink.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __AUDIOLINK_HH_INCLUDED__ diff --git a/bgl.cc b/bgl.cc index 3deed569..8b207be7 100644 --- a/bgl.cc +++ b/bgl.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "bgl.hh" diff --git a/bgl.hh b/bgl.hh index 2f75fc66..67548b62 100644 --- a/bgl.hh +++ b/bgl.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __BGL_HH_INCLUDED__ diff --git a/broken_xrecord.cc b/broken_xrecord.cc index 71b9417f..957b1963 100644 --- a/broken_xrecord.cc +++ b/broken_xrecord.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "broken_xrecord.hh" diff --git a/broken_xrecord.hh b/broken_xrecord.hh index 1922afb2..976e1033 100644 --- a/broken_xrecord.hh +++ b/broken_xrecord.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __BROKEN_XRECORD_HH_INCLUDED__ diff --git a/btreeidx.cc b/btreeidx.cc index 3a2cbcc5..2ce0ce0f 100644 --- a/btreeidx.cc +++ b/btreeidx.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "btreeidx.hh" diff --git a/btreeidx.hh b/btreeidx.hh index d355b319..8b27a897 100644 --- a/btreeidx.hh +++ b/btreeidx.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __BTREEIDX_HH_INCLUDED__ diff --git a/chunkedstorage.cc b/chunkedstorage.cc index 195e2dc4..4a3e0cbb 100644 --- a/chunkedstorage.cc +++ b/chunkedstorage.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "chunkedstorage.hh" diff --git a/chunkedstorage.hh b/chunkedstorage.hh index 419d2020..b92c6aed 100644 --- a/chunkedstorage.hh +++ b/chunkedstorage.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __CHUNKEDSTORAGE_HH_INCLUDED__ diff --git a/config.cc b/config.cc index a3d3ddde..fe175a79 100644 --- a/config.cc +++ b/config.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "config.hh" diff --git a/config.hh b/config.hh index 063d6b1b..eebd2b51 100644 --- a/config.hh +++ b/config.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __CONFIG_HH_INCLUDED__ diff --git a/country.cc b/country.cc index 2e8b1eb5..574520e8 100644 --- a/country.cc +++ b/country.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "country.hh" diff --git a/dictdfiles.cc b/dictdfiles.cc index d1773630..77de7ee9 100644 --- a/dictdfiles.cc +++ b/dictdfiles.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "dictdfiles.hh" diff --git a/dictdfiles.hh b/dictdfiles.hh index 97b0da83..663ec196 100644 --- a/dictdfiles.hh +++ b/dictdfiles.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __DICTDFILES_HH_INCLUDED__ diff --git a/dictionary.cc b/dictionary.cc index f7c886d2..fd17c586 100644 --- a/dictionary.cc +++ b/dictionary.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include diff --git a/dictionary.hh b/dictionary.hh index e8d696ef..8d3499df 100644 --- a/dictionary.hh +++ b/dictionary.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __DICTIONARY_HH_INCLUDED__ diff --git a/dictspanewidget.hh b/dictspanewidget.hh index c9d8e42b..4ed8f3e3 100644 --- a/dictspanewidget.hh +++ b/dictspanewidget.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __DICTSPANEWIDGET_HH_INCLUDED__ diff --git a/dsl.cc b/dsl.cc index f7d58fe5..0c379e2a 100644 --- a/dsl.cc +++ b/dsl.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "dsl.hh" diff --git a/dsl.hh b/dsl.hh index f8df2b61..cc009e26 100644 --- a/dsl.hh +++ b/dsl.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __DSL_HH_INCLUDED__ diff --git a/dsl_details.cc b/dsl_details.cc index fdd6e4e9..0a105ab7 100644 --- a/dsl_details.cc +++ b/dsl_details.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "dsl_details.hh" diff --git a/dsl_details.hh b/dsl_details.hh index 647305e0..97b0af4e 100644 --- a/dsl_details.hh +++ b/dsl_details.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __DSL_DETAILS_HH_INCLUDED__ diff --git a/editdictionaries.cc b/editdictionaries.cc index 056435e0..d169502b 100644 --- a/editdictionaries.cc +++ b/editdictionaries.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "editdictionaries.hh" diff --git a/editdictionaries.hh b/editdictionaries.hh index 80d1ecd1..ed965185 100644 --- a/editdictionaries.hh +++ b/editdictionaries.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __EDITDICTIONARIES_HH_INCLUDED__ diff --git a/ex.hh b/ex.hh index e672d1f5..cc76846a 100644 --- a/ex.hh +++ b/ex.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __EX_HH_INCLUDED__ diff --git a/externalviewer.cc b/externalviewer.cc index 05427c1a..00407f8b 100644 --- a/externalviewer.cc +++ b/externalviewer.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include diff --git a/externalviewer.hh b/externalviewer.hh index ac10cc24..832ed503 100644 --- a/externalviewer.hh +++ b/externalviewer.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __EXTERNALVIEWER_HH_INCLUDED__ diff --git a/file.cc b/file.cc index e532bc74..50737675 100644 --- a/file.cc +++ b/file.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "file.hh" diff --git a/file.hh b/file.hh index a632bf55..97d5514a 100644 --- a/file.hh +++ b/file.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __FILE_HH_INCLUDED__ diff --git a/filetype.cc b/filetype.cc index 0f6a3cd1..779be256 100644 --- a/filetype.cc +++ b/filetype.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "filetype.hh" diff --git a/filetype.hh b/filetype.hh index da4db1c9..5e980220 100644 --- a/filetype.hh +++ b/filetype.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __FILETYPE_HH_INCLUDED__ diff --git a/folding.cc b/folding.cc index cf8a289e..ba9a3766 100644 --- a/folding.cc +++ b/folding.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "folding.hh" diff --git a/folding.hh b/folding.hh index 1408b05d..57e8669d 100644 --- a/folding.hh +++ b/folding.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __FOLDING_HH_INCLUDED__ diff --git a/forvo.cc b/forvo.cc index 29c346b1..c211d41e 100644 --- a/forvo.cc +++ b/forvo.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "forvo.hh" diff --git a/forvo.hh b/forvo.hh index e314f717..c1c524f4 100644 --- a/forvo.hh +++ b/forvo.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __FORVO_HH_INCLUDED__ diff --git a/fsencoding.cc b/fsencoding.cc index b9a11b04..f19de3e4 100644 --- a/fsencoding.cc +++ b/fsencoding.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "fsencoding.hh" diff --git a/fsencoding.hh b/fsencoding.hh index 6df36ab7..05f76dbe 100644 --- a/fsencoding.hh +++ b/fsencoding.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __FSENCODING_HH_INCLUDED__ diff --git a/gdappstyle.cc b/gdappstyle.cc index 18b1d63b..0caa8b7d 100644 --- a/gdappstyle.cc +++ b/gdappstyle.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2011 Tvangeste +/* This file is (c) 2012 Tvangeste * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "gdappstyle.hh" diff --git a/gdappstyle.hh b/gdappstyle.hh index 7359081d..28591b4d 100644 --- a/gdappstyle.hh +++ b/gdappstyle.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2011 Tvangeste +/* This file is (c) 2012 Tvangeste * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef GDAPPSTYLE_HH diff --git a/german.cc b/german.cc index b0326b74..6ad00e83 100644 --- a/german.cc +++ b/german.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "german.hh" diff --git a/german.hh b/german.hh index ebe550f3..2d790f62 100644 --- a/german.hh +++ b/german.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef GERMAN_HH diff --git a/groupcombobox.cc b/groupcombobox.cc index cf027ab2..53811f9b 100644 --- a/groupcombobox.cc +++ b/groupcombobox.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "groupcombobox.hh" diff --git a/groupcombobox.hh b/groupcombobox.hh index f49bc4e7..8cf4c085 100644 --- a/groupcombobox.hh +++ b/groupcombobox.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __GROUPCOMBOBOX_HH_INCLUDED__ diff --git a/groups.cc b/groups.cc index bc11bf77..439215c5 100644 --- a/groups.cc +++ b/groups.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "groups.hh" diff --git a/groups.hh b/groups.hh index f728ff3a..4e88d475 100644 --- a/groups.hh +++ b/groups.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __GROUPS_HH_INCLUDED__ diff --git a/groups_widgets.cc b/groups_widgets.cc index f4a8d3cc..81e11140 100644 --- a/groups_widgets.cc +++ b/groups_widgets.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "groups_widgets.hh" diff --git a/groups_widgets.hh b/groups_widgets.hh index a7e941ed..4c9e79bc 100644 --- a/groups_widgets.hh +++ b/groups_widgets.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __GROUPS_WIDGETS_HH_INCLUDED__ diff --git a/history.cc b/history.cc index dfd5ed21..9ceefe50 100644 --- a/history.cc +++ b/history.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "history.hh" diff --git a/history.hh b/history.hh index 9bf9348e..a46a4a5f 100644 --- a/history.hh +++ b/history.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __HISTORY_HH_INCLUDED__ diff --git a/hotkeyedit.cc b/hotkeyedit.cc index 256d74bb..974c1fb7 100644 --- a/hotkeyedit.cc +++ b/hotkeyedit.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "hotkeyedit.hh" diff --git a/hotkeyedit.hh b/hotkeyedit.hh index 72b50de6..78b7da01 100644 --- a/hotkeyedit.hh +++ b/hotkeyedit.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __HOTKEYEDIT_HH_INCLUDED__ diff --git a/htmlescape.cc b/htmlescape.cc index e890f5f9..dfa8afd4 100644 --- a/htmlescape.cc +++ b/htmlescape.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "htmlescape.hh" diff --git a/htmlescape.hh b/htmlescape.hh index dea1d1d2..6348a5ce 100644 --- a/htmlescape.hh +++ b/htmlescape.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __HTMLESCAPE_HH_INCLUDED__ diff --git a/hunspell.cc b/hunspell.cc index f0478f44..5d4e609c 100644 --- a/hunspell.cc +++ b/hunspell.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "hunspell.hh" diff --git a/hunspell.hh b/hunspell.hh index b136e7f9..3c8e58a3 100644 --- a/hunspell.hh +++ b/hunspell.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __HUNSPELL_HH_INCLUDED__ diff --git a/iconv.cc b/iconv.cc index b57086f3..30f22a03 100644 --- a/iconv.cc +++ b/iconv.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "iconv.hh" diff --git a/iconv.hh b/iconv.hh index eb1be3a9..421e6d65 100644 --- a/iconv.hh +++ b/iconv.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ICONV_HH_INCLUDED__ diff --git a/indexedzip.cc b/indexedzip.cc index 49fd70a5..b5ec163b 100644 --- a/indexedzip.cc +++ b/indexedzip.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "indexedzip.hh" diff --git a/indexedzip.hh b/indexedzip.hh index c43c3d30..a679af5f 100644 --- a/indexedzip.hh +++ b/indexedzip.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __INDEXEDZIP_HH_INCLUDED__ diff --git a/initializing.cc b/initializing.cc index 8dc8a15e..3d6a319e 100644 --- a/initializing.cc +++ b/initializing.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "initializing.hh" diff --git a/initializing.hh b/initializing.hh index 3d1b5baf..bc8258b6 100644 --- a/initializing.hh +++ b/initializing.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __INITIALIZING_HH_INCLUDED__ diff --git a/instances.cc b/instances.cc index a2174dd8..5a111d42 100644 --- a/instances.cc +++ b/instances.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "instances.hh" diff --git a/instances.hh b/instances.hh index 40d8c45f..7b4e6be1 100644 --- a/instances.hh +++ b/instances.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __INSTANCES_HH_INCLUDED__ diff --git a/keyboardstate.cc b/keyboardstate.cc index ebe8963e..eb42e962 100644 --- a/keyboardstate.cc +++ b/keyboardstate.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "keyboardstate.hh" diff --git a/keyboardstate.hh b/keyboardstate.hh index 278c9031..a48e60c0 100644 --- a/keyboardstate.hh +++ b/keyboardstate.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __KEYBOARDSTATE_HH_INCLUDED__ diff --git a/language.hh b/language.hh index 96f04df1..cb509b36 100644 --- a/language.hh +++ b/language.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __LANGUAGE_HH_INCLUDED__ diff --git a/loaddictionaries.cc b/loaddictionaries.cc index fd6e1094..78817863 100644 --- a/loaddictionaries.cc +++ b/loaddictionaries.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "loaddictionaries.hh" diff --git a/loaddictionaries.hh b/loaddictionaries.hh index cd982de5..f0bcd817 100644 --- a/loaddictionaries.hh +++ b/loaddictionaries.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __LOADDICTIONARIES_HH_INCLUDED__ diff --git a/lsa.cc b/lsa.cc index 2a8ebdf4..6dea3eff 100644 --- a/lsa.cc +++ b/lsa.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "lsa.hh" diff --git a/lsa.hh b/lsa.hh index dc749954..357edcba 100644 --- a/lsa.hh +++ b/lsa.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __L9SA_HH_INCLUDED__ diff --git a/main.cc b/main.cc index a520d7ce..dac4629f 100644 --- a/main.cc +++ b/main.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include diff --git a/mainstatusbar.cc b/mainstatusbar.cc index 99fe1b47..5569a8b0 100644 --- a/mainstatusbar.cc +++ b/mainstatusbar.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2011 Tvangeste +/* This file is (c) 2012 Tvangeste * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "mainstatusbar.hh" diff --git a/mainstatusbar.hh b/mainstatusbar.hh index 8aaaa46d..c52fdd6f 100644 --- a/mainstatusbar.hh +++ b/mainstatusbar.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2011 Tvangeste +/* This file is (c) 2012 Tvangeste * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef MAINSTATUSBAR_HH diff --git a/maintabwidget.cc b/maintabwidget.cc index a314fd3c..2ca829cf 100644 --- a/maintabwidget.cc +++ b/maintabwidget.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2011 Tvangeste +/* This file is (c) 2012 Tvangeste * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "maintabwidget.hh" diff --git a/maintabwidget.hh b/maintabwidget.hh index 18c8a43f..92cc8428 100644 --- a/maintabwidget.hh +++ b/maintabwidget.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2011 Tvangeste +/* This file is (c) 2012 Tvangeste * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef MAINTABWIDGET_HH diff --git a/mainwindow.cc b/mainwindow.cc index ed400f8d..a4b88ffe 100644 --- a/mainwindow.cc +++ b/mainwindow.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "mainwindow.hh" diff --git a/mainwindow.hh b/mainwindow.hh index b0f8ea64..8af30485 100644 --- a/mainwindow.hh +++ b/mainwindow.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __MAINWINDOW_HH_INCLUDED__ diff --git a/mediawiki.cc b/mediawiki.cc index 6f02008d..cbf7467c 100644 --- a/mediawiki.cc +++ b/mediawiki.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "mediawiki.hh" diff --git a/mediawiki.hh b/mediawiki.hh index 78b24ea9..ca67e6ff 100644 --- a/mediawiki.hh +++ b/mediawiki.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __MEDIAWIKI_HH_INCLUDED__ diff --git a/mutex.cc b/mutex.cc index 702841dd..7afe6948 100644 --- a/mutex.cc +++ b/mutex.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "mutex.hh" diff --git a/mutex.hh b/mutex.hh index 22ae0854..2b5f717c 100644 --- a/mutex.hh +++ b/mutex.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __MUTEX_HH_INCLUDED__ diff --git a/orderandprops.cc b/orderandprops.cc index 05a5e376..8ea6aea7 100644 --- a/orderandprops.cc +++ b/orderandprops.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "orderandprops.hh" diff --git a/orderandprops.hh b/orderandprops.hh index 4dee702c..e38848c4 100644 --- a/orderandprops.hh +++ b/orderandprops.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ORDERANDPROPS_HH_INCLUDED__ diff --git a/programs.cc b/programs.cc index 408eacdf..a5d9526e 100644 --- a/programs.cc +++ b/programs.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include diff --git a/programs.hh b/programs.hh index 9540b673..581482ac 100644 --- a/programs.hh +++ b/programs.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __PROGRAMS_HH_INCLUDED__ diff --git a/romaji.hh b/romaji.hh index 49ca8c64..aaaff187 100644 --- a/romaji.hh +++ b/romaji.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ROMAJI_HH_INCLUDED__ diff --git a/russiantranslit.cc b/russiantranslit.cc index e38a4fcd..9b68217d 100644 --- a/russiantranslit.cc +++ b/russiantranslit.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "russiantranslit.hh" diff --git a/russiantranslit.hh b/russiantranslit.hh index 5c5b103d..ff052545 100644 --- a/russiantranslit.hh +++ b/russiantranslit.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __RUSSIANTRANSLIT_HH_INCLUDED__ diff --git a/scanpopup.cc b/scanpopup.cc index 1f36c230..0f3bac26 100644 --- a/scanpopup.cc +++ b/scanpopup.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "scanpopup.hh" diff --git a/scanpopup.hh b/scanpopup.hh index a0be95ea..001234fd 100644 --- a/scanpopup.hh +++ b/scanpopup.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __SCANPOPUP_HH_INCLUDED__ diff --git a/sdict.cc b/sdict.cc index 44080db7..555c10d2 100644 --- a/sdict.cc +++ b/sdict.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "sdict.hh" diff --git a/searchpanewidget.hh b/searchpanewidget.hh index bde3f500..3b80d9ac 100644 --- a/searchpanewidget.hh +++ b/searchpanewidget.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __SEARCHPANEWIDGET_HH_INCLUDED__ diff --git a/sounddir.cc b/sounddir.cc index 36c92019..9b06f970 100644 --- a/sounddir.cc +++ b/sounddir.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "sounddir.hh" diff --git a/sounddir.hh b/sounddir.hh index 70b478d0..738085da 100644 --- a/sounddir.hh +++ b/sounddir.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __SOUNDDIR_HH_INCLUDED__ diff --git a/sources.cc b/sources.cc index 624b4909..ddbccbf5 100644 --- a/sources.cc +++ b/sources.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "sources.hh" diff --git a/sources.hh b/sources.hh index a18c0ebb..4ec29c27 100644 --- a/sources.hh +++ b/sources.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __SOURCES_HH_INCLUDED__ diff --git a/sptr.hh b/sptr.hh index 48d40fba..ab8fad06 100644 --- a/sptr.hh +++ b/sptr.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __SPTR_HH_INCLUDED__ diff --git a/stardict.cc b/stardict.cc index cb3fbad9..d2002ceb 100644 --- a/stardict.cc +++ b/stardict.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "stardict.hh" diff --git a/stardict.hh b/stardict.hh index 923a95a9..052c8d88 100644 --- a/stardict.hh +++ b/stardict.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __STARTDICT_HH_INCLUDED__ diff --git a/termination.cc b/termination.cc index 554d7aa4..c01c6787 100644 --- a/termination.cc +++ b/termination.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "termination.hh" diff --git a/termination.hh b/termination.hh index 1c0a0ea8..2de06e9f 100644 --- a/termination.hh +++ b/termination.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef TERMINATION_HH diff --git a/transliteration.cc b/transliteration.cc index 3a4a8be2..a2ebf62b 100644 --- a/transliteration.cc +++ b/transliteration.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "transliteration.hh" diff --git a/transliteration.hh b/transliteration.hh index 42f0b438..6401c95b 100644 --- a/transliteration.hh +++ b/transliteration.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __TRANSLITERATION_HH_INCLUDED__ diff --git a/utf8.cc b/utf8.cc index 3a070a8e..d5151b7d 100644 --- a/utf8.cc +++ b/utf8.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "utf8.hh" diff --git a/utf8.hh b/utf8.hh index 9a23e83d..723884d7 100644 --- a/utf8.hh +++ b/utf8.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include diff --git a/website.cc b/website.cc index 25fae60e..acb7951b 100644 --- a/website.cc +++ b/website.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "website.hh" diff --git a/website.hh b/website.hh index 1c54a209..dd5bf379 100644 --- a/website.hh +++ b/website.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __WEBSITE_HH_INCLUDED__ diff --git a/wordfinder.cc b/wordfinder.cc index c28b1af4..46c3437a 100644 --- a/wordfinder.cc +++ b/wordfinder.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "wordfinder.hh" diff --git a/wordfinder.hh b/wordfinder.hh index 466c72b9..504a08ef 100644 --- a/wordfinder.hh +++ b/wordfinder.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __WORDFINDER_HH_INCLUDED__ diff --git a/wstring.hh b/wstring.hh index e18aa1d2..3abfd22a 100644 --- a/wstring.hh +++ b/wstring.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __WSTRING_HH_INCLUDED__ diff --git a/wstring_qt.hh b/wstring_qt.hh index 7b00affd..537351cc 100644 --- a/wstring_qt.hh +++ b/wstring_qt.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __WSTRING_QT_HH_INCLUDED__ diff --git a/xdxf2html.cc b/xdxf2html.cc index f7d53d38..7cfc7a4e 100644 --- a/xdxf2html.cc +++ b/xdxf2html.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "xdxf2html.hh" diff --git a/xdxf2html.hh b/xdxf2html.hh index 6a0f4923..d39b59c1 100644 --- a/xdxf2html.hh +++ b/xdxf2html.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __XDXF2HTML_HH_INCLUDED__ diff --git a/zipfile.cc b/zipfile.cc index 7a971436..78291b0b 100644 --- a/zipfile.cc +++ b/zipfile.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "zipfile.hh" diff --git a/zipfile.hh b/zipfile.hh index 42e43457..9fe8474d 100644 --- a/zipfile.hh +++ b/zipfile.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2011 Konstantin Isakov +/* This file is (c) 2008-2012 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ZIPFILE_HH_INCLUDED__