aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/poi/util
diff options
context:
space:
mode:
authorMark Thomas <markt@apache.org>2007-01-15 22:46:35 +0000
committerMark Thomas <markt@apache.org>2007-01-15 22:46:35 +0000
commitb6d6cac8d12a1ae02d5cf8ec87ec5ad295bbf415 (patch)
tree647430e756cf70e5971040b9d46da2a02601909f /src/java/org/apache/poi/util
parentd8216c6915e0ce55ebca0ad1ba2c9e48d336c20b (diff)
downloadpoi-b6d6cac8d12a1ae02d5cf8ec87ec5ad295bbf415.tar.gz
poi-b6d6cac8d12a1ae02d5cf8ec87ec5ad295bbf415.zip
Add standard licence header for src/java directory
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@496526 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/util')
-rw-r--r--src/java/org/apache/poi/util/DoubleList2d.java16
-rw-r--r--src/java/org/apache/poi/util/IntList2d.java16
-rw-r--r--src/java/org/apache/poi/util/List2d.java16
-rwxr-xr-xsrc/java/org/apache/poi/util/package.html19
4 files changed, 66 insertions, 1 deletions
diff --git a/src/java/org/apache/poi/util/DoubleList2d.java b/src/java/org/apache/poi/util/DoubleList2d.java
index 3b17fe5322..45a44fd369 100644
--- a/src/java/org/apache/poi/util/DoubleList2d.java
+++ b/src/java/org/apache/poi/util/DoubleList2d.java
@@ -1,3 +1,19 @@
+/*
+* 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
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
package org.apache.poi.util;
import java.util.List;
diff --git a/src/java/org/apache/poi/util/IntList2d.java b/src/java/org/apache/poi/util/IntList2d.java
index fb2b03cebb..6b48170988 100644
--- a/src/java/org/apache/poi/util/IntList2d.java
+++ b/src/java/org/apache/poi/util/IntList2d.java
@@ -1,3 +1,19 @@
+/*
+* 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
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
package org.apache.poi.util;
import java.util.List;
diff --git a/src/java/org/apache/poi/util/List2d.java b/src/java/org/apache/poi/util/List2d.java
index dd9059a623..0d1b11e480 100644
--- a/src/java/org/apache/poi/util/List2d.java
+++ b/src/java/org/apache/poi/util/List2d.java
@@ -1,3 +1,19 @@
+/*
+* 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
+*
+* Unless required by applicable law or agreed to in writing, software
+* distributed under the License is distributed on an "AS IS" BASIS,
+* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+* See the License for the specific language governing permissions and
+* limitations under the License.
+*/
package org.apache.poi.util;
import java.util.List;
diff --git a/src/java/org/apache/poi/util/package.html b/src/java/org/apache/poi/util/package.html
index 4630bddd68..1d8fc20411 100755
--- a/src/java/org/apache/poi/util/package.html
+++ b/src/java/org/apache/poi/util/package.html
@@ -1,5 +1,22 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
-<!-- Copyright (C) 2004 The Apache Software Foundation. All rights reserved. -->
+<!--
+ ====================================================================
+ 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
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+ ====================================================================
+-->
<html>
<head>
</head>