Kelly,
Kelly O'Hair said the following on 12/29/10 07:37:
Need reviewer: OpenJDK7 2010 copyright year changes
Any sources changed in 2010 need to have their copyright year adjusted.
Script used is in the top repository at
make/scripts/update_copyright_year.sh.
It finds all changesets created in 2010 and verifies that any sources with
copyrights mention 2010 adding it if necessary.
It is clever enough to ignore rebranding changsets? Every file was
modified in 2010, but not necessarily in a way that requires the
copyright year to be updated.
David
6962318: Update copyright year
http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-copyright/webrev/
The webrev tool created some false 'file adds', not sure whether this is
a webrev
bug or a /bin/sh problem on Solaris, but these changes only impact the
Copyright line.
Easiest to just view the 'hg diff -U 0' results for each repository
impacted:
root:
http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-copyright/diffs.jdk7-build-copyright.txt
corba:
http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-copyright/diffs.corba.txt
jaxp:
http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-copyright/diffs.jaxp.txt
jaxws:
http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-copyright/diffs.jaxws.txt
langtools:
http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-copyright/diffs.langtools.txt
jdk:
http://cr.openjdk.java.net/~ohair/openjdk7/jdk7-build-copyright/diffs.jdk.txt
This does not include hotspot. I'll be asking the hotspot team to deal
with that separately.
I know this is a mindless and tedious review. Sorry.
-kto