Return-Path: X-Original-To: apmail-incubator-jspwiki-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-jspwiki-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6E318FA44 for ; Sun, 7 Apr 2013 18:58:40 +0000 (UTC) Received: (qmail 26733 invoked by uid 500); 7 Apr 2013 18:58:40 -0000 Delivered-To: apmail-incubator-jspwiki-commits-archive@incubator.apache.org Received: (qmail 26714 invoked by uid 500); 7 Apr 2013 18:58:40 -0000 Mailing-List: contact jspwiki-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jspwiki-dev@incubator.apache.org Delivered-To: mailing list jspwiki-commits@incubator.apache.org Received: (qmail 26707 invoked by uid 99); 7 Apr 2013 18:58:40 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Apr 2013 18:58:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 07 Apr 2013 18:58:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 15B3A23888E4; Sun, 7 Apr 2013 18:58:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1465444 - in /incubator/jspwiki/tags/jspwiki_2_9_1_incubating_rc1: src/org/apache/wiki/api/engine/ tests/etc/ tests/org/apache/wiki/i18n/ tests/org/apache/wiki/site/ Date: Sun, 07 Apr 2013 18:58:15 -0000 To: jspwiki-commits@incubator.apache.org From: juanpablo@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20130407185816.15B3A23888E4@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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;