diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-13 20:23:28 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-12-13 20:23:28 +0000 |
commit | 5d417c96a80f789bd45e95551dddd5b43c4ab6b4 (patch) | |
tree | f7008bce74276a5786eda6635e244197f92170a2 /kopete | |
parent | 46b4e2b360396ec1fd2f597dabf9b8789aa15da2 (diff) | |
download | tdenetwork-5d417c96a80f789bd45e95551dddd5b43c4ab6b4.tar.gz tdenetwork-5d417c96a80f789bd45e95551dddd5b43c4ab6b4.zip |
Repaired missing license headers in emoticon editor
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1062113 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete')
-rw-r--r-- | kopete/kopete/config/appearance/emoticonseditdialog.cpp | 15 | ||||
-rw-r--r-- | kopete/kopete/config/appearance/emoticonseditdialog.h | 15 |
2 files changed, 30 insertions, 0 deletions
diff --git a/kopete/kopete/config/appearance/emoticonseditdialog.cpp b/kopete/kopete/config/appearance/emoticonseditdialog.cpp index edd5f49b..21e12231 100644 --- a/kopete/kopete/config/appearance/emoticonseditdialog.cpp +++ b/kopete/kopete/config/appearance/emoticonseditdialog.cpp @@ -1,3 +1,18 @@ +/* + appearanceconfig.cpp - Kopete Look Feel Config + + Kopete (c) 2002-2009 by the Kopete developers <kopete-devel@kde.org> + + ************************************************************************* + * * + * 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 * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ************************************************************************* +*/ + #include "emoticonseditdialog.h" #include "emoticonseditwidget.h" diff --git a/kopete/kopete/config/appearance/emoticonseditdialog.h b/kopete/kopete/config/appearance/emoticonseditdialog.h index 1dab47e1..4bbaccda 100644 --- a/kopete/kopete/config/appearance/emoticonseditdialog.h +++ b/kopete/kopete/config/appearance/emoticonseditdialog.h @@ -1,3 +1,18 @@ +/* + appearanceconfig.cpp - Kopete Look Feel Config + + Kopete (c) 2002-2009 by the Kopete developers <kopete-devel@kde.org> + + ************************************************************************* + * * + * 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 * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ************************************************************************* +*/ + #ifndef EMOTICONSEDITDIALOG_H #define EMOTICONSEDITDIALOG_H |