6862919: Update copyright year jdk7-b67

Tue, 28 Jul 2009 12:12:36 -0700

author
xdono
date
Tue, 28 Jul 2009 12:12:36 -0700
changeset 98
a12ea7c7b497
parent 97
d5e36cb83d8c
child 99
ec55ebb18a61

6862919: Update copyright year
Summary: Update copyright for files that have been modified in 2009, up to 07/09
Reviewed-by: tbell, ohair

make/Makefile file | annotate | diff | comparison | revisions
make/common/Library.gmk file | annotate | diff | comparison | revisions
make/common/Rules.gmk file | annotate | diff | comparison | revisions
make/common/shared/Compiler-gcc.gmk file | annotate | diff | comparison | revisions
make/common/shared/Defs-java.gmk file | annotate | diff | comparison | revisions
make/common/shared/Defs-windows.gmk file | annotate | diff | comparison | revisions
make/common/shared/Platform.gmk file | annotate | diff | comparison | revisions
make/jprt.properties file | annotate | diff | comparison | revisions
make/org/omg/idl/Makefile file | annotate | diff | comparison | revisions
make/tools/logutil/Makefile file | annotate | diff | comparison | revisions
src/share/classes/com/sun/corba/se/impl/encoding/BufferManagerReadStream.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/corba/se/impl/io/ObjectStreamClass.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/corba/se/impl/oa/poa/POAFactory.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/corba/se/impl/orb/ORBSingleton.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/corba/se/impl/orbutil/ORBUtility.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/corba/se/impl/resolver/INSURLOperationImpl.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/corba/se/impl/transport/SocketOrChannelConnectionImpl.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/corba/se/spi/logging/data/ORBUtil.mc file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/idl/Parser.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/idl/first.set file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/idl/follow.set file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/idl/grammar.idl file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/idl/grammar3.idl file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/idl/idl.prp file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/idl/idl_ja.prp file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/idl/idl_zh_CN.prp file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/logutil/Input.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/logutil/InputCode.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/logutil/InputException.java file | annotate | diff | comparison | revisions
src/share/classes/com/sun/tools/corba/se/logutil/MC.java file | annotate | diff | comparison | revisions
src/share/classes/org/omg/CORBA/ORB.java file | annotate | diff | comparison | revisions
src/windows/resource/version.rc file | annotate | diff | comparison | revisions
     1.1 --- a/make/Makefile	Fri Jul 24 13:39:48 2009 -0700
     1.2 +++ b/make/Makefile	Tue Jul 28 12:12:36 2009 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 +# Copyright 2007-2009 Sun Microsystems, Inc.  All Rights Reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
     2.1 --- a/make/common/Library.gmk	Fri Jul 24 13:39:48 2009 -0700
     2.2 +++ b/make/common/Library.gmk	Tue Jul 28 12:12:36 2009 -0700
     2.3 @@ -1,5 +1,5 @@
     2.4  #
     2.5 -# Copyright 1995-2007 Sun Microsystems, Inc.  All Rights Reserved.
     2.6 +# Copyright 1995-2009 Sun Microsystems, Inc.  All Rights Reserved.
     2.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     2.8  #
     2.9  # This code is free software; you can redistribute it and/or modify it
     3.1 --- a/make/common/Rules.gmk	Fri Jul 24 13:39:48 2009 -0700
     3.2 +++ b/make/common/Rules.gmk	Tue Jul 28 12:12:36 2009 -0700
     3.3 @@ -1,5 +1,5 @@
     3.4  #
     3.5 -# Copyright 1995-2007 Sun Microsystems, Inc.  All Rights Reserved.
     3.6 +# Copyright 1995-2009 Sun Microsystems, Inc.  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/make/common/shared/Compiler-gcc.gmk	Fri Jul 24 13:39:48 2009 -0700
     4.2 +++ b/make/common/shared/Compiler-gcc.gmk	Tue Jul 28 12:12:36 2009 -0700
     4.3 @@ -1,5 +1,5 @@
     4.4  #
     4.5 -# Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
     4.6 +# Copyright 2005-2009 Sun Microsystems, Inc.  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/make/common/shared/Defs-java.gmk	Fri Jul 24 13:39:48 2009 -0700
     5.2 +++ b/make/common/shared/Defs-java.gmk	Tue Jul 28 12:12:36 2009 -0700
     5.3 @@ -1,5 +1,5 @@
     5.4  #
     5.5 -# Copyright 1995-2007 Sun Microsystems, Inc.  All Rights Reserved.
     5.6 +# Copyright 1995-2009 Sun Microsystems, Inc.  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/make/common/shared/Defs-windows.gmk	Fri Jul 24 13:39:48 2009 -0700
     6.2 +++ b/make/common/shared/Defs-windows.gmk	Tue Jul 28 12:12:36 2009 -0700
     6.3 @@ -1,5 +1,5 @@
     6.4  #
     6.5 -# Copyright 2005-2007 Sun Microsystems, Inc.  All Rights Reserved.
     6.6 +# Copyright 2005-2009 Sun Microsystems, Inc.  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/make/common/shared/Platform.gmk	Fri Jul 24 13:39:48 2009 -0700
     7.2 +++ b/make/common/shared/Platform.gmk	Tue Jul 28 12:12:36 2009 -0700
     7.3 @@ -1,5 +1,5 @@
     7.4  #
     7.5 -# Copyright 1997-2007 Sun Microsystems, Inc.  All Rights Reserved.
     7.6 +# Copyright 1997-2009 Sun Microsystems, Inc.  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/jprt.properties	Fri Jul 24 13:39:48 2009 -0700
     8.2 +++ b/make/jprt.properties	Tue Jul 28 12:12:36 2009 -0700
     8.3 @@ -1,5 +1,5 @@
     8.4  #
     8.5 -# Copyright 2006 Sun Microsystems, Inc.  All Rights Reserved.
     8.6 +# Copyright 2006-2009 Sun Microsystems, Inc.  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
     9.1 --- a/make/org/omg/idl/Makefile	Fri Jul 24 13:39:48 2009 -0700
     9.2 +++ b/make/org/omg/idl/Makefile	Tue Jul 28 12:12:36 2009 -0700
     9.3 @@ -1,5 +1,5 @@
     9.4  #
     9.5 -# Copyright 1999-2005 Sun Microsystems, Inc.  All Rights Reserved.
     9.6 +# Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
     9.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     9.8  #
     9.9  # This code is free software; you can redistribute it and/or modify it
    10.1 --- a/make/tools/logutil/Makefile	Fri Jul 24 13:39:48 2009 -0700
    10.2 +++ b/make/tools/logutil/Makefile	Tue Jul 28 12:12:36 2009 -0700
    10.3 @@ -1,5 +1,5 @@
    10.4  #
    10.5 -# Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
    10.6 +# Copyright 2008-2009 Sun Microsystems, Inc.  All Rights Reserved.
    10.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    10.8  #
    10.9  # This code is free software; you can redistribute it and/or modify it
    11.1 --- a/src/share/classes/com/sun/corba/se/impl/encoding/BufferManagerReadStream.java	Fri Jul 24 13:39:48 2009 -0700
    11.2 +++ b/src/share/classes/com/sun/corba/se/impl/encoding/BufferManagerReadStream.java	Tue Jul 28 12:12:36 2009 -0700
    11.3 @@ -1,5 +1,5 @@
    11.4  /*
    11.5 - * Copyright 2000-2008 Sun Microsystems, Inc.  All Rights Reserved.
    11.6 + * Copyright 2000-2009 Sun Microsystems, Inc.  All Rights Reserved.
    11.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    11.8   *
    11.9   * This code is free software; you can redistribute it and/or modify it
    12.1 --- a/src/share/classes/com/sun/corba/se/impl/io/ObjectStreamClass.java	Fri Jul 24 13:39:48 2009 -0700
    12.2 +++ b/src/share/classes/com/sun/corba/se/impl/io/ObjectStreamClass.java	Tue Jul 28 12:12:36 2009 -0700
    12.3 @@ -1,5 +1,5 @@
    12.4  /*
    12.5 - * Copyright 1998-2008 Sun Microsystems, Inc.  All Rights Reserved.
    12.6 + * Copyright 1998-2009 Sun Microsystems, Inc.  All Rights Reserved.
    12.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    12.8   *
    12.9   * This code is free software; you can redistribute it and/or modify it
    13.1 --- a/src/share/classes/com/sun/corba/se/impl/oa/poa/POAFactory.java	Fri Jul 24 13:39:48 2009 -0700
    13.2 +++ b/src/share/classes/com/sun/corba/se/impl/oa/poa/POAFactory.java	Tue Jul 28 12:12:36 2009 -0700
    13.3 @@ -1,5 +1,5 @@
    13.4  /*
    13.5 - * Copyright 2002-2007 Sun Microsystems, Inc.  All Rights Reserved.
    13.6 + * Copyright 2002-2009 Sun Microsystems, Inc.  All Rights Reserved.
    13.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    13.8   *
    13.9   * This code is free software; you can redistribute it and/or modify it
    14.1 --- a/src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java	Fri Jul 24 13:39:48 2009 -0700
    14.2 +++ b/src/share/classes/com/sun/corba/se/impl/orb/ORBImpl.java	Tue Jul 28 12:12:36 2009 -0700
    14.3 @@ -1,5 +1,5 @@
    14.4  /*
    14.5 - * Copyright 2002-2007 Sun Microsystems, Inc.  All Rights Reserved.
    14.6 + * Copyright 2002-2009 Sun Microsystems, Inc.  All Rights Reserved.
    14.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    14.8   *
    14.9   * This code is free software; you can redistribute it and/or modify it
    15.1 --- a/src/share/classes/com/sun/corba/se/impl/orb/ORBSingleton.java	Fri Jul 24 13:39:48 2009 -0700
    15.2 +++ b/src/share/classes/com/sun/corba/se/impl/orb/ORBSingleton.java	Tue Jul 28 12:12:36 2009 -0700
    15.3 @@ -1,5 +1,5 @@
    15.4  /*
    15.5 - * Copyright 1997-2006 Sun Microsystems, Inc.  All Rights Reserved.
    15.6 + * Copyright 1997-2009 Sun Microsystems, Inc.  All Rights Reserved.
    15.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    15.8   *
    15.9   * This code is free software; you can redistribute it and/or modify it
    16.1 --- a/src/share/classes/com/sun/corba/se/impl/orbutil/ORBUtility.java	Fri Jul 24 13:39:48 2009 -0700
    16.2 +++ b/src/share/classes/com/sun/corba/se/impl/orbutil/ORBUtility.java	Tue Jul 28 12:12:36 2009 -0700
    16.3 @@ -1,5 +1,5 @@
    16.4  /*
    16.5 - * Copyright 2000-2006 Sun Microsystems, Inc.  All Rights Reserved.
    16.6 + * Copyright 2000-2009 Sun Microsystems, Inc.  All Rights Reserved.
    16.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    16.8   *
    16.9   * This code is free software; you can redistribute it and/or modify it
    17.1 --- a/src/share/classes/com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl.java	Fri Jul 24 13:39:48 2009 -0700
    17.2 +++ b/src/share/classes/com/sun/corba/se/impl/presentation/rmi/IDLNameTranslatorImpl.java	Tue Jul 28 12:12:36 2009 -0700
    17.3 @@ -1,5 +1,5 @@
    17.4  /*
    17.5 - * Copyright 2003-2004 Sun Microsystems, Inc.  All Rights Reserved.
    17.6 + * Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
    17.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    17.8   *
    17.9   * This code is free software; you can redistribute it and/or modify it
    18.1 --- a/src/share/classes/com/sun/corba/se/impl/resolver/INSURLOperationImpl.java	Fri Jul 24 13:39:48 2009 -0700
    18.2 +++ b/src/share/classes/com/sun/corba/se/impl/resolver/INSURLOperationImpl.java	Tue Jul 28 12:12:36 2009 -0700
    18.3 @@ -1,5 +1,5 @@
    18.4  /*
    18.5 - * Copyright 1998-2007 Sun Microsystems, Inc.  All Rights Reserved.
    18.6 + * Copyright 1998-2009 Sun Microsystems, Inc.  All Rights Reserved.
    18.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    18.8   *
    18.9   * This code is free software; you can redistribute it and/or modify it
    19.1 --- a/src/share/classes/com/sun/corba/se/impl/transport/SocketOrChannelConnectionImpl.java	Fri Jul 24 13:39:48 2009 -0700
    19.2 +++ b/src/share/classes/com/sun/corba/se/impl/transport/SocketOrChannelConnectionImpl.java	Tue Jul 28 12:12:36 2009 -0700
    19.3 @@ -1,5 +1,5 @@
    19.4  /*
    19.5 - * Copyright 2001-2007 Sun Microsystems, Inc.  All Rights Reserved.
    19.6 + * Copyright 2001-2009 Sun Microsystems, Inc.  All Rights Reserved.
    19.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    19.8   *
    19.9   * This code is free software; you can redistribute it and/or modify it
    20.1 --- a/src/share/classes/com/sun/corba/se/spi/logging/data/ORBUtil.mc	Fri Jul 24 13:39:48 2009 -0700
    20.2 +++ b/src/share/classes/com/sun/corba/se/spi/logging/data/ORBUtil.mc	Tue Jul 28 12:12:36 2009 -0700
    20.3 @@ -1,6 +1,6 @@
    20.4  ;
    20.5  
    20.6 -; Copyright 2003-2008 Sun Microsystems, Inc.  All Rights Reserved.
    20.7 +; Copyright 2003-2009 Sun Microsystems, Inc.  All Rights Reserved.
    20.8  ; DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    20.9  ;
   20.10  ; This code is free software; you can redistribute it and/or modify it
    21.1 --- a/src/share/classes/com/sun/tools/corba/se/idl/Parser.java	Fri Jul 24 13:39:48 2009 -0700
    21.2 +++ b/src/share/classes/com/sun/tools/corba/se/idl/Parser.java	Tue Jul 28 12:12:36 2009 -0700
    21.3 @@ -1,5 +1,5 @@
    21.4  /*
    21.5 - * Copyright 1999-2007 Sun Microsystems, Inc.  All Rights Reserved.
    21.6 + * Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
    21.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    21.8   *
    21.9   * This code is free software; you can redistribute it and/or modify it
    22.1 --- a/src/share/classes/com/sun/tools/corba/se/idl/first.set	Fri Jul 24 13:39:48 2009 -0700
    22.2 +++ b/src/share/classes/com/sun/tools/corba/se/idl/first.set	Tue Jul 28 12:12:36 2009 -0700
    22.3 @@ -1,5 +1,5 @@
    22.4  /*
    22.5 - * Copyright 1999 Sun Microsystems, Inc.  All Rights Reserved.
    22.6 + * Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
    22.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    22.8   *
    22.9   * This code is free software; you can redistribute it and/or modify it
    23.1 --- a/src/share/classes/com/sun/tools/corba/se/idl/follow.set	Fri Jul 24 13:39:48 2009 -0700
    23.2 +++ b/src/share/classes/com/sun/tools/corba/se/idl/follow.set	Tue Jul 28 12:12:36 2009 -0700
    23.3 @@ -1,5 +1,5 @@
    23.4  /*
    23.5 - * Copyright 1999 Sun Microsystems, Inc.  All Rights Reserved.
    23.6 + * Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
    23.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    23.8   *
    23.9   * This code is free software; you can redistribute it and/or modify it
    24.1 --- a/src/share/classes/com/sun/tools/corba/se/idl/grammar.idl	Fri Jul 24 13:39:48 2009 -0700
    24.2 +++ b/src/share/classes/com/sun/tools/corba/se/idl/grammar.idl	Tue Jul 28 12:12:36 2009 -0700
    24.3 @@ -1,5 +1,5 @@
    24.4  /*
    24.5 - * Copyright 1999 Sun Microsystems, Inc.  All Rights Reserved.
    24.6 + * Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
    24.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    24.8   *
    24.9   * This code is free software; you can redistribute it and/or modify it
    25.1 --- a/src/share/classes/com/sun/tools/corba/se/idl/grammar3.idl	Fri Jul 24 13:39:48 2009 -0700
    25.2 +++ b/src/share/classes/com/sun/tools/corba/se/idl/grammar3.idl	Tue Jul 28 12:12:36 2009 -0700
    25.3 @@ -1,5 +1,5 @@
    25.4  /*
    25.5 - * Copyright 1999 Sun Microsystems, Inc.  All Rights Reserved.
    25.6 + * Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
    25.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    25.8   *
    25.9   * This code is free software; you can redistribute it and/or modify it
    26.1 --- a/src/share/classes/com/sun/tools/corba/se/idl/idl.prp	Fri Jul 24 13:39:48 2009 -0700
    26.2 +++ b/src/share/classes/com/sun/tools/corba/se/idl/idl.prp	Tue Jul 28 12:12:36 2009 -0700
    26.3 @@ -1,5 +1,5 @@
    26.4  #
    26.5 -# Copyright 1999-2004 Sun Microsystems, Inc.  All Rights Reserved.
    26.6 +# Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
    26.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    26.8  #
    26.9  # This code is free software; you can redistribute it and/or modify it
    27.1 --- a/src/share/classes/com/sun/tools/corba/se/idl/idl_ja.prp	Fri Jul 24 13:39:48 2009 -0700
    27.2 +++ b/src/share/classes/com/sun/tools/corba/se/idl/idl_ja.prp	Tue Jul 28 12:12:36 2009 -0700
    27.3 @@ -1,5 +1,5 @@
    27.4  #
    27.5 -# Copyright 1999-2005 Sun Microsystems, Inc.  All Rights Reserved.
    27.6 +# Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
    27.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    27.8  #
    27.9  # This code is free software; you can redistribute it and/or modify it
    28.1 --- a/src/share/classes/com/sun/tools/corba/se/idl/idl_zh_CN.prp	Fri Jul 24 13:39:48 2009 -0700
    28.2 +++ b/src/share/classes/com/sun/tools/corba/se/idl/idl_zh_CN.prp	Tue Jul 28 12:12:36 2009 -0700
    28.3 @@ -1,5 +1,5 @@
    28.4  #
    28.5 -# Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
    28.6 +# Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
    28.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    28.8  #
    28.9  # This code is free software; you can redistribute it and/or modify it
    29.1 --- a/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp	Fri Jul 24 13:39:48 2009 -0700
    29.2 +++ b/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable.prp	Tue Jul 28 12:12:36 2009 -0700
    29.3 @@ -1,5 +1,5 @@
    29.4  #
    29.5 -# Copyright 1999-2004 Sun Microsystems, Inc.  All Rights Reserved.
    29.6 +# Copyright 1999-2009 Sun Microsystems, Inc.  All Rights Reserved.
    29.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    29.8  #
    29.9  # This code is free software; you can redistribute it and/or modify it
    30.1 --- a/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp	Fri Jul 24 13:39:48 2009 -0700
    30.2 +++ b/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_ja.prp	Tue Jul 28 12:12:36 2009 -0700
    30.3 @@ -1,5 +1,5 @@
    30.4  #
    30.5 -# Copyright 2001-2005 Sun Microsystems, Inc.  All Rights Reserved.
    30.6 +# Copyright 2001-2009 Sun Microsystems, Inc.  All Rights Reserved.
    30.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    30.8  #
    30.9  # This code is free software; you can redistribute it and/or modify it
    31.1 --- a/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp	Fri Jul 24 13:39:48 2009 -0700
    31.2 +++ b/src/share/classes/com/sun/tools/corba/se/idl/toJavaPortable/toJavaPortable_zh_CN.prp	Tue Jul 28 12:12:36 2009 -0700
    31.3 @@ -1,5 +1,5 @@
    31.4  #
    31.5 -# Copyright 2005 Sun Microsystems, Inc.  All Rights Reserved.
    31.6 +# Copyright 2005-2009 Sun Microsystems, Inc.  All Rights Reserved.
    31.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    31.8  #
    31.9  # This code is free software; you can redistribute it and/or modify it
    32.1 --- a/src/share/classes/com/sun/tools/corba/se/logutil/Input.java	Fri Jul 24 13:39:48 2009 -0700
    32.2 +++ b/src/share/classes/com/sun/tools/corba/se/logutil/Input.java	Tue Jul 28 12:12:36 2009 -0700
    32.3 @@ -1,5 +1,5 @@
    32.4  /*
    32.5 - * Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
    32.6 + * Copyright 2008-2009 Sun Microsystems, Inc.  All Rights Reserved.
    32.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    32.8   *
    32.9   * This code is free software; you can redistribute it and/or modify it
    33.1 --- a/src/share/classes/com/sun/tools/corba/se/logutil/InputCode.java	Fri Jul 24 13:39:48 2009 -0700
    33.2 +++ b/src/share/classes/com/sun/tools/corba/se/logutil/InputCode.java	Tue Jul 28 12:12:36 2009 -0700
    33.3 @@ -1,5 +1,5 @@
    33.4  /*
    33.5 - * Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
    33.6 + * Copyright 2008-2009 Sun Microsystems, Inc.  All Rights Reserved.
    33.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    33.8   *
    33.9   * This code is free software; you can redistribute it and/or modify it
    34.1 --- a/src/share/classes/com/sun/tools/corba/se/logutil/InputException.java	Fri Jul 24 13:39:48 2009 -0700
    34.2 +++ b/src/share/classes/com/sun/tools/corba/se/logutil/InputException.java	Tue Jul 28 12:12:36 2009 -0700
    34.3 @@ -1,5 +1,5 @@
    34.4  /*
    34.5 - * Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
    34.6 + * Copyright 2008-2009 Sun Microsystems, Inc.  All Rights Reserved.
    34.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    34.8   *
    34.9   * This code is free software; you can redistribute it and/or modify it
    35.1 --- a/src/share/classes/com/sun/tools/corba/se/logutil/MC.java	Fri Jul 24 13:39:48 2009 -0700
    35.2 +++ b/src/share/classes/com/sun/tools/corba/se/logutil/MC.java	Tue Jul 28 12:12:36 2009 -0700
    35.3 @@ -1,5 +1,5 @@
    35.4  /*
    35.5 - * Copyright 2008 Sun Microsystems, Inc.  All Rights Reserved.
    35.6 + * Copyright 2008-2009 Sun Microsystems, Inc.  All Rights Reserved.
    35.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    35.8   *
    35.9   * This code is free software; you can redistribute it and/or modify it
    36.1 --- a/src/share/classes/org/omg/CORBA/ORB.java	Fri Jul 24 13:39:48 2009 -0700
    36.2 +++ b/src/share/classes/org/omg/CORBA/ORB.java	Tue Jul 28 12:12:36 2009 -0700
    36.3 @@ -1,5 +1,5 @@
    36.4  /*
    36.5 - * Copyright 1995-2006 Sun Microsystems, Inc.  All Rights Reserved.
    36.6 + * Copyright 1995-2009 Sun Microsystems, Inc.  All Rights Reserved.
    36.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    36.8   *
    36.9   * This code is free software; you can redistribute it and/or modify it
    37.1 --- a/src/windows/resource/version.rc	Fri Jul 24 13:39:48 2009 -0700
    37.2 +++ b/src/windows/resource/version.rc	Tue Jul 28 12:12:36 2009 -0700
    37.3 @@ -1,5 +1,5 @@
    37.4  //
    37.5 -// Copyright 2004 Sun Microsystems, Inc.  All Rights Reserved.
    37.6 +// Copyright 2004-2009 Sun Microsystems, Inc.  All Rights Reserved.
    37.7  // DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    37.8  //
    37.9  // This code is free software; you can redistribute it and/or modify it

mercurial