From 0c5b1307bb3e3f149ed5c7a9b8fc24253aac4830 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 5 Jan 2017 15:03:38 +0100 Subject: [PATCH] maskcorners: Add missing license header --- plugins/maskcorners/Settings.vala | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/plugins/maskcorners/Settings.vala b/plugins/maskcorners/Settings.vala index 1efb8e17..167391e6 100644 --- a/plugins/maskcorners/Settings.vala +++ b/plugins/maskcorners/Settings.vala @@ -1,3 +1,20 @@ +// +// Copyright (C) 2015 Rory J Sanderson +// +// 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 3 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, see . +// + namespace Gala.Plugins.MaskCorners { class Settings : Granite.Services.Settings