From 3db1f9464984be1c39cd32be2f33b6cf27e1c265 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Mon, 5 Mar 2012 01:02:44 +0000 Subject: [PATCH] Add missing Apache license headers. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1296918 13f79535-47bb-0310-9956-ffa450edef68 --- siteMods/site.css | 17 +++++++++++++++++ src/site/resources/style/project.css | 17 +++++++++++++++++ .../R/KolmogorovSmirnovDistributionTestCases.R | 15 +++++++++++++++ 3 files changed, 49 insertions(+) diff --git a/siteMods/site.css b/siteMods/site.css index 63ebc61a5..ba9f84584 100644 --- a/siteMods/site.css +++ b/siteMods/site.css @@ -1,3 +1,20 @@ +/* + * 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. + */ + body { color: #000; background-color: #fff; diff --git a/src/site/resources/style/project.css b/src/site/resources/style/project.css index c1d541c82..bd137e46c 100644 --- a/src/site/resources/style/project.css +++ b/src/site/resources/style/project.css @@ -1 +1,18 @@ +/* + * 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. + */ + @import url("http://commons.apache.org/style/commons-maven.css"); diff --git a/src/test/R/KolmogorovSmirnovDistributionTestCases.R b/src/test/R/KolmogorovSmirnovDistributionTestCases.R index 800e16bb6..d458dcca4 100644 --- a/src/test/R/KolmogorovSmirnovDistributionTestCases.R +++ b/src/test/R/KolmogorovSmirnovDistributionTestCases.R @@ -1,3 +1,18 @@ +# 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. +# cat("/* ", version$version.string, " */\n\n\n", sep = "") ns <- c(200, 341, 389)