Opened 10 years ago

Closed 8 years ago

#536 closed defect (fixed)

Licence headers need update

Reported by: Piero Campalani Owned by: uadhikari
Priority: minor Milestone: 9.0.x
Component: undecided Version: development
Keywords: licence headers year Cc: Peter Baumann
Complexity: Medium

Description

Looking at the whole source repo, all the licence headers are out-of-date, the great majority of which still valid only 'til 2009:

> grep "Copyright.*Peter Baumann" ~/rasdaman/ -r | sed -rn 's/.*Copyright ([0-9]{4}).*([0-9]{4}).*/\1-\2/p' | sort | uniq -c
   1448 2003-2009
    322 2003-2010
     28 2003-2011
     57 2003-2012

They need to be synced to year 2013, and soon 2014.
Ideally a good shell oneliner can do that, so that the same command can be repeated once a year for the all repo.

Change History (5)

comment:1 by Piero Campalani, 10 years ago

Owner: changed from Dimitar Misev to Piero Campalani
Status: newaccepted

comment:2 by Piero Campalani, 10 years ago

Problem solved for Petascope: see #579 or changeset:889bdc0.
Leaving open since all other headers are still not synced.

comment:3 by Piero Campalani, 10 years ago

Owner: changed from Piero Campalani to uadhikari
Status: acceptedassigned

comment:4 by Bang Pham Huu, 8 years ago

Cc: Peter Baumann added

I add Prof. Peter in here to let him consider should close this ticket (won't need) or http://www.rasdaman.org/ticket/1022#comment:2.

comment:5 by Dimitar Misev, 8 years ago

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.