From c747ed1490956985e4717ec0e3bf283c2b40ab21 Mon Sep 17 00:00:00 2001 From: Mikhail Medvedev <75389103+bigbigmdm@users.noreply.github.com> Date: Tue, 8 Apr 2025 09:09:10 +0300 Subject: [PATCH] Added copyright and license Adding a license to the file is a requirement of the Debian maintainers. --- src/color_manager.cpp | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/src/color_manager.cpp b/src/color_manager.cpp index fb5fe73..da4e608 100644 --- a/src/color_manager.cpp +++ b/src/color_manager.cpp @@ -1,3 +1,18 @@ +/* +* Copyright (C) 2025 Winfried Simon +* +* This software may be used under the terms of the GNU Lesser General +* Public License version 2.1 as published by the Free Software Foundation +* and appearing in the file license.txt included in the packaging of this file. +* +* 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 Lesser General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program. If not, see . +*/ #include "color_manager.h" #include @@ -164,4 +179,4 @@ void ColorManager::addUserArea(qint64 posStart, qint64 posEnd, QColor fontColor, void ColorManager::clearUserAreas() { _userAreas.clear(); -} \ No newline at end of file +}