mrglavas 2005/05/11 21:59:08 Modified: java/samples/simpletype DatatypeInterfaceUsage.java Log: Adding a license to the file. Revision Changes Path 1.2 +18 -0 xml-xerces/java/samples/simpletype/DatatypeInterfaceUsage.java Index: DatatypeInterfaceUsage.java =================================================================== RCS file: /home/cvs/xml-xerces/java/samples/simpletype/DatatypeInterfaceUsage.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- DatatypeInterfaceUsage.java 11 May 2005 20:38:58 -0000 1.1 +++ DatatypeInterfaceUsage.java 12 May 2005 04:59:08 -0000 1.2 @@ -1,3 +1,18 @@ +/* + * Copyright 2005 The Apache Software Foundation. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ package simpletype; @@ -21,6 +36,9 @@ import org.xml.sax.SAXException; import org.xml.sax.helpers.DefaultHandler; +/** + * @version $Id$ + */ public class DatatypeInterfaceUsage extends DefaultHandler { private PSVIProvider provider;
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
