# HG changeset patch # User katleman # Date 1306355511 25200 # Node ID 3be7439273c57bfa27a224cf76ee9dbf216ab33d # Parent 24cee90e9453a9e12f3c1dc4b382fcd925b13012 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles Reviewed-by: ohair, trims diff -r 24cee90e9453 -r 3be7439273c5 agent/src/share/classes/sun/jvm/hotspot/runtime/ServiceThread.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/ServiceThread.java Wed Aug 17 10:32:53 2011 -0700 +++ b/agent/src/share/classes/sun/jvm/hotspot/runtime/ServiceThread.java Wed May 25 13:31:51 2011 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2011 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2011, 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 24cee90e9453 -r 3be7439273c5 make/linux/README --- a/make/linux/README Wed Aug 17 10:32:53 2011 -0700 +++ b/make/linux/README Wed May 25 13:31:51 2011 -0700 @@ -1,4 +1,4 @@ -Copyright (c) 2007 Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2007, 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 24cee90e9453 -r 3be7439273c5 make/windows/projectfiles/kernel/Makefile --- a/make/windows/projectfiles/kernel/Makefile Wed Aug 17 10:32:53 2011 -0700 +++ b/make/windows/projectfiles/kernel/Makefile Wed May 25 13:31:51 2011 -0700 @@ -1,5 +1,5 @@ # -# Copyright (c) 2007, 2010 Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2007, 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 24cee90e9453 -r 3be7439273c5 src/cpu/x86/vm/vm_version_x86.cpp --- a/src/cpu/x86/vm/vm_version_x86.cpp Wed Aug 17 10:32:53 2011 -0700 +++ b/src/cpu/x86/vm/vm_version_x86.cpp Wed May 25 13:31:51 2011 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All Rights Reserved. + * Copyright (c) 1997, 2011, 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 24cee90e9453 -r 3be7439273c5 src/cpu/x86/vm/vm_version_x86.hpp --- a/src/cpu/x86/vm/vm_version_x86.hpp Wed Aug 17 10:32:53 2011 -0700 +++ b/src/cpu/x86/vm/vm_version_x86.hpp Wed May 25 13:31:51 2011 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All Rights Reserved. + * Copyright (c) 1997, 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 24cee90e9453 -r 3be7439273c5 src/os_cpu/solaris_sparc/vm/solaris_sparc.s --- a/src/os_cpu/solaris_sparc/vm/solaris_sparc.s Wed Aug 17 10:32:53 2011 -0700 +++ b/src/os_cpu/solaris_sparc/vm/solaris_sparc.s Wed May 25 13:31:51 2011 -0700 @@ -1,5 +1,5 @@ !! -!! Copyright (c) 2005, 2008 Oracle and/or its affiliates. All rights reserved. +!! Copyright (c) 2005, 2008, 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 24cee90e9453 -r 3be7439273c5 src/share/tools/hsdis/README --- a/src/share/tools/hsdis/README Wed Aug 17 10:32:53 2011 -0700 +++ b/src/share/tools/hsdis/README Wed May 25 13:31:51 2011 -0700 @@ -1,4 +1,4 @@ -Copyright (c) 2008 Oracle and/or its affiliates. All rights reserved. +Copyright (c) 2008, 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 24cee90e9453 -r 3be7439273c5 src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp --- a/src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp Wed Aug 17 10:32:53 2011 -0700 +++ b/src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp Wed May 25 13:31:51 2011 -0700 @@ -1,5 +1,5 @@ /* - * copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2011, 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 24cee90e9453 -r 3be7439273c5 src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp --- a/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp Wed Aug 17 10:32:53 2011 -0700 +++ b/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp Wed May 25 13:31:51 2011 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2011 Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2011, 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 24cee90e9453 -r 3be7439273c5 src/share/vm/utilities/yieldingWorkgroup.cpp --- a/src/share/vm/utilities/yieldingWorkgroup.cpp Wed Aug 17 10:32:53 2011 -0700 +++ b/src/share/vm/utilities/yieldingWorkgroup.cpp Wed May 25 13:31:51 2011 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2005, 2010 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