Author: juanpablo
Date: Sun Apr 7 18:58:15 2013
New Revision: 1465444
URL: http://svn.apache.org/r1465444
Log:
missing AL headers pointed out by rat-report.
Modified:
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/src/org/apache/wiki/api/engine/FilterManager.java
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/src/org/apache/wiki/api/engine/PluginManager.java
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/etc/jdbc.properties.tmpl
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/org/apache/wiki/i18n/InternationalizationManagerTest.java
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/org/apache/wiki/site/SiteGeneratorTest.java
Modified:
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/src/org/apache/wiki/api/engine/FilterManager.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/src/org/apache/wiki/api/engine/FilterManager.java?rev=1465444&r1=1465443&r2=1465444&view=diff
==============================================================================
---
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/src/org/apache/wiki/api/engine/FilterManager.java
(original)
+++
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/src/org/apache/wiki/api/engine/FilterManager.java
Sun Apr 7 18:58:15 2013
@@ -1,3 +1,21 @@
+/*
+ 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.wiki.api.engine;
import java.util.Collection;
Modified:
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/src/org/apache/wiki/api/engine/PluginManager.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/src/org/apache/wiki/api/engine/PluginManager.java?rev=1465444&r1=1465443&r2=1465444&view=diff
==============================================================================
---
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/src/org/apache/wiki/api/engine/PluginManager.java
(original)
+++
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/src/org/apache/wiki/api/engine/PluginManager.java
Sun Apr 7 18:58:15 2013
@@ -1,3 +1,21 @@
+/*
+ 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.wiki.api.engine;
import java.io.IOException;
Modified:
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/etc/jdbc.properties.tmpl
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/etc/jdbc.properties.tmpl?rev=1465444&r1=1465443&r2=1465444&view=diff
==============================================================================
---
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/etc/jdbc.properties.tmpl
(original)
+++
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/etc/jdbc.properties.tmpl
Sun Apr 7 18:58:15 2013
@@ -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.
+
#Ant properties
#Used only in testing
jdbc.admin.id=SA
Modified:
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/org/apache/wiki/i18n/InternationalizationManagerTest.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/org/apache/wiki/i18n/InternationalizationManagerTest.java?rev=1465444&r1=1465443&r2=1465444&view=diff
==============================================================================
---
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/org/apache/wiki/i18n/InternationalizationManagerTest.java
(original)
+++
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/org/apache/wiki/i18n/InternationalizationManagerTest.java
Sun Apr 7 18:58:15 2013
@@ -1,3 +1,21 @@
+/*
+ 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.wiki.i18n;
import java.util.Locale;
Modified:
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/org/apache/wiki/site/SiteGeneratorTest.java
URL:
http://svn.apache.org/viewvc/incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/org/apache/wiki/site/SiteGeneratorTest.java?rev=1465444&r1=1465443&r2=1465444&view=diff
==============================================================================
---
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/org/apache/wiki/site/SiteGeneratorTest.java
(original)
+++
incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1/tests/org/apache/wiki/site/SiteGeneratorTest.java
Sun Apr 7 18:58:15 2013
@@ -1,3 +1,21 @@
+/*
+ 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.wiki.site;
import java.io.BufferedOutputStream;