Mass-update email to point to a @berlios one.

This commit is contained in:
Konstantin Isakov 2009-02-05 14:21:47 +00:00
parent 626934c0cc
commit 4bae99aeb5
72 changed files with 72 additions and 72 deletions

View file

@ -1,5 +1,5 @@
GoldenDict, a dictionary lookup program. GoldenDict, a dictionary lookup program.
Copyright (C) 2008-2009 Konstantin Isakov <ikm@users.sf.net> Copyright (C) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
This program is free software: you can redistribute it and/or modify This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by it under the terms of the GNU General Public License as published by

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "article_maker.hh" #include "article_maker.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __ARTICLE_MAKER_HH_INCLUDED__ #ifndef __ARTICLE_MAKER_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "article_netmgr.hh" #include "article_netmgr.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __ARTICLE_NETMGR_HH_INCLUDED__ #ifndef __ARTICLE_NETMGR_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "articleview.hh" #include "articleview.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __ARTICLEVIEW_HH_INCLUDED__ #ifndef __ARTICLEVIEW_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "bgl.hh" #include "bgl.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __BGL_HH_INCLUDED__ #ifndef __BGL_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "btreeidx.hh" #include "btreeidx.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __BTREEIDX_HH_INCLUDED__ #ifndef __BTREEIDX_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "chunkedstorage.hh" #include "chunkedstorage.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __CHUNKEDSTORAGE_HH_INCLUDED__ #ifndef __CHUNKEDSTORAGE_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "config.hh" #include "config.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __CONFIG_HH_INCLUDED__ #ifndef __CONFIG_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include <vector> #include <vector>

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __DICTIONARY_HH_INCLUDED__ #ifndef __DICTIONARY_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "dictlock.hh" #include "dictlock.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __DICTLOCK_HH_INCLUDED__ #ifndef __DICTLOCK_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "dsl.hh" #include "dsl.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __DSL_HH_INCLUDED__ #ifndef __DSL_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "dsl_details.hh" #include "dsl_details.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __DSL_DETAILS_HH_INCLUDED__ #ifndef __DSL_DETAILS_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __EX_HH_INCLUDED__ #ifndef __EX_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "externalviewer.hh" #include "externalviewer.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __EXTERNALVIEWER_HH_INCLUDED__ #ifndef __EXTERNALVIEWER_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "file.hh" #include "file.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __FILE_HH_INCLUDED__ #ifndef __FILE_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "filetype.hh" #include "filetype.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __FILETYPE_HH_INCLUDED__ #ifndef __FILETYPE_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "folding.hh" #include "folding.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __FOLDING_HH_INCLUDED__ #ifndef __FOLDING_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "fsencoding.hh" #include "fsencoding.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __FSENCODING_HH_INCLUDED__ #ifndef __FSENCODING_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
// This program generates the required .cc files to perform Unicode foldings, // This program generates the required .cc files to perform Unicode foldings,

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "griparea.hh" #include "griparea.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __GRIPAREA_HH_INCLUDED__ #ifndef __GRIPAREA_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "groupcombobox.hh" #include "groupcombobox.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __GROUPCOMBOBOX_HH_INCLUDED__ #ifndef __GROUPCOMBOBOX_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "groups.hh" #include "groups.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __GROUPS_HH_INCLUDED__ #ifndef __GROUPS_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "groups_widgets.hh" #include "groups_widgets.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __GROUPS_WIDGETS_HH_INCLUDED__ #ifndef __GROUPS_WIDGETS_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "htmlescape.hh" #include "htmlescape.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __HTMLESCAPE_HH_INCLUDED__ #ifndef __HTMLESCAPE_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "iconv.hh" #include "iconv.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __ICONV_HH_INCLUDED__ #ifndef __ICONV_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "initializing.hh" #include "initializing.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __INITIALIZING_HH_INCLUDED__ #ifndef __INITIALIZING_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "instances.hh" #include "instances.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __INSTANCES_HH_INCLUDED__ #ifndef __INSTANCES_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "keyboardstate.hh" #include "keyboardstate.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __KEYBOARDSTATE_HH_INCLUDED__ #ifndef __KEYBOARDSTATE_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "lsa.hh" #include "lsa.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __L9SA_HH_INCLUDED__ #ifndef __L9SA_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include <QApplication> #include <QApplication>

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "mainwindow.hh" #include "mainwindow.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __MAINWINDOW_HH_INCLUDED__ #ifndef __MAINWINDOW_HH_INCLUDED__

View file

@ -1,5 +1,5 @@
/* /*
* February 2, 2009: Konstantin Isakov <ikm@users.sf.net> * February 2, 2009: Konstantin Isakov <ikm@users.berlios.de>
* Support for ETO_GLYPH_INDEX in ExtTextOutW() function added. This makes * Support for ETO_GLYPH_INDEX in ExtTextOutW() function added. This makes
* Firefox 3 work. * Firefox 3 work.
*/ */

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "scanpopup.hh" #include "scanpopup.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __SCANPOPUP_HH_INCLUDED__ #ifndef __SCANPOPUP_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "sources.hh" #include "sources.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __SOURCES_HH_INCLUDED__ #ifndef __SOURCES_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __SPTR_HH_INCLUDED__ #ifndef __SPTR_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "stardict.hh" #include "stardict.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __STARTDICT_HH_INCLUDED__ #ifndef __STARTDICT_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "utf8.hh" #include "utf8.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include <cstdio> #include <cstdio>

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "wordfinder.hh" #include "wordfinder.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __WORDFINDER_HH_INCLUDED__ #ifndef __WORDFINDER_HH_INCLUDED__

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include "xdxf2html.hh" #include "xdxf2html.hh"

View file

@ -1,4 +1,4 @@
/* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.sf.net> /* This file is (c) 2008-2009 Konstantin Isakov <ikm@users.berlios.de>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */ * Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#ifndef __XDXF2HTML_HH_INCLUDED__ #ifndef __XDXF2HTML_HH_INCLUDED__