diff options
author | Henri Yandell <bayard@apache.org> | 2006-12-22 19:18:16 +0000 |
---|---|---|
committer | Henri Yandell <bayard@apache.org> | 2006-12-22 19:18:16 +0000 |
commit | b8f7a14477a11fa9a68cee66baba0e4a32be0fe6 (patch) | |
tree | 4176bbbc2ed8da5d8944a4146526414e4e61dbd0 /jdepend.xsl | |
parent | bf189042a588ce5a269531dc14293f65d4399006 (diff) | |
download | poi-b8f7a14477a11fa9a68cee66baba0e4a32be0fe6.tar.gz poi-b8f7a14477a11fa9a68cee66baba0e4a32be0fe6.zip |
Applying the copy2license.pl script (with tiny modification to allow for more whitespace than it expects in the POI header) to all files. ant jar succeeds, and the svn diff has been verified by eye. Still more files to do, this is the first pass.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@489730 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'jdepend.xsl')
-rw-r--r-- | jdepend.xsl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/jdepend.xsl b/jdepend.xsl index 5af0b8e42c..727c10dea3 100644 --- a/jdepend.xsl +++ b/jdepend.xsl @@ -3,11 +3,12 @@ <!-- /* ==================================================================== - Copyright 2003-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 |