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

Change license to Apache v2

Location:
trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/Package.java

    r119 r299  
    11/* 
    2  *  Copyright 2007, Plutext Pty Ltd. 
     2 *  Copyright 2007-2008, Plutext Pty Ltd. 
    33 *    
    44 *  This file is part of docx4j. 
    55 
    6     docx4j is free software: you can use it, redistribute it and/or modify 
    7     it under the terms of version 3 of the GNU Affero General Public License  
    8     as published by the Free Software Foundation. 
     6    docx4j is licensed under the Apache License, Version 2.0 (the "License");  
     7    you may not use this file except in compliance with the License.  
    98 
    10     docx4j is distributed in the hope that it will be useful, 
    11     but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13     GNU Affero General Public License for more details. 
     9    You may obtain a copy of the License at  
    1410 
    15     You should have received a copy of the GNU Affero General Public License    
    16     along with docx4j.  If not, see <http://www.fsf.org/licensing/licenses/>. 
    17      
     11        http://www.apache.org/licenses/LICENSE-2.0  
     12 
     13    Unless required by applicable law or agreed to in writing, software  
     14    distributed under the License is distributed on an "AS IS" BASIS,  
     15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     16    See the License for the specific language governing permissions and  
     17    limitations under the License. 
     18 
    1819 */ 
    1920 
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/WordprocessingMLPackage.java

    r289 r299  
    11/* 
    2  *  Copyright 2007, Plutext Pty Ltd. 
     2 *  Copyright 2007-2008, Plutext Pty Ltd. 
    33 *    
    44 *  This file is part of docx4j. 
    55 
    6     docx4j is free software: you can use it, redistribute it and/or modify 
    7     it under the terms of version 3 of the GNU Affero General Public License  
    8     as published by the Free Software Foundation. 
    9  
    10     docx4j is distributed in the hope that it will be useful, 
    11     but WITHOUT ANY WARRANTY; without even the implied warranty of 
    12     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
    13     GNU Affero General Public License for more details. 
    14  
    15     You should have received a copy of the GNU Affero General Public License    
    16     along with docx4j.  If not, see <http://www.fsf.org/licensing/licenses/>. 
    17      
     6    docx4j is licensed under the Apache License, Version 2.0 (the "License");  
     7    you may not use this file except in compliance with the License.  
     8 
     9    You may obtain a copy of the License at  
     10 
     11        http://www.apache.org/licenses/LICENSE-2.0  
     12 
     13    Unless required by applicable law or agreed to in writing, software  
     14    distributed under the License is distributed on an "AS IS" BASIS,  
     15    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.  
     16    See the License for the specific language governing permissions and  
     17    limitations under the License. 
     18 
    1819 */ 
    1920 
Note: See TracChangeset for help on using the changeset viewer.