From c035adfca7672188c364cf80fda0f309ea74f91b Mon Sep 17 00:00:00 2001 From: Mikhail Medvedev <75389103+bigbigmdm@users.noreply.github.com> Date: Tue, 8 Apr 2025 09:15:09 +0300 Subject: [PATCH] Added copyright and license Adding a license to the file is a requirement of the Debian maintainers. --- example/searchdialog.cpp | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/example/searchdialog.cpp b/example/searchdialog.cpp index 7b9d9e7..89cfd6d 100644 --- a/example/searchdialog.cpp +++ b/example/searchdialog.cpp @@ -1,3 +1,15 @@ +/* + * Copyright (C) 2015-2016 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 General Public License for more details. + */ #include "searchdialog.h" #include "ui_searchdialog.h"