Author: bugman Date: Mon Oct 20 21:42:54 2008 New Revision: 7859 URL: http://svn.gna.org/viewcvs/relax?rev=7859&view=rev Log: Shortened the copyright notices. Modified: branches/multi_processor_merge/multi/commands.py branches/multi_processor_merge/multi/multi_processor_base.py branches/multi_processor_merge/multi/processor.py branches/multi_processor_merge/multi/uni_processor.py Modified: branches/multi_processor_merge/multi/commands.py URL: http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/multi/commands.py?rev=7859&r1=7858&r2=7859&view=diff ============================================================================== --- branches/multi_processor_merge/multi/commands.py (original) +++ branches/multi_processor_merge/multi/commands.py Mon Oct 20 21:42:54 2008 @@ -1,6 +1,6 @@ ############################################################################### # # -# Copyright (C) 2007 Gary S Thompson (https://gna.org/users/varioustoxins) # +# Copyright (C) 2007 Gary S Thompson (https://gna.org/users/varioustoxins) # # # # This file is part of the program relax. # # # Modified: branches/multi_processor_merge/multi/multi_processor_base.py URL: http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/multi/multi_processor_base.py?rev=7859&r1=7858&r2=7859&view=diff ============================================================================== --- branches/multi_processor_merge/multi/multi_processor_base.py (original) +++ branches/multi_processor_merge/multi/multi_processor_base.py Mon Oct 20 21:42:54 2008 @@ -1,6 +1,6 @@ ############################################################################### # # -# Copyright (C) 2007 Gary S Thompson (https://gna.org/users/varioustoxins) # +# Copyright (C) 2007 Gary S Thompson (https://gna.org/users/varioustoxins) # # # # This file is part of the program relax. # # # Modified: branches/multi_processor_merge/multi/processor.py URL: http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/multi/processor.py?rev=7859&r1=7858&r2=7859&view=diff ============================================================================== --- branches/multi_processor_merge/multi/processor.py (original) +++ branches/multi_processor_merge/multi/processor.py Mon Oct 20 21:42:54 2008 @@ -1,25 +1,24 @@ -################################################################################ -# # -# Copyright (C) 2007 Gary S Thompson (see https://gna.org/users/varioustoxins # -# for contact details) # -# # -# This file is part of the program relax. # -# # -# relax 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 2 of the License, or # -# (at your option) any later version. # -# # -# relax 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 relax; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -################################################################################ +############################################################################### +# # +# Copyright (C) 2007 Gary S Thompson (https://gna.org/users/varioustoxins) # +# # +# This file is part of the program relax. # +# # +# relax 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 2 of the License, or # +# (at your option) any later version. # +# # +# relax 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 relax; if not, write to the Free Software # +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# # +############################################################################### # Module docstring. '''The processor class is the central class in the multi python multiprocessor framework. Modified: branches/multi_processor_merge/multi/uni_processor.py URL: http://svn.gna.org/viewcvs/relax/branches/multi_processor_merge/multi/uni_processor.py?rev=7859&r1=7858&r2=7859&view=diff ============================================================================== --- branches/multi_processor_merge/multi/uni_processor.py (original) +++ branches/multi_processor_merge/multi/uni_processor.py Mon Oct 20 21:42:54 2008 @@ -1,25 +1,24 @@ -################################################################################ -# # -# Copyright (C) 2007 Gary S Thompson (see https://gna.org/users/varioustoxins # -# for contact details) # -# # -# This file is part of the program relax. # -# # -# relax 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 2 of the License, or # -# (at your option) any later version. # -# # -# relax 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 relax; if not, write to the Free Software # -# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -# # -################################################################################ +############################################################################### +# # +# Copyright (C) 2007 Gary S Thompson (https://gna.org/users/varioustoxins) # +# # +# This file is part of the program relax. # +# # +# relax 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 2 of the License, or # +# (at your option) any later version. # +# # +# relax 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 relax; if not, write to the Free Software # +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # +# # +############################################################################### # Module docstring. """Module containing the uni-processor class."""