From 455c74b37d73163cd26deafe1d6958013898b932 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 19 Aug 2018 14:41:55 +0000 Subject: lps_gen.py: Use SPDX license identifier. --- lps_gen.py | 15 ++------------- 1 file changed, 2 insertions(+), 13 deletions(-) diff --git a/lps_gen.py b/lps_gen.py index 23fbede..ed68f5e 100644 --- a/lps_gen.py +++ b/lps_gen.py @@ -2,21 +2,10 @@ # # Copyright (C) 2018 lpschedule-generator contributors. See CONTRIBUTORS. # -# This file is part of lpschedule-generator. +# This file is part of lpschedule-generator. # -# lpschedule-generator 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. +# SPDX-License-Identifier: GPL-3.0-or-later # -# lpschedule-generator 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 lpschedule-generator (see COPYING). If not, see -# . import json import re -- cgit v1.2.3