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.
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
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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
// 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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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
* 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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#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 */
#ifndef __XDXF2HTML_HH_INCLUDED__