diff --git a/debian/copyright b/debian/copyright index e145c36..9b36975 100644 --- a/debian/copyright +++ b/debian/copyright @@ -2,7 +2,7 @@ Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Files: * Copyright: 2014 Rohan Garg - 2017 Lubuntu Team + 2017-2018 Lubuntu Developers License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/lubuntu/README.md b/lubuntu/README.md index c89c009..e430f6b 100644 --- a/lubuntu/README.md +++ b/lubuntu/README.md @@ -4,7 +4,7 @@ This directory houses the Calamares settings for Lubuntu. Unless otherwise stated, the contents of this directory are licensed as follows: -Copyright (C) 2018 Lubuntu Team +Copyright (C) 2018 Lubuntu Developers This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License diff --git a/lubuntu/branding/lubuntu/show.qml b/lubuntu/branding/lubuntu/show.qml index 863e066..e85c4b9 100644 --- a/lubuntu/branding/lubuntu/show.qml +++ b/lubuntu/branding/lubuntu/show.qml @@ -1,20 +1,3 @@ -/* - * Copyright 2018, Lubuntu Team - * - * 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 software. If not, see . - */ - import QtQuick 2.0; import calamares.slideshow 1.0;