From 9ba3b93dac44b0f7b9b6ee21ed4f2ba75ed943c9 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 16 Feb 2020 11:49:30 -0800 Subject: [PATCH] *.css: Use SPDX license identifier Reviewed-by: Veiko Aasa --- plinth/modules/jsxc/static/jsxc-plinth.css | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/plinth/modules/jsxc/static/jsxc-plinth.css b/plinth/modules/jsxc/static/jsxc-plinth.css index edf58f8ba..02c7419fd 100644 --- a/plinth/modules/jsxc/static/jsxc-plinth.css +++ b/plinth/modules/jsxc/static/jsxc-plinth.css @@ -1,20 +1,5 @@ /* -# -# This file is part of FreedomBox. -# -# 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, 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 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 . -# +# SPDX-License-Identifier: AGPL-3.0-or-later # This file based on example code from Javascript XMPP Client which is # licensed as follows.