Ignore:
Timestamp:
04/09/08 14:28:07 (4 years ago)
Author:
jharrop
Message:

Replaced license header (was GPL, now Apache v2) following Merlin Hughes' <merlin@…> release of it under the Apache license v2 on 9 April 2008.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/merlin/io/DOMSerializerEngine.java

    r244 r309  
    1414 * @author Copyright (c) 2002 Merlin Hughes <merlin@merlin.org> 
    1515 * 
    16  * This program is free software; you can redistribute it and/or 
    17  * modify it under the terms of the GNU General Public License 
    18  * as published by the Free Software Foundation; either version 2 
    19  * of the License, or (at your option) any later version. 
     16 * org.merlin.io was released by its author under the Apache License,  
     17 * Version 2.0 (the "License") on 9 April 2008;  
     18 * you may not use this file except in compliance with the License.  
     19 * 
     20 * You may obtain a copy of the License at  
     21 * 
     22 *     http://www.apache.org/licenses/LICENSE-2.0  
     23 * 
     24 * Unless required by applicable law or agreed to in writing, software  
     25 * distributed under the License is distributed on an "AS IS" BASIS,  
     26 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     27 * See the License for the specific language governing permissions and  
     28 * limitations under the License. 
     29 * 
    2030 */ 
     31 
    2132public class DOMSerializerEngine implements OutputEngine { 
    2233  private NodeIterator iterator; 
Note: See TracChangeset for help on using the changeset viewer.