Cleaned up README and package with pure distutils (vs. setuputils).
[calibcant.git] / update_copyright.py
index d1caaa6e7c3ab5cc995174e27628950490eff97f..ce067d0ae0971926dc713d024529f8fe41bac759 100755 (executable)
@@ -1,21 +1,21 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
-# Copyright (C) 2010 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2010-2011 W. Trevor King <wking@drexel.edu>
 #
-# This file is part of CalibCant.
+# This file is part of calibcant.
 #
-# CalibCant is free software: you can redistribute it and/or
+# calibcant is free software: you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 # License as published by the Free Software Foundation, either
 # version 3 of the License, or (at your option) any later version.
 #
-# CalibCant is distributed in the hope that it will be useful,
+# calibcant 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 Lesser General Public License for more details.
 #
 # You should have received a copy of the GNU Lesser General Public
-# License along with CalibCant.  If not, see
+# License along with calibcant.  If not, see
 # <http://www.gnu.org/licenses/>.
 
 """Automatically update copyright boilerplate.
@@ -37,7 +37,7 @@ import time
 
 
 PROJECT_INFO = {
-    'project': 'CalibCant',
+    'project': 'calibcant',
     'vcs': 'Git', 
     }