← Back to team overview

dhis2-devs team mailing list archive

Fwd: A Question about Copyright Law

 

---------- Forwarded message ----------
From: Hieu Dang Duy <hieu.hispvietnam@xxxxxxxxx>
Date: 2009/10/5
Subject: A Question about Copyright Law
To: Lars Helge Øverland <larshelge@xxxxxxxxx>


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 Dang Duy Hieu
 * @version $Id: ABC.java 2009-09-18 17:20:00Z someone$
 */
public abstract class MYCLASS
    implements Action
{..........................}


*Thank you so much !*
*--
Hieu.HISPVietnam
Good Health !

Follow ups