2009/10/5 Brajesh Murari <brajesh2mur...@gmail.com> > > I have just got a mall question about the issue of Copyright >> >> If someone created a class *ABC.java* and then I copied it to another one >> (*MYCLASS.java*) after that modifying anything without changing the >> structure and meaning of the original file. >> >> So, what should I do with in the copyright line ? >> >> *For example*: >> >> */** >> * @author <SOMEONE NOT ME> >> * @version $Id: ABC.java 2009-09-18 17:20:00Z hieuduy$ >> */ >> public abstract class MYCLASS >> implements Action >> {..........................} >> * >> >> Is it right, Lars ? Or I *must change like this: >> >> /** >> * >> > * @author <SOMEONE NOT ME>
> * * @author Dang Duy Hieu >> * @version $Id: ABC.java 2009-09-18 17:20:00Z hieuduy$ >> */ >> public abstract class MYCLASS >> implements Action >> {..........................} >> >> >> *Thank you so much !* >> *-- >> Hieu.HISPVietnam >> Good Health ! >> >> > I think this will be a good solution..like this.. /** * @author <SOMEONE NOT ME> * @author Dang Duy Hieu * @version $Id: ABC.java 2009-09-18 17:20:00Z hieuduy$ */ public abstract class MYCLASS implements Action {..........................} But needs more discussion.. -- Brajesh Sent from Delhi, India
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : dhis2-devs@lists.launchpad.net Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp