From: W. Trevor King Date: Fri, 11 May 2012 18:22:38 +0000 (-0400) Subject: Ran update-copyright.py. X-Git-Tag: v0.2~12 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=1520bd23fb9c19fa76f5c6526d309fc9a269689b;p=unfold-protein.git Ran update-copyright.py. --- diff --git a/unfold.py b/unfold.py index 6a84f81..951ad33 100755 --- a/unfold.py +++ b/unfold.py @@ -1,22 +1,21 @@ #!/usr/bin/env python # -# Copyright (C) 2011 W. Trevor King +# Copyright (C) 2009-2012 W. Trevor King # # This file is part of unfold_protein. # -# Unfold_protein 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. +# unfold_protein 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. # -# Unfold_protein 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. +# unfold_protein 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 unfold_protein. If not, see -# . +# You should have received a copy of the GNU General Public License along with +# unfold_protein. If not, see . """Run a mechanical protein unfolding experiment.""" diff --git a/unfold_protein/__init__.py b/unfold_protein/__init__.py index 0c235c0..c1ebd9b 100644 --- a/unfold_protein/__init__.py +++ b/unfold_protein/__init__.py @@ -1,20 +1,19 @@ -# Copyright (C) 2011 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of unfold_protein. # -# Unfold_protein 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. +# unfold_protein 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. # -# Unfold_protein 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. +# unfold_protein 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 unfold_protein. If not, see -# . +# You should have received a copy of the GNU General Public License along with +# unfold_protein. If not, see . from .config import PackageConfig as _PackageConfig diff --git a/unfold_protein/config.py b/unfold_protein/config.py index ce845b0..e01cbea 100644 --- a/unfold_protein/config.py +++ b/unfold_protein/config.py @@ -1,20 +1,19 @@ -# Copyright (C) 2011 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of unfold_protein. # -# Unfold_protein 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. +# unfold_protein 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. # -# Unfold_protein 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. +# unfold_protein 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 unfold_protein. If not, see -# . +# You should have received a copy of the GNU General Public License along with +# unfold_protein. If not, see . """Define some variables to configure the package for a particular lab and workflow.""" diff --git a/unfold_protein/scan.py b/unfold_protein/scan.py index d0d4183..b849e49 100644 --- a/unfold_protein/scan.py +++ b/unfold_protein/scan.py @@ -1,20 +1,19 @@ -# Copyright (C) 2011 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of unfold_protein. # -# Unfold_protein 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. +# unfold_protein 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. # -# Unfold_protein 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. +# unfold_protein 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 unfold_protein. If not, see -# . +# You should have received a copy of the GNU General Public License along with +# unfold_protein. If not, see . """Define `UnfoldScanner` for sequential unfolding experiments.""" diff --git a/unfold_protein/unfolder.py b/unfold_protein/unfolder.py index 204177a..5a82716 100755 --- a/unfold_protein/unfolder.py +++ b/unfold_protein/unfolder.py @@ -1,20 +1,19 @@ -# Copyright (C) 2011 W. Trevor King +# Copyright (C) 2012 W. Trevor King # # This file is part of unfold_protein. # -# Unfold_protein 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. +# unfold_protein 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. # -# Unfold_protein 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. +# unfold_protein 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 unfold_protein. If not, see -# . +# You should have received a copy of the GNU General Public License along with +# unfold_protein. If not, see . """Define classes for carrying out an unfolding cycle with an AFM."""