diff options
-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 |