# HG changeset patch # User katleman # Date 1306355511 25200 # Node ID fe189d4a44e9e8f0c7d78fcbd1c63701745752ca # Parent 01e01c25d24a1795ce77d603602760b1f75c1826 7044486: open jdk repos have files with incorrect copyright headers, which can end up in src bundles Reviewed-by: ohair, trims diff -r 01e01c25d24a -r fe189d4a44e9 agent/src/share/classes/sun/jvm/hotspot/runtime/ServiceThread.java --- a/agent/src/share/classes/sun/jvm/hotspot/runtime/ServiceThread.java Tue May 24 14:07:12 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 01e01c25d24a -r fe189d4a44e9 make/linux/README --- a/make/linux/README Tue May 24 14:07:12 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 01e01c25d24a -r fe189d4a44e9 make/windows/projectfiles/kernel/Makefile --- a/make/windows/projectfiles/kernel/Makefile Tue May 24 14:07:12 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 01e01c25d24a -r fe189d4a44e9 src/cpu/x86/vm/vm_version_x86.cpp --- a/src/cpu/x86/vm/vm_version_x86.cpp Tue May 24 14:07:12 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 01e01c25d24a -r fe189d4a44e9 src/cpu/x86/vm/vm_version_x86.hpp --- a/src/cpu/x86/vm/vm_version_x86.hpp Tue May 24 14:07:12 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 01e01c25d24a -r fe189d4a44e9 src/os_cpu/solaris_sparc/vm/solaris_sparc.s --- a/src/os_cpu/solaris_sparc/vm/solaris_sparc.s Tue May 24 14:07:12 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 01e01c25d24a -r fe189d4a44e9 src/share/tools/hsdis/README --- a/src/share/tools/hsdis/README Tue May 24 14:07:12 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 01e01c25d24a -r fe189d4a44e9 src/share/vm/gc_implementation/g1/heapRegionSet.hpp --- a/src/share/vm/gc_implementation/g1/heapRegionSet.hpp Tue May 24 14:07:12 2011 -0700 +++ b/src/share/vm/gc_implementation/g1/heapRegionSet.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 01e01c25d24a -r fe189d4a44e9 src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp --- a/src/share/vm/gc_implementation/g1/heapRegionSet.inline.hpp Tue May 24 14:07:12 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 01e01c25d24a -r fe189d4a44e9 src/share/vm/gc_implementation/g1/heapRegionSets.hpp --- a/src/share/vm/gc_implementation/g1/heapRegionSets.hpp Tue May 24 14:07:12 2011 -0700 +++ b/src/share/vm/gc_implementation/g1/heapRegionSets.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 01e01c25d24a -r fe189d4a44e9 src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp --- a/src/share/vm/gc_implementation/parNew/parCardTableModRefBS.cpp Tue May 24 14:07:12 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 01e01c25d24a -r fe189d4a44e9 src/share/vm/utilities/yieldingWorkgroup.cpp --- a/src/share/vm/utilities/yieldingWorkgroup.cpp Tue May 24 14:07:12 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