[Kstars-devel] [kstars/code-in] kstars/widgets: Added license information.

Victor Carbune victor.carbune at gmail.com
Mon Jul 18 02:42:11 CEST 2011


Git commit 24caa18434e5f9aacdb5030a7b3514be18651176 by Victor Carbune.
Committed on 01/12/2010 at 14:42.
Pushed by nalvarez into branch 'code-in'.

Added license information.
Hope there isn't anything else I forgot.

CCMAIL: kstars-devel at kde.org, kharvd at gmail.com

svn path=/branches/kstars/code-in/kstars/; revision=1202590

M  +17   -0    kstars/widgets/kshelplabel.h
M  +19   -1    kstars/widgets/kshelplabel.cpp

http://commits.kde.org/kstars/24caa18434e5f9aacdb5030a7b3514be18651176

diff --git a/kstars/widgets/kshelplabel.cpp b/kstars/widgets/kshelplabel.cpp
index a094742..2e54976 100644
--- a/kstars/widgets/kshelplabel.cpp
+++ b/kstars/widgets/kshelplabel.cpp
@@ -1,3 +1,20 @@
+/***************************************************************************
+            kshelplabel.cpp - Help label used to document astronomical terms
+                             -------------------
+    begin                : Wed 1 Dec 2010
+    copyright            : (C) 2010 by Valery Kharitonov
+    email                : kharvd at gmail.com
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   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 "kshelplabel.h"
 #include <ktoolinvocation.h>
 #include <QtGui/QMessageBox>
@@ -31,4 +48,5 @@ void KSHelpLabel::slotShowDefinition(const QString & term) {
 void KSHelpLabel::setText(const QString& txt) {
     m_cleanText = txt;
     QLabel::setText("<a href=\"ai-" + m_anchor + "\">" + m_cleanText + "</a>");
-}
\ No newline at end of file
+}
+
diff --git a/kstars/widgets/kshelplabel.h b/kstars/widgets/kshelplabel.h
index ad772de..62cf607 100644
--- a/kstars/widgets/kshelplabel.h
+++ b/kstars/widgets/kshelplabel.h
@@ -1,3 +1,20 @@
+/***************************************************************************
+            kshelplabel.h - Help label used to document astronomical terms
+                             -------------------
+    begin                : Wed 1 Dec 2010
+    copyright            : (C) 2010 by Valery Kharitonov
+    email                : kharvd at gmail.com
+ ***************************************************************************/
+
+/***************************************************************************
+ *                                                                         *
+ *   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 KSHELPLABEL_H
 #define KSHELPLABEL_H
 



More information about the Kstars-devel mailing list