7191449: update copyright year to match last edit in jdk8 langtools repository

Wed, 15 Aug 2012 13:48:46 -0700

author
jjh
date
Wed, 15 Aug 2012 13:48:46 -0700
changeset 1305
9d47f4850714
parent 1301
1d2db0e5eabc
child 1306
5ac2e9ee969e

7191449: update copyright year to match last edit in jdk8 langtools repository
Reviewed-by: jjh
Contributed-by: steve.sides@oracle.com

make/jprt.properties file | annotate | diff | comparison | revisions
make/tools/anttasks/CompilePropertiesTask.java file | annotate | diff | comparison | revisions
make/tools/anttasks/GenStubsTask.java file | annotate | diff | comparison | revisions
make/tools/anttasks/SelectToolTask.java file | annotate | diff | comparison | revisions
make/tools/compileproperties/CompileProperties.java file | annotate | diff | comparison | revisions
make/tools/genstubs/GenStubs.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/code/Source.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/code/Type.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/comp/AttrContext.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/comp/TransTypes.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/main/Main.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java file | annotate | diff | comparison | revisions
test/tools/javac/ProtectedInnerClass/ProtectedInnerClass.sh file | annotate | diff | comparison | revisions
test/tools/javac/api/7086261/T7086261.java file | annotate | diff | comparison | revisions
test/tools/javac/api/T6397104.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/CheckExamples.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/MessageInfo.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/RunExamples.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/ApplicableMethodFound1.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/IllegalDot.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/InconvertibleTypes.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/KindnameConstructor.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/NotApplicableMethodFound.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/PossibleLossPrecision.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/ResourceNotApplicableToType.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/VarargsArgumentMismatch.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/VerboseResolveMulti1.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/WhereCaptured.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/WhereCaptured1.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/WhereIntersection.java file | annotate | diff | comparison | revisions
test/tools/javac/diags/examples/WhereTypeVar.java file | annotate | diff | comparison | revisions
test/tools/javac/generics/typevars/T7148242.java file | annotate | diff | comparison | revisions
test/tools/javac/newlines/Newlines.sh file | annotate | diff | comparison | revisions
test/tools/javac/parser/T4881269.java file | annotate | diff | comparison | revisions
test/tools/javac/processing/TestWarnErrorCount.java file | annotate | diff | comparison | revisions
     1.1 --- a/make/jprt.properties	Fri Aug 10 10:14:48 2012 -0700
     1.2 +++ b/make/jprt.properties	Wed Aug 15 13:48:46 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 +# Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
     2.1 --- a/make/tools/anttasks/CompilePropertiesTask.java	Fri Aug 10 10:14:48 2012 -0700
     2.2 +++ b/make/tools/anttasks/CompilePropertiesTask.java	Wed Aug 15 13:48:46 2012 -0700
     2.3 @@ -1,5 +1,5 @@
     2.4  /*
     2.5 - * Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
     2.6 + * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
     2.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2.8   *
     2.9   * This code is free software; you can redistribute it and/or modify it
     3.1 --- a/make/tools/anttasks/GenStubsTask.java	Fri Aug 10 10:14:48 2012 -0700
     3.2 +++ b/make/tools/anttasks/GenStubsTask.java	Wed Aug 15 13:48:46 2012 -0700
     3.3 @@ -1,5 +1,5 @@
     3.4  /*
     3.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
     3.6 + * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
     3.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3.8   *
     3.9   * This code is free software; you can redistribute it and/or modify it
     4.1 --- a/make/tools/anttasks/SelectToolTask.java	Fri Aug 10 10:14:48 2012 -0700
     4.2 +++ b/make/tools/anttasks/SelectToolTask.java	Wed Aug 15 13:48:46 2012 -0700
     4.3 @@ -1,5 +1,5 @@
     4.4  /*
     4.5 - * Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved.
     4.6 + * Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved.
     4.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4.8   *
     4.9   * This code is free software; you can redistribute it and/or modify it
     5.1 --- a/make/tools/compileproperties/CompileProperties.java	Fri Aug 10 10:14:48 2012 -0700
     5.2 +++ b/make/tools/compileproperties/CompileProperties.java	Wed Aug 15 13:48:46 2012 -0700
     5.3 @@ -1,5 +1,5 @@
     5.4  /*
     5.5 - * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
     5.6 + * Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
     5.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5.8   *
     5.9   * This code is free software; you can redistribute it and/or modify it
     6.1 --- a/make/tools/genstubs/GenStubs.java	Fri Aug 10 10:14:48 2012 -0700
     6.2 +++ b/make/tools/genstubs/GenStubs.java	Wed Aug 15 13:48:46 2012 -0700
     6.3 @@ -1,5 +1,5 @@
     6.4  /*
     6.5 - * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
     6.6 + * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
     6.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6.8   *
     6.9   * This code is free software; you can redistribute it and/or modify it
     7.1 --- a/src/share/classes/com/sun/tools/javac/code/Source.java	Fri Aug 10 10:14:48 2012 -0700
     7.2 +++ b/src/share/classes/com/sun/tools/javac/code/Source.java	Wed Aug 15 13:48:46 2012 -0700
     7.3 @@ -1,5 +1,5 @@
     7.4  /*
     7.5 - * Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
     7.6 + * Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
     7.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7.8   *
     7.9   * This code is free software; you can redistribute it and/or modify it
     8.1 --- a/src/share/classes/com/sun/tools/javac/code/Type.java	Fri Aug 10 10:14:48 2012 -0700
     8.2 +++ b/src/share/classes/com/sun/tools/javac/code/Type.java	Wed Aug 15 13:48:46 2012 -0700
     8.3 @@ -1,5 +1,5 @@
     8.4  /*
     8.5 - * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
     8.6 + * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     8.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     8.8   *
     8.9   * This code is free software; you can redistribute it and/or modify it
     9.1 --- a/src/share/classes/com/sun/tools/javac/comp/AttrContext.java	Fri Aug 10 10:14:48 2012 -0700
     9.2 +++ b/src/share/classes/com/sun/tools/javac/comp/AttrContext.java	Wed Aug 15 13:48:46 2012 -0700
     9.3 @@ -1,5 +1,5 @@
     9.4  /*
     9.5 - * Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved.
     9.6 + * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
     9.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     9.8   *
     9.9   * This code is free software; you can redistribute it and/or modify it
    10.1 --- a/src/share/classes/com/sun/tools/javac/comp/TransTypes.java	Fri Aug 10 10:14:48 2012 -0700
    10.2 +++ b/src/share/classes/com/sun/tools/javac/comp/TransTypes.java	Wed Aug 15 13:48:46 2012 -0700
    10.3 @@ -1,5 +1,5 @@
    10.4  /*
    10.5 - * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
    10.6 + * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
    10.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    10.8   *
    10.9   * This code is free software; you can redistribute it and/or modify it
    11.1 --- a/src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java	Fri Aug 10 10:14:48 2012 -0700
    11.2 +++ b/src/share/classes/com/sun/tools/javac/file/ZipFileIndex.java	Wed Aug 15 13:48:46 2012 -0700
    11.3 @@ -1,5 +1,5 @@
    11.4  /*
    11.5 - * Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
    11.6 + * Copyright (c) 2007, 2012, Oracle and/or its affiliates. All rights reserved.
    11.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    11.8   *
    11.9   * This code is free software; you can redistribute it and/or modify it
    12.1 --- a/src/share/classes/com/sun/tools/javac/main/Main.java	Fri Aug 10 10:14:48 2012 -0700
    12.2 +++ b/src/share/classes/com/sun/tools/javac/main/Main.java	Wed Aug 15 13:48:46 2012 -0700
    12.3 @@ -1,5 +1,5 @@
    12.4  /*
    12.5 - * Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
    12.6 + * Copyright (c) 1999, 2012, Oracle and/or its affiliates. All rights reserved.
    12.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    12.8   *
    12.9   * This code is free software; you can redistribute it and/or modify it
    13.1 --- a/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java	Fri Aug 10 10:14:48 2012 -0700
    13.2 +++ b/src/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java	Wed Aug 15 13:48:46 2012 -0700
    13.3 @@ -1,5 +1,5 @@
    13.4  /*
    13.5 - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved.
    13.6 + * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
    13.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    13.8   *
    13.9   * This code is free software; you can redistribute it and/or modify it
    14.1 --- a/test/tools/javac/ProtectedInnerClass/ProtectedInnerClass.sh	Fri Aug 10 10:14:48 2012 -0700
    14.2 +++ b/test/tools/javac/ProtectedInnerClass/ProtectedInnerClass.sh	Wed Aug 15 13:48:46 2012 -0700
    14.3 @@ -1,5 +1,5 @@
    14.4  #
    14.5 -# Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved.
    14.6 +# Copyright (c) 1998, 2012, Oracle and/or its affiliates. All rights reserved.
    14.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    14.8  #
    14.9  # This code is free software; you can redistribute it and/or modify it
    15.1 --- a/test/tools/javac/api/7086261/T7086261.java	Fri Aug 10 10:14:48 2012 -0700
    15.2 +++ b/test/tools/javac/api/7086261/T7086261.java	Wed Aug 15 13:48:46 2012 -0700
    15.3 @@ -1,5 +1,5 @@
    15.4  /*
    15.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    15.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    15.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    15.8   *
    15.9   * This code is free software; you can redistribute it and/or modify it
    16.1 --- a/test/tools/javac/api/T6397104.java	Fri Aug 10 10:14:48 2012 -0700
    16.2 +++ b/test/tools/javac/api/T6397104.java	Wed Aug 15 13:48:46 2012 -0700
    16.3 @@ -1,5 +1,5 @@
    16.4  /*
    16.5 - * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
    16.6 + * Copyright (c) 2006, 2012, Oracle and/or its affiliates. All rights reserved.
    16.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    16.8   *
    16.9   * This code is free software; you can redistribute it and/or modify it
    17.1 --- a/test/tools/javac/diags/CheckExamples.java	Fri Aug 10 10:14:48 2012 -0700
    17.2 +++ b/test/tools/javac/diags/CheckExamples.java	Wed Aug 15 13:48:46 2012 -0700
    17.3 @@ -1,5 +1,5 @@
    17.4  /*
    17.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    17.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    17.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    17.8   *
    17.9   * This code is free software; you can redistribute it and/or modify it
    18.1 --- a/test/tools/javac/diags/MessageInfo.java	Fri Aug 10 10:14:48 2012 -0700
    18.2 +++ b/test/tools/javac/diags/MessageInfo.java	Wed Aug 15 13:48:46 2012 -0700
    18.3 @@ -1,5 +1,5 @@
    18.4  /*
    18.5 - * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    18.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    18.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    18.8   *
    18.9   * This code is free software; you can redistribute it and/or modify it
    19.1 --- a/test/tools/javac/diags/RunExamples.java	Fri Aug 10 10:14:48 2012 -0700
    19.2 +++ b/test/tools/javac/diags/RunExamples.java	Wed Aug 15 13:48:46 2012 -0700
    19.3 @@ -1,5 +1,5 @@
    19.4  /*
    19.5 - * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    19.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    19.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    19.8   *
    19.9   * This code is free software; you can redistribute it and/or modify it
    20.1 --- a/test/tools/javac/diags/examples/ApplicableMethodFound1.java	Fri Aug 10 10:14:48 2012 -0700
    20.2 +++ b/test/tools/javac/diags/examples/ApplicableMethodFound1.java	Wed Aug 15 13:48:46 2012 -0700
    20.3 @@ -1,5 +1,5 @@
    20.4  /*
    20.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    20.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    20.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    20.8   *
    20.9   * This code is free software; you can redistribute it and/or modify it
    21.1 --- a/test/tools/javac/diags/examples/IllegalDot.java	Fri Aug 10 10:14:48 2012 -0700
    21.2 +++ b/test/tools/javac/diags/examples/IllegalDot.java	Wed Aug 15 13:48:46 2012 -0700
    21.3 @@ -1,5 +1,5 @@
    21.4  /*
    21.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    21.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    21.8   *
    21.9   * This code is free software; you can redistribute it and/or modify it
    22.1 --- a/test/tools/javac/diags/examples/InconvertibleTypes.java	Fri Aug 10 10:14:48 2012 -0700
    22.2 +++ b/test/tools/javac/diags/examples/InconvertibleTypes.java	Wed Aug 15 13:48:46 2012 -0700
    22.3 @@ -1,5 +1,5 @@
    22.4  /*
    22.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    22.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    22.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    22.8   *
    22.9   * This code is free software; you can redistribute it and/or modify it
    23.1 --- a/test/tools/javac/diags/examples/KindnameConstructor.java	Fri Aug 10 10:14:48 2012 -0700
    23.2 +++ b/test/tools/javac/diags/examples/KindnameConstructor.java	Wed Aug 15 13:48:46 2012 -0700
    23.3 @@ -1,5 +1,5 @@
    23.4  /*
    23.5 - * Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    23.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    23.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    23.8   *
    23.9   * This code is free software; you can redistribute it and/or modify it
    24.1 --- a/test/tools/javac/diags/examples/NotApplicableMethodFound.java	Fri Aug 10 10:14:48 2012 -0700
    24.2 +++ b/test/tools/javac/diags/examples/NotApplicableMethodFound.java	Wed Aug 15 13:48:46 2012 -0700
    24.3 @@ -1,5 +1,5 @@
    24.4  /*
    24.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    24.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    24.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    24.8   *
    24.9   * This code is free software; you can redistribute it and/or modify it
    25.1 --- a/test/tools/javac/diags/examples/PossibleLossPrecision.java	Fri Aug 10 10:14:48 2012 -0700
    25.2 +++ b/test/tools/javac/diags/examples/PossibleLossPrecision.java	Wed Aug 15 13:48:46 2012 -0700
    25.3 @@ -1,5 +1,5 @@
    25.4  /*
    25.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    25.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    25.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    25.8   *
    25.9   * This code is free software; you can redistribute it and/or modify it
    26.1 --- a/test/tools/javac/diags/examples/ResourceNotApplicableToType.java	Fri Aug 10 10:14:48 2012 -0700
    26.2 +++ b/test/tools/javac/diags/examples/ResourceNotApplicableToType.java	Wed Aug 15 13:48:46 2012 -0700
    26.3 @@ -1,5 +1,5 @@
    26.4  /*
    26.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    26.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    26.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    26.8   *
    26.9   * This code is free software; you can redistribute it and/or modify it
    27.1 --- a/test/tools/javac/diags/examples/VarargsArgumentMismatch.java	Fri Aug 10 10:14:48 2012 -0700
    27.2 +++ b/test/tools/javac/diags/examples/VarargsArgumentMismatch.java	Wed Aug 15 13:48:46 2012 -0700
    27.3 @@ -1,5 +1,5 @@
    27.4  /*
    27.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    27.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    27.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    27.8   *
    27.9   * This code is free software; you can redistribute it and/or modify it
    28.1 --- a/test/tools/javac/diags/examples/VerboseResolveMulti1.java	Fri Aug 10 10:14:48 2012 -0700
    28.2 +++ b/test/tools/javac/diags/examples/VerboseResolveMulti1.java	Wed Aug 15 13:48:46 2012 -0700
    28.3 @@ -1,5 +1,5 @@
    28.4  /*
    28.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    28.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    28.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    28.8   *
    28.9   * This code is free software; you can redistribute it and/or modify it
    29.1 --- a/test/tools/javac/diags/examples/WhereCaptured.java	Fri Aug 10 10:14:48 2012 -0700
    29.2 +++ b/test/tools/javac/diags/examples/WhereCaptured.java	Wed Aug 15 13:48:46 2012 -0700
    29.3 @@ -1,5 +1,5 @@
    29.4  /*
    29.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    29.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    29.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    29.8   *
    29.9   * This code is free software; you can redistribute it and/or modify it
    30.1 --- a/test/tools/javac/diags/examples/WhereCaptured1.java	Fri Aug 10 10:14:48 2012 -0700
    30.2 +++ b/test/tools/javac/diags/examples/WhereCaptured1.java	Wed Aug 15 13:48:46 2012 -0700
    30.3 @@ -1,5 +1,5 @@
    30.4  /*
    30.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    30.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    30.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    30.8   *
    30.9   * This code is free software; you can redistribute it and/or modify it
    31.1 --- a/test/tools/javac/diags/examples/WhereIntersection.java	Fri Aug 10 10:14:48 2012 -0700
    31.2 +++ b/test/tools/javac/diags/examples/WhereIntersection.java	Wed Aug 15 13:48:46 2012 -0700
    31.3 @@ -1,5 +1,5 @@
    31.4  /*
    31.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    31.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    31.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    31.8   *
    31.9   * This code is free software; you can redistribute it and/or modify it
    32.1 --- a/test/tools/javac/diags/examples/WhereTypeVar.java	Fri Aug 10 10:14:48 2012 -0700
    32.2 +++ b/test/tools/javac/diags/examples/WhereTypeVar.java	Wed Aug 15 13:48:46 2012 -0700
    32.3 @@ -1,5 +1,5 @@
    32.4  /*
    32.5 - * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
    32.6 + * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
    32.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    32.8   *
    32.9   * This code is free software; you can redistribute it and/or modify it
    33.1 --- a/test/tools/javac/generics/typevars/T7148242.java	Fri Aug 10 10:14:48 2012 -0700
    33.2 +++ b/test/tools/javac/generics/typevars/T7148242.java	Wed Aug 15 13:48:46 2012 -0700
    33.3 @@ -1,5 +1,5 @@
    33.4  /*
    33.5 - * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
    33.6 + * Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
    33.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    33.8   *
    33.9   * This code is free software; you can redistribute it and/or modify it
    34.1 --- a/test/tools/javac/newlines/Newlines.sh	Fri Aug 10 10:14:48 2012 -0700
    34.2 +++ b/test/tools/javac/newlines/Newlines.sh	Wed Aug 15 13:48:46 2012 -0700
    34.3 @@ -1,5 +1,5 @@
    34.4  #
    34.5 -# Copyright (c) 2002, 2009, Oracle and/or its affiliates. All rights reserved.
    34.6 +# Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
    34.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    34.8  #
    34.9  # This code is free software; you can redistribute it and/or modify it
    35.1 --- a/test/tools/javac/parser/T4881269.java	Fri Aug 10 10:14:48 2012 -0700
    35.2 +++ b/test/tools/javac/parser/T4881269.java	Wed Aug 15 13:48:46 2012 -0700
    35.3 @@ -1,5 +1,5 @@
    35.4  /*
    35.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    35.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    35.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    35.8   *
    35.9   * This code is free software; you can redistribute it and/or modify it
    36.1 --- a/test/tools/javac/processing/TestWarnErrorCount.java	Fri Aug 10 10:14:48 2012 -0700
    36.2 +++ b/test/tools/javac/processing/TestWarnErrorCount.java	Wed Aug 15 13:48:46 2012 -0700
    36.3 @@ -1,5 +1,5 @@
    36.4  /*
    36.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
    36.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    36.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    36.8   *
    36.9   * This code is free software; you can redistribute it and/or modify it

mercurial