mrglavas    2005/05/11 21:57:53

  Modified:    java/samples/jaxp DatatypeAPITest.java
  Log:
  Adding a license to the file.
  
  Revision  Changes    Path
  1.4       +19 -0     xml-xerces/java/samples/jaxp/DatatypeAPITest.java
  
  Index: DatatypeAPITest.java
  ===================================================================
  RCS file: /home/cvs/xml-xerces/java/samples/jaxp/DatatypeAPITest.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- DatatypeAPITest.java      11 May 2005 21:49:30 -0000      1.3
  +++ DatatypeAPITest.java      12 May 2005 04:57:53 -0000      1.4
  @@ -1,3 +1,19 @@
  +/*
  + * 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 jaxp;
   
   import javax.xml.datatype.DatatypeConstants;
  @@ -5,6 +21,9 @@
   import javax.xml.datatype.XMLGregorianCalendar;
   import javax.xml.datatype.Duration;
   
  +/**
  + * @version $Id$
  + */
   public class DatatypeAPITest {
       public static void main (String[] args) throws Exception {
           DatatypeFactory df = DatatypeFactory.newInstance();
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to