summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2018-08-19 14:30:52 +0000
committerrsiddharth <rsd@gnu.org>2018-08-19 14:30:52 +0000
commit2351cda81b5419a8411f42aa0236eda01ebffc59 (patch)
treeadd6b0b04988ce9513f62614bb16dbb01c0d6cc6
parent286a1cdfafed14e9f8cef28b3b224c3eab4403fa (diff)
setup.py: Change license to Public Domain.
-rw-r--r--setup.py15
1 files changed, 1 insertions, 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
-# <http://www.gnu.org/licenses/>.
from lpschedule_generator import _version