From: <ls...@us...> - 2011-01-04 17:04:57
|
Revision: 5780 http://jnode.svn.sourceforge.net/jnode/?rev=5780&view=rev Author: lsantha Date: 2011-01-04 17:04:46 +0000 (Tue, 04 Jan 2011) Log Message: ----------- Integrating OpenJDK 6 b20. Modified Paths: -------------- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/broker/Broker.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/encoding/InputObject.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/encoding/OutputObject.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientDelegate.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientInvocationInfo.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientRequestDispatcher.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/MessageMediator.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ProtocolHandler.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ServerRequestDispatcher.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/Acceptor.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ByteBufferPool.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/Connection.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ConnectionCache.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfo.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfoList.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfoListIterator.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/EventHandler.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/InboundConnectionCache.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ListenerThread.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/OutboundConnectionCache.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ReaderThread.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ResponseWaitingRoom.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/Selector.java classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/TransportManager.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/copyobject/CopierManager.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/copyobject/CopyobjectDefaults.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/copyobject/ObjectCopier.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/copyobject/ObjectCopierFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/copyobject/ReflectiveCopyException.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/encoding/CorbaInputObject.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/encoding/CorbaOutputObject.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/extension/CopyObjectPolicy.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/extension/RequestPartitioningPolicy.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/extension/ServantCachingPolicy.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/extension/ZeroPortPolicy.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/ior/iiop/AlternateIIOPAddressComponent.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/ior/iiop/CodeSetsComponent.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/ior/iiop/GIOPVersion.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/ior/iiop/IIOPAddress.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/ior/iiop/IIOPFactories.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/ior/iiop/IIOPProfile.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/ior/iiop/IIOPProfileTemplate.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/ior/iiop/JavaCodebaseComponent.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/ior/iiop/MaxStreamFormatVersionComponent.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/ior/iiop/ORBTypeComponent.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/ior/iiop/RequestPartitioningComponent.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/legacy/connection/Connection.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/legacy/connection/GetEndPointInfoAgainException.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/legacy/connection/LegacyServerSocketEndPointInfo.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/legacy/connection/LegacyServerSocketManager.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/legacy/connection/ORBSocketFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/legacy/interceptor/IORInfoExt.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/legacy/interceptor/ORBInitInfoExt.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/legacy/interceptor/RequestInfoExt.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/legacy/interceptor/UnknownType.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/logging/CORBALogDomains.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/logging/LogWrapperBase.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/logging/LogWrapperFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/oa/NullServant.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/oa/OADefault.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/oa/OADestroyed.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/oa/OAInvocationInfo.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/oa/ObjectAdapter.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/oa/ObjectAdapterBase.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/oa/ObjectAdapterFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/DataCollector.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/ORB.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/ORBConfigurator.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/ORBData.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/ORBVersion.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/ORBVersionFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/Operation.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/OperationFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/ParserData.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/ParserDataFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/ParserImplBase.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/ParserImplTableBase.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/PropertyParser.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orb/StringPair.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/closure/Closure.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/closure/ClosureFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/Action.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/ActionBase.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/FSM.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/FSMImpl.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/FSMTest.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/Guard.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/GuardBase.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/Input.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/InputImpl.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/State.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/StateEngine.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/StateEngineFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/fsm/StateImpl.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandler.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/proxy/CompositeInvocationHandlerImpl.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/proxy/DelegateInvocationHandlerImpl.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/proxy/InvocationHandlerFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/proxy/LinkedInvocationHandler.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/threadpool/NoSuchThreadPoolException.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/threadpool/NoSuchWorkQueueException.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/threadpool/ThreadPool.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolChooser.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/threadpool/ThreadPoolManager.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/threadpool/Work.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/orbutil/threadpool/WorkQueue.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/presentation/rmi/DynamicMethodMarshaller.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/presentation/rmi/DynamicStub.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/presentation/rmi/IDLNameTranslator.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/presentation/rmi/PresentationDefaults.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/presentation/rmi/PresentationManager.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/presentation/rmi/StubAdapter.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/presentation/rmi/StubWrapper.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/ClientDelegateFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/CorbaClientDelegate.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/CorbaMessageMediator.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/CorbaProtocolHandler.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/CorbaServerRequestDispatcher.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/ForwardException.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/InitialServerRequestDispatcher.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/LocalClientRequestDispatcher.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/LocalClientRequestDispatcherFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/PIHandler.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/RequestDispatcherDefault.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/protocol/RequestDispatcherRegistry.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/resolver/LocalResolver.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/resolver/Resolver.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/resolver/ResolverDefault.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/servicecontext/CodeSetServiceContext.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/servicecontext/MaxStreamFormatVersionServiceContext.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/servicecontext/ORBVersionServiceContext.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/servicecontext/SendingContextServiceContext.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/servicecontext/ServiceContext.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/servicecontext/ServiceContextData.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/servicecontext/ServiceContextRegistry.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/servicecontext/ServiceContexts.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/servicecontext/UEInfoServiceContext.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/servicecontext/UnknownServiceContext.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/CorbaAcceptor.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/CorbaConnection.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/CorbaConnectionCache.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/CorbaContactInfo.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/CorbaContactInfoList.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/CorbaContactInfoListFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/CorbaContactInfoListIterator.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/CorbaResponseWaitingRoom.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/CorbaTransportManager.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/IIOPPrimaryToContactInfo.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/IORToSocketInfo.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/IORTransformer.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/ORBSocketFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/ReadTimeouts.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/ReadTimeoutsFactory.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/SocketInfo.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/SocketOrChannelAcceptor.java classlib6/core/src/openjdk/com/com/sun/corba/se/spi/transport/TransportDefault.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/AESCipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/AESConstants.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/AESCrypt.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/AESKeyGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/AESParameters.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/AESWrapCipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/ARCFOURCipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/BlockCipherParamsCore.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/BlowfishCipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/BlowfishConstants.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/BlowfishCrypt.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/BlowfishKeyGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/BlowfishParameters.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/CipherBlockChaining.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/CipherCore.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/CipherFeedback.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/CipherTextStealing.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/CipherWithWrappingSpi.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/ConstructKeys.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/CounterMode.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESCipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESConstants.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESCrypt.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESKey.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESKeyFactory.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESKeyGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESParameters.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESedeCipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESedeCrypt.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESedeKey.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESedeKeyFactory.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESedeKeyGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESedeParameters.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DESedeWrapCipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DHKeyAgreement.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DHKeyFactory.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DHKeyPairGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DHParameterGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DHParameters.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DHPrivateKey.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/DHPublicKey.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/ElectronicCodeBook.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/EncryptedPrivateKeyInfo.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/FeedbackCipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/HmacCore.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/HmacMD5.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/HmacMD5KeyGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/HmacPKCS12PBESHA1.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/HmacSHA1.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/HmacSHA1KeyGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/ISO10126Padding.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/JarVerifier.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/JceKeyStore.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/KeyGeneratorCore.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/KeyProtector.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/OAEPParameters.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/OutputFeedback.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PBECipherCore.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PBEKey.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PBEKeyFactory.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PBEParameters.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PBEWithMD5AndDESCipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PBEWithMD5AndTripleDESCipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PBKDF2HmacSHA1Factory.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PBKDF2KeyImpl.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PCBC.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PKCS12PBECipherCore.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PKCS5Padding.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/Padding.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/PrivateKeyInfo.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/RC2Cipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/RC2Crypt.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/RC2Parameters.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/RSACipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/SslMacCore.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/SunJCE.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/SymmetricCipher.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/TlsKeyMaterialGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/TlsMasterSecretGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/TlsPrfGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/TlsRsaPremasterSecretGenerator.java classlib6/core/src/openjdk/com/com/sun/crypto/provider/ai.java classlib6/core/src/openjdk/com/com/sun/imageio/plugins/common/BogusColorSpace.java classlib6/core/src/openjdk/com/com/sun/imageio/plugins/common/I18N.java classlib6/core/src/openjdk/com/com/sun/imageio/plugins/common/I18NImpl.java classlib6/core/src/openjdk/com/com/sun/imageio/plugins/common/ImageUtil.java classlib6/core/src/openjdk/com/com/sun/imageio/plugins/common/InputStreamAdapter.java classlib6/core/src/openjdk/com/com/sun/imageio/plugins/common/StandardMetadataFormat.java classlib6/core/src/openjdk/com/com/sun/imageio/plugins/common/StandardMetadataFormatResources.java classlib6/core/src/openjdk/com/com/sun/imageio/plugins/common/SubImageInputStream.java classlib6/core/src/openjdk/com/com/sun/imageio/spi/FileImageInputStreamSpi.java classlib6/core/src/openjdk/com/com/sun/imageio/spi/FileImageOutputStreamSpi.java classlib6/core/src/openjdk/com/com/sun/imageio/spi/InputStreamImageInputStreamSpi.java classlib6/core/src/openjdk/com/com/sun/imageio/spi/OutputStreamImageOutputStreamSpi.java classlib6/core/src/openjdk/com/com/sun/imageio/spi/RAFImageInputStreamSpi.java classlib6/core/src/openjdk/com/com/sun/imageio/spi/RAFImageOutputStreamSpi.java classlib6/core/src/openjdk/com/com/sun/inputmethods/internal/indicim/DevanagariInputMethodDescriptor.java classlib6/core/src/openjdk/com/com/sun/inputmethods/internal/indicim/DevanagariTables.java classlib6/core/src/openjdk/com/com/sun/inputmethods/internal/indicim/IndicInputMethod.java classlib6/core/src/openjdk/com/com/sun/inputmethods/internal/indicim/IndicInputMethodImpl.java classlib6/core/src/openjdk/com/com/sun/inputmethods/internal/thaiim/ThaiInputMethod.java classlib6/core/src/openjdk/com/com/sun/inputmethods/internal/thaiim/ThaiInputMethodDescriptor.java classlib6/core/src/openjdk/com/com/sun/inputmethods/internal/thaiim/ThaiInputMethodImpl.java classlib6/core/src/openjdk/com/com/sun/inputmethods/internal/thaiim/ThaiRules.java classlib6/core/src/openjdk/com/com/sun/java_cup/internal/runtime/Scanner.java classlib6/core/src/openjdk/com/com/sun/java_cup/internal/runtime/Symbol.java classlib6/core/src/openjdk/com/com/sun/java_cup/internal/runtime/lr_parser.java classlib6/core/src/openjdk/com/com/sun/java_cup/internal/runtime/virtual_parse_stack.java classlib6/core/src/openjdk/com/com/sun/jmx/remote/protocol/iiop/ClientProvider.java classlib6/core/src/openjdk/com/com/sun/jmx/remote/protocol/iiop/ServerProvider.java classlib6/core/src/openjdk/com/com/sun/jmx/remote/protocol/rmi/ClientProvider.java classlib6/core/src/openjdk/com/com/sun/jmx/remote/protocol/rmi/ServerProvider.java classlib6/core/src/openjdk/com/com/sun/jmx/remote/util/CacheMap.java classlib6/core/src/openjdk/com/com/sun/jmx/remote/util/ClassLoaderWithRepository.java classlib6/core/src/openjdk/com/com/sun/jmx/remote/util/ClassLogger.java classlib6/core/src/openjdk/com/com/sun/jmx/remote/util/EnvHelp.java classlib6/core/src/openjdk/com/com/sun/jmx/remote/util/OrderClassLoaders.java classlib6/core/src/openjdk/com/com/sun/jndi/cosnaming/CNBindingEnumeration.java classlib6/core/src/openjdk/com/com/sun/jndi/cosnaming/CNCtx.java classlib6/core/src/openjdk/com/com/sun/jndi/cosnaming/CNCtxFactory.java classlib6/core/src/openjdk/com/com/sun/jndi/cosnaming/CNNameParser.java classlib6/core/src/openjdk/com/com/sun/jndi/cosnaming/CorbanameUrl.java classlib6/core/src/openjdk/com/com/sun/jndi/cosnaming/ExceptionMapper.java classlib6/core/src/openjdk/com/com/sun/jndi/cosnaming/IiopUrl.java classlib6/core/src/openjdk/com/com/sun/jndi/cosnaming/RemoteToCorba.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/DnsClient.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/DnsContext.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/DnsContextFactory.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/DnsName.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/DnsNameParser.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/DnsUrl.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/Header.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/NameNode.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/Resolver.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/ResourceRecord.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/ResourceRecords.java classlib6/core/src/openjdk/com/com/sun/jndi/dns/ZoneNode.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/ext/StartTlsResponseImpl.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/pool/ConnectionDesc.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/pool/Connections.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/pool/ConnectionsRef.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/pool/ConnectionsWeakRef.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/pool/Pool.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/pool/PoolCallback.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/pool/PoolCleaner.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/pool/PooledConnection.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/pool/PooledConnectionFactory.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/sasl/DefaultCallbackHandler.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/sasl/LdapSasl.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/sasl/SaslInputStream.java classlib6/core/src/openjdk/com/com/sun/jndi/ldap/sasl/SaslOutputStream.java classlib6/core/src/openjdk/com/com/sun/jndi/rmi/registry/ReferenceWrapper.java classlib6/core/src/openjdk/com/com/sun/jndi/rmi/registry/RegistryContext.java classlib6/core/src/openjdk/com/com/sun/jndi/rmi/registry/RegistryContextFactory.java classlib6/core/src/openjdk/com/com/sun/jndi/rmi/registry/RemoteReference.java Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/broker/Broker.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/broker/Broker.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/broker/Broker.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.broker; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/encoding/InputObject.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/encoding/InputObject.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/encoding/InputObject.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.encoding; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/encoding/OutputObject.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/encoding/OutputObject.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/encoding/OutputObject.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.encoding; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientDelegate.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientDelegate.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientDelegate.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.protocol; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientInvocationInfo.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientInvocationInfo.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientInvocationInfo.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.protocol; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientRequestDispatcher.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientRequestDispatcher.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ClientRequestDispatcher.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.protocol; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/MessageMediator.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/MessageMediator.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/MessageMediator.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2004, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.protocol; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ProtocolHandler.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ProtocolHandler.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ProtocolHandler.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.protocol; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ServerRequestDispatcher.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ServerRequestDispatcher.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/protocol/ServerRequestDispatcher.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.protocol; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/Acceptor.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/Acceptor.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/Acceptor.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2004, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.transport; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ByteBufferPool.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ByteBufferPool.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ByteBufferPool.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.transport; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/Connection.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/Connection.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/Connection.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.transport; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ConnectionCache.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ConnectionCache.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ConnectionCache.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.transport; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfo.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfo.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfo.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2001-2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2001, 2004, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.transport; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfoList.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfoList.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfoList.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2002, 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.transport; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfoListIterator.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfoListIterator.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ContactInfoListIterator.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2002-2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2002, 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.transport; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/EventHandler.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/EventHandler.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/EventHandler.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.transport; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/InboundConnectionCache.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/InboundConnectionCache.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/InboundConnectionCache.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accompanied this code. * * This code is distributed in the hope that it will be useful, but WITHOUT * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or @@ -18,9 +18,9 @@ * 2 along with this work; if not, write to the Free Software Foundation, * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. * - * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, - * CA 95054 USA or visit www.sun.com if you need additional information or - * have any questions. + * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA + * or visit www.oracle.com if you need additional information or have any + * questions. */ package com.sun.corba.se.pept.transport; Modified: classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ListenerThread.java =================================================================== --- classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ListenerThread.java 2011-01-04 12:49:53 UTC (rev 5779) +++ classlib6/core/src/openjdk/com/com/sun/corba/se/pept/transport/ListenerThread.java 2011-01-04 17:04:46 UTC (rev 5780) @@ -1,12 +1,12 @@ /* - * Copyright 2003 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2003, 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 * under the terms of the GNU General Public License version 2 only, as - * published by the Free Software Foundation. Sun designates this + * published by the Free Software Foundation. Oracle designates this * particular file as subject to the "Classpath" exception as provided - * by Sun in the LICENSE file that accompanied this code. + * by Oracle in the LICENSE file that accomp... [truncated message content] |