- Timestamp:
- 04/09/08 07:26:47 (4 years ago)
- Location:
- trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages
- Files:
-
- 2 edited
-
Package.java (modified) (1 diff)
-
WordprocessingMLPackage.java (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/Package.java
r119 r299 1 1 /* 2 * Copyright 2007 , Plutext Pty Ltd.2 * Copyright 2007-2008, Plutext Pty Ltd. 3 3 * 4 4 * This file is part of docx4j. 5 5 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. 9 8 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 14 10 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 18 19 */ 19 20 -
trunk/docx4j/src/main/java/org/docx4j/openpackaging/packages/WordprocessingMLPackage.java
r289 r299 1 1 /* 2 * Copyright 2007 , Plutext Pty Ltd.2 * Copyright 2007-2008, Plutext Pty Ltd. 3 3 * 4 4 * This file is part of docx4j. 5 5 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 18 19 */ 19 20
Note: See TracChangeset
for help on using the changeset viewer.
