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/records | |
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/records')
-rw-r--r-- | src/records/styles/record.xsl | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/src/records/styles/record.xsl b/src/records/styles/record.xsl index 984aa73413..8f4989a590 100644 --- a/src/records/styles/record.xsl +++ b/src/records/styles/record.xsl @@ -280,11 +280,12 @@ public class <xsl:value-of select="@name"/>Record <xsl:template match="record"> /* ==================================================================== - 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 |