summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2018-08-19 14:39:34 +0000
committerrsiddharth <rsd@gnu.org>2018-08-19 14:39:34 +0000
commiteafa4226e144428270e351b336d6a830a0abdba1 (patch)
treef757350248e4ff969c7d50f2edf4c4a30195a851
parent2351cda81b5419a8411f42aa0236eda01ebffc59 (diff)
lpschedule_generator/_version.py: Use SPDX license identifier.
-rw-r--r--lpschedule_generator/_version.py13
1 files changed, 1 insertions, 12 deletions
diff --git a/lpschedule_generator/_version.py b/lpschedule_generator/_version.py
index a0ef44a..8416d65 100644
--- a/lpschedule_generator/_version.py
+++ b/lpschedule_generator/_version.py
@@ -4,18 +4,7 @@
#
# 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
-# <http://www.gnu.org/licenses/>.
__version__ = u'0.8.2'