Opened 11 years ago
Closed 9 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 , 11 years ago
Owner: | changed from | to
---|---|
Status: | new → accepted |
comment:2 by , 11 years ago
comment:3 by , 10 years ago
Owner: | changed from | to
---|---|
Status: | accepted → assigned |
comment:4 by , 9 years ago
Cc: | 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 , 9 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Problem solved for Petascope: see #579 or changeset:889bdc0.
Leaving open since all other headers are still not synced.