From: W. Trevor King Date: Sun, 5 May 2013 00:20:41 +0000 (-0400) Subject: Run update-copyright.py X-Git-Tag: 0.9~1 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=ec035439a11ec6a6f1ed666c104b0f9ecde0aa51;p=calibcant.git Run update-copyright.py --- diff --git a/AUTHORS b/AUTHORS index bcdc62f..ec727b5 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,2 @@ calibcant was written by: -W. Trevor King +W. Trevor King diff --git a/bin/calibcant-analyze.py b/bin/calibcant-analyze.py index 1d71579..60f67e4 100755 --- a/bin/calibcant-analyze.py +++ b/bin/calibcant-analyze.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2013 W. Trevor King # # This file is part of calibcant. # diff --git a/bin/calibcant-calibrate.py b/bin/calibcant-calibrate.py index 0ae2c0e..afcbba4 100755 --- a/bin/calibcant-calibrate.py +++ b/bin/calibcant-calibrate.py @@ -1,7 +1,21 @@ #!/usr/bin/env python # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright +# Copyright (C) 2012-2013 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 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# calibcant. If not, see . """Run a cantilever calibration using the default AFM (``pyafm.storage.load_afm()``). diff --git a/bin/calibcant-plot.py b/bin/calibcant-plot.py index acf9c48..b1c2ef3 100755 --- a/bin/calibcant-plot.py +++ b/bin/calibcant-plot.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2013 W. Trevor King # # This file is part of calibcant. # diff --git a/calibcant/__init__.py b/calibcant/__init__.py index 1db43f9..071a01f 100644 --- a/calibcant/__init__.py +++ b/calibcant/__init__.py @@ -1,6 +1,6 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2008-2012 W. Trevor King +# Copyright (C) 2008-2013 W. Trevor King # # This file is part of calibcant. # diff --git a/calibcant/analyze.py b/calibcant/analyze.py index ec33d56..47d510a 100644 --- a/calibcant/analyze.py +++ b/calibcant/analyze.py @@ -1,6 +1,6 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2008-2012 W. Trevor King +# Copyright (C) 2008-2013 W. Trevor King # # This file is part of calibcant. # diff --git a/calibcant/bump.py b/calibcant/bump.py index ea6cccc..3ba8c7c 100644 --- a/calibcant/bump.py +++ b/calibcant/bump.py @@ -1,6 +1,6 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2008-2012 W. Trevor King +# Copyright (C) 2008-2013 W. Trevor King # # This file is part of calibcant. # diff --git a/calibcant/bump_analyze.py b/calibcant/bump_analyze.py index d5e0f9c..4d889f6 100644 --- a/calibcant/bump_analyze.py +++ b/calibcant/bump_analyze.py @@ -1,6 +1,6 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2008-2012 W. Trevor King +# Copyright (C) 2008-2013 W. Trevor King # # This file is part of calibcant. # diff --git a/calibcant/calibrate.py b/calibcant/calibrate.py index b4294fa..023c89d 100644 --- a/calibcant/calibrate.py +++ b/calibcant/calibrate.py @@ -1,6 +1,6 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2008-2012 W. Trevor King +# Copyright (C) 2008-2013 W. Trevor King # # This file is part of calibcant. # diff --git a/calibcant/config.py b/calibcant/config.py index 11686f7..4b9c138 100644 --- a/calibcant/config.py +++ b/calibcant/config.py @@ -1,6 +1,6 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2008-2012 W. Trevor King +# Copyright (C) 2008-2013 W. Trevor King # # This file is part of calibcant. # diff --git a/calibcant/temperature_analyze.py b/calibcant/temperature_analyze.py index 24496ee..428c91a 100644 --- a/calibcant/temperature_analyze.py +++ b/calibcant/temperature_analyze.py @@ -1,6 +1,6 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2008-2012 W. Trevor King +# Copyright (C) 2012-2013 W. Trevor King # # This file is part of calibcant. # diff --git a/calibcant/util.py b/calibcant/util.py index 8f4c439..a7b4623 100644 --- a/calibcant/util.py +++ b/calibcant/util.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2012-2013 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 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# calibcant. If not, see . """Useful utilites not related to calibration. diff --git a/calibcant/vibration.py b/calibcant/vibration.py index 1313dad..f58a366 100644 --- a/calibcant/vibration.py +++ b/calibcant/vibration.py @@ -1,6 +1,6 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2011-2012 W. Trevor King +# Copyright (C) 2011-2013 W. Trevor King # # This file is part of calibcant. # diff --git a/calibcant/vibration_analyze.py b/calibcant/vibration_analyze.py index a0d383e..50bf87d 100644 --- a/calibcant/vibration_analyze.py +++ b/calibcant/vibration_analyze.py @@ -1,6 +1,6 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2008-2012 W. Trevor King +# Copyright (C) 2008-2013 W. Trevor King # # This file is part of calibcant. # diff --git a/setup.py b/setup.py index d32523b..fd76adc 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2008-2013 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 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 General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with +# calibcant. If not, see . "calibcant: tools for thermally calibrating AFM cantilevers"