From: <ls...@us...> - 2011-01-04 09:25:22
|
Revision: 5776 http://jnode.svn.sourceforge.net/jnode/?rev=5776&view=rev Author: lsantha Date: 2011-01-04 09:25:12 +0000 (Tue, 04 Jan 2011) Log Message: ----------- Integrating OpenJDK 6 b20. Modified Paths: -------------- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/AbstractResourceBundle.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/CommonResourceBundle.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Decoder.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/DecoderStateTables.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Encoder.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/EncodingConstants.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Notation.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/QualifiedName.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/UnparsedEntity.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BASE64EncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmFactory.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmState.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/DoubleEncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/HexadecimalEncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IEEE754FloatingPointEncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IntegerEncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/LongEncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/ShortEncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/UUIDEncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/alphabet/BuiltInRestrictedAlphabets.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/dom/DOMDocumentParser.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/dom/DOMDocumentSerializer.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/sax/AttributesHolder.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/sax/Features.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/sax/Properties.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/sax/SAXDocumentParser.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/sax/SAXDocumentSerializer.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/sax/SystemIdResolver.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/EventLocation.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/StAXDocumentParser.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/StAXDocumentSerializer.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/StAXManager.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/AttributeBase.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/CharactersEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/CommentEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/DTDEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/EmptyIterator.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/EndDocumentEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/EndElementEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/EntityDeclarationImpl.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/EntityReferenceEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/EventBase.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/NamespaceBase.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/ProcessingInstructionEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/ReadIterator.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/StAXEventAllocator.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/StAXEventAllocatorBase.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/StAXEventReader.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/StAXEventWriter.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/StartDocumentEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/StartElementEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/Util.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/events/XMLConstants.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/factory/StAXEventFactory.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/factory/StAXInputFactory.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/factory/StAXOutputFactory.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/util/StAXFilteredParser.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/stax/util/StAXParserWrapper.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/FI_DOM_Or_XML_DOM_SAX_SAXEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/FI_SAX_Or_XML_SAX_DOM_SAX_SAXEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/FI_SAX_Or_XML_SAX_SAXEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/FI_SAX_XML.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/FI_StAX_SAX_Or_XML_SAX_SAXEvent.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/PrintTable.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/SAX2StAXWriter.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/SAXEventSerializer.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/StAX2SAXReader.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/TransformInputOutput.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/VocabularyGenerator.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/XML_DOM_SAX_FI.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/XML_SAX_FI.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/tools/XML_SAX_StAX_FI.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/CharArray.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/CharArrayArray.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/CharArrayIntMap.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/CharArrayString.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/ContiguousCharArrayArray.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/FixedEntryStringIntMap.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/KeyIntMap.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/LocalNameQualifiedNamesMap.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/PrefixArray.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/QualifiedNameArray.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/StringArray.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/StringIntMap.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/ValueArray.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/util/ValueArrayResourceException.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/vocab/ParserVocabulary.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/vocab/SerializerVocabulary.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/vocab/Vocabulary.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithm.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithmException.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/EncodingAlgorithmIndexes.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/ExternalVocabulary.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetException.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetParser.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetResult.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetSerializer.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/FastInfosetSource.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/RestrictedAlphabet.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/Vocabulary.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/sax/EncodingAlgorithmAttributes.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/sax/EncodingAlgorithmContentHandler.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/sax/FastInfosetReader.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/sax/PrimitiveTypeContentHandler.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/sax/RestrictedAlphabetContentHandler.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/EncodingAlgorithmAttributesImpl.java classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/org/jvnet/fastinfoset/sax/helpers/FastInfosetDefaultHandler.java Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/AbstractResourceBundle.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/AbstractResourceBundle.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/AbstractResourceBundle.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,12 +18,13 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset; import java.text.MessageFormat; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/CommonResourceBundle.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/CommonResourceBundle.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/CommonResourceBundle.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,12 +18,13 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset; import java.util.Locale; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Decoder.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Decoder.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Decoder.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,12 +18,13 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset; import com.sun.xml.internal.fastinfoset.alphabet.BuiltInRestrictedAlphabets; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/DecoderStateTables.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/DecoderStateTables.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/DecoderStateTables.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,15 +18,16 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset; public class DecoderStateTables { Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Encoder.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Encoder.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Encoder.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,12 +18,13 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset; import com.sun.xml.internal.fastinfoset.algorithm.BuiltInEncodingAlgorithmFactory; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/EncodingConstants.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/EncodingConstants.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/EncodingConstants.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,15 +18,16 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset; import java.io.UnsupportedEncodingException; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Notation.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Notation.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/Notation.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset; public class Notation { Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/QualifiedName.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/QualifiedName.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/QualifiedName.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,15 +18,16 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset; import javax.xml.namespace.QName; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/UnparsedEntity.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/UnparsedEntity.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/UnparsedEntity.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset; public class UnparsedEntity extends Notation { Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BASE64EncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BASE64EncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BASE64EncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; import java.io.IOException; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BooleanEncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; import java.nio.CharBuffer; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmFactory.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmFactory.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmFactory.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; import com.sun.xml.internal.fastinfoset.EncodingConstants; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmState.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmState.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/BuiltInEncodingAlgorithmState.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; public class BuiltInEncodingAlgorithmState { Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/DoubleEncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/DoubleEncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/DoubleEncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; import java.io.EOFException; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/FloatEncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; import java.io.EOFException; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/HexadecimalEncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/HexadecimalEncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/HexadecimalEncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; import java.io.IOException; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IEEE754FloatingPointEncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IEEE754FloatingPointEncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IEEE754FloatingPointEncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; public abstract class IEEE754FloatingPointEncodingAlgorithm extends BuiltInEncodingAlgorithm { Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IntEncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; import java.io.EOFException; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IntegerEncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IntegerEncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/IntegerEncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; public abstract class IntegerEncodingAlgorithm extends BuiltInEncodingAlgorithm { Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/LongEncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/LongEncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/LongEncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; import java.io.EOFException; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/ShortEncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/ShortEncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/ShortEncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; import java.io.EOFException; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/UUIDEncodingAlgorithm.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/UUIDEncodingAlgorithm.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/algorithm/UUIDEncodingAlgorithm.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,13 +18,14 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.algorithm; import java.util.ArrayList; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/alphabet/BuiltInRestrictedAlphabets.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/alphabet/BuiltInRestrictedAlphabets.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/alphabet/BuiltInRestrictedAlphabets.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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,14 +18,15 @@ * 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. + * * THIS FILE WAS MODIFIED BY SUN MICROSYSTEMS, INC. */ + package com.sun.xml.internal.fastinfoset.alphabet; import com.sun.xml.internal.fastinfoset.EncodingConstants; Modified: classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/dom/DOMDocumentParser.java =================================================================== --- classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/dom/DOMDocumentParser.java 2011-01-04 09:17:47 UTC (rev 5775) +++ classlib6/core/src/openjdk/jaxws/com/sun/xml/internal/fastinfoset/dom/DOMDocumentParser.java 2011-01-04 09:25:12 UTC (rev 5776) @@ -1,12 +1,12 @@ /* - * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved. + * Copyright (c) 2005, 2006, 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 provi... [truncated message content] |