]> source.dussan.org Git - poi.git/commitdiff
add missing licenses
authorPJ Fanning <fanningpj@apache.org>
Thu, 26 May 2022 15:22:01 +0000 (15:22 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 26 May 2022 15:22:01 +0000 (15:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1901296 13f79535-47bb-0310-9956-ffa450edef68

poi/src/main/java/org/apache/poi/ss/formula/atp/Stdevp.java
poi/src/main/java/org/apache/poi/ss/formula/atp/Stdevs.java
poi/src/main/java/org/apache/poi/ss/formula/atp/Varp.java
poi/src/main/java/org/apache/poi/ss/formula/atp/Vars.java
poi/src/test/java/org/apache/poi/ss/formula/atp/TestWorkdayFunction.java
poi/src/test/java/org/apache/poi/ss/formula/atp/TestWorkdayIntlFunction.java

index 765ea02cb28bf6df3973f7eab6783789e36bbf5f..aa22c96a24eee36313539e8d0d0b35f2f21b1446 100644 (file)
@@ -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.ss.formula.atp;
 
 import org.apache.poi.ss.formula.OperationEvaluationContext;
index f2beab15d964f0d3f9735b01644d9d49d4f799b1..d174bf08455b0d672b3bd19c28af10726efeacf8 100644 (file)
@@ -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.ss.formula.atp;
 
 import org.apache.poi.ss.formula.OperationEvaluationContext;
index 84133665e34d9d598a9f71df18a7fed297b3ac52..e21a2572f419b730ccd6f361a9f8c314983f06b7 100644 (file)
@@ -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.ss.formula.atp;
 
 import org.apache.poi.ss.formula.OperationEvaluationContext;
index 18c4f162736c85c1bbf25a0dd317d081bfe90d36..714280bce35a65b1761d4c5413a90003092aebea 100644 (file)
@@ -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.ss.formula.atp;
 
 import org.apache.poi.ss.formula.OperationEvaluationContext;
index 527a74a4bed7a4a0dfed4c4795e94c23ffe94b08..28cdaa8d04059629015e788a51ff6bba0c741f5e 100644 (file)
@@ -171,7 +171,7 @@ class TestWorkdayFunction {
         assertEquals(expDate, actDate);
     }
 
-    private class MockAreaEval extends AreaEvalBase {
+    private static class MockAreaEval extends AreaEvalBase {
 
         private List<ValueEval> holidays;
 
index 18e2c240a22f03f5c0f613520ae046b11b0eeb18..e2ebfbe1456d968efe2d0a6d251b824958c2af34 100644 (file)
@@ -203,7 +203,7 @@ class TestWorkdayIntlFunction {
         assertEquals(40944.0, numberValue);
     }
 
-    private class MockAreaEval extends AreaEvalBase {
+    private static class MockAreaEval extends AreaEvalBase {
 
         private List<ValueEval> holidays;