X-Git-Url: http://git.tremily.us/?p=unfold-protein.git;a=blobdiff_plain;f=unfold_protein%2Funfolder.py;fp=unfold_protein%2Funfolder.py;h=5a827169850f51c4fdc1118d9b331351a53d917b;hp=204177a96d30086f2ecbadfcf17d37ab203c695a;hb=1520bd23fb9c19fa76f5c6526d309fc9a269689b;hpb=f74c7c39b6940bc4204379806f4ed823ae6bee0f 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."""