Hi Troels, In general you need to be careful when deleting an author from the copyright notice. Even if there are no lines in common with the original file, the copyright should not be removed out of respect for the author. In this case it is ok, as you are spinning just your code out of another module. But if you copy a file as a template and then modify, the copyright should be retained. You can see this in the gui package that was originally written by Michael Bieri. There is not a single line of code he wrote left, as I have written the GUI twice, but his name remains in the copyright notices of all the files he created or that I copied.
Regards, Edward On 23 June 2014 14:48, <[email protected]> wrote: > Author: tlinnet > Date: Mon Jun 23 14:48:04 2014 > New Revision: 24247 > > URL: http://svn.gna.org/viewcvs/relax?rev=24247&view=rev > Log: > Split matrix_exponential_rankN into > matrix_exponential_rank_NE_NS_NM_NO_ND_x_x and > matrix_exponential_rank_NS_NM_NO_ND_x_x. > > Task #7807 (https://gna.org/task/index.php?7807): Speed-up of dispersion > models for Clustered analysis. > > Modified: > branches/disp_spin_speed/lib/dispersion/matrix_exponential.py > branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_3d.py > branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_star.py > branches/disp_spin_speed/lib/dispersion/ns_mmq_2site.py > branches/disp_spin_speed/lib/dispersion/ns_mmq_3site.py > branches/disp_spin_speed/lib/dispersion/ns_r1rho_2site.py > branches/disp_spin_speed/lib/dispersion/ns_r1rho_3site.py > branches/disp_spin_speed/lib/linear_algebra/matrix_exponential.py > > branches/disp_spin_speed/test_suite/unit_tests/_lib/_dispersion/test_matrix_exponential.py > > [This mail would be too long, it was shortened to contain the URLs only.] > > Modified: branches/disp_spin_speed/lib/dispersion/matrix_exponential.py > URL: > http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/matrix_exponential.py?rev=24247&r1=24246&r2=24247&view=diff > > Modified: branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_3d.py > URL: > http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_3d.py?rev=24247&r1=24246&r2=24247&view=diff > > Modified: branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_star.py > URL: > http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/ns_cpmg_2site_star.py?rev=24247&r1=24246&r2=24247&view=diff > > Modified: branches/disp_spin_speed/lib/dispersion/ns_mmq_2site.py > URL: > http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/ns_mmq_2site.py?rev=24247&r1=24246&r2=24247&view=diff > > Modified: branches/disp_spin_speed/lib/dispersion/ns_mmq_3site.py > URL: > http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/ns_mmq_3site.py?rev=24247&r1=24246&r2=24247&view=diff > > Modified: branches/disp_spin_speed/lib/dispersion/ns_r1rho_2site.py > URL: > http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/ns_r1rho_2site.py?rev=24247&r1=24246&r2=24247&view=diff > > Modified: branches/disp_spin_speed/lib/dispersion/ns_r1rho_3site.py > URL: > http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/dispersion/ns_r1rho_3site.py?rev=24247&r1=24246&r2=24247&view=diff > > Modified: branches/disp_spin_speed/lib/linear_algebra/matrix_exponential.py > URL: > http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/lib/linear_algebra/matrix_exponential.py?rev=24247&r1=24246&r2=24247&view=diff > > Modified: > branches/disp_spin_speed/test_suite/unit_tests/_lib/_dispersion/test_matrix_exponential.py > URL: > http://svn.gna.org/viewcvs/relax/branches/disp_spin_speed/test_suite/unit_tests/_lib/_dispersion/test_matrix_exponential.py?rev=24247&r1=24246&r2=24247&view=diff > > > _______________________________________________ > relax (http://www.nmr-relax.com) > > This is the relax-commits mailing list > [email protected] > > To unsubscribe from this list, get a password > reminder, or change your subscription options, > visit the list information page at > https://mail.gna.org/listinfo/relax-commits _______________________________________________ relax (http://www.nmr-relax.com) This is the relax-devel mailing list [email protected] To unsubscribe from this list, get a password reminder, or change your subscription options, visit the list information page at https://mail.gna.org/listinfo/relax-devel

