From maintainers-request at octave dot org Fri Nov 18 06:07:56 2005 Subject: Re: Etiquette question From: Paul Kienzle To: Shai Ayal Cc: octave maintainers mailing list Date: Fri, 18 Nov 2005 07:07:04 -0500 According to GPL you are supposed to mention when you change the file. I haven't been doing so since that information is available in the CVS logs. Only problem is that the CVS logs are lost when John pulls the function into Octave. Should we start putting "# $Id$" at the ends of functions in octave-forge? Personally, I want to know the complete change history so that when I need the function in a less restrictive environment I know who to ask to replace the GPL with a free software license. - Paul On Nov 18, 2005, at 5:31 AM, Shai Ayal wrote: > Hi all, > > During the course of developing octplot I often have to take an > existing GPL'd m-file from octave/octave-forge and make trivial > changes to adapt it to use handle graphics instead of gnuplot. For > example today I adapted specgram.m and colormap.m changing at most 3 > lines in each ones. > > My question: How should I change the copyright/authors section of the > new files that will reflect the change, the triviality of it and the > work of the original authors ? > > Shai > > p.s. These changes will make the functions work in any handle graphics > system (which is compatible with the big M) >