mdwsetup.py: Fix the licensing header.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jun 2013 20:56:57 +0000 (21:56 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 15 Jun 2013 20:56:57 +0000 (21:56 +0100)
mdwsetup.py

index 9ce67e6..b423c2a 100644 (file)
@@ -7,20 +7,20 @@
 
 ###----- Licensing notice ---------------------------------------------------
 ###
-### This file is part of the Python interface to mLib.
+### This file is part of the Common Files Distribution (`common')
 ###
-### mLib/Python is free software; you can redistribute it and/or modify
+### `Common' 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 2 of the License, or
 ### (at your option) any later version.
 ###
-### mLib/Python is distributed in the hope that it will be useful,
+### `Common' 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 mLib/Python; if not, write to the Free Software Foundation,
+### along with `common'; if not, write to the Free Software Foundation,
 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 import sys as SYS