[Kstars-devel] branches/kstars/code-in/kstars/kstars/widgets

Victor Carbune victor.carbune at gmail.com
Wed Dec 1 14:42:42 CET 2010


SVN commit 1202590 by vcarbune:

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

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


 M  +19 -1     kshelplabel.cpp  
 M  +17 -0     kshelplabel.h  


--- branches/kstars/code-in/kstars/kstars/widgets/kshelplabel.cpp #1202589:1202590
@@ -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::setText(const QString& txt) {
     m_cleanText = txt;
     QLabel::setText("<a href=\"ai-" + m_anchor + "\">" + m_cleanText + "</a>");
-}
\ No newline at end of file
+}
+
--- branches/kstars/code-in/kstars/kstars/widgets/kshelplabel.h #1202589:1202590
@@ -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