From 201b836ffa462677e15c459f07526314eb9e6983 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 19 Aug 2018 14:19:03 +0000 Subject: tests/test_lps_gen.py: Change license to Public Domain. --- tests/test_lps_gen.py | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/tests/test_lps_gen.py b/tests/test_lps_gen.py index a4a5790..5afb8ef 100644 --- a/tests/test_lps_gen.py +++ b/tests/test_lps_gen.py @@ -1,22 +1,10 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2018 lpschedule-generator contributors. See CONTRIBUTORS. +# SPDX-License-Identifier: CC0-1.0 # -# 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. -# -# 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 os -- cgit v1.2.3