diff --git a/src/LICENSE.txt b/src/LICENSE.txt index 32071bcd..71524af2 100644 --- a/src/LICENSE.txt +++ b/src/LICENSE.txt @@ -1,5 +1,5 @@ GoldenDict, a dictionary lookup program. - Copyright (C) 2008-2009 Konstantin Isakov + Copyright (C) 2008-2009 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/src/article_maker.cc b/src/article_maker.cc index f38a7f46..d95bd7d4 100644 --- a/src/article_maker.cc +++ b/src/article_maker.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "article_maker.hh" diff --git a/src/article_maker.hh b/src/article_maker.hh index 7e041820..6fcde08b 100644 --- a/src/article_maker.hh +++ b/src/article_maker.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ARTICLE_MAKER_HH_INCLUDED__ diff --git a/src/article_netmgr.cc b/src/article_netmgr.cc index bb6cf79e..186d8a0c 100644 --- a/src/article_netmgr.cc +++ b/src/article_netmgr.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "article_netmgr.hh" diff --git a/src/article_netmgr.hh b/src/article_netmgr.hh index 59701a18..427b9152 100644 --- a/src/article_netmgr.hh +++ b/src/article_netmgr.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ARTICLE_NETMGR_HH_INCLUDED__ diff --git a/src/articleview.cc b/src/articleview.cc index 11e0a7fc..a4a5b86d 100644 --- a/src/articleview.cc +++ b/src/articleview.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "articleview.hh" diff --git a/src/articleview.hh b/src/articleview.hh index 27078ea0..c67da94e 100644 --- a/src/articleview.hh +++ b/src/articleview.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ARTICLEVIEW_HH_INCLUDED__ diff --git a/src/bgl.cc b/src/bgl.cc index 92a6ff55..82a8dbbd 100644 --- a/src/bgl.cc +++ b/src/bgl.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "bgl.hh" diff --git a/src/bgl.hh b/src/bgl.hh index 8ffe5e82..39b65021 100644 --- a/src/bgl.hh +++ b/src/bgl.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __BGL_HH_INCLUDED__ diff --git a/src/btreeidx.cc b/src/btreeidx.cc index d1ec7ea3..bccfab8c 100644 --- a/src/btreeidx.cc +++ b/src/btreeidx.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "btreeidx.hh" diff --git a/src/btreeidx.hh b/src/btreeidx.hh index f5eb3cac..0def45d9 100644 --- a/src/btreeidx.hh +++ b/src/btreeidx.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __BTREEIDX_HH_INCLUDED__ diff --git a/src/chunkedstorage.cc b/src/chunkedstorage.cc index ded37255..d97d6097 100644 --- a/src/chunkedstorage.cc +++ b/src/chunkedstorage.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "chunkedstorage.hh" diff --git a/src/chunkedstorage.hh b/src/chunkedstorage.hh index 1e42dade..367fba67 100644 --- a/src/chunkedstorage.hh +++ b/src/chunkedstorage.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __CHUNKEDSTORAGE_HH_INCLUDED__ diff --git a/src/config.cc b/src/config.cc index 2d9b4b0f..78efac4c 100644 --- a/src/config.cc +++ b/src/config.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "config.hh" diff --git a/src/config.hh b/src/config.hh index 4a2d20d2..a0533e0f 100644 --- a/src/config.hh +++ b/src/config.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __CONFIG_HH_INCLUDED__ diff --git a/src/dictionary.cc b/src/dictionary.cc index 0f7cba7e..da697adc 100644 --- a/src/dictionary.cc +++ b/src/dictionary.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include diff --git a/src/dictionary.hh b/src/dictionary.hh index 51c80797..b748b47c 100644 --- a/src/dictionary.hh +++ b/src/dictionary.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __DICTIONARY_HH_INCLUDED__ diff --git a/src/dictlock.cc b/src/dictlock.cc index ec9c8f29..7e98060c 100644 --- a/src/dictlock.cc +++ b/src/dictlock.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "dictlock.hh" diff --git a/src/dictlock.hh b/src/dictlock.hh index a27082c5..ad7785a8 100644 --- a/src/dictlock.hh +++ b/src/dictlock.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __DICTLOCK_HH_INCLUDED__ diff --git a/src/dsl.cc b/src/dsl.cc index d0526834..636bcca8 100644 --- a/src/dsl.cc +++ b/src/dsl.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "dsl.hh" diff --git a/src/dsl.hh b/src/dsl.hh index 4fe36733..b0526ca5 100644 --- a/src/dsl.hh +++ b/src/dsl.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __DSL_HH_INCLUDED__ diff --git a/src/dsl_details.cc b/src/dsl_details.cc index da974814..f02cb021 100644 --- a/src/dsl_details.cc +++ b/src/dsl_details.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "dsl_details.hh" diff --git a/src/dsl_details.hh b/src/dsl_details.hh index 36052ad5..5b4af34c 100644 --- a/src/dsl_details.hh +++ b/src/dsl_details.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __DSL_DETAILS_HH_INCLUDED__ diff --git a/src/ex.hh b/src/ex.hh index 9b4420ef..9e07b356 100644 --- a/src/ex.hh +++ b/src/ex.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __EX_HH_INCLUDED__ diff --git a/src/externalviewer.cc b/src/externalviewer.cc index 3535f56d..d5a97c06 100644 --- a/src/externalviewer.cc +++ b/src/externalviewer.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "externalviewer.hh" diff --git a/src/externalviewer.hh b/src/externalviewer.hh index 20395349..54601932 100644 --- a/src/externalviewer.hh +++ b/src/externalviewer.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __EXTERNALVIEWER_HH_INCLUDED__ diff --git a/src/file.cc b/src/file.cc index 4ea951c0..b7273c7d 100644 --- a/src/file.cc +++ b/src/file.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "file.hh" diff --git a/src/file.hh b/src/file.hh index 455e0f4a..9f850615 100644 --- a/src/file.hh +++ b/src/file.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __FILE_HH_INCLUDED__ diff --git a/src/filetype.cc b/src/filetype.cc index 7947a79d..b757bf60 100644 --- a/src/filetype.cc +++ b/src/filetype.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "filetype.hh" diff --git a/src/filetype.hh b/src/filetype.hh index d9350efc..d65524aa 100644 --- a/src/filetype.hh +++ b/src/filetype.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __FILETYPE_HH_INCLUDED__ diff --git a/src/folding.cc b/src/folding.cc index 5682a15c..baddfb96 100644 --- a/src/folding.cc +++ b/src/folding.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "folding.hh" diff --git a/src/folding.hh b/src/folding.hh index f8fce27c..ef027990 100644 --- a/src/folding.hh +++ b/src/folding.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __FOLDING_HH_INCLUDED__ diff --git a/src/fsencoding.cc b/src/fsencoding.cc index 315638b5..ac422678 100644 --- a/src/fsencoding.cc +++ b/src/fsencoding.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "fsencoding.hh" diff --git a/src/fsencoding.hh b/src/fsencoding.hh index 68db0e58..0afd873b 100644 --- a/src/fsencoding.hh +++ b/src/fsencoding.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __FSENCODING_HH_INCLUDED__ diff --git a/src/generators/generate.cc b/src/generators/generate.cc index 75201fcc..9578c6ba 100644 --- a/src/generators/generate.cc +++ b/src/generators/generate.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ // This program generates the required .cc files to perform Unicode foldings, diff --git a/src/griparea.cc b/src/griparea.cc index a81c359c..8b1112c9 100644 --- a/src/griparea.cc +++ b/src/griparea.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "griparea.hh" diff --git a/src/griparea.hh b/src/griparea.hh index 522283b9..2f990ccc 100644 --- a/src/griparea.hh +++ b/src/griparea.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __GRIPAREA_HH_INCLUDED__ diff --git a/src/groupcombobox.cc b/src/groupcombobox.cc index 47f96e91..7d883e73 100644 --- a/src/groupcombobox.cc +++ b/src/groupcombobox.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "groupcombobox.hh" diff --git a/src/groupcombobox.hh b/src/groupcombobox.hh index 84d68413..b10e26ca 100644 --- a/src/groupcombobox.hh +++ b/src/groupcombobox.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __GROUPCOMBOBOX_HH_INCLUDED__ diff --git a/src/groups.cc b/src/groups.cc index bd2b374b..b0c9f6e8 100644 --- a/src/groups.cc +++ b/src/groups.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "groups.hh" diff --git a/src/groups.hh b/src/groups.hh index b02712d1..5d3a9262 100644 --- a/src/groups.hh +++ b/src/groups.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __GROUPS_HH_INCLUDED__ diff --git a/src/groups_widgets.cc b/src/groups_widgets.cc index 08ff0b8e..9a217883 100644 --- a/src/groups_widgets.cc +++ b/src/groups_widgets.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "groups_widgets.hh" diff --git a/src/groups_widgets.hh b/src/groups_widgets.hh index 69d1ad8a..816a0015 100644 --- a/src/groups_widgets.hh +++ b/src/groups_widgets.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __GROUPS_WIDGETS_HH_INCLUDED__ diff --git a/src/htmlescape.cc b/src/htmlescape.cc index b6acddc2..e7dd0622 100644 --- a/src/htmlescape.cc +++ b/src/htmlescape.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "htmlescape.hh" diff --git a/src/htmlescape.hh b/src/htmlescape.hh index f92f0c33..792d0007 100644 --- a/src/htmlescape.hh +++ b/src/htmlescape.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __HTMLESCAPE_HH_INCLUDED__ diff --git a/src/iconv.cc b/src/iconv.cc index 68580883..0b18299e 100644 --- a/src/iconv.cc +++ b/src/iconv.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "iconv.hh" diff --git a/src/iconv.hh b/src/iconv.hh index 1d44faac..25b8e028 100644 --- a/src/iconv.hh +++ b/src/iconv.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __ICONV_HH_INCLUDED__ diff --git a/src/initializing.cc b/src/initializing.cc index 3498b1de..97532274 100644 --- a/src/initializing.cc +++ b/src/initializing.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "initializing.hh" diff --git a/src/initializing.hh b/src/initializing.hh index 88116194..7b372049 100644 --- a/src/initializing.hh +++ b/src/initializing.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __INITIALIZING_HH_INCLUDED__ diff --git a/src/instances.cc b/src/instances.cc index 1193b220..8c8ad813 100644 --- a/src/instances.cc +++ b/src/instances.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "instances.hh" diff --git a/src/instances.hh b/src/instances.hh index 7ccc02a3..ccb3e3dc 100644 --- a/src/instances.hh +++ b/src/instances.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __INSTANCES_HH_INCLUDED__ diff --git a/src/keyboardstate.cc b/src/keyboardstate.cc index f217c682..3aca75e5 100644 --- a/src/keyboardstate.cc +++ b/src/keyboardstate.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "keyboardstate.hh" diff --git a/src/keyboardstate.hh b/src/keyboardstate.hh index 9355bed8..c9c90985 100644 --- a/src/keyboardstate.hh +++ b/src/keyboardstate.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __KEYBOARDSTATE_HH_INCLUDED__ diff --git a/src/lsa.cc b/src/lsa.cc index dbd9ed3b..cd08138c 100644 --- a/src/lsa.cc +++ b/src/lsa.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "lsa.hh" diff --git a/src/lsa.hh b/src/lsa.hh index 7abaf2fc..2715201a 100644 --- a/src/lsa.hh +++ b/src/lsa.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __L9SA_HH_INCLUDED__ diff --git a/src/main.cc b/src/main.cc index 46649528..6cbb7a55 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include diff --git a/src/mainwindow.cc b/src/mainwindow.cc index 4f7f0caf..bec2485a 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "mainwindow.hh" diff --git a/src/mainwindow.hh b/src/mainwindow.hh index 98d34dc1..6be5750e 100644 --- a/src/mainwindow.hh +++ b/src/mainwindow.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __MAINWINDOW_HH_INCLUDED__ diff --git a/src/mouseover_win32/TextOutHook.c b/src/mouseover_win32/TextOutHook.c index 893a0947..4f8cbf72 100644 --- a/src/mouseover_win32/TextOutHook.c +++ b/src/mouseover_win32/TextOutHook.c @@ -1,5 +1,5 @@ /* - * February 2, 2009: Konstantin Isakov + * February 2, 2009: Konstantin Isakov * Support for ETO_GLYPH_INDEX in ExtTextOutW() function added. This makes * Firefox 3 work. */ diff --git a/src/scanpopup.cc b/src/scanpopup.cc index 58ccead8..bc4396d3 100644 --- a/src/scanpopup.cc +++ b/src/scanpopup.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "scanpopup.hh" diff --git a/src/scanpopup.hh b/src/scanpopup.hh index d2777151..b4d09b91 100644 --- a/src/scanpopup.hh +++ b/src/scanpopup.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __SCANPOPUP_HH_INCLUDED__ diff --git a/src/sources.cc b/src/sources.cc index b611dd26..bee498e8 100644 --- a/src/sources.cc +++ b/src/sources.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "sources.hh" diff --git a/src/sources.hh b/src/sources.hh index a7a39b7a..dffaf106 100644 --- a/src/sources.hh +++ b/src/sources.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __SOURCES_HH_INCLUDED__ diff --git a/src/sptr.hh b/src/sptr.hh index b0bab0f5..50fca0f3 100644 --- a/src/sptr.hh +++ b/src/sptr.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __SPTR_HH_INCLUDED__ diff --git a/src/stardict.cc b/src/stardict.cc index 5cf60a5a..6eeccc04 100644 --- a/src/stardict.cc +++ b/src/stardict.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "stardict.hh" diff --git a/src/stardict.hh b/src/stardict.hh index 86c242c2..6d4dfedd 100644 --- a/src/stardict.hh +++ b/src/stardict.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __STARTDICT_HH_INCLUDED__ diff --git a/src/utf8.cc b/src/utf8.cc index 84e4b911..a6a71ab5 100644 --- a/src/utf8.cc +++ b/src/utf8.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "utf8.hh" diff --git a/src/utf8.hh b/src/utf8.hh index 14be1268..6f16b70b 100644 --- a/src/utf8.hh +++ b/src/utf8.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include diff --git a/src/wordfinder.cc b/src/wordfinder.cc index b47696ba..a3a630a0 100644 --- a/src/wordfinder.cc +++ b/src/wordfinder.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "wordfinder.hh" diff --git a/src/wordfinder.hh b/src/wordfinder.hh index 1ada8031..a0d604c5 100644 --- a/src/wordfinder.hh +++ b/src/wordfinder.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __WORDFINDER_HH_INCLUDED__ diff --git a/src/xdxf2html.cc b/src/xdxf2html.cc index 9789b1c6..ef8958d4 100644 --- a/src/xdxf2html.cc +++ b/src/xdxf2html.cc @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #include "xdxf2html.hh" diff --git a/src/xdxf2html.hh b/src/xdxf2html.hh index 773d98de..436d00bf 100644 --- a/src/xdxf2html.hh +++ b/src/xdxf2html.hh @@ -1,4 +1,4 @@ -/* This file is (c) 2008-2009 Konstantin Isakov +/* This file is (c) 2008-2009 Konstantin Isakov * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ #ifndef __XDXF2HTML_HH_INCLUDED__