Run update-copyright.py
authorW. Trevor King <wking@tremily.us>
Sun, 5 May 2013 00:20:41 +0000 (20:20 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 5 May 2013 00:20:41 +0000 (20:20 -0400)
15 files changed:
AUTHORS
bin/calibcant-analyze.py
bin/calibcant-calibrate.py
bin/calibcant-plot.py
calibcant/__init__.py
calibcant/analyze.py
calibcant/bump.py
calibcant/bump_analyze.py
calibcant/calibrate.py
calibcant/config.py
calibcant/temperature_analyze.py
calibcant/util.py
calibcant/vibration.py
calibcant/vibration_analyze.py
setup.py

diff --git a/AUTHORS b/AUTHORS
index bcdc62f9e26727cfc4332a2c90dffc1129792ddb..ec727b5511c37b9c48e387a7d5ebc305a3139288 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,2 +1,2 @@
 calibcant was written by:
-W. Trevor King <wking@drexel.edu>
+W. Trevor King <wking@tremily.us>
index 1d71579d6e00529dd5688e7019c262cf4957c69f..60f67e4b6d9832e60f18a48db7fe2ace559e37f3 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2011-2013 W. Trevor King <wking@tremily.us>
 #
 # This file is part of calibcant.
 #
index 0ae2c0e395724202083effd2d5c6da2d9ab63a6e..afcbba46642d1dc454ad77f570d7a9dd7b8fb9fb 100755 (executable)
@@ -1,7 +1,21 @@
 #!/usr/bin/env python
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright
+# Copyright (C) 2012-2013 W. Trevor King <wking@tremily.us>
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 """Run a cantilever calibration using the default AFM
 (``pyafm.storage.load_afm()``).
index acf9c485f2afa5424942e5a53f1475a610e21b13..b1c2ef3bf39de28f3ebd8d3f6eb5d3d1e20e8e73 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/env python
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2011-2013 W. Trevor King <wking@tremily.us>
 #
 # This file is part of calibcant.
 #
index 1db43f94a31ea4ca8e908ec5a9c4ef0847eeccc2..071a01fc6bd5c262185951cb8f9f216cff46bc42 100644 (file)
@@ -1,6 +1,6 @@
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2008-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2013 W. Trevor King <wking@tremily.us>
 #
 # This file is part of calibcant.
 #
index ec33d5687c8d5302303ed5a65b911f2cd0ef3d33..47d510a7278da23cc0fe0e8c2edf084e86a38b00 100644 (file)
@@ -1,6 +1,6 @@
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2008-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2013 W. Trevor King <wking@tremily.us>
 #
 # This file is part of calibcant.
 #
index ea6cccc31dcca8ad4d0211d47c5fb5f79a3e3e0a..3ba8c7cc8133c1ca0b7424ec6aca3513a3f80fd1 100644 (file)
@@ -1,6 +1,6 @@
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2008-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2013 W. Trevor King <wking@tremily.us>
 #
 # This file is part of calibcant.
 #
index d5e0f9cc8bbe6ca7160d4eddfd7f05f3b75a3438..4d889f62780aa66b70caa36852c2626fc89b14ca 100644 (file)
@@ -1,6 +1,6 @@
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2008-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2013 W. Trevor King <wking@tremily.us>
 #
 # This file is part of calibcant.
 #
index b4294fa7890118c8976a60c1bcf41722ffd1e4b4..023c89dd2a6ad0572fe4ee94f3fe954ab4760cb9 100644 (file)
@@ -1,6 +1,6 @@
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2008-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2013 W. Trevor King <wking@tremily.us>
 #
 # This file is part of calibcant.
 #
index 11686f75eb00c4090fbe70d0860206daf4e74214..4b9c1386aaf0a059149324917b4cce1e95d7c752 100644 (file)
@@ -1,6 +1,6 @@
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2008-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2013 W. Trevor King <wking@tremily.us>
 #
 # This file is part of calibcant.
 #
index 24496eea9299a26e30b8edec10a89902177c73f2..428c91a7bdc28bd1f3d9abcb4b8e9dc59cd3e5c9 100644 (file)
@@ -1,6 +1,6 @@
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2008-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2012-2013 W. Trevor King <wking@tremily.us>
 #
 # This file is part of calibcant.
 #
index 8f4c43998722486867e06de6cb90686778ec292a..a7b4623aa970a127c8de6ae01f4e1c74a4c824c4 100644 (file)
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2012-2013 W. Trevor King <wking@tremily.us>
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 """Useful utilites not related to calibration.
 
index 1313dad2d00f5df97742bfd2f152b06583c39880..f58a3661c95a0fa3d3ce5ce2217a4b4597297c7d 100644 (file)
@@ -1,6 +1,6 @@
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2011-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2011-2013 W. Trevor King <wking@tremily.us>
 #
 # This file is part of calibcant.
 #
index a0d383e6370fba1b733e89685af7c906da2ca40a..50bf87d3b36fce7818c14a3a58e93e19fe8ec8ae 100644 (file)
@@ -1,6 +1,6 @@
 # calibcant - tools for thermally calibrating AFM cantilevers
 #
-# Copyright (C) 2008-2012 W. Trevor King <wking@drexel.edu>
+# Copyright (C) 2008-2013 W. Trevor King <wking@tremily.us>
 #
 # This file is part of calibcant.
 #
index d32523bdeea20a27a68a5adc8bb84436412ae83b..fd76adc2f1c7ac888deb64a9169283b3391d489c 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,18 @@
-# Copyright
+# Copyright (C) 2008-2013 W. Trevor King <wking@tremily.us>
+#
+# 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 <http://www.gnu.org/licenses/>.
 
 "calibcant: tools for thermally calibrating AFM cantilevers"