summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander V. Wolf <aw@altspu.ru>2024-02-28 17:16:22 +0700
committerAlexander V. Wolf <aw@altspu.ru>2024-02-28 17:16:22 +0700
commit9e6f17225ba939ffea1a2c2509f3f6534cf8abb2 (patch)
tree94a68f4515fb279c160c75d0cab2524e44a1aeac
parent1a4a0884f9ca5916e3461044fc2581d3492ba632 (diff)
Fix license notification
-rw-r--r--src/gui/LogarithmicSpinBox.cpp19
-rw-r--r--src/gui/LogarithmicSpinBox.hpp19
2 files changed, 38 insertions, 0 deletions
diff --git a/src/gui/LogarithmicSpinBox.cpp b/src/gui/LogarithmicSpinBox.cpp
index 0a1613377d..9598452a37 100644
--- a/src/gui/LogarithmicSpinBox.cpp
+++ b/src/gui/LogarithmicSpinBox.cpp
@@ -1,3 +1,22 @@
+/*
+ * Stellarium
+ * Copyright (C) 2022 Ruslan Kabatsayev
+ *
+ * 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.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
+*/
+
#include "LogarithmicSpinBox.hpp"
#include <cmath>
diff --git a/src/gui/LogarithmicSpinBox.hpp b/src/gui/LogarithmicSpinBox.hpp
index c29e63c31a..a71f0b2b2c 100644
--- a/src/gui/LogarithmicSpinBox.hpp
+++ b/src/gui/LogarithmicSpinBox.hpp
@@ -1,3 +1,22 @@
+/*
+ * Stellarium
+ * Copyright (C) 2022 Ruslan Kabatsayev
+ *
+ * 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.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Suite 500, Boston, MA 02110-1335, USA.
+*/
+
#ifndef LOGARITHMIC_SPINBOX_20210618
#define LOGARITHMIC_SPINBOX_20210618