--- old/src/java.xml/share/classes/org/xml/sax/DTDHandler.java 2019-09-20 04:54:38.098630101 +0000 +++ new/src/java.xml/share/classes/org/xml/sax/DTDHandler.java 2019-09-20 04:54:37.670619606 +0000 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000, 2005, 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,23 +23,11 @@ * questions. */ -// SAX DTD handler. -// http://www.saxproject.org -// No warranty; no copyright -- use this as you will. -// $Id: DTDHandler.java,v 1.2 2004/11/03 22:44:51 jsuttor Exp $ - package org.xml.sax; /** * Receive notification of basic DTD-related events. * - *
- * 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. - *
- * *

If a SAX application needs information about notations and * unparsed entities, then the application implements this * interface and registers an instance with the SAX parser using