--- old/src/java.xml/share/classes/org/xml/sax/InputSource.java 2019-09-20 04:54:42.375734981 +0000 +++ new/src/java.xml/share/classes/org/xml/sax/InputSource.java 2019-09-20 04:54:41.949724535 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2000, 2019, 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 @@ -23,11 +23,6 @@ * questions. */ -// SAX input source. -// http://www.saxproject.org -// No warranty; no copyright -- use this as you will. -// $Id: InputSource.java,v 1.2 2004/11/03 22:55:32 jsuttor Exp $ - package org.xml.sax; import java.io.IOException; @@ -37,13 +32,6 @@ /** * A single input source for an XML entity. * - *
- * This module, both source code and documentation, is in the - * Public Domain, and comes with NO WARRANTY. - * See http://www.saxproject.org - * for further information. - *
- * *

This class allows a SAX application to encapsulate information * about an input source in a single object, which may include * a public identifier, a system identifier, a byte stream (possibly