From: W. Trevor King Date: Tue, 1 Jun 2010 13:37:55 +0000 (-0400) Subject: Ran update_copyright.py X-Git-Tag: 0.5~4 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=77b1dc498f6bc4901d3c5fba0b831b24094b2418;p=calibcant.git Ran update_copyright.py --- diff --git a/AUTHORS b/AUTHORS new file mode 100644 index 0000000..001c6ee --- /dev/null +++ b/AUTHORS @@ -0,0 +1,2 @@ +CalibCant was written by: +W. Trevor King diff --git a/calibcant/T_analyze.py b/calibcant/T_analyze.py index faf8856..ce4e41a 100755 --- a/calibcant/T_analyze.py +++ b/calibcant/T_analyze.py @@ -2,26 +2,23 @@ # # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2007,2008, William Trevor King +# Copyright (C) 2008-2010 W. Trevor King # -# This program 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. +# This file is part of CalibCant. # -# This program 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. +# 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. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# 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. # -# The author may be contacted at on the Internet, or -# write to Trevor King, Drexel University, Physics Dept., 3141 Chestnut St., -# Philadelphia PA 19104, USA. +# You should have received a copy of the GNU Lesser General Public +# License along with CalibCant. If not, see +# . """ Separate the more general T_analyze() from the other T_*() diff --git a/calibcant/__init__.py b/calibcant/__init__.py index 34670a5..035d77c 100644 --- a/calibcant/__init__.py +++ b/calibcant/__init__.py @@ -1,24 +1,21 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2007,2008, William Trevor King +# Copyright (C) 2008-2010 W. Trevor King # -# This program 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. +# This file is part of CalibCant. # -# This program 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. +# 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. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# 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. # -# The author may be contacted at on the Internet, or -# write to Trevor King, Drexel University, Physics Dept., 3141 Chestnut St., -# Philadelphia PA 19104, USA. +# You should have received a copy of the GNU Lesser General Public +# License along with CalibCant. If not, see +# . from .common import VERSION diff --git a/calibcant/analyze.py b/calibcant/analyze.py index 626e3ea..81f88c2 100755 --- a/calibcant/analyze.py +++ b/calibcant/analyze.py @@ -2,26 +2,23 @@ # # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2007,2008, William Trevor King +# Copyright (C) 2008-2010 W. Trevor King # -# This program 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. +# This file is part of CalibCant. # -# This program 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. +# 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. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# 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. # -# The author may be contacted at on the Internet, or -# write to Trevor King, Drexel University, Physics Dept., 3141 Chestnut St., -# Philadelphia PA 19104, USA. +# You should have received a copy of the GNU Lesser General Public +# License along with CalibCant. If not, see +# . """ Separate the more general calib_analyze() from the other calib_*() diff --git a/calibcant/bump.py b/calibcant/bump.py index d2f83ba..9a2b701 100644 --- a/calibcant/bump.py +++ b/calibcant/bump.py @@ -2,26 +2,23 @@ # # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2007-2009 William Trevor King +# Copyright (C) 2008-2010 W. Trevor King # -# This program 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. +# This file is part of CalibCant. # -# This program 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. +# 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. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# 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. # -# The author may be contacted at on the Internet, or -# write to Trevor King, Drexel University, Physics Dept., 3141 Chestnut St., -# Philadelphia PA 19104, USA. +# You should have received a copy of the GNU Lesser General Public +# License along with CalibCant. If not, see +# . """ Aquire, save, and load cantilever calibration bump data. diff --git a/calibcant/bump_analyze.py b/calibcant/bump_analyze.py index 8291b0e..4212da3 100755 --- a/calibcant/bump_analyze.py +++ b/calibcant/bump_analyze.py @@ -2,26 +2,23 @@ # # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2007,2008, William Trevor King +# Copyright (C) 2008-2010 W. Trevor King # -# This program 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. +# This file is part of CalibCant. # -# This program 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. +# 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. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# 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. # -# The author may be contacted at on the Internet, or -# write to Trevor King, Drexel University, Physics Dept., 3141 Chestnut St., -# Philadelphia PA 19104, USA. +# You should have received a copy of the GNU Lesser General Public +# License along with CalibCant. If not, see +# . """ Separate the more general bump_analyze() from the other bump_*() diff --git a/calibcant/calibrate.py b/calibcant/calibrate.py index 5789f7f..004e22d 100755 --- a/calibcant/calibrate.py +++ b/calibcant/calibrate.py @@ -2,26 +2,23 @@ # # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2007-2009 William Trevor King +# Copyright (C) 2008-2010 W. Trevor King # -# This program 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. +# This file is part of CalibCant. # -# This program 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. +# 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. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# 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. # -# The author may be contacted at on the Internet, or -# write to Trevor King, Drexel University, Physics Dept., 3141 Chestnut St., -# Philadelphia PA 19104, USA. +# You should have received a copy of the GNU Lesser General Public +# License along with CalibCant. If not, see +# . """ Aquire and analyze cantilever calibration data. diff --git a/calibcant/common.py b/calibcant/common.py index ece7832..1747901 100644 --- a/calibcant/common.py +++ b/calibcant/common.py @@ -1,25 +1,22 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2007-2009 William Trevor King +# Copyright (C) 2008-2010 W. Trevor King # -# This program 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. +# This file is part of CalibCant. # -# This program 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. +# 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. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# 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. # -# The author may be contacted at on the Internet, or -# write to Trevor King, Drexel University, Physics Dept., 3141 Chestnut St., -# Philadelphia PA 19104, USA. +# You should have received a copy of the GNU Lesser General Public +# License along with CalibCant. If not, see +# . import .config diff --git a/calibcant/config.py b/calibcant/config.py index 0594488..8df49cb 100644 --- a/calibcant/config.py +++ b/calibcant/config.py @@ -1,25 +1,22 @@ # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2007-2009 William Trevor King +# Copyright (C) 2008-2010 W. Trevor King # -# This program 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. +# This file is part of CalibCant. # -# This program 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. +# 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. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# 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. # -# The author may be contacted at on the Internet, or -# write to Trevor King, Drexel University, Physics Dept., 3141 Chestnut St., -# Philadelphia PA 19104, USA. +# You should have received a copy of the GNU Lesser General Public +# License along with CalibCant. If not, see +# . """Define some variables to configure the package for a particular lab and workflow.""" diff --git a/calibcant/vib_analyze.py b/calibcant/vib_analyze.py index 67d7519..c15d327 100755 --- a/calibcant/vib_analyze.py +++ b/calibcant/vib_analyze.py @@ -2,26 +2,23 @@ # # calibcant - tools for thermally calibrating AFM cantilevers # -# Copyright (C) 2007-2009 William Trevor King +# Copyright (C) 2008-2010 W. Trevor King # -# This program 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. +# This file is part of CalibCant. # -# This program 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. +# 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. # -# You should have received a copy of the GNU General Public License -# along with this program; if not, write to the Free Software -# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA -# 02111-1307, USA. +# 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. # -# The author may be contacted at on the Internet, or -# write to Trevor King, Drexel University, Physics Dept., 3141 Chestnut St., -# Philadelphia PA 19104, USA. +# You should have received a copy of the GNU Lesser General Public +# License along with CalibCant. If not, see +# . """ Separate the more general vib_analyze() from the other vib_*() diff --git a/update_copyright.py b/update_copyright.py index 6def8fe..3e1e268 100755 --- a/update_copyright.py +++ b/update_copyright.py @@ -1,6 +1,22 @@ #!/usr/bin/python # # Copyright (C) 2010 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 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 +# . """Automatically update copyright boilerplate.