[Kstars-devel] [kstars] kstars/widgets: Added license information.
Akarsh Simha
akarshsimha at gmail.com
Mon Jul 2 14:26:43 UTC 2012
Git commit f56d6835993a141dfc03b44a24b4542d193275b3 by Akarsh Simha, on behalf of Victor Carbune.
Committed on 01/12/2010 at 14:42.
Pushed by asimha into branch 'master'.
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 +19 -1 kstars/widgets/kshelplabel.cpp
M +17 -0 kstars/widgets/kshelplabel.h
http://commits.kde.org/kstars/f56d6835993a141dfc03b44a24b4542d193275b3
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