From 2351cda81b5419a8411f42aa0236eda01ebffc59 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sun, 19 Aug 2018 14:30:52 +0000 Subject: setup.py: Change license to Public Domain. --- setup.py | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/setup.py b/setup.py index c91b711..2f603a9 100644 --- a/setup.py +++ b/setup.py @@ -1,23 +1,10 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright (C) 2015-2017 lpschedule-generator contributors. See CONTRIBUTORS. +# SPDX-License-Identifier: CC0-1.0 # # 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 -# . from lpschedule_generator import _version -- cgit v1.2.3