You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2012/03/05 02:02:45 UTC

svn commit: r1296918 - in /commons/proper/math/trunk: siteMods/site.css src/site/resources/style/project.css src/test/R/KolmogorovSmirnovDistributionTestCases.R

Author: ggregory
Date: Mon Mar  5 01:02:44 2012
New Revision: 1296918

URL: http://svn.apache.org/viewvc?rev=1296918&view=rev
Log:
Add missing Apache license headers.

Modified:
    commons/proper/math/trunk/siteMods/site.css
    commons/proper/math/trunk/src/site/resources/style/project.css
    commons/proper/math/trunk/src/test/R/KolmogorovSmirnovDistributionTestCases.R

Modified: commons/proper/math/trunk/siteMods/site.css
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/siteMods/site.css?rev=1296918&r1=1296917&r2=1296918&view=diff
==============================================================================
--- commons/proper/math/trunk/siteMods/site.css (original)
+++ commons/proper/math/trunk/siteMods/site.css Mon Mar  5 01:02:44 2012
@@ -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;

Modified: commons/proper/math/trunk/src/site/resources/style/project.css
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/resources/style/project.css?rev=1296918&r1=1296917&r2=1296918&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/resources/style/project.css (original)
+++ commons/proper/math/trunk/src/site/resources/style/project.css Mon Mar  5 01:02:44 2012
@@ -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");

Modified: commons/proper/math/trunk/src/test/R/KolmogorovSmirnovDistributionTestCases.R
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/test/R/KolmogorovSmirnovDistributionTestCases.R?rev=1296918&r1=1296917&r2=1296918&view=diff
==============================================================================
--- commons/proper/math/trunk/src/test/R/KolmogorovSmirnovDistributionTestCases.R (original)
+++ commons/proper/math/trunk/src/test/R/KolmogorovSmirnovDistributionTestCases.R Mon Mar  5 01:02:44 2012
@@ -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)