7195372: Wrong copyright in new files

Wed, 19 Sep 2012 17:22:49 -0400

author
bpittore
date
Wed, 19 Sep 2012 17:22:49 -0400
changeset 4074
fac3dd92ebaf
parent 4060
a6fe94b9759f
child 4075
ef7fe63a2d39

7195372: Wrong copyright in new files
Summary: Fixed copyrights
Reviewed-by: dholmes
Contributed-by: Bill Pittore <bill.pittore@oracle.com>

agent/make/saenv.sh file | annotate | diff | comparison | revisions
agent/make/start-debug-server-proc.sh file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadContext.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java file | annotate | diff | comparison | revisions
agent/src/share/classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java file | annotate | diff | comparison | revisions
make/linux/makefiles/sa.make file | annotate | diff | comparison | revisions
     1.1 --- a/agent/make/saenv.sh	Fri Sep 14 22:00:41 2012 -0700
     1.2 +++ b/agent/make/saenv.sh	Wed Sep 19 17:22:49 2012 -0400
     1.3 @@ -1,6 +1,6 @@
     1.4  #!/bin/sh
     1.5  #
     1.6 -# Copyright (c) 2003, 2009, Oracle and/or its affiliates. All rights reserved.
     1.7 +# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.9  #
    1.10  # This code is free software; you can redistribute it and/or modify it
     2.1 --- a/agent/make/start-debug-server-proc.sh	Fri Sep 14 22:00:41 2012 -0700
     2.2 +++ b/agent/make/start-debug-server-proc.sh	Wed Sep 19 17:22:49 2012 -0400
     2.3 @@ -1,6 +1,6 @@
     2.4  #!/bin/sh
     2.5  #
     2.6 -# Copyright (c) 2002, 2003, Oracle and/or its affiliates. All rights reserved.
     2.7 +# Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved.
     2.8  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2.9  #
    2.10  # This code is free software; you can redistribute it and/or modify it
     3.1 --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadContext.java	Fri Sep 14 22:00:41 2012 -0700
     3.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/ThreadContext.java	Wed Sep 19 17:22:49 2012 -0400
     3.3 @@ -1,5 +1,5 @@
     3.4  /*
     3.5 - * Copyright (c) 2000, 2001, Oracle and/or its affiliates. All rights reserved.
     3.6 + * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     3.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3.8   *
     3.9   * This code is free software; you can redistribute it and/or modify it
     4.1 --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java	Fri Sep 14 22:00:41 2012 -0700
     4.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/amd64/AMD64ThreadContext.java	Wed Sep 19 17:22:49 2012 -0400
     4.3 @@ -1,5 +1,5 @@
     4.4  /*
     4.5 - * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved.
     4.6 + * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     4.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4.8   *
     4.9   * This code is free software; you can redistribute it and/or modify it
     5.1 --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java	Fri Sep 14 22:00:41 2012 -0700
     5.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/ia64/IA64ThreadContext.java	Wed Sep 19 17:22:49 2012 -0400
     5.3 @@ -1,5 +1,5 @@
     5.4  /*
     5.5 - * Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
     5.6 + * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     5.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     5.8   *
     5.9   * This code is free software; you can redistribute it and/or modify it
     6.1 --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java	Fri Sep 14 22:00:41 2012 -0700
     6.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/sparc/SPARCThreadContext.java	Wed Sep 19 17:22:49 2012 -0400
     6.3 @@ -1,5 +1,5 @@
     6.4  /*
     6.5 - * Copyright (c) 2000, 2007, Oracle and/or its affiliates. All rights reserved.
     6.6 + * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     6.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     6.8   *
     6.9   * This code is free software; you can redistribute it and/or modify it
     7.1 --- a/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java	Fri Sep 14 22:00:41 2012 -0700
     7.2 +++ b/agent/src/share/classes/sun/jvm/hotspot/debugger/x86/X86ThreadContext.java	Wed Sep 19 17:22:49 2012 -0400
     7.3 @@ -1,5 +1,5 @@
     7.4  /*
     7.5 - * Copyright (c) 2000, 2001, Oracle and/or its affiliates. All rights reserved.
     7.6 + * Copyright (c) 2000, 2012, Oracle and/or its affiliates. All rights reserved.
     7.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     7.8   *
     7.9   * This code is free software; you can redistribute it and/or modify it
     8.1 --- a/make/linux/makefiles/sa.make	Fri Sep 14 22:00:41 2012 -0700
     8.2 +++ b/make/linux/makefiles/sa.make	Wed Sep 19 17:22:49 2012 -0400
     8.3 @@ -1,5 +1,5 @@
     8.4  #
     8.5 -# Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     8.6 +# Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     8.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     8.8  #
     8.9  # This code is free software; you can redistribute it and/or modify it

mercurial