diff options
author | Henri Yandell <bayard@apache.org> | 2006-12-22 21:00:02 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2006-12-22 21:00:02 +0000 |
commit | 742b207be8d871a56f6e74f328bf01b602629243 (patch) | |
tree | 3e08283ecd90e0e4f73259990f30e4426773024e /src/testcases/org/apache/poi/poifs | |
parent | e4d9311a5aced3ca99a3a27010b9f0321c1ae3b4 (diff) | |
download | poi-742b207be8d871a56f6e74f328bf01b602629243.tar.gz poi-742b207be8d871a56f6e74f328bf01b602629243.zip |
Applied copy2license script to the files that were converted by dos2unix. ant jar continues to pass.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489762 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/testcases/org/apache/poi/poifs')
-rw-r--r-- | src/testcases/org/apache/poi/poifs/filesystem/TestPropertySorter.java | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/testcases/org/apache/poi/poifs/filesystem/TestPropertySorter.java b/src/testcases/org/apache/poi/poifs/filesystem/TestPropertySorter.java index 2c5bc954b4..f7b9eb7a54 100644 --- a/src/testcases/org/apache/poi/poifs/filesystem/TestPropertySorter.java +++ b/src/testcases/org/apache/poi/poifs/filesystem/TestPropertySorter.java @@ -1,10 +1,11 @@ /* ==================================================================== - Copyright 2002-2004 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 + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You 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 |