From: W. Trevor King Date: Fri, 28 Jan 2011 19:27:43 +0000 (-0500) Subject: Cleaned up README and package with pure distutils (vs. setuputils). X-Git-Tag: v0.4~24^2~8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c35006b2d915fefb34501d08b23e7ddd23aaba7b;p=pyafm.git Cleaned up README and package with pure distutils (vs. setuputils). Also: * Don't make calibcant modules executible. Scripts should be handled explicitly through distutils. * Ran ./update_copyright.py --- diff --git a/calibcant/calibrate.py b/calibcant/calibrate.py old mode 100755 new mode 100644 index c2fb1b8..54279a5 --- a/calibcant/calibrate.py +++ b/calibcant/calibrate.py @@ -1,23 +1,21 @@ -#!/usr/bin/python -# # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2008-2010 W. Trevor King +# Copyright (C) 2008-2011 W. Trevor King # -# 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 # . """