From 09adf4dbf8bcab55b44eee4125b1f089c754b70b Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Thu, 16 Feb 2012 18:12:36 -0500 Subject: [PATCH] Run update-copyright.py. --- calibcant/calibrate.py | 22 ++++++++++------------ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/calibcant/calibrate.py b/calibcant/calibrate.py index 2f850e1..e7b0204 100644 --- a/calibcant/calibrate.py +++ b/calibcant/calibrate.py @@ -1,22 +1,20 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2008-2011 W. Trevor King +# Copyright (C) 2008-2012 W. Trevor King # # This file is part of calibcant. # -# 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 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 3 of the License, or (at your option) any later +# version. # -# 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. +# 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 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 -# . +# You should have received a copy of the GNU General Public License along with +# calibcant. If not, see . """Acquire and analyze cantilever calibration data. -- 2.26.2