From ae1c1eaa2bb26524065ec22d7242bb3dcb39a0e2 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 25 Feb 2020 03:32:46 +0100 Subject: [PATCH] Add copyright notice. --- gui/src/qmlbridge.hpp | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/gui/src/qmlbridge.hpp b/gui/src/qmlbridge.hpp index 377ca5b..48f3af1 100644 --- a/gui/src/qmlbridge.hpp +++ b/gui/src/qmlbridge.hpp @@ -1,3 +1,19 @@ +/* This file is part of FediPotato. + * Copyright © 2020 tastytea + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU Affero General Public License as published by + * the Free Software Foundation, version 3. + * + * 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 Affero General Public License for more details. + * + * You should have received a copy of the GNU Affero General Public License + * along with this program. If not, see . + */ + #ifndef FEDIPOTATO_GUI_QMLBRIDGE_HPP #define FEDIPOTATO_GUI_QMLBRIDGE_HPP