From 489ec72ad0c6d8dc822fd9f832e81f16c1439cc8 Mon Sep 17 00:00:00 2001 From: bpittore Date: Wed, 19 Sep 2012 17:22:49 -0400 Subject: [PATCH] 7195372: Wrong copyright in new files Summary: Fixed copyrights Reviewed-by: dholmes Contributed-by: Bill Pittore --- agent/make/saenv.sh | 2 +- agent/make/start-debug-server-proc.sh | 2 +- .../share/classes/sun/jvm/hotspot/debugger/ThreadContext.java | 2 +- .../sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java | 2 +- .../sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java | 2 +- .../sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java | 2 +- .../classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java | 2 +- make/linux/makefiles/sa.make | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/agent/make/saenv.sh b/agent/make/saenv.sh index dcecd5187..ab9a0a431 100644 --- a/agent/make/saenv.sh +++ b/agent/make/saenv.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2003, 2012, 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 --git a/agent/make/start-debug-server-proc.sh b/agent/make/start-debug-server-proc.sh index d538daf43..73152e340 100644 --- a/agent/make/start-debug-server-proc.sh +++ b/agent/make/start-debug-server-proc.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2002, 2012, 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 --git a/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadContext.java b/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadContext.java index ec6b7e6de..eef49b669 100644 --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadContext.java +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2001, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2012, 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 --git a/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java b/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java index 5b2332a0f..2798ab17f 100644 --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2012, 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 --git a/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java b/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java index 4a5aa00d9..8a8ce383f 100644 --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2003, 2012, 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 --git a/agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java b/agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java index 228d9191d..89ebec6c9 100644 --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2007, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2012, 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 --git a/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java b/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java index 9d51bcffc..9f24c410e 100644 --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2001, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2012, 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 --git a/make/linux/makefiles/sa.make b/make/linux/makefiles/sa.make index f39e73682..6a6220112 100644 --- a/make/linux/makefiles/sa.make +++ b/make/linux/makefiles/sa.make @@ -1,5 +1,5 @@ # -# Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2003, 2012, 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 -- GitLab