# HG changeset patch # User trims # Date 1294097405 28800 # Node ID 0a8e0d4345b37b71ec49dda08ee03b68c4f1b592 # Parent 5ef9917b908d72ab30301d2eefbddaccf60838e5 7010068: Update all 2010 Oracle-changed OpenJDK files to have the proper copyright dates - first pass Summary: Update the copyright to be 2010 on all changed files in OpenJDK Reviewed-by: jcoomes diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/os/linux/libproc_impl.c --- a/agent/src/os/linux/libproc_impl.c Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/os/linux/libproc_impl.c Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/os/linux/ps_core.c --- a/agent/src/os/linux/ps_core.c Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/os/linux/ps_core.c Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/os/linux/ps_proc.c --- a/agent/src/os/linux/ps_proc.c Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/os/linux/ps_proc.c Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/os/linux/symtab.c --- a/agent/src/os/linux/symtab.c Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/os/linux/symtab.c Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2005, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/os/linux/symtab.h --- a/agent/src/os/linux/symtab.h Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/os/linux/symtab.h Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeInvoke.java --- a/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeInvoke.java Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeInvoke.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWithCPIndex.java --- a/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWithCPIndex.java Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/interpreter/BytecodeWithCPIndex.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/interpreter/Bytecodes.java --- a/agent/src/share/classes/sun/jvm/hotspot/interpreter/Bytecodes.java Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/interpreter/Bytecodes.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2004, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java --- a/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/memory/CompactibleFreeListSpace.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/memory/SystemDictionary.java --- a/agent/src/share/classes/sun/jvm/hotspot/memory/SystemDictionary.java Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/memory/SystemDictionary.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCache.java --- a/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCache.java Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCache.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheEntry.java --- a/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheEntry.java Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/oops/ConstantPoolCacheEntry.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2005, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/oops/GenerateOopMap.java --- a/agent/src/share/classes/sun/jvm/hotspot/oops/GenerateOopMap.java Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/oops/GenerateOopMap.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2001, 2005, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2001, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/oops/Oop.java --- a/agent/src/share/classes/sun/jvm/hotspot/oops/Oop.java Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/oops/Oop.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2008, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/VM.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ByteCodeRewriter.java --- a/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ByteCodeRewriter.java Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/tools/jcore/ByteCodeRewriter.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js --- a/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js Fri Dec 24 07:59:50 2010 -0800 +++ b/agent/src/share/classes/sun/jvm/hotspot/utilities/soql/sa.js Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/hotspot_distro --- a/make/hotspot_distro Fri Dec 24 07:59:50 2010 -0800 +++ b/make/hotspot_distro Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/hotspot_version --- a/make/hotspot_version Fri Dec 24 07:59:50 2010 -0800 +++ b/make/hotspot_version Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, 2009, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/jprt.gmk --- a/make/jprt.gmk Fri Dec 24 07:59:50 2010 -0800 +++ b/make/jprt.gmk Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/jprt.properties --- a/make/jprt.properties Fri Dec 24 07:59:50 2010 -0800 +++ b/make/jprt.properties Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, 2009, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/linux/makefiles/defs.make --- a/make/linux/makefiles/defs.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/linux/makefiles/defs.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/linux/makefiles/jvmti.make --- a/make/linux/makefiles/jvmti.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/linux/makefiles/jvmti.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/linux/makefiles/mapfile-vers-debug --- a/make/linux/makefiles/mapfile-vers-debug Fri Dec 24 07:59:50 2010 -0800 +++ b/make/linux/makefiles/mapfile-vers-debug Mon Jan 03 15:30:05 2011 -0800 @@ -3,7 +3,7 @@ # # -# Copyright (c) 2002, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/linux/makefiles/mapfile-vers-product --- a/make/linux/makefiles/mapfile-vers-product Fri Dec 24 07:59:50 2010 -0800 +++ b/make/linux/makefiles/mapfile-vers-product Mon Jan 03 15:30:05 2011 -0800 @@ -3,7 +3,7 @@ # # -# Copyright (c) 2002, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/linux/makefiles/product.make --- a/make/linux/makefiles/product.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/linux/makefiles/product.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/linux/makefiles/saproc.make --- a/make/linux/makefiles/saproc.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/linux/makefiles/saproc.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, 2009, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/linux/makefiles/shark.make --- a/make/linux/makefiles/shark.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/linux/makefiles/shark.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. # Copyright 2008, 2010 Red Hat, Inc. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # diff -r 5ef9917b908d -r 0a8e0d4345b3 make/linux/makefiles/sparcWorks.make --- a/make/linux/makefiles/sparcWorks.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/linux/makefiles/sparcWorks.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/solaris/makefiles/defs.make --- a/make/solaris/makefiles/defs.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/solaris/makefiles/defs.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/solaris/makefiles/fastdebug.make --- a/make/solaris/makefiles/fastdebug.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/solaris/makefiles/fastdebug.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 1998, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/solaris/makefiles/jvmti.make --- a/make/solaris/makefiles/jvmti.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/solaris/makefiles/jvmti.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2003, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/solaris/makefiles/optimized.make --- a/make/solaris/makefiles/optimized.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/solaris/makefiles/optimized.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 1998, 2009, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/solaris/makefiles/product.make --- a/make/solaris/makefiles/product.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/solaris/makefiles/product.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 1999, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1999, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/solaris/makefiles/saproc.make --- a/make/solaris/makefiles/saproc.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/solaris/makefiles/saproc.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/windows/build.bat --- a/make/windows/build.bat Fri Dec 24 07:59:50 2010 -0800 +++ b/make/windows/build.bat Mon Jan 03 15:30:05 2011 -0800 @@ -1,6 +1,6 @@ @echo off REM -REM Copyright (c) 1997, 2008, Oracle and/or its affiliates. All rights reserved. +REM Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. REM DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. REM REM This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/windows/get_msc_ver.sh --- a/make/windows/get_msc_ver.sh Fri Dec 24 07:59:50 2010 -0800 +++ b/make/windows/get_msc_ver.sh Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2005, 2009, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/windows/makefiles/defs.make --- a/make/windows/makefiles/defs.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/windows/makefiles/defs.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, 2008, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 make/windows/makefiles/sanity.make --- a/make/windows/makefiles/sanity.make Fri Dec 24 07:59:50 2010 -0800 +++ b/make/windows/makefiles/sanity.make Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2006, 2009, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 src/os/solaris/dtrace/hotspot.d --- a/src/os/solaris/dtrace/hotspot.d Fri Dec 24 07:59:50 2010 -0800 +++ b/src/os/solaris/dtrace/hotspot.d Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 src/os_cpu/linux_x86/vm/linux_x86_32.s --- a/src/os_cpu/linux_x86/vm/linux_x86_32.s Fri Dec 24 07:59:50 2010 -0800 +++ b/src/os_cpu/linux_x86/vm/linux_x86_32.s Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 src/os_cpu/solaris_x86/vm/solaris_x86_32.il --- a/src/os_cpu/solaris_x86/vm/solaris_x86_32.il Fri Dec 24 07:59:50 2010 -0800 +++ b/src/os_cpu/solaris_x86/vm/solaris_x86_32.il Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ // -// Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved. // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. // // This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 src/os_cpu/solaris_x86/vm/solaris_x86_32.s --- a/src/os_cpu/solaris_x86/vm/solaris_x86_32.s Fri Dec 24 07:59:50 2010 -0800 +++ b/src/os_cpu/solaris_x86/vm/solaris_x86_32.s Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ // -// Copyright (c) 2004, 2007, Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. // // This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 src/os_cpu/solaris_x86/vm/solaris_x86_64.il --- a/src/os_cpu/solaris_x86/vm/solaris_x86_64.il Fri Dec 24 07:59:50 2010 -0800 +++ b/src/os_cpu/solaris_x86/vm/solaris_x86_64.il Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ // -// Copyright (c) 2004, 2009, Oracle and/or its affiliates. All rights reserved. +// Copyright (c) 2004, 2010, Oracle and/or its affiliates. All rights reserved. // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. // // This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 test/Makefile --- a/test/Makefile Fri Dec 24 07:59:50 2010 -0800 +++ b/test/Makefile Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ # -# Copyright (c) 1995, 2009, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 1995, 2010, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 test/compiler/6431242/Test.java --- a/test/compiler/6431242/Test.java Fri Dec 24 07:59:50 2010 -0800 +++ b/test/compiler/6431242/Test.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2006, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 test/compiler/6857159/Test6857159.java --- a/test/compiler/6857159/Test6857159.java Fri Dec 24 07:59:50 2010 -0800 +++ b/test/compiler/6857159/Test6857159.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 test/compiler/6877254/Test.java --- a/test/compiler/6877254/Test.java Fri Dec 24 07:59:50 2010 -0800 +++ b/test/compiler/6877254/Test.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 test/compiler/6895383/Test.java --- a/test/compiler/6895383/Test.java Fri Dec 24 07:59:50 2010 -0800 +++ b/test/compiler/6895383/Test.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it diff -r 5ef9917b908d -r 0a8e0d4345b3 test/compiler/6896727/Test.java --- a/test/compiler/6896727/Test.java Fri Dec 24 07:59:50 2010 -0800 +++ b/test/compiler/6896727/Test.java Mon Jan 03 15:30:05 2011 -0800 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it