mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Update year in copyright notices.
This commit is contained in:
parent
83aaf3074c
commit
535fe0d3e0
|
@ -1,5 +1,5 @@
|
||||||
GoldenDict, a dictionary lookup program.
|
GoldenDict, a dictionary lookup program.
|
||||||
Copyright (C) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
Copyright (C) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
|
|
||||||
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
|
||||||
|
|
2
aard.cc
2
aard.cc
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "aard.hh"
|
#include "aard.hh"
|
||||||
|
|
2
about.cc
2
about.cc
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "about.hh"
|
#include "about.hh"
|
||||||
|
|
2
about.hh
2
about.hh
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 ABOUT_HH
|
#ifndef ABOUT_HH
|
||||||
|
|
2
about.ui
2
about.ui
|
@ -70,7 +70,7 @@
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QLabel" name="label_2">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>(c) 2008-2011 Konstantin Isakov (ikm@goldendict.org)</string>
|
<string>(c) 2008-2012 Konstantin Isakov (ikm@goldendict.org)</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="alignment">
|
<property name="alignment">
|
||||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
@ -153,7 +153,7 @@ sptr< Dictionary::DataRequest > ArticleMaker::makeDefinitionFor(
|
||||||
"<p>Should you need further help, have any questions, "
|
"<p>Should you need further help, have any questions, "
|
||||||
"suggestions or just wonder what the others think, you are welcome at the program's <a href=\"http://goldendict.org/forum/\">forum</a>."
|
"suggestions or just wonder what the others think, you are welcome at the program's <a href=\"http://goldendict.org/forum/\">forum</a>."
|
||||||
"<p>Check program's <a href=\"http://goldendict.org/\">website</a> for the updates. "
|
"<p>Check program's <a href=\"http://goldendict.org/\">website</a> for the updates. "
|
||||||
"<p>(c) 2008-2011 Konstantin Isakov. Licensed under GPLv3 or later."
|
"<p>(c) 2008-2012 Konstantin Isakov. Licensed under GPLv3 or later."
|
||||||
|
|
||||||
).toUtf8().data();
|
).toUtf8().data();
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "articlewebview.hh"
|
#include "articlewebview.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __ARTICLEWEBVIEW_HH_INCLUDED__
|
#ifndef __ARTICLEWEBVIEW_HH_INCLUDED__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "atomic_rename.hh"
|
#include "atomic_rename.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __ATOMIC_RENAME_HH_INCLUDED__
|
#ifndef __ATOMIC_RENAME_HH_INCLUDED__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "audiolink.hh"
|
#include "audiolink.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __AUDIOLINK_HH_INCLUDED__
|
#ifndef __AUDIOLINK_HH_INCLUDED__
|
||||||
|
|
2
bgl.cc
2
bgl.cc
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
2
bgl.hh
2
bgl.hh
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "broken_xrecord.hh"
|
#include "broken_xrecord.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __BROKEN_XRECORD_HH_INCLUDED__
|
#ifndef __BROKEN_XRECORD_HH_INCLUDED__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "country.hh"
|
#include "country.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "dictdfiles.hh"
|
#include "dictdfiles.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __DICTDFILES_HH_INCLUDED__
|
#ifndef __DICTDFILES_HH_INCLUDED__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __DICTSPANEWIDGET_HH_INCLUDED__
|
#ifndef __DICTSPANEWIDGET_HH_INCLUDED__
|
||||||
|
|
2
dsl.cc
2
dsl.cc
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
2
dsl.hh
2
dsl.hh
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "editdictionaries.hh"
|
#include "editdictionaries.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __EDITDICTIONARIES_HH_INCLUDED__
|
#ifndef __EDITDICTIONARIES_HH_INCLUDED__
|
||||||
|
|
2
ex.hh
2
ex.hh
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 <QDir>
|
#include <QDir>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
2
file.cc
2
file.cc
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
2
file.hh
2
file.hh
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
2
forvo.cc
2
forvo.cc
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "forvo.hh"
|
#include "forvo.hh"
|
||||||
|
|
2
forvo.hh
2
forvo.hh
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __FORVO_HH_INCLUDED__
|
#ifndef __FORVO_HH_INCLUDED__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2011 Tvangeste <i.4m.l33t@yandex.ru>
|
/* This file is (c) 2012 Tvangeste <i.4m.l33t@yandex.ru>
|
||||||
* 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 "gdappstyle.hh"
|
#include "gdappstyle.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2011 Tvangeste <i.4m.l33t@yandex.ru>
|
/* This file is (c) 2012 Tvangeste <i.4m.l33t@yandex.ru>
|
||||||
* 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 GDAPPSTYLE_HH
|
#ifndef GDAPPSTYLE_HH
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "german.hh"
|
#include "german.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 GERMAN_HH
|
#ifndef GERMAN_HH
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "history.hh"
|
#include "history.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __HISTORY_HH_INCLUDED__
|
#ifndef __HISTORY_HH_INCLUDED__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "hotkeyedit.hh"
|
#include "hotkeyedit.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __HOTKEYEDIT_HH_INCLUDED__
|
#ifndef __HOTKEYEDIT_HH_INCLUDED__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "hunspell.hh"
|
#include "hunspell.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __HUNSPELL_HH_INCLUDED__
|
#ifndef __HUNSPELL_HH_INCLUDED__
|
||||||
|
|
2
iconv.cc
2
iconv.cc
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
2
iconv.hh
2
iconv.hh
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "indexedzip.hh"
|
#include "indexedzip.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __INDEXEDZIP_HH_INCLUDED__
|
#ifndef __INDEXEDZIP_HH_INCLUDED__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __LANGUAGE_HH_INCLUDED__
|
#ifndef __LANGUAGE_HH_INCLUDED__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "loaddictionaries.hh"
|
#include "loaddictionaries.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __LOADDICTIONARIES_HH_INCLUDED__
|
#ifndef __LOADDICTIONARIES_HH_INCLUDED__
|
||||||
|
|
2
lsa.cc
2
lsa.cc
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
2
lsa.hh
2
lsa.hh
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
2
main.cc
2
main.cc
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2011 Tvangeste <i.4m.l33t@yandex.ru>
|
/* This file is (c) 2012 Tvangeste <i.4m.l33t@yandex.ru>
|
||||||
* 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 "mainstatusbar.hh"
|
#include "mainstatusbar.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2011 Tvangeste <i.4m.l33t@yandex.ru>
|
/* This file is (c) 2012 Tvangeste <i.4m.l33t@yandex.ru>
|
||||||
* 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 MAINSTATUSBAR_HH
|
#ifndef MAINSTATUSBAR_HH
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2011 Tvangeste <i.4m.l33t@yandex.ru>
|
/* This file is (c) 2012 Tvangeste <i.4m.l33t@yandex.ru>
|
||||||
* 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 "maintabwidget.hh"
|
#include "maintabwidget.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2011 Tvangeste <i.4m.l33t@yandex.ru>
|
/* This file is (c) 2012 Tvangeste <i.4m.l33t@yandex.ru>
|
||||||
* 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 MAINTABWIDGET_HH
|
#ifndef MAINTABWIDGET_HH
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "mediawiki.hh"
|
#include "mediawiki.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __MEDIAWIKI_HH_INCLUDED__
|
#ifndef __MEDIAWIKI_HH_INCLUDED__
|
||||||
|
|
2
mutex.cc
2
mutex.cc
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "mutex.hh"
|
#include "mutex.hh"
|
||||||
|
|
2
mutex.hh
2
mutex.hh
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __MUTEX_HH_INCLUDED__
|
#ifndef __MUTEX_HH_INCLUDED__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 "orderandprops.hh"
|
#include "orderandprops.hh"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __ORDERANDPROPS_HH_INCLUDED__
|
#ifndef __ORDERANDPROPS_HH_INCLUDED__
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 <QUrl>
|
#include <QUrl>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* This file is (c) 2008-2011 Konstantin Isakov <ikm@goldendict.org>
|
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
|
||||||
* 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 __PROGRAMS_HH_INCLUDED__
|
#ifndef __PROGRAMS_HH_INCLUDED__
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue