From fe7bf42f2031488bd6f69d02ef238060ceb3ca34 Mon Sep 17 00:00:00 2001 From: Jacob Gustafson Date: Tue, 31 Jan 2017 15:56:45 -0500 Subject: [PATCH] fixed redundant language I introduced These lines in the pull request are not necessary, it is just changed for my repo which is seen by students. --- util/minetestmapper.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/util/minetestmapper.py b/util/minetestmapper.py index 486d8274f..f98819957 100755 --- a/util/minetestmapper.py +++ b/util/minetestmapper.py @@ -3,8 +3,8 @@ # This program is free software. It comes without any warranty, to # the extent permitted by applicable law. You can redistribute it -# and/or modify it under the terms of the WTFPL -# Public License, Version 2, as published by Sam Hocevar. See +# and/or modify it under the terms of the WTFPL, +# Version 2, as published by Sam Hocevar. See # COPYING for more details. # Made by Jogge, modified by celeron55