From b86d04471b6bb4fdce7f529fbd7664eb54ea7390 Mon Sep 17 00:00:00 2001 From: xdono Date: Mon, 15 Dec 2008 16:55:33 -0800 Subject: [PATCH] 6785258: Update copyright year Summary: Update copyright for files that have been modified starting July 2008 to Dec 2008 Reviewed-by: katleman, ohair, tbell --- .../classes/com/sun/tools/doclets/formats/html/HtmlDoclet.java | 2 +- .../com/sun/tools/doclets/formats/html/WriterFactoryImpl.java | 2 +- .../com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java | 2 +- src/share/classes/com/sun/tools/javac/comp/Todo.java | 2 +- src/share/classes/com/sun/tools/javac/util/JavacMessages.java | 2 +- .../classes/com/sun/tools/javac/util/LayoutCharacters.java | 2 +- .../com/sun/tools/javac/util/MandatoryWarningHandler.java | 2 +- src/share/classes/com/sun/tools/javadoc/JavadocTodo.java | 2 +- src/share/classes/com/sun/tools/javadoc/Main.java | 2 +- src/share/classes/com/sun/tools/javadoc/Start.java | 2 +- src/share/classes/javax/tools/FileObject.java | 2 +- test/com/sun/javadoc/AuthorDD/AuthorDD.java | 2 +- test/com/sun/javadoc/lib/JavadocTester.java | 2 +- test/com/sun/javadoc/testSupplementary/TestSupplementary.java | 2 +- test/tools/apt/Basics/print.sh | 2 +- test/tools/apt/Compile/compile.sh | 2 +- test/tools/apt/Discovery/discovery.sh | 2 +- test/tools/apt/mirror/declaration/AnnoMirror.java | 2 +- test/tools/apt/mirror/declaration/AnnoTypeDecl.java | 2 +- test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java | 2 +- test/tools/apt/mirror/declaration/AnnoVal.java | 2 +- test/tools/apt/mirror/declaration/ClassDecl.java | 2 +- test/tools/apt/mirror/declaration/ConstExpr.java | 2 +- test/tools/apt/mirror/declaration/ConstructorDecl.java | 2 +- test/tools/apt/mirror/declaration/EnumDecl.java | 2 +- test/tools/apt/mirror/declaration/FieldDecl.java | 2 +- test/tools/apt/mirror/declaration/GetAnno.java | 2 +- test/tools/apt/mirror/declaration/InterfaceDecl.java | 2 +- test/tools/apt/mirror/declaration/MethodDecl.java | 2 +- test/tools/apt/mirror/declaration/PackageDecl.java | 2 +- test/tools/apt/mirror/declaration/ParameterDecl.java | 2 +- test/tools/apt/mirror/type/AnnoTyp.java | 2 +- test/tools/apt/mirror/type/ArrayTyp.java | 2 +- test/tools/apt/mirror/type/ClassTyp.java | 2 +- test/tools/apt/mirror/type/EnumTyp.java | 2 +- test/tools/apt/mirror/type/InterfaceTyp.java | 2 +- test/tools/apt/mirror/type/PrimitiveTyp.java | 2 +- test/tools/apt/mirror/type/TypeVar.java | 2 +- test/tools/apt/mirror/type/WildcardTyp.java | 2 +- test/tools/apt/mirror/util/Overrides.java | 2 +- test/tools/apt/mirror/util/TypeCreation.java | 2 +- test/tools/javac/6457284/T6457284.java | 2 +- test/tools/javac/links/T.java | 2 +- test/tools/javac/links/links.sh | 2 +- test/tools/javac/policy/test1/A.java | 2 +- test/tools/javac/policy/test1/D.java | 2 +- test/tools/javac/policy/test1/Test1a.java | 2 +- test/tools/javac/processing/6348193/T6348193.java | 2 +- test/tools/javadoc/BooleanConst.java | 2 +- test/tools/javadoc/BreakIteratorWarning.java | 2 +- test/tools/javadoc/FlagsTooEarly.java | 2 +- test/tools/javadoc/InlineTagsWithBraces.java | 2 +- test/tools/javadoc/LangVers.java | 2 +- test/tools/javadoc/MethodLinks.java | 2 +- test/tools/javadoc/NoStar.java | 2 +- test/tools/javadoc/T4994049/T4994049.java | 2 +- test/tools/javadoc/XWerror.java | 2 +- test/tools/javadoc/completionFailure/CompletionFailure.java | 2 +- test/tools/javadoc/dupOk/DupOk.java | 2 +- test/tools/javadoc/imports/MissingImport.java | 2 +- test/tools/javadoc/lib/Tester.java | 2 +- test/tools/javadoc/nestedClass/NestedClass.java | 2 +- test/tools/javadoc/sourceOnly/p/SourceOnly.java | 2 +- test/tools/javadoc/sourceOption/SourceOption.java | 2 +- test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java | 2 +- 65 files changed, 65 insertions(+), 65 deletions(-) diff --git a/src/share/classes/com/sun/tools/doclets/formats/html/HtmlDoclet.java b/src/share/classes/com/sun/tools/doclets/formats/html/HtmlDoclet.java index b806f11d..8a6b2a53 100644 --- a/src/share/classes/com/sun/tools/doclets/formats/html/HtmlDoclet.java +++ b/src/share/classes/com/sun/tools/doclets/formats/html/HtmlDoclet.java @@ -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 --git a/src/share/classes/com/sun/tools/doclets/formats/html/WriterFactoryImpl.java b/src/share/classes/com/sun/tools/doclets/formats/html/WriterFactoryImpl.java index b9703542..41174514 100644 --- a/src/share/classes/com/sun/tools/doclets/formats/html/WriterFactoryImpl.java +++ b/src/share/classes/com/sun/tools/doclets/formats/html/WriterFactoryImpl.java @@ -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 --git a/src/share/classes/com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java b/src/share/classes/com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java index a1744c9b..663dc2d1 100644 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/AbstractDoclet.java @@ -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 --git a/src/share/classes/com/sun/tools/javac/comp/Todo.java b/src/share/classes/com/sun/tools/javac/comp/Todo.java index bab5bbc7..21ce38f0 100644 --- a/src/share/classes/com/sun/tools/javac/comp/Todo.java +++ b/src/share/classes/com/sun/tools/javac/comp/Todo.java @@ -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 --git a/src/share/classes/com/sun/tools/javac/util/JavacMessages.java b/src/share/classes/com/sun/tools/javac/util/JavacMessages.java index e10adfcc..2aba79b9 100644 --- a/src/share/classes/com/sun/tools/javac/util/JavacMessages.java +++ b/src/share/classes/com/sun/tools/javac/util/JavacMessages.java @@ -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 --git a/src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java b/src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java index a9ed2b62..7e332ebc 100644 --- a/src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java +++ b/src/share/classes/com/sun/tools/javac/util/LayoutCharacters.java @@ -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 --git a/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java b/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java index 3e9fbbf2..eb737476 100644 --- a/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java +++ b/src/share/classes/com/sun/tools/javac/util/MandatoryWarningHandler.java @@ -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 --git a/src/share/classes/com/sun/tools/javadoc/JavadocTodo.java b/src/share/classes/com/sun/tools/javadoc/JavadocTodo.java index f1d2e536..e474827b 100644 --- a/src/share/classes/com/sun/tools/javadoc/JavadocTodo.java +++ b/src/share/classes/com/sun/tools/javadoc/JavadocTodo.java @@ -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 --git a/src/share/classes/com/sun/tools/javadoc/Main.java b/src/share/classes/com/sun/tools/javadoc/Main.java index 5d36b983..c907bc40 100644 --- a/src/share/classes/com/sun/tools/javadoc/Main.java +++ b/src/share/classes/com/sun/tools/javadoc/Main.java @@ -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 --git a/src/share/classes/com/sun/tools/javadoc/Start.java b/src/share/classes/com/sun/tools/javadoc/Start.java index 7452a6a0..0705ec44 100644 --- a/src/share/classes/com/sun/tools/javadoc/Start.java +++ b/src/share/classes/com/sun/tools/javadoc/Start.java @@ -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 --git a/src/share/classes/javax/tools/FileObject.java b/src/share/classes/javax/tools/FileObject.java index bbf5037a..82a2f0a4 100644 --- a/src/share/classes/javax/tools/FileObject.java +++ b/src/share/classes/javax/tools/FileObject.java @@ -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 --git a/test/com/sun/javadoc/AuthorDD/AuthorDD.java b/test/com/sun/javadoc/AuthorDD/AuthorDD.java index 1a114ee6..e6db7cb8 100644 --- a/test/com/sun/javadoc/AuthorDD/AuthorDD.java +++ b/test/com/sun/javadoc/AuthorDD/AuthorDD.java @@ -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 --git a/test/com/sun/javadoc/lib/JavadocTester.java b/test/com/sun/javadoc/lib/JavadocTester.java index 4925859d..1e71046e 100644 --- a/test/com/sun/javadoc/lib/JavadocTester.java +++ b/test/com/sun/javadoc/lib/JavadocTester.java @@ -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 --git a/test/com/sun/javadoc/testSupplementary/TestSupplementary.java b/test/com/sun/javadoc/testSupplementary/TestSupplementary.java index e2a4939e..bc9200e8 100644 --- a/test/com/sun/javadoc/testSupplementary/TestSupplementary.java +++ b/test/com/sun/javadoc/testSupplementary/TestSupplementary.java @@ -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 --git a/test/tools/apt/Basics/print.sh b/test/tools/apt/Basics/print.sh index 56228689..81d91acb 100644 --- a/test/tools/apt/Basics/print.sh +++ b/test/tools/apt/Basics/print.sh @@ -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 --git a/test/tools/apt/Compile/compile.sh b/test/tools/apt/Compile/compile.sh index aa378df1..8e42ea3b 100644 --- a/test/tools/apt/Compile/compile.sh +++ b/test/tools/apt/Compile/compile.sh @@ -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 --git a/test/tools/apt/Discovery/discovery.sh b/test/tools/apt/Discovery/discovery.sh index 73d4087b..ad5b1c3f 100644 --- a/test/tools/apt/Discovery/discovery.sh +++ b/test/tools/apt/Discovery/discovery.sh @@ -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 --git a/test/tools/apt/mirror/declaration/AnnoMirror.java b/test/tools/apt/mirror/declaration/AnnoMirror.java index 1d651aa4..374c695f 100644 --- a/test/tools/apt/mirror/declaration/AnnoMirror.java +++ b/test/tools/apt/mirror/declaration/AnnoMirror.java @@ -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 --git a/test/tools/apt/mirror/declaration/AnnoTypeDecl.java b/test/tools/apt/mirror/declaration/AnnoTypeDecl.java index e619f1ed..a843868c 100644 --- a/test/tools/apt/mirror/declaration/AnnoTypeDecl.java +++ b/test/tools/apt/mirror/declaration/AnnoTypeDecl.java @@ -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 --git a/test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java b/test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java index 864d6b94..0b127659 100644 --- a/test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java +++ b/test/tools/apt/mirror/declaration/AnnoTypeElemDecl.java @@ -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 --git a/test/tools/apt/mirror/declaration/AnnoVal.java b/test/tools/apt/mirror/declaration/AnnoVal.java index f2e4112b..2507714a 100644 --- a/test/tools/apt/mirror/declaration/AnnoVal.java +++ b/test/tools/apt/mirror/declaration/AnnoVal.java @@ -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 --git a/test/tools/apt/mirror/declaration/ClassDecl.java b/test/tools/apt/mirror/declaration/ClassDecl.java index c2b3d062..f0ef4691 100644 --- a/test/tools/apt/mirror/declaration/ClassDecl.java +++ b/test/tools/apt/mirror/declaration/ClassDecl.java @@ -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 --git a/test/tools/apt/mirror/declaration/ConstExpr.java b/test/tools/apt/mirror/declaration/ConstExpr.java index 160c5ef2..ca26565c 100644 --- a/test/tools/apt/mirror/declaration/ConstExpr.java +++ b/test/tools/apt/mirror/declaration/ConstExpr.java @@ -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 --git a/test/tools/apt/mirror/declaration/ConstructorDecl.java b/test/tools/apt/mirror/declaration/ConstructorDecl.java index b2756454..54bcd273 100644 --- a/test/tools/apt/mirror/declaration/ConstructorDecl.java +++ b/test/tools/apt/mirror/declaration/ConstructorDecl.java @@ -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 --git a/test/tools/apt/mirror/declaration/EnumDecl.java b/test/tools/apt/mirror/declaration/EnumDecl.java index 543af15d..0c2083d0 100644 --- a/test/tools/apt/mirror/declaration/EnumDecl.java +++ b/test/tools/apt/mirror/declaration/EnumDecl.java @@ -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 --git a/test/tools/apt/mirror/declaration/FieldDecl.java b/test/tools/apt/mirror/declaration/FieldDecl.java index dc78d5bb..4679a228 100644 --- a/test/tools/apt/mirror/declaration/FieldDecl.java +++ b/test/tools/apt/mirror/declaration/FieldDecl.java @@ -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 --git a/test/tools/apt/mirror/declaration/GetAnno.java b/test/tools/apt/mirror/declaration/GetAnno.java index e70409d9..9252c82f 100644 --- a/test/tools/apt/mirror/declaration/GetAnno.java +++ b/test/tools/apt/mirror/declaration/GetAnno.java @@ -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 --git a/test/tools/apt/mirror/declaration/InterfaceDecl.java b/test/tools/apt/mirror/declaration/InterfaceDecl.java index eccc3671..17b365ad 100644 --- a/test/tools/apt/mirror/declaration/InterfaceDecl.java +++ b/test/tools/apt/mirror/declaration/InterfaceDecl.java @@ -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 --git a/test/tools/apt/mirror/declaration/MethodDecl.java b/test/tools/apt/mirror/declaration/MethodDecl.java index f323bdc6..a5fe9f6f 100644 --- a/test/tools/apt/mirror/declaration/MethodDecl.java +++ b/test/tools/apt/mirror/declaration/MethodDecl.java @@ -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 --git a/test/tools/apt/mirror/declaration/PackageDecl.java b/test/tools/apt/mirror/declaration/PackageDecl.java index d2cef893..8fe744ec 100644 --- a/test/tools/apt/mirror/declaration/PackageDecl.java +++ b/test/tools/apt/mirror/declaration/PackageDecl.java @@ -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 --git a/test/tools/apt/mirror/declaration/ParameterDecl.java b/test/tools/apt/mirror/declaration/ParameterDecl.java index b1347c48..dde82e45 100644 --- a/test/tools/apt/mirror/declaration/ParameterDecl.java +++ b/test/tools/apt/mirror/declaration/ParameterDecl.java @@ -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 --git a/test/tools/apt/mirror/type/AnnoTyp.java b/test/tools/apt/mirror/type/AnnoTyp.java index 05b82548..a2b900e8 100644 --- a/test/tools/apt/mirror/type/AnnoTyp.java +++ b/test/tools/apt/mirror/type/AnnoTyp.java @@ -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 --git a/test/tools/apt/mirror/type/ArrayTyp.java b/test/tools/apt/mirror/type/ArrayTyp.java index f7d5fe22..b42adf79 100644 --- a/test/tools/apt/mirror/type/ArrayTyp.java +++ b/test/tools/apt/mirror/type/ArrayTyp.java @@ -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 --git a/test/tools/apt/mirror/type/ClassTyp.java b/test/tools/apt/mirror/type/ClassTyp.java index 12ffff5a..6348fe04 100644 --- a/test/tools/apt/mirror/type/ClassTyp.java +++ b/test/tools/apt/mirror/type/ClassTyp.java @@ -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 --git a/test/tools/apt/mirror/type/EnumTyp.java b/test/tools/apt/mirror/type/EnumTyp.java index 894859c3..d50c946f 100644 --- a/test/tools/apt/mirror/type/EnumTyp.java +++ b/test/tools/apt/mirror/type/EnumTyp.java @@ -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 --git a/test/tools/apt/mirror/type/InterfaceTyp.java b/test/tools/apt/mirror/type/InterfaceTyp.java index 91bac6d0..75ce771a 100644 --- a/test/tools/apt/mirror/type/InterfaceTyp.java +++ b/test/tools/apt/mirror/type/InterfaceTyp.java @@ -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 --git a/test/tools/apt/mirror/type/PrimitiveTyp.java b/test/tools/apt/mirror/type/PrimitiveTyp.java index 88d4e575..6ab88ea4 100644 --- a/test/tools/apt/mirror/type/PrimitiveTyp.java +++ b/test/tools/apt/mirror/type/PrimitiveTyp.java @@ -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 --git a/test/tools/apt/mirror/type/TypeVar.java b/test/tools/apt/mirror/type/TypeVar.java index cf447804..92d7a11e 100644 --- a/test/tools/apt/mirror/type/TypeVar.java +++ b/test/tools/apt/mirror/type/TypeVar.java @@ -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 --git a/test/tools/apt/mirror/type/WildcardTyp.java b/test/tools/apt/mirror/type/WildcardTyp.java index 788b707f..ff0761f3 100644 --- a/test/tools/apt/mirror/type/WildcardTyp.java +++ b/test/tools/apt/mirror/type/WildcardTyp.java @@ -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 --git a/test/tools/apt/mirror/util/Overrides.java b/test/tools/apt/mirror/util/Overrides.java index 9cd1c242..f79ce4f2 100644 --- a/test/tools/apt/mirror/util/Overrides.java +++ b/test/tools/apt/mirror/util/Overrides.java @@ -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 --git a/test/tools/apt/mirror/util/TypeCreation.java b/test/tools/apt/mirror/util/TypeCreation.java index dc5d4461..287d1cdc 100644 --- a/test/tools/apt/mirror/util/TypeCreation.java +++ b/test/tools/apt/mirror/util/TypeCreation.java @@ -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 --git a/test/tools/javac/6457284/T6457284.java b/test/tools/javac/6457284/T6457284.java index 64b10867..56f7e51f 100644 --- a/test/tools/javac/6457284/T6457284.java +++ b/test/tools/javac/6457284/T6457284.java @@ -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 --git a/test/tools/javac/links/T.java b/test/tools/javac/links/T.java index 506fb40c..1c80a0e1 100644 --- a/test/tools/javac/links/T.java +++ b/test/tools/javac/links/T.java @@ -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 --git a/test/tools/javac/links/links.sh b/test/tools/javac/links/links.sh index 89d1c02c..f7fd603b 100644 --- a/test/tools/javac/links/links.sh +++ b/test/tools/javac/links/links.sh @@ -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 --git a/test/tools/javac/policy/test1/A.java b/test/tools/javac/policy/test1/A.java index 4a424cbf..3b49913d 100644 --- a/test/tools/javac/policy/test1/A.java +++ b/test/tools/javac/policy/test1/A.java @@ -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 --git a/test/tools/javac/policy/test1/D.java b/test/tools/javac/policy/test1/D.java index acaf3606..328dae5f 100644 --- a/test/tools/javac/policy/test1/D.java +++ b/test/tools/javac/policy/test1/D.java @@ -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 --git a/test/tools/javac/policy/test1/Test1a.java b/test/tools/javac/policy/test1/Test1a.java index 5e850023..31242cc0 100644 --- a/test/tools/javac/policy/test1/Test1a.java +++ b/test/tools/javac/policy/test1/Test1a.java @@ -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 --git a/test/tools/javac/processing/6348193/T6348193.java b/test/tools/javac/processing/6348193/T6348193.java index 71f1f3e3..9ea3c4cc 100644 --- a/test/tools/javac/processing/6348193/T6348193.java +++ b/test/tools/javac/processing/6348193/T6348193.java @@ -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 --git a/test/tools/javadoc/BooleanConst.java b/test/tools/javadoc/BooleanConst.java index 9809cc2b..b6e06897 100644 --- a/test/tools/javadoc/BooleanConst.java +++ b/test/tools/javadoc/BooleanConst.java @@ -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 --git a/test/tools/javadoc/BreakIteratorWarning.java b/test/tools/javadoc/BreakIteratorWarning.java index b90643cd..621ce31c 100644 --- a/test/tools/javadoc/BreakIteratorWarning.java +++ b/test/tools/javadoc/BreakIteratorWarning.java @@ -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 --git a/test/tools/javadoc/FlagsTooEarly.java b/test/tools/javadoc/FlagsTooEarly.java index b924af82..7e75fec8 100644 --- a/test/tools/javadoc/FlagsTooEarly.java +++ b/test/tools/javadoc/FlagsTooEarly.java @@ -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 --git a/test/tools/javadoc/InlineTagsWithBraces.java b/test/tools/javadoc/InlineTagsWithBraces.java index 17d6995a..a85a440b 100644 --- a/test/tools/javadoc/InlineTagsWithBraces.java +++ b/test/tools/javadoc/InlineTagsWithBraces.java @@ -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 --git a/test/tools/javadoc/LangVers.java b/test/tools/javadoc/LangVers.java index 59be44f2..7c486ea4 100644 --- a/test/tools/javadoc/LangVers.java +++ b/test/tools/javadoc/LangVers.java @@ -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 --git a/test/tools/javadoc/MethodLinks.java b/test/tools/javadoc/MethodLinks.java index 99207f08..77e1ada0 100644 --- a/test/tools/javadoc/MethodLinks.java +++ b/test/tools/javadoc/MethodLinks.java @@ -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 --git a/test/tools/javadoc/NoStar.java b/test/tools/javadoc/NoStar.java index 1284ae44..dd2ca2ca 100644 --- a/test/tools/javadoc/NoStar.java +++ b/test/tools/javadoc/NoStar.java @@ -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 --git a/test/tools/javadoc/T4994049/T4994049.java b/test/tools/javadoc/T4994049/T4994049.java index ec39878d..5f8c5dca 100644 --- a/test/tools/javadoc/T4994049/T4994049.java +++ b/test/tools/javadoc/T4994049/T4994049.java @@ -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 --git a/test/tools/javadoc/XWerror.java b/test/tools/javadoc/XWerror.java index 9d78422b..98b44c44 100644 --- a/test/tools/javadoc/XWerror.java +++ b/test/tools/javadoc/XWerror.java @@ -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 --git a/test/tools/javadoc/completionFailure/CompletionFailure.java b/test/tools/javadoc/completionFailure/CompletionFailure.java index 991811a5..7ee82a24 100644 --- a/test/tools/javadoc/completionFailure/CompletionFailure.java +++ b/test/tools/javadoc/completionFailure/CompletionFailure.java @@ -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 --git a/test/tools/javadoc/dupOk/DupOk.java b/test/tools/javadoc/dupOk/DupOk.java index 80d0f19a..69bf64b3 100644 --- a/test/tools/javadoc/dupOk/DupOk.java +++ b/test/tools/javadoc/dupOk/DupOk.java @@ -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 --git a/test/tools/javadoc/imports/MissingImport.java b/test/tools/javadoc/imports/MissingImport.java index 3dec6884..96c1fdc6 100644 --- a/test/tools/javadoc/imports/MissingImport.java +++ b/test/tools/javadoc/imports/MissingImport.java @@ -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 --git a/test/tools/javadoc/lib/Tester.java b/test/tools/javadoc/lib/Tester.java index 626efe22..36bde79b 100644 --- a/test/tools/javadoc/lib/Tester.java +++ b/test/tools/javadoc/lib/Tester.java @@ -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 --git a/test/tools/javadoc/nestedClass/NestedClass.java b/test/tools/javadoc/nestedClass/NestedClass.java index 76b8b488..4f1a5d13 100644 --- a/test/tools/javadoc/nestedClass/NestedClass.java +++ b/test/tools/javadoc/nestedClass/NestedClass.java @@ -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 --git a/test/tools/javadoc/sourceOnly/p/SourceOnly.java b/test/tools/javadoc/sourceOnly/p/SourceOnly.java index e8a27de3..636d0282 100644 --- a/test/tools/javadoc/sourceOnly/p/SourceOnly.java +++ b/test/tools/javadoc/sourceOnly/p/SourceOnly.java @@ -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 --git a/test/tools/javadoc/sourceOption/SourceOption.java b/test/tools/javadoc/sourceOption/SourceOption.java index b1bac2f5..8a6f3cd7 100644 --- a/test/tools/javadoc/sourceOption/SourceOption.java +++ b/test/tools/javadoc/sourceOption/SourceOption.java @@ -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 --git a/test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java b/test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java index 5da02b2a..0b041c15 100644 --- a/test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java +++ b/test/tools/javadoc/subpackageIgnore/SubpackageIgnore.java @@ -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 -- GitLab