OpenJDK / jdk8u / jdk8u / jdk
changeset 397:08f77c507252
Merge
author | tbell |
---|---|
date | Fri, 04 Jul 2008 14:41:34 -0700 |
parents | 92b0c40af537 cf6acc673506 |
children | b7474b739d13 f5ff13594011 |
files | src/share/classes/java/nio/charset/Charset.java src/share/classes/sun/nio/ch/Util.java src/windows/native/java/io/io_util_md.c |
diffstat | 965 files changed, 965 insertions(+), 964 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgtags Mon Jun 30 14:11:49 2008 -0700 +++ b/.hgtags Fri Jul 04 14:41:34 2008 -0700 @@ -4,3 +4,4 @@ 3e599d98875ddf919c8ea11cff9b3a99ba631a9b jdk7-b27 02e4c5348592a8d7fc2cba28bc5f8e35c0e17277 jdk7-b28 e21f4266466cd1306b176aaa08b2cd8337a9be3d jdk7-b29 +b6d6877c1155621a175dccd12dc14c54f938fb8b jdk7-b30
--- a/make/com/sun/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/com/sun/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1997-2007 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
--- a/make/common/Defs-linux.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/Defs-linux.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1999-2007 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
--- a/make/common/Defs-solaris.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/Defs-solaris.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1995-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
--- a/make/common/Defs-windows.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/Defs-windows.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1999-2007 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
--- a/make/common/Defs.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/Defs.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1995-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
--- a/make/common/Release.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/Release.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1997-2007 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
--- a/make/common/Rules.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/Rules.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1995-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
--- a/make/common/internal/BinaryPlugs.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/internal/BinaryPlugs.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2007-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
--- a/make/common/internal/Defs-langtools.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/internal/Defs-langtools.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1997-2007 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
--- a/make/common/shared/Compiler-gcc.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/shared/Compiler-gcc.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/make/common/shared/Compiler-msvc.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/shared/Compiler-msvc.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/make/common/shared/Compiler-sun.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/shared/Compiler-sun.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/make/common/shared/Defs-control.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/shared/Defs-control.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1995-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
--- a/make/common/shared/Defs-utils.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/shared/Defs-utils.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/make/common/shared/Platform.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/shared/Platform.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1997-2007 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
--- a/make/common/shared/Sanity.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/common/shared/Sanity.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/make/docs/CORE_PKGS.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/docs/CORE_PKGS.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 2001-2006 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
--- a/make/docs/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/docs/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1997-2007 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
--- a/make/docs/NON_CORE_PKGS.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/docs/NON_CORE_PKGS.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 2002-2007 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
--- a/make/java/awt/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/awt/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1995-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
--- a/make/java/java/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/java/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/make/java/java/genlocales.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/java/genlocales.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/make/java/java/localegen.sh Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/java/localegen.sh Fri Jul 04 14:41:34 2008 -0700 @@ -1,7 +1,7 @@ #!/bin/sh # -# 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
--- a/make/java/java/mapfile-vers Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/java/mapfile-vers Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/make/java/jli/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/jli/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/make/java/main/java/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/main/java/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1996-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
--- a/make/java/main/javaw/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/main/javaw/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 2000-2007 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
--- a/make/java/nio/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/nio/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 2000-2007 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
--- a/make/java/nio/genCharsetProvider.sh Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/nio/genCharsetProvider.sh Fri Jul 04 14:41:34 2008 -0700 @@ -1,7 +1,7 @@ #! /bin/sh # -# Copyright 2004-2005 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
--- a/make/java/nio/genExceptions.sh Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/nio/genExceptions.sh Fri Jul 04 14:41:34 2008 -0700 @@ -1,6 +1,6 @@ #! /bin/sh # -# Copyright 2000-2007 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
--- a/make/java/sun_nio/FILES_java.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/java/sun_nio/FILES_java.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 2003-2006 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
--- a/make/javax/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/javax/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1998-2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1998-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
--- a/make/javax/others/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/javax/others/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1998-2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1998-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
--- a/make/jdk_generic_profile.sh Mon Jun 30 14:11:49 2008 -0700 +++ b/make/jdk_generic_profile.sh Fri Jul 04 14:41:34 2008 -0700 @@ -1,7 +1,7 @@ #!/bin/sh # -# Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2007-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
--- a/make/jprt.config Mon Jun 30 14:11:49 2008 -0700 +++ b/make/jprt.config Fri Jul 04 14:41:34 2008 -0700 @@ -1,7 +1,7 @@ #!echo "This is not a shell script" ############################################################################# # -# Copyright 2006-2007 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
--- a/make/sun/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/sun/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1995-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
--- a/make/sun/cmm/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/sun/cmm/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 2006-2007 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
--- a/make/sun/font/FILES_c.gmk Mon Jun 30 14:11:49 2008 -0700 +++ b/make/sun/font/FILES_c.gmk Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 2003-2007 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
--- a/make/sun/font/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/sun/font/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1997-2007 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
--- a/make/sun/jawt/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/sun/jawt/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1999-2006 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
--- a/make/sun/splashscreen/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/sun/splashscreen/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/make/tools/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/tools/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 1998-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
--- a/make/tools/freetypecheck/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/make/tools/freetypecheck/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2007-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
--- a/make/tools/freetypecheck/freetypecheck.c Mon Jun 30 14:11:49 2008 -0700 +++ b/make/tools/freetypecheck/freetypecheck.c Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2007-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
--- a/make/tools/src/build/tools/jdwpgen/CommandNode.java Mon Jun 30 14:11:49 2008 -0700 +++ b/make/tools/src/build/tools/jdwpgen/CommandNode.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2001 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/make/tools/src/build/tools/jdwpgen/ConstantSetNode.java Mon Jun 30 14:11:49 2008 -0700 +++ b/make/tools/src/build/tools/jdwpgen/ConstantSetNode.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/make/tools/src/build/tools/jdwpgen/RepeatNode.java Mon Jun 30 14:11:49 2008 -0700 +++ b/make/tools/src/build/tools/jdwpgen/RepeatNode.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/bin/java.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/bin/java.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/bin/main.c Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/bin/main.c Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/com/sun/crypto/provider/PBKDF2KeyImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/crypto/provider/PBKDF2KeyImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/imageio/plugins/gif/GIFImageReader.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/imageio/plugins/gif/GIFImageReader.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/com/sun/imageio/plugins/gif/GIFWritableImageMetadata.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/imageio/plugins/gif/GIFWritableImageMetadata.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/java/swing/plaf/gtk/GTKColorChooserPanel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/java/swing/plaf/gtk/GTKColorChooserPanel.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/java/swing/plaf/gtk/GTKFileChooserUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/java/swing/plaf/gtk/GTKFileChooserUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2006 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
--- a/src/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/java/swing/plaf/gtk/GTKLookAndFeel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/com/sun/java/swing/plaf/gtk/GTKStyle.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/java/swing/plaf/gtk/GTKStyle.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/java/swing/plaf/gtk/Metacity.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2006 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
--- a/src/share/classes/com/sun/java/swing/plaf/motif/MotifGraphicsUtils.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/java/swing/plaf/motif/MotifGraphicsUtils.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/java/swing/plaf/motif/MotifInternalFrameTitlePane.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2004 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
--- a/src/share/classes/com/sun/java/swing/plaf/motif/MotifLookAndFeel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/java/swing/plaf/motif/MotifLookAndFeel.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/java/swing/plaf/windows/WindowsLookAndFeel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/java/swing/plaf/windows/WindowsLookAndFeel.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/interceptor/DefaultMBeanServerInterceptor.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/interceptor/DefaultMBeanServerInterceptor.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/com/sun/jmx/mbeanserver/ConvertingMethod.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/ConvertingMethod.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/mbeanserver/DefaultMXBeanMappingFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/DefaultMXBeanMappingFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/mbeanserver/Introspector.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/Introspector.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/com/sun/jmx/mbeanserver/MBeanAnalyzer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/MBeanAnalyzer.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/mbeanserver/MBeanInstantiator.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/MBeanInstantiator.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/com/sun/jmx/mbeanserver/MBeanIntrospector.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/MBeanIntrospector.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/mbeanserver/MBeanSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/MBeanSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/mbeanserver/MXBeanIntrospector.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/MXBeanIntrospector.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/mbeanserver/MXBeanLookup.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/MXBeanLookup.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/mbeanserver/MXBeanProxy.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/MXBeanProxy.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/mbeanserver/MXBeanSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/MXBeanSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/mbeanserver/NotificationMBeanSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/NotificationMBeanSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2007-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
--- a/src/share/classes/com/sun/jmx/mbeanserver/PerInterface.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/PerInterface.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/mbeanserver/Repository.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/Repository.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/com/sun/jmx/mbeanserver/StandardMBeanSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/StandardMBeanSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/mbeanserver/Util.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/mbeanserver/Util.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/jmx/remote/internal/ClientNotifForwarder.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/remote/internal/ClientNotifForwarder.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2006 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
--- a/src/share/classes/com/sun/jmx/remote/internal/ServerNotifForwarder.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/remote/internal/ServerNotifForwarder.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2006 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
--- a/src/share/classes/com/sun/jmx/remote/security/FileLoginModule.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/remote/security/FileLoginModule.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/com/sun/jmx/remote/security/JMXPluggableAuthenticator.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/remote/security/JMXPluggableAuthenticator.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/com/sun/jmx/remote/security/MBeanServerFileAccessController.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/jmx/remote/security/MBeanServerFileAccessController.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/management/HotSpotDiagnosticMXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/security/auth/login/ConfigFile.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/security/auth/login/ConfigFile.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/example/debug/bdi/EventRequestSpec.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/bdi/EventRequestSpec.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2003 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
--- a/src/share/classes/com/sun/tools/example/debug/bdi/EventRequestSpecList.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/bdi/EventRequestSpecList.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999 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
--- a/src/share/classes/com/sun/tools/example/debug/bdi/ExecutionManager.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/bdi/ExecutionManager.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2002 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/bdi/JDIEventSource.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/bdi/JDIEventSource.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999 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
--- a/src/share/classes/com/sun/tools/example/debug/bdi/LineBreakpointSpec.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/bdi/LineBreakpointSpec.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999 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
--- a/src/share/classes/com/sun/tools/example/debug/bdi/MethodBreakpointSpec.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/bdi/MethodBreakpointSpec.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2003 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
--- a/src/share/classes/com/sun/tools/example/debug/bdi/ThreadGroupIterator.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/bdi/ThreadGroupIterator.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/bdi/ThreadIterator.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/bdi/ThreadIterator.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/expr/LValue.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/expr/LValue.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/gui/ClassTreeTool.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/gui/ClassTreeTool.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/gui/CommandInterpreter.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/gui/CommandInterpreter.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2001 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/gui/JDBFileFilter.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/gui/JDBFileFilter.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/gui/LaunchTool.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/gui/LaunchTool.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999 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
--- a/src/share/classes/com/sun/tools/example/debug/gui/SearchPath.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/gui/SearchPath.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/gui/SourceManager.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/gui/SourceManager.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/gui/SourceModel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/gui/SourceModel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/gui/StackTraceTool.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/gui/StackTraceTool.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/gui/ThreadTreeTool.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/gui/ThreadTreeTool.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/BreakpointSpec.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/BreakpointSpec.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/Commands.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/Commands.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/Env.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/Env.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/EventHandler.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/EventHandler.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/EventRequestSpec.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/EventRequestSpec.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/EventRequestSpecList.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/EventRequestSpecList.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2002 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/SourceMapper.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/SourceMapper.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2001 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/TTY.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/TTY.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/ThreadGroupIterator.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/ThreadGroupIterator.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/ThreadInfo.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/ThreadInfo.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2001 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/ThreadIterator.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/ThreadIterator.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/example/debug/tty/VMConnection.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/example/debug/tty/VMConnection.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/hat/Main.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/Main.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/build.xml Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/build.xml Fri Jul 04 14:41:34 2008 -0700 @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/AbstractJavaHeapObjectVisitor.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/AbstractJavaHeapObjectVisitor.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/ArrayTypeCodes.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/ArrayTypeCodes.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/HackJavaValue.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/HackJavaValue.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaBoolean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaBoolean.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaByte.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaByte.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaChar.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaChar.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaClass.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaClass.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaDouble.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaDouble.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaField.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaField.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaFloat.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaFloat.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObject.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObject.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObjectVisitor.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaHeapObjectVisitor.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaInt.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaInt.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaLazyReadObject.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaLazyReadObject.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaLong.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaLong.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaObject.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaObject.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaObjectArray.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaObjectArray.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaObjectRef.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaObjectRef.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaShort.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaShort.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaStatic.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaStatic.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaThing.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaThing.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaValue.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaValue.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/JavaValueArray.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/JavaValueArray.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludes.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludes.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludesImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/ReachableExcludesImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/ReachableObjects.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/ReachableObjects.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/ReferenceChain.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/ReferenceChain.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/Root.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/Root.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/Snapshot.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/Snapshot.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/model/StackFrame.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/StackFrame.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/model/StackTrace.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/model/StackTrace.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/oql/OQLEngine.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/oql/OQLEngine.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/com/sun/tools/hat/internal/oql/OQLException.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/oql/OQLException.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/oql/OQLQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/oql/OQLQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/oql/ObjectVisitor.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/oql/ObjectVisitor.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/parser/FileReadBuffer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/parser/FileReadBuffer.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/parser/HprofReader.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/parser/HprofReader.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/parser/MappedReadBuffer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/parser/MappedReadBuffer.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/parser/PositionDataInputStream.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/parser/PositionDataInputStream.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/parser/PositionInputStream.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/parser/PositionInputStream.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/parser/ReadBuffer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/parser/ReadBuffer.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/parser/Reader.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/parser/Reader.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/server/AllClassesQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/AllClassesQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/AllRootsQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/AllRootsQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/ClassQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/ClassQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/FinalizerObjectsQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/FinalizerObjectsQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/FinalizerSummaryQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/FinalizerSummaryQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/HistogramQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/HistogramQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/HttpReader.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/HttpReader.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/InstancesCountQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/InstancesCountQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/InstancesQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/InstancesQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/OQLHelp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/OQLHelp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/OQLQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/OQLQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/server/ObjectQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/ObjectQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/server/PlatformClasses.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/PlatformClasses.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/QueryHandler.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/QueryHandler.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/server/QueryListener.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/QueryListener.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/ReachableQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/ReachableQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/RefsByTypeQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/RefsByTypeQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/RootStackQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/RootStackQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/server/RootsQuery.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/server/RootsQuery.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/util/ArraySorter.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/util/ArraySorter.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/util/Comparer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/util/Comparer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/util/CompositeEnumeration.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/util/CompositeEnumeration.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/internal/util/Misc.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/util/Misc.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/hat/internal/util/VectorSorter.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/internal/util/VectorSorter.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/com/sun/tools/hat/resources/hat.js Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/hat/resources/hat.js Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/jdi/AbstractLauncher.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/AbstractLauncher.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 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
--- a/src/share/classes/com/sun/tools/jdi/ClassTypeImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/ClassTypeImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/jdi/ConcreteMethodImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/ConcreteMethodImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2003 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
--- a/src/share/classes/com/sun/tools/jdi/EventSetImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/EventSetImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/jdi/JNITypeParser.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/JNITypeParser.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/jdi/MethodImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/MethodImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/jdi/ObjectReferenceImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/ObjectReferenceImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/jdi/PacketStream.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/PacketStream.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/jdi/ReferenceTypeImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/ReferenceTypeImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/jdi/SDE.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/SDE.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/com/sun/tools/jdi/StackFrameImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/StackFrameImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/jdi/TargetVM.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/TargetVM.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/jdi/ThreadGroupReferenceImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/ThreadGroupReferenceImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/jdi/VirtualMachineImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/VirtualMachineImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/com/sun/tools/jdi/VirtualMachineManagerImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/com/sun/tools/jdi/VirtualMachineManagerImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/java/awt/Button.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/Button.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/awt/Color.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/Color.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/awt/Container.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/Container.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/awt/DefaultKeyboardFocusManager.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/DefaultKeyboardFocusManager.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/java/awt/Font.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/Font.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/awt/GradientPaint.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/GradientPaint.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2002 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
--- a/src/share/classes/java/awt/KeyboardFocusManager.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/KeyboardFocusManager.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/java/awt/LinearGradientPaint.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/LinearGradientPaint.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2006-2007 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
--- a/src/share/classes/java/awt/MenuItem.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/MenuItem.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/awt/Paint.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/Paint.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/java/awt/RadialGradientPaint.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/RadialGradientPaint.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/awt/TexturePaint.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/TexturePaint.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/java/awt/color/ColorSpace.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/color/ColorSpace.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/color/ICC_ColorSpace.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/color/ICC_ColorSpace.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/color/ICC_Profile.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/color/ICC_Profile.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/color/ICC_ProfileGray.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/color/ICC_ProfileGray.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/color/ICC_ProfileRGB.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/color/ICC_ProfileRGB.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/dnd/DropTargetEvent.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/dnd/DropTargetEvent.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/java/awt/event/AdjustmentEvent.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/event/AdjustmentEvent.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/awt/event/ComponentEvent.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/event/ComponentEvent.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/awt/event/ContainerEvent.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/event/ContainerEvent.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/awt/event/FocusEvent.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/event/FocusEvent.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/awt/event/InputEvent.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/event/InputEvent.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/awt/event/ItemEvent.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/event/ItemEvent.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/awt/event/MouseEvent.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/event/MouseEvent.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/awt/event/PaintEvent.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/event/PaintEvent.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/awt/event/WindowEvent.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/event/WindowEvent.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/awt/font/OpenType.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/font/OpenType.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-1999 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
--- a/src/share/classes/java/awt/image/BandedSampleModel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/BandedSampleModel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/BufferedImage.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/BufferedImage.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/awt/image/ColorConvertOp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/ColorConvertOp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/ComponentSampleModel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/ComponentSampleModel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/DataBuffer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/DataBuffer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/DataBufferByte.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/DataBufferByte.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/DataBufferInt.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/DataBufferInt.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/DataBufferShort.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/DataBufferShort.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/DataBufferUShort.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/DataBufferUShort.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/MultiPixelPackedSampleModel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/MultiPixelPackedSampleModel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/Raster.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/Raster.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/RenderedImage.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/RenderedImage.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/SampleModel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/SampleModel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/SinglePixelPackedSampleModel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/SinglePixelPackedSampleModel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2001 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/WritableRaster.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/WritableRaster.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/WritableRenderedImage.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/WritableRenderedImage.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1997-2000 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/java/awt/image/renderable/ContextualRenderedImageFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/renderable/ContextualRenderedImageFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1998-2000 Sun Microsystems, Inc. All Rights Reserved. + * Portions Copyright 1998-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
--- a/src/share/classes/java/awt/image/renderable/RenderContext.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/renderable/RenderContext.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1998-2000 Sun Microsystems, Inc. All Rights Reserved. + * Portions Copyright 1998-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
--- a/src/share/classes/java/awt/image/renderable/RenderableImage.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/renderable/RenderableImage.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1998-2000 Sun Microsystems, Inc. All Rights Reserved. + * Portions Copyright 1998-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
--- a/src/share/classes/java/awt/image/renderable/RenderableImageOp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/renderable/RenderableImageOp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1998-2000 Sun Microsystems, Inc. All Rights Reserved. + * Portions Copyright 1998-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
--- a/src/share/classes/java/awt/image/renderable/RenderableImageProducer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/renderable/RenderableImageProducer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1998 Sun Microsystems, Inc. All Rights Reserved. + * Portions Copyright 1998-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
--- a/src/share/classes/java/awt/image/renderable/RenderedImageFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/awt/image/renderable/RenderedImageFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1998 Sun Microsystems, Inc. All Rights Reserved. + * Portions Copyright 1998-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
--- a/src/share/classes/java/beans/EventHandler.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/beans/EventHandler.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/java/io/File.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/io/File.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/java/io/FileInputStream.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/io/FileInputStream.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/java/io/FileOutputStream.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/io/FileOutputStream.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/java/io/ObjectInputStream.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/io/ObjectInputStream.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/io/ObjectStreamClass.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/io/ObjectStreamClass.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/lang/Class.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/Class.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/java/lang/ClassLoader.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/ClassLoader.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/java/lang/Compiler.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/Compiler.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/lang/Long.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/Long.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/java/lang/Package.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/Package.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/lang/Process.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/Process.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/lang/StringCoding.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/StringCoding.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/lang/instrument/Instrumentation.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/instrument/Instrumentation.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/java/lang/management/ClassLoadingMXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/management/ClassLoadingMXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/lang/management/CompilationMXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/management/CompilationMXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/lang/management/GarbageCollectorMXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/management/GarbageCollectorMXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/lang/management/ManagementFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/management/ManagementFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/java/lang/management/MemoryMXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/management/MemoryMXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/java/lang/management/MemoryManagerMXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/management/MemoryManagerMXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/lang/management/MemoryPoolMXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/management/MemoryPoolMXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/java/lang/management/OperatingSystemMXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/management/OperatingSystemMXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/java/lang/management/RuntimeMXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/management/RuntimeMXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/lang/management/ThreadInfo.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/management/ThreadInfo.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/java/lang/management/ThreadMXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/management/ThreadMXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/java/lang/ref/Finalizer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/ref/Finalizer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2004 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
--- a/src/share/classes/java/lang/reflect/AccessibleObject.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/reflect/AccessibleObject.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/lang/reflect/Modifier.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/reflect/Modifier.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/lang/reflect/Proxy.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/lang/reflect/Proxy.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 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
--- a/src/share/classes/java/net/AbstractPlainSocketImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/AbstractPlainSocketImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/net/CookieHandler.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/CookieHandler.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/java/net/CookieManager.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/CookieManager.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/net/DatagramSocket.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/DatagramSocket.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/net/HttpCookie.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/HttpCookie.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/net/InterfaceAddress.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/InterfaceAddress.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/net/NetworkInterface.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/NetworkInterface.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/net/ResponseCache.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/ResponseCache.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/java/net/ServerSocket.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/ServerSocket.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/net/SocksSocketImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/SocksSocketImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/java/net/URI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/URI.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/net/URL.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/URL.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/net/URLClassLoader.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/URLClassLoader.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/java/net/URLConnection.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/net/URLConnection.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/nio/StringCharBuffer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/nio/StringCharBuffer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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
--- a/src/share/classes/java/nio/channels/Channels.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/nio/channels/Channels.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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
--- a/src/share/classes/java/nio/channels/spi/SelectorProvider.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/nio/channels/spi/SelectorProvider.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/nio/charset/Charset.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/nio/charset/Charset.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/rmi/activation/ActivationGroupDesc.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/rmi/activation/ActivationGroupDesc.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/java/rmi/dgc/VMID.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/rmi/dgc/VMID.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/security/BasicPermission.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/security/BasicPermission.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/java/security/KeyStore.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/security/KeyStore.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/security/cert/TrustAnchor.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/security/cert/TrustAnchor.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 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
--- a/src/share/classes/java/security/cert/X509CertSelector.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/security/cert/X509CertSelector.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/text/DictionaryBasedBreakIterator.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/text/DictionaryBasedBreakIterator.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2003 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
--- a/src/share/classes/java/text/MessageFormat.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/text/MessageFormat.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/java/util/ArrayList.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/ArrayList.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/java/util/Arrays.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/Arrays.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/java/util/EnumMap.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/EnumMap.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/java/util/HashMap.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/HashMap.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/java/util/Hashtable.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/Hashtable.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/java/util/JumboEnumSet.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/JumboEnumSet.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/java/util/Random.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/Random.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/java/util/TreeSet.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/TreeSet.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/java/util/Vector.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/Vector.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/java/util/WeakHashMap.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/WeakHashMap.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/java/util/logging/Logging.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/logging/Logging.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/java/util/logging/LoggingMXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/logging/LoggingMXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/util/prefs/AbstractPreferences.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/prefs/AbstractPreferences.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/util/prefs/Preferences.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/prefs/Preferences.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/java/util/regex/Matcher.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/regex/Matcher.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 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
--- a/src/share/classes/java/util/regex/Pattern.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/java/util/regex/Pattern.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/javax/imageio/stream/ImageInputStreamImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/imageio/stream/ImageInputStreamImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/javax/management/AndQueryExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/AndQueryExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 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
--- a/src/share/classes/javax/management/AttributeValueExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/AttributeValueExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2004 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
--- a/src/share/classes/javax/management/BetweenQueryExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/BetweenQueryExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2003 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
--- a/src/share/classes/javax/management/BinaryOpValueExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/BinaryOpValueExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2003 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
--- a/src/share/classes/javax/management/BinaryRelQueryExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/BinaryRelQueryExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2003 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
--- a/src/share/classes/javax/management/BooleanValueExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/BooleanValueExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 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
--- a/src/share/classes/javax/management/InQueryExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/InQueryExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 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
--- a/src/share/classes/javax/management/JMX.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/JMX.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/management/MBeanServer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/MBeanServer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/javax/management/MBeanServerInvocationHandler.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/MBeanServerInvocationHandler.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/javax/management/MXBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/MXBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/management/MatchQueryExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/MatchQueryExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/management/NotQueryExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/NotQueryExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2003 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
--- a/src/share/classes/javax/management/NumericValueExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/NumericValueExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 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
--- a/src/share/classes/javax/management/ObjectName.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/ObjectName.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/javax/management/OrQueryExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/OrQueryExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2003 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
--- a/src/share/classes/javax/management/QualifiedAttributeValueExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/QualifiedAttributeValueExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2003 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
--- a/src/share/classes/javax/management/Query.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/Query.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/management/QueryEval.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/QueryEval.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/javax/management/QueryExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/QueryExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2003 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
--- a/src/share/classes/javax/management/QueryNotificationFilter.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/QueryNotificationFilter.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2007-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
--- a/src/share/classes/javax/management/StandardMBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/StandardMBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/javax/management/StringValueExp.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/StringValueExp.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/management/loading/MLet.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/loading/MLet.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/javax/management/loading/MLetParser.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/loading/MLetParser.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 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
--- a/src/share/classes/javax/management/modelmbean/DescriptorSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/modelmbean/DescriptorSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/javax/management/modelmbean/ModelMBeanAttributeInfo.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/modelmbean/ModelMBeanAttributeInfo.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/javax/management/modelmbean/ModelMBeanConstructorInfo.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/modelmbean/ModelMBeanConstructorInfo.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/javax/management/modelmbean/ModelMBeanInfoSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/modelmbean/ModelMBeanInfoSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationInfo.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/modelmbean/ModelMBeanNotificationInfo.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/javax/management/modelmbean/ModelMBeanOperationInfo.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/modelmbean/ModelMBeanOperationInfo.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/javax/management/modelmbean/RequiredModelMBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/modelmbean/RequiredModelMBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/javax/management/monitor/CounterMonitor.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/monitor/CounterMonitor.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/javax/management/monitor/GaugeMonitor.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/monitor/GaugeMonitor.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/javax/management/monitor/Monitor.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/monitor/Monitor.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/javax/management/openmbean/ArrayType.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/ArrayType.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/javax/management/openmbean/CompositeDataInvocationHandler.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/CompositeDataInvocationHandler.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/management/openmbean/CompositeType.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/CompositeType.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/javax/management/openmbean/MXBeanMapping.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/MXBeanMapping.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2007-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
--- a/src/share/classes/javax/management/openmbean/MXBeanMappingClass.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/MXBeanMappingClass.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2007-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
--- a/src/share/classes/javax/management/openmbean/MXBeanMappingFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/MXBeanMappingFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2007-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
--- a/src/share/classes/javax/management/openmbean/MXBeanMappingFactoryClass.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/MXBeanMappingFactoryClass.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2007-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
--- a/src/share/classes/javax/management/openmbean/OpenMBeanAttributeInfoSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/OpenMBeanAttributeInfoSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/javax/management/openmbean/OpenMBeanConstructorInfoSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/OpenMBeanConstructorInfoSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/javax/management/openmbean/OpenMBeanInfoSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/OpenMBeanInfoSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/javax/management/openmbean/OpenMBeanOperationInfoSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/OpenMBeanOperationInfoSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/javax/management/openmbean/OpenType.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/OpenType.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/javax/management/openmbean/SimpleType.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/SimpleType.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/javax/management/openmbean/TabularType.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/openmbean/TabularType.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/javax/management/relation/RelationNotification.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/relation/RelationNotification.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/management/relation/RelationService.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/relation/RelationService.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/management/relation/RelationSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/relation/RelationSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/management/remote/JMXConnectorFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/remote/JMXConnectorFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/javax/management/remote/JMXConnectorServerFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/remote/JMXConnectorServerFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/share/classes/javax/management/remote/JMXServiceURL.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/remote/JMXServiceURL.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/javax/management/remote/rmi/RMIConnector.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/remote/rmi/RMIConnector.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/javax/management/remote/rmi/RMIConnectorServer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/remote/rmi/RMIConnectorServer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/javax/management/timer/Timer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/management/timer/Timer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/javax/print/attribute/standard/ReferenceUriSchemesSupported.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/print/attribute/standard/ReferenceUriSchemesSupported.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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
--- a/src/share/classes/javax/rmi/ssl/SslRMIClientSocketFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/rmi/ssl/SslRMIClientSocketFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/rmi/ssl/SslRMIServerSocketFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/rmi/ssl/SslRMIServerSocketFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/share/classes/javax/security/auth/kerberos/KeyImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/security/auth/kerberos/KeyImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/security/cert/X509Certificate.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/security/cert/X509Certificate.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/DebugGraphicsInfo.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/DebugGraphicsInfo.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/JEditorPane.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JEditorPane.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/JFileChooser.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JFileChooser.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/JInternalFrame.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JInternalFrame.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/JOptionPane.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JOptionPane.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/JPopupMenu.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JPopupMenu.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/JProgressBar.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JProgressBar.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/JScrollBar.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JScrollBar.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/JSlider.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JSlider.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/JSplitPane.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JSplitPane.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/javax/swing/JTable.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JTable.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/javax/swing/JTextArea.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JTextArea.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/JTextPane.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/JTextPane.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/MenuSelectionManager.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/MenuSelectionManager.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/Popup.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/Popup.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/javax/swing/PopupFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/PopupFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 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
--- a/src/share/classes/javax/swing/ScrollPaneLayout.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/ScrollPaneLayout.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/SpinnerNumberModel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/SpinnerNumberModel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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
--- a/src/share/classes/javax/swing/TablePrintable.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/TablePrintable.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/javax/swing/filechooser/FileSystemView.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/filechooser/FileSystemView.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/javax/swing/plaf/FileChooserUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/FileChooserUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2000 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
--- a/src/share/classes/javax/swing/plaf/basic/BasicButtonUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/basic/BasicButtonUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/basic/BasicDirectoryModel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/javax/swing/plaf/basic/BasicFileChooserUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/basic/BasicFileChooserUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/javax/swing/plaf/basic/BasicLookAndFeel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/basic/BasicLookAndFeel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/basic/BasicMenuItemUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/plaf/basic/BasicOptionPaneUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/basic/BasicOptionPaneUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/plaf/basic/BasicSliderUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/basic/BasicSliderUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/javax/swing/plaf/basic/BasicTabbedPaneUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/basic/BasicTabbedPaneUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/javax/swing/plaf/basic/BasicToolBarUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/basic/BasicToolBarUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/plaf/metal/MetalIconFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/metal/MetalIconFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/metal/MetalLookAndFeel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/javax/swing/plaf/synth/SynthArrowButton.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/synth/SynthArrowButton.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2006 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
--- a/src/share/classes/javax/swing/plaf/synth/SynthDesktopPaneUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/synth/SynthDesktopPaneUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/plaf/synth/SynthSliderUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/synth/SynthSliderUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/javax/swing/plaf/synth/SynthSplitPaneUI.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/synth/SynthSplitPaneUI.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2006 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
--- a/src/share/classes/javax/swing/plaf/synth/doc-files/synth.dtd Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/plaf/synth/doc-files/synth.dtd Fri Jul 04 14:41:34 2008 -0700 @@ -2,7 +2,7 @@ <?xml version="1.0" encoding="iso-8859-1"?> <!-- - Copyright 2003-2005 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
--- a/src/share/classes/javax/swing/table/TableColumn.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/table/TableColumn.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/javax/swing/text/AbstractDocument.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/AbstractDocument.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/text/FlowView.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/FlowView.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 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
--- a/src/share/classes/javax/swing/text/NumberFormatter.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/NumberFormatter.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2003 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
--- a/src/share/classes/javax/swing/text/PlainDocument.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/PlainDocument.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/javax/swing/text/Segment.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/Segment.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/text/StyleConstants.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/StyleConstants.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/text/html/AccessibleHTML.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/html/AccessibleHTML.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/javax/swing/text/html/CSS.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/html/CSS.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/javax/swing/text/html/HTMLEditorKit.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/html/HTMLEditorKit.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/share/classes/javax/swing/text/html/parser/AttributeList.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/html/parser/AttributeList.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/javax/swing/text/html/parser/DTD.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/html/parser/DTD.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/javax/swing/text/html/parser/Element.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/html/parser/Element.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/javax/swing/text/html/parser/Entity.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/html/parser/Entity.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2001 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/javax/swing/text/html/parser/Parser.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/html/parser/Parser.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/javax/swing/text/rtf/RTFAttributes.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/rtf/RTFAttributes.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2002 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
--- a/src/share/classes/javax/swing/text/rtf/RTFGenerator.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/text/rtf/RTFGenerator.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2002 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
--- a/src/share/classes/javax/swing/tree/DefaultTreeSelectionModel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/javax/swing/tree/DefaultTreeSelectionModel.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/applet/AppletPanel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/applet/AppletPanel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/sun/applet/AppletViewer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/applet/AppletViewer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/sun/awt/FontConfiguration.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/awt/FontConfiguration.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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
--- a/src/share/classes/sun/awt/im/InputContext.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/awt/im/InputContext.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/awt/image/SunVolatileImage.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/awt/image/SunVolatileImage.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/sun/awt/shell/ShellFolder.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/awt/shell/ShellFolder.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/awt/shell/ShellFolderManager.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/awt/shell/ShellFolderManager.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/font/AttributeValues.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/font/AttributeValues.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2004-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/sun/font/FileFontStrike.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/font/FileFontStrike.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/sun/font/Font2D.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/font/Font2D.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/sun/font/FontManager.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/font/FontManager.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/share/classes/sun/font/FontResolver.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/font/FontResolver.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 1999-2005 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/sun/font/GlyphLayout.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/font/GlyphLayout.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2003-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/sun/font/PhysicalStrike.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/font/PhysicalStrike.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/sun/font/TrueTypeFont.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/font/TrueTypeFont.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/sun/font/Type1Font.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/font/Type1Font.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/instrument/InstrumentationImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/instrument/InstrumentationImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/sun/java2d/SunGraphics2D.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/java2d/SunGraphics2D.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/java2d/loops/SurfaceType.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/java2d/loops/SurfaceType.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/sun/management/ClassLoadingImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/ClassLoadingImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/management/CompilationImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/CompilationImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/management/Flag.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/Flag.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/management/GarbageCollectorImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/GarbageCollectorImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/management/GcInfoBuilder.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/GcInfoBuilder.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/management/GcInfoCompositeData.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/GcInfoCompositeData.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/sun/management/HotSpotDiagnostic.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/HotSpotDiagnostic.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/management/HotspotCompilation.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/HotspotCompilation.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/management/HotspotInternal.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/HotspotInternal.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/management/LockDataConverter.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/LockDataConverter.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/management/ManagementFactoryHelper.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/ManagementFactoryHelper.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/sun/management/MappedMXBeanType.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/MappedMXBeanType.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2005 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
--- a/src/share/classes/sun/management/MemoryImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/MemoryImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/management/MemoryManagerImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/MemoryManagerImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/management/MemoryNotifInfoCompositeData.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/MemoryNotifInfoCompositeData.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/management/MemoryPoolImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/MemoryPoolImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/management/MemoryUsageCompositeData.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/MemoryUsageCompositeData.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/management/MonitorInfoCompositeData.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/MonitorInfoCompositeData.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/management/NotificationEmitterSupport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/NotificationEmitterSupport.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/management/OperatingSystemImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/OperatingSystemImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/management/RuntimeImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/RuntimeImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/management/StackTraceElementCompositeData.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/StackTraceElementCompositeData.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/management/ThreadImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/ThreadImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/management/ThreadInfoCompositeData.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/ThreadInfoCompositeData.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2005 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
--- a/src/share/classes/sun/management/Util.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/Util.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/management/VMManagementImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/VMManagementImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/sun/management/VMOptionCompositeData.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/VMOptionCompositeData.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/management/snmp/jvminstr/JvmMemPoolEntryImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/management/snmp/jvminstr/JvmMemPoolEntryImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/sun/misc/ClassFileTransformer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/misc/ClassFileTransformer.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/misc/Cleaner.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/misc/Cleaner.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/misc/ExtensionDependency.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/misc/ExtensionDependency.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2006 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
--- a/src/share/classes/sun/misc/GC.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/misc/GC.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/sun/misc/Launcher.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/misc/Launcher.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/sun/misc/PerformanceLogger.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/misc/PerformanceLogger.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/misc/ProxyGenerator.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/misc/ProxyGenerator.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/misc/URLClassPath.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/misc/URLClassPath.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/net/NetProperties.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/NetProperties.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/net/NetworkClient.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/NetworkClient.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/sun/net/ftp/FtpClient.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/ftp/FtpClient.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/sun/net/spi/DefaultProxySelector.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/spi/DefaultProxySelector.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/net/www/MessageHeader.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/MessageHeader.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/sun/net/www/MimeTable.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/MimeTable.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-1999 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/sun/net/www/http/ChunkedOutputStream.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/http/ChunkedOutputStream.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/net/www/http/HttpClient.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/http/HttpClient.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/sun/net/www/http/KeepAliveCache.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/http/KeepAliveCache.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/net/www/http/KeepAliveStream.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/http/KeepAliveStream.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/net/www/http/KeepAliveStreamCleaner.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/http/KeepAliveStreamCleaner.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/protocol/ftp/FtpURLConnection.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/classes/sun/net/www/protocol/http/DigestAuthentication.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/protocol/http/DigestAuthentication.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/protocol/http/HttpURLConnection.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/share/classes/sun/net/www/protocol/http/InMemoryCookieStore.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/protocol/http/InMemoryCookieStore.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/net/www/protocol/http/NegotiatorImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/protocol/http/NegotiatorImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/net/www/protocol/jar/URLJarFile.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/protocol/jar/URLJarFile.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2006 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
--- a/src/share/classes/sun/net/www/protocol/mailto/MailToURLConnection.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/net/www/protocol/mailto/MailToURLConnection.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/nio/ch/FileChannelImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/nio/ch/FileChannelImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/nio/ch/NativeThreadSet.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/nio/ch/NativeThreadSet.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2006 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
--- a/src/share/classes/sun/nio/ch/Reflect.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/nio/ch/Reflect.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/sun/nio/ch/SocketAdaptor.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/nio/ch/SocketAdaptor.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/nio/ch/Util.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/nio/ch/Util.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/sun/nio/cs/UTF_8.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/nio/cs/UTF_8.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/nio/cs/ext/ExtendedCharsets.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/sun/print/PSPathGraphics.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/print/PSPathGraphics.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/sun/print/PSPrinterJob.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/print/PSPrinterJob.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/sun/print/RasterPrinterJob.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/print/RasterPrinterJob.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/classes/sun/print/ServiceDialog.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/print/ServiceDialog.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/sun/reflect/ClassDefiner.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/reflect/ClassDefiner.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/reflect/MethodAccessorGenerator.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/reflect/MethodAccessorGenerator.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/reflect/ReflectionFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/reflect/ReflectionFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 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
--- a/src/share/classes/sun/reflect/annotation/AnnotationInvocationHandler.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/reflect/annotation/AnnotationInvocationHandler.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/reflect/misc/MethodUtil.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/reflect/misc/MethodUtil.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/rmi/log/ReliableLog.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/log/ReliableLog.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2005 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
--- a/src/share/classes/sun/rmi/registry/RegistryImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/registry/RegistryImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/rmi/rmic/RemoteClass.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/rmic/RemoteClass.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2004 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
--- a/src/share/classes/sun/rmi/rmic/newrmic/jrmp/RemoteClass.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/rmic/newrmic/jrmp/RemoteClass.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/rmi/runtime/Log.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/runtime/Log.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * 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
--- a/src/share/classes/sun/rmi/server/LoaderHandler.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/server/LoaderHandler.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/rmi/server/MarshalInputStream.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/server/MarshalInputStream.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/rmi/server/MarshalOutputStream.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/server/MarshalOutputStream.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/rmi/server/Util.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/server/Util.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/rmi/server/WeakClassHashMap.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/server/WeakClassHashMap.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/rmi/transport/DGCClient.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/transport/DGCClient.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/rmi/transport/Target.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/transport/Target.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/rmi/transport/Transport.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/transport/Transport.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/rmi/transport/proxy/CGIHandler.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/transport/proxy/CGIHandler.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-1998 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/rmi/transport/proxy/HttpSendSocket.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/transport/proxy/HttpSendSocket.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/rmi/transport/proxy/RMIMasterSocketFactory.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/transport/proxy/RMIMasterSocketFactory.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2002 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/rmi/transport/tcp/ConnectionMultiplexer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/rmi/transport/tcp/ConnectionMultiplexer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/security/jgss/GSSManagerImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/jgss/GSSManagerImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/security/jgss/krb5/InitSecContextToken.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/jgss/krb5/InitSecContextToken.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2007 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
--- a/src/share/classes/sun/security/krb5/Config.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/krb5/Config.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2000-2007 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/sun/security/krb5/KrbTgsReq.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/krb5/KrbTgsReq.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2000-2006 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/sun/security/krb5/internal/ETypeInfo2.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/krb5/internal/ETypeInfo2.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/security/krb5/internal/crypto/dk/AesDkCrypto.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/krb5/internal/crypto/dk/AesDkCrypto.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/security/krb5/internal/crypto/dk/ArcFourCrypto.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/krb5/internal/crypto/dk/ArcFourCrypto.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/security/provider/certpath/OCSPChecker.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/provider/certpath/OCSPChecker.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/sun/security/ssl/CipherSuite.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/ssl/CipherSuite.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/sun/security/ssl/ClientHandshaker.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/ssl/ClientHandshaker.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/security/ssl/DHCrypt.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/ssl/DHCrypt.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/security/ssl/Handshaker.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/ssl/Handshaker.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/security/ssl/InputRecord.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/ssl/InputRecord.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/security/ssl/JsseJce.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/ssl/JsseJce.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2007 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
--- a/src/share/classes/sun/security/ssl/OutputRecord.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/ssl/OutputRecord.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/security/ssl/ProtocolList.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/ssl/ProtocolList.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2007 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
--- a/src/share/classes/sun/security/ssl/SSLSessionImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/ssl/SSLSessionImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/security/ssl/SessionId.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/ssl/SessionId.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/security/ssl/SunX509KeyManagerImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/ssl/SunX509KeyManagerImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1999-2007 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
--- a/src/share/classes/sun/security/tools/PolicyTool.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/tools/PolicyTool.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/security/validator/EndEntityChecker.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/validator/EndEntityChecker.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2002-2006 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
--- a/src/share/classes/sun/security/x509/AVA.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/x509/AVA.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/security/x509/CertificatePolicySet.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/x509/CertificatePolicySet.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/security/x509/X509Cert.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/security/x509/X509Cert.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2004 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
--- a/src/share/classes/sun/swing/FilePane.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/swing/FilePane.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,6 +1,6 @@ /* - * Copyright 2003-2006 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
--- a/src/share/classes/sun/swing/WindowsPlacesBar.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/swing/WindowsPlacesBar.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2005 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
--- a/src/share/classes/sun/text/normalizer/VersionInfo.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/text/normalizer/VersionInfo.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Portions Copyright 2005 Sun Microsystems, Inc. All Rights Reserved. + * Portions 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
--- a/src/share/classes/sun/tools/jar/JarVerifierStream.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jar/JarVerifierStream.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/share/classes/sun/tools/jconsole/MBeansTab.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/MBeansTab.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/MemoryPoolStat.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/MemoryPoolStat.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/ProxyClient.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/ProxyClient.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/VMPanel.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/VMPanel.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/sun/tools/jconsole/inspector/OperationEntry.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/OperationEntry.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/sun/tools/jconsole/inspector/TableSorter.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/TableSorter.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/sun/tools/jconsole/inspector/ThreadDialog.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/ThreadDialog.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/inspector/Utils.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/Utils.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/inspector/XDataViewer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XDataViewer.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/inspector/XMBean.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XMBean.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/inspector/XMBeanAttributes.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XMBeanAttributes.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/inspector/XMBeanInfo.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XMBeanInfo.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/inspector/XMBeanNotifications.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XMBeanNotifications.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/inspector/XMBeanOperations.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XMBeanOperations.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/sun/tools/jconsole/inspector/XObject.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XObject.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/sun/tools/jconsole/inspector/XOperations.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XOperations.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/inspector/XPlotter.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XPlotter.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/sun/tools/jconsole/inspector/XPlottingViewer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XPlottingViewer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/sun/tools/jconsole/inspector/XSheet.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XSheet.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/jconsole/inspector/XTable.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XTable.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/sun/tools/jconsole/inspector/XTextField.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XTextField.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/sun/tools/jconsole/inspector/XTextFieldEditor.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XTextFieldEditor.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2006 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
--- a/src/share/classes/sun/tools/jconsole/inspector/XTree.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/jconsole/inspector/XTree.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/classes/sun/tools/native2ascii/N2AFilter.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/classes/sun/tools/native2ascii/N2AFilter.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/instrument/InvocationAdapter.c Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/instrument/InvocationAdapter.c Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/share/instrument/JPLISAgent.c Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/instrument/JPLISAgent.c Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/share/instrument/JPLISAgent.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/instrument/JPLISAgent.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/share/instrument/JarFacade.c Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/instrument/JarFacade.c Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2004-2005 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
--- a/src/share/instrument/Reentrancy.c Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/instrument/Reentrancy.c Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/instrument/Utilities.c Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/instrument/Utilities.c Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/javavm/export/jvm.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/javavm/export/jvm.h Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/native/java/io/io_util.c Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/java/io/io_util.c Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/native/java/lang/System.c Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/java/lang/System.c Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1994-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1994-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
--- a/src/share/native/java/net/net_util.c Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/java/net/net_util.c Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/share/native/sun/java2d/loops/AlphaMacros.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/AlphaMacros.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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
--- a/src/share/native/sun/java2d/loops/ByteGray.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/ByteGray.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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
--- a/src/share/native/sun/java2d/loops/FourByteAbgr.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/FourByteAbgr.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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
--- a/src/share/native/sun/java2d/loops/FourByteAbgrPre.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/FourByteAbgrPre.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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
--- a/src/share/native/sun/java2d/loops/Index12Gray.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/Index12Gray.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 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
--- a/src/share/native/sun/java2d/loops/Index8Gray.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/Index8Gray.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2001-2004 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
--- a/src/share/native/sun/java2d/loops/IntArgb.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/IntArgb.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2005 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
--- a/src/share/native/sun/java2d/loops/IntArgbBm.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/IntArgbBm.h Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/native/sun/java2d/loops/IntArgbPre.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/IntArgbPre.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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
--- a/src/share/native/sun/java2d/loops/IntBgr.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/IntBgr.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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
--- a/src/share/native/sun/java2d/loops/IntRgb.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/IntRgb.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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
--- a/src/share/native/sun/java2d/loops/IntRgbx.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/IntRgbx.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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
--- a/src/share/native/sun/java2d/loops/LoopMacros.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/LoopMacros.h Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/native/sun/java2d/loops/ThreeByteBgr.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/ThreeByteBgr.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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
--- a/src/share/native/sun/java2d/loops/Ushort4444Argb.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/Ushort4444Argb.h Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/share/native/sun/java2d/loops/Ushort555Rgb.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/Ushort555Rgb.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2003 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
--- a/src/share/native/sun/java2d/loops/Ushort555Rgbx.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/Ushort555Rgbx.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2002 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
--- a/src/share/native/sun/java2d/loops/Ushort565Rgb.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/Ushort565Rgb.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2003 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
--- a/src/share/native/sun/java2d/loops/UshortGray.h Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/native/sun/java2d/loops/UshortGray.h Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2000-2004 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
--- a/src/share/sample/vm/clr-jvm/Makefile Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/sample/vm/clr-jvm/Makefile Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ # -# Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. +# Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions
--- a/src/share/sample/vm/clr-jvm/invoker.cs Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/sample/vm/clr-jvm/invoker.cs Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
--- a/src/share/sample/vm/jvm-clr/invoked.cs Mon Jun 30 14:11:49 2008 -0700 +++ b/src/share/sample/vm/jvm-clr/invoked.cs Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions
--- a/src/solaris/bin/java_md.c Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/bin/java_md.c Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1998-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1998-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
--- a/src/solaris/classes/java/io/FileDescriptor.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/java/io/FileDescriptor.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/solaris/classes/java/lang/ProcessImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/java/lang/ProcessImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/solaris/classes/java/net/PlainSocketImpl.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/java/net/PlainSocketImpl.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2007-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
--- a/src/solaris/classes/java/util/prefs/FileSystemPreferences.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/java/util/prefs/FileSystemPreferences.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/solaris/classes/sun/awt/X11/XFileDialogPeer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/awt/X11/XFileDialogPeer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/solaris/classes/sun/awt/X11/XKeyboardFocusManagerPeer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/awt/X11/XKeyboardFocusManagerPeer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/solaris/classes/sun/awt/X11/XScrollbar.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/awt/X11/XScrollbar.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/solaris/classes/sun/awt/X11GraphicsConfig.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/awt/X11GraphicsConfig.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/solaris/classes/sun/awt/X11GraphicsDevice.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/awt/X11GraphicsDevice.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/solaris/classes/sun/awt/X11GraphicsEnvironment.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/awt/X11GraphicsEnvironment.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1997-2007 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
--- a/src/solaris/classes/sun/awt/motif/MDialogPeer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/awt/motif/MDialogPeer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/solaris/classes/sun/awt/motif/MEmbeddedFramePeer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/awt/motif/MEmbeddedFramePeer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1996-2005 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1996-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
--- a/src/solaris/classes/sun/awt/motif/MFramePeer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/awt/motif/MFramePeer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/solaris/classes/sun/awt/motif/MWindowPeer.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/awt/motif/MWindowPeer.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 1995-2007 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 1995-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
--- a/src/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/nio/ch/DevPollArrayWrapper.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/solaris/classes/sun/nio/ch/NativeThread.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/nio/ch/NativeThread.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/solaris/classes/sun/print/AttributeClass.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/print/AttributeClass.java Fri Jul 04 14:41:34 2008 -0700 @@ -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
--- a/src/solaris/classes/sun/print/CUPSPrinter.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/print/CUPSPrinter.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/solaris/classes/sun/print/IPPPrintService.java Mon Jun 30 14:11:49 2008 -0700 +++ b/src/solaris/classes/sun/print/IPPPrintService.java Fri Jul 04 14:41:34 2008 -0700 @@ -1,5 +1,5 @@ /* - * Copyright 2003-2007 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
--- a/src/solaris/classes/sun/print/UnixPrintJob.java Mon Jun 30 14:11:49 2008 -0700<