# HG changeset patch # User tbell # Date 1229711942 28800 # Node ID e2f8f6daee9decd5721d598dacf4d0b5915651df # Parent 4efd44aa85ffb2cf20a3c371865711875bc3830c# Parent b044af4939c95c2f4afd1c9d28f6c373bd54b269 Merge diff -r 4efd44aa85ff -r e2f8f6daee9d .hgtags --- a/.hgtags Fri Dec 05 21:59:59 2008 -0800 +++ b/.hgtags Fri Dec 19 10:39:02 2008 -0800 @@ -16,3 +16,4 @@ 3fb51e47622bb771571680bc6a7b64c6172b482d jdk7-b39 32e30988324601d08b87989f0821d99aa8534511 jdk7-b40 ded6b40f558e8d19b3c17715b3d67ee001606645 jdk7-b41 +5e5567c2db56a931cf07768218c20903d9828b5f jdk7-b42 diff -r 4efd44aa85ff -r e2f8f6daee9d src/share/classes/com/sun/tools/doclets/formats/html/HtmlDoclet.java --- a/src/share/classes/com/sun/tools/doclets/formats/html/HtmlDoclet.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/HtmlDoclet.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d src/share/classes/com/sun/tools/doclets/formats/html/WriterFactoryImpl.java --- a/src/share/classes/com/sun/tools/doclets/formats/html/WriterFactoryImpl.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/com/sun/tools/doclets/formats/html/WriterFactoryImpl.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d src/share/classes/com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d src/share/classes/com/sun/tools/javac/comp/Todo.java --- a/src/share/classes/com/sun/tools/javac/comp/Todo.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/com/sun/tools/javac/comp/Todo.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d src/share/classes/com/sun/tools/javac/util/JavacMessages.java --- a/src/share/classes/com/sun/tools/javac/util/JavacMessages.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/com/sun/tools/javac/util/JavacMessages.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java --- a/src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java --- a/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d src/share/classes/com/sun/tools/javadoc/JavadocTodo.java --- a/src/share/classes/com/sun/tools/javadoc/JavadocTodo.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/com/sun/tools/javadoc/JavadocTodo.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d src/share/classes/com/sun/tools/javadoc/Main.java --- a/src/share/classes/com/sun/tools/javadoc/Main.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/com/sun/tools/javadoc/Main.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2000-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d src/share/classes/com/sun/tools/javadoc/Start.java --- a/src/share/classes/com/sun/tools/javadoc/Start.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/com/sun/tools/javadoc/Start.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1997-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d src/share/classes/javax/tools/FileObject.java --- a/src/share/classes/javax/tools/FileObject.java Fri Dec 05 21:59:59 2008 -0800 +++ b/src/share/classes/javax/tools/FileObject.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/com/sun/javadoc/AuthorDD/AuthorDD.java --- a/test/com/sun/javadoc/AuthorDD/AuthorDD.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/com/sun/javadoc/AuthorDD/AuthorDD.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/com/sun/javadoc/lib/JavadocTester.java --- a/test/com/sun/javadoc/lib/JavadocTester.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/com/sun/javadoc/lib/JavadocTester.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/com/sun/javadoc/testSupplementary/TestSupplementary.java --- a/test/com/sun/javadoc/testSupplementary/TestSupplementary.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/com/sun/javadoc/testSupplementary/TestSupplementary.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/Basics/print.sh --- a/test/tools/apt/Basics/print.sh Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/Basics/print.sh Fri Dec 19 10:39:02 2008 -0800 @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/Compile/compile.sh --- a/test/tools/apt/Compile/compile.sh Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/Compile/compile.sh Fri Dec 19 10:39:02 2008 -0800 @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/Discovery/discovery.sh --- a/test/tools/apt/Discovery/discovery.sh Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/Discovery/discovery.sh Fri Dec 19 10:39:02 2008 -0800 @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright 1999-2002 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1999-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/AnnoMirror.java --- a/test/tools/apt/mirror/declaration/AnnoMirror.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/AnnoMirror.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/AnnoTypeDecl.java --- a/test/tools/apt/mirror/declaration/AnnoTypeDecl.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/AnnoTypeDecl.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java --- a/test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/AnnoVal.java --- a/test/tools/apt/mirror/declaration/AnnoVal.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/AnnoVal.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/ClassDecl.java --- a/test/tools/apt/mirror/declaration/ClassDecl.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/ClassDecl.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/ConstExpr.java --- a/test/tools/apt/mirror/declaration/ConstExpr.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/ConstExpr.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/ConstructorDecl.java --- a/test/tools/apt/mirror/declaration/ConstructorDecl.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/ConstructorDecl.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/EnumDecl.java --- a/test/tools/apt/mirror/declaration/EnumDecl.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/EnumDecl.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/FieldDecl.java --- a/test/tools/apt/mirror/declaration/FieldDecl.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/FieldDecl.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/GetAnno.java --- a/test/tools/apt/mirror/declaration/GetAnno.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/GetAnno.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/InterfaceDecl.java --- a/test/tools/apt/mirror/declaration/InterfaceDecl.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/InterfaceDecl.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/MethodDecl.java --- a/test/tools/apt/mirror/declaration/MethodDecl.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/MethodDecl.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/PackageDecl.java --- a/test/tools/apt/mirror/declaration/PackageDecl.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/PackageDecl.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/declaration/ParameterDecl.java --- a/test/tools/apt/mirror/declaration/ParameterDecl.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/declaration/ParameterDecl.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/type/AnnoTyp.java --- a/test/tools/apt/mirror/type/AnnoTyp.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/type/AnnoTyp.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/type/ArrayTyp.java --- a/test/tools/apt/mirror/type/ArrayTyp.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/type/ArrayTyp.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/type/ClassTyp.java --- a/test/tools/apt/mirror/type/ClassTyp.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/type/ClassTyp.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/type/EnumTyp.java --- a/test/tools/apt/mirror/type/EnumTyp.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/type/EnumTyp.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/type/InterfaceTyp.java --- a/test/tools/apt/mirror/type/InterfaceTyp.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/type/InterfaceTyp.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/type/PrimitiveTyp.java --- a/test/tools/apt/mirror/type/PrimitiveTyp.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/type/PrimitiveTyp.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/type/TypeVar.java --- a/test/tools/apt/mirror/type/TypeVar.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/type/TypeVar.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/type/WildcardTyp.java --- a/test/tools/apt/mirror/type/WildcardTyp.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/type/WildcardTyp.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/util/Overrides.java --- a/test/tools/apt/mirror/util/Overrides.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/util/Overrides.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/apt/mirror/util/TypeCreation.java --- a/test/tools/apt/mirror/util/TypeCreation.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/apt/mirror/util/TypeCreation.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javac/6457284/T6457284.java --- a/test/tools/javac/6457284/T6457284.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javac/6457284/T6457284.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javac/links/T.java --- a/test/tools/javac/links/T.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javac/links/T.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2001 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javac/links/links.sh --- a/test/tools/javac/links/links.sh Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javac/links/links.sh Fri Dec 19 10:39:02 2008 -0800 @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright 2001-2002 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2001-2008 Sun Microsystems, Inc. All Rights Reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javac/policy/test1/A.java --- a/test/tools/javac/policy/test1/A.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javac/policy/test1/A.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javac/policy/test1/D.java --- a/test/tools/javac/policy/test1/D.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javac/policy/test1/D.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javac/policy/test1/Test1a.java --- a/test/tools/javac/policy/test1/Test1a.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javac/policy/test1/Test1a.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javac/processing/6348193/T6348193.java --- a/test/tools/javac/processing/6348193/T6348193.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javac/processing/6348193/T6348193.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/BooleanConst.java --- a/test/tools/javadoc/BooleanConst.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/BooleanConst.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/BreakIteratorWarning.java --- a/test/tools/javadoc/BreakIteratorWarning.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/BreakIteratorWarning.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/FlagsTooEarly.java --- a/test/tools/javadoc/FlagsTooEarly.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/FlagsTooEarly.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/InlineTagsWithBraces.java --- a/test/tools/javadoc/InlineTagsWithBraces.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/InlineTagsWithBraces.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/LangVers.java --- a/test/tools/javadoc/LangVers.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/LangVers.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/MethodLinks.java --- a/test/tools/javadoc/MethodLinks.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/MethodLinks.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/NoStar.java --- a/test/tools/javadoc/NoStar.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/NoStar.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/T4994049/T4994049.java --- a/test/tools/javadoc/T4994049/T4994049.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/T4994049/T4994049.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2005-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/XWerror.java --- a/test/tools/javadoc/XWerror.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/XWerror.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/completionFailure/CompletionFailure.java --- a/test/tools/javadoc/completionFailure/CompletionFailure.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/completionFailure/CompletionFailure.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/dupOk/DupOk.java --- a/test/tools/javadoc/dupOk/DupOk.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/dupOk/DupOk.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/imports/MissingImport.java --- a/test/tools/javadoc/imports/MissingImport.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/imports/MissingImport.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2004-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/lib/Tester.java --- a/test/tools/javadoc/lib/Tester.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/lib/Tester.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/nestedClass/NestedClass.java --- a/test/tools/javadoc/nestedClass/NestedClass.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/nestedClass/NestedClass.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/sourceOnly/p/SourceOnly.java --- a/test/tools/javadoc/sourceOnly/p/SourceOnly.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/sourceOnly/p/SourceOnly.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2002 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2002-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/sourceOption/SourceOption.java --- a/test/tools/javadoc/sourceOption/SourceOption.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/sourceOption/SourceOption.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 4efd44aa85ff -r e2f8f6daee9d test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java --- a/test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java Fri Dec 05 21:59:59 2008 -0800 +++ b/test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java Fri Dec 19 10:39:02 2008 -0800 @@ -1,5 +1,5 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it