Changeset 297


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

Change license to Apache v2

Location:
trunk/docx4j/src/main/java/org/docx4j/openpackaging/contenttype
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/contenttype/ContentType.java

    r2 r297  
    11/* 
    2  * Copyright (c) 2006, Wygwam 
    3  * All rights reserved. 
    4  *  
    5  * Redistribution and use in source and binary forms, with or without modification,  
    6  * are permitted provided that the following conditions are met:  
    7  *  
    8  * - Redistributions of source code must retain the above copyright notice,  
    9  * this list of conditions and the following disclaimer. 
    10  * - Redistributions in binary form must reproduce the above copyright notice,  
    11  * this list of conditions and the following disclaimer in the documentation and/or  
    12  * other materials provided with the distribution. 
    13  * - Neither the name of Wygwam nor the names of its contributors may be  
    14  * used to endorse or promote products derived from this software without  
    15  * specific prior written permission.  
    16  *  
    17  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY  
    18  * EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES  
    19  * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  
    20  * IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT,  
    21  * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,  
    22  * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS  
    23  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,  
    24  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT  
    25  * OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 
     2 *  Copyright 2007-2008, Plutext Pty Ltd. 
     3 *    
     4 *  This file is part of docx4j. 
     5 
     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 
    2619 */ 
    2720 
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/contenttype/ContentTypeManager.java

    r172 r297  
    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 
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/contenttype/ContentTypeManagerImpl.java

    r172 r297  
    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 */ 
    19  
    2020/* 
    2121 * Portions Copyright (c) 2006, Wygwam 
  • trunk/docx4j/src/main/java/org/docx4j/openpackaging/contenttype/ContentTypes.java

    r172 r297  
    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 
Note: See TracChangeset for help on using the changeset viewer.