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~30^2~6 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=120ab3c044c31c1aa9a085df352ad64249fbee81;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/config.py b/calibcant/config.py index aa2f0a2..7715cd2 100644 --- a/calibcant/config.py +++ b/calibcant/config.py @@ -1,21 +1,21 @@ # 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 # . """Define some variables to configure the package for a particular lab