← Back to team overview

dhis2-devs team mailing list archive

Re: Fwd: A Question about Copyright Law

 

2009/10/5 Brajesh Murari <brajesh2murari@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 <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

References