Author: frankbille
Date: Mon Nov  6 13:44:48 2006
New Revision: 471889

URL: http://svn.apache.org/viewvc?view=rev&rev=471889
Log:
Went through all .properties files to check if they should have a license 
header or not.

Modified:
    incubator/wicket/trunk/wicket/src/main/java/wicket.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_ba.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_bg.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_da.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_de.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_et.properties
    
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fa_IR.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fi.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fr.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_hu.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_it.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_ja.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_nl.properties
    
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_pt_BR.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_sv.properties
    incubator/wicket/trunk/wicket/src/main/java/wicket/Application_tl.properties
    
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_zh_CN.properties
    
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_zh_TW.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/legals/ApacheLicenseHeaderTest.java
    
incubator/wicket/trunk/wicket/src/test/java/wicket/model/StringResourceModelTest.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication_alt.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication_zz.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent_alt.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent_zz.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyPage.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyResources.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyResources_zz.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummySubClassPage.properties
    
incubator/wicket/trunk/wicket/src/test/java/wicket/util/license/ApacheLicenseHeaderTestCase.java

Modified: incubator/wicket/trunk/wicket/src/main/java/wicket.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- incubator/wicket/trunk/wicket/src/main/java/wicket.properties (original)
+++ incubator/wicket/trunk/wicket/src/main/java/wicket.properties Mon Nov  6 
13:44:48 2006
@@ -1,2 +1,16 @@
+#  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.
 initializer=wicket.Initializer
 wicket.version=${pom.version}

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- incubator/wicket/trunk/wicket/src/main/java/wicket/Application.properties 
(original)
+++ incubator/wicket/trunk/wicket/src/main/java/wicket/Application.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator=field '${label}' is required.
 TypeValidator='${input}' is not a valid ${type}.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_ba.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_ba.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_ba.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_ba.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator=polje '${label}' je obavezno.
 TypeValidator='${input}' nije va\u017Ee\u0107i ${type}.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_bg.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_bg.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_bg.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_bg.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 
RequiredValidator=\u00d0\u0178\u00d0\u00be\u00d0\u00bb\u00d0\u00b5\u00d1\u201a\u00d0\u00be
 '${label}' \u00d0\u00b5 
\u00d0\u00b7\u00d0\u00b0\u00d0\u00b4\u00d1\u0160\u00d0\u00bb\u00d0\u00b6\u00d0\u00b8\u00d1\u201a\u00d0\u00b5\u00d0\u00bb\u00d0\u00bd\u00d0\u00be.
 TypeValidator='${input}' \u00d0\u00bd\u00d0\u00b5 \u00d0\u00b5 
\u00d0\u00b2\u00d0\u00b0\u00d0\u00bb\u00d0\u00b8\u00d0\u00b4\u00d0\u00b5\u00d0\u00bd
 ${type}.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_da.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_da.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_da.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_da.properties 
Mon Nov  6 13:44:48 2006
@@ -1,4 +1,17 @@
-
+#  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.
 DateValidator.maximum = '${input}' skal v\u00E6re mindre end ${maximum}.
 DateValidator.minimum = '${input}' skal v\u00E6re st\u00F8rre end ${minimum}.
 DateValidator.range   = '${input}' skal v\u00E6re mellem ${minimum} og 
${maximum}.

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_de.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_de.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_de.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_de.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator=Bitte tragen Sie einen Wert im Feld '${label}' ein.
 TypeValidator='${input}' ist kein gültiger Wert für '${type}'.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_et.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_et.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_et.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_et.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator='${label}' on kohustuslik v\u00E4li.
 TypeValidator='${input}' ei ole lubatud ${type}.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fa_IR.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fa_IR.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fa_IR.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fa_IR.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator\= \u0648\u0631\u0648\u062F\u06CC '${label}' 
\u0645\u0648\u0631\u062F \u0646\u06CC\u0627\u0632 \u0627\u0633\u062A.
 TypeValidator\='${input}'  \u06CC\u06A9  ${type} 
\u0645\u0639\u062A\u0628\u0631 \u0646\u06CC\u0633\u062A.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fi.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fi.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fi.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fi.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator=kentt\u00E4 '${label}' on pakollinen.
 TypeValidator='${input}' ei ole sallittu ${type}.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fr.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fr.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fr.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_fr.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator=Le champ '${label}' est obligatoire.
 TypeValidator='${input}' n'est pas valide pour le type ${type}.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_hu.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_hu.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_hu.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_hu.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator=K\u00F6telez\u0151 mez\u0151: '${label}'.
 TypeValidator='${input}' nem ${type} típus\u00FA.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_it.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_it.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_it.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_it.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator=Il campo '${label}' \u00E8 richiesto.
 TypeValidator='${input}' non \u00E8 un valore ${type} valido.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_ja.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_ja.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_ja.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_ja.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator='${label}' \u6b04 \u306f\u5fc5\u9808\u3067\u3059\u3002
 TypeValidator='${input}' \u306f ${type} 
\u578b\u3068\u3057\u3066\u6b63\u3057\u304f\u3042\u308a\u307e\u305b\u3093\u3002
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_nl.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_nl.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_nl.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_nl.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator=veld '${label}' is verplicht.
 TypeValidator='${input}' is geen valide type van ${type}.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_pt_BR.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_pt_BR.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_pt_BR.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_pt_BR.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator=campo '${label}' \u00E9 obrigat\u00F3rio.
 TypeValidator='${input}' n\u00E3o \u00E9 um ${type} v\u00E1lido.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_sv.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_sv.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_sv.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_sv.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator=f\u00e4ltet '${label}' kr\u00e4vs.
 TypeValidator='${input}' \u00e4r ingen giltig ${type}.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_tl.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_tl.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_tl.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_tl.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator=Ang '${label}' ay kailangan.
 TypeValidator=Ang '${input}' ay hindi isang ${type}.
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_zh_CN.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_zh_CN.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_zh_CN.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_zh_CN.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator='${label}' \u662F\u5FC5\u586B\u9879\uFF01
 TypeValidator='${input}' \u4E0D\u662F\u6709\u6548\u7684 ${type} 
\u7C7B\u578B\uFF01
 

Modified: 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_zh_TW.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/main/java/wicket/Application_zh_TW.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_zh_TW.properties 
(original)
+++ 
incubator/wicket/trunk/wicket/src/main/java/wicket/Application_zh_TW.properties 
Mon Nov  6 13:44:48 2006
@@ -1,3 +1,17 @@
+#  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.
 RequiredValidator = '${label}' \u70BA\u5FC5\u586B\u6B04\u4F4D
 TypeValidator = '${input}' \u4E0D\u7B26\u5408\u683C\u5F0F: ${type}
 

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/legals/ApacheLicenseHeaderTest.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/legals/ApacheLicenseHeaderTest.java?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/legals/ApacheLicenseHeaderTest.java
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/legals/ApacheLicenseHeaderTest.java
 Mon Nov  6 13:44:48 2006
@@ -47,5 +47,34 @@
                        "EclipseCodeFormat.xml",
                        "src/test/java/wicket/performance/results.xml",
                };
+               
+               propertiesIgnore = new String[] {
+                       "src/test/java/wicket/MyMockPage.properties",
+                       
"src/test/java/wicket/resource/DummyResources.properties",
+                       "src/test/java/wicket/resource/DummyPage.properties",
+                       
"src/test/java/wicket/resource/DummySubClassPage.properties",
+                       
"src/test/java/wicket/resource/DummyComponent_zz.properties",
+                       
"src/test/java/wicket/resource/DummyApplication_zz.properties",
+                       
"src/test/java/wicket/resource/DummyResources_zz.properties",
+                       
"src/test/java/wicket/resource/DummyComponent.properties",
+                       
"src/test/java/wicket/resource/DummyComponent_alt.properties",
+                       
"src/test/java/wicket/resource/DummyApplication_alt.properties",
+                       
"src/test/java/wicket/resource/DummyApplication.properties",
+                       
"src/test/java/wicket/util/tester/apps_1/MyMockApplication_de.properties",
+                       
"src/test/java/wicket/util/tester/apps_1/MyMockApplication_nl.properties",
+                       
"src/test/java/wicket/util/tester/apps_1/CreateBook.properties",
+                       
"src/test/java/wicket/util/tester/apps_1/MyMockApplication.properties",
+                       
"src/test/java/wicket/util/tester/apps_4/EmailPage.properties",
+                       
"src/test/java/wicket/markup/html/basic/SimplePage_7.properties",
+                       
"src/test/java/wicket/model/StringResourceModelTest.properties",
+                       
"src/test/java/wicket/properties/MyApplication.properties",
+                       
"src/test/java/wicket/properties/MyApplication_de.properties",
+                       
"src/test/java/wicket/properties/MyApplication_mystyle_de.properties",
+                       
"src/test/java/wicket/properties/MyApplication_mystyle.properties",
+                       "src/test/java/wicket/properties/TestPage.properties",
+                       
"src/test/java/wicket/properties/MyTesterApplication.properties",
+                       
"src/test/java/wicket/properties/TestContainer.properties",
+                       "src/test/java/wicket/properties/TestForm.properties",
+               };
        }
 }

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/model/StringResourceModelTest.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/model/StringResourceModelTest.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/model/StringResourceModelTest.properties
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/model/StringResourceModelTest.properties
 Mon Nov  6 13:44:48 2006
@@ -1,21 +1,3 @@
-#
-# $Id$
-# $Revision$
-# $Date$
-#
-# ====================================================================
-# Licensed 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.
-#
 simple.text=Simple text
 weather.sunny=It's sunny, wear sunscreen
 weather.raining=It's raining, take an umberella

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication.properties
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication.properties
 Mon Nov  6 13:44:48 2006
@@ -1,20 +1,2 @@
-#
-# $Id$
-# $Revision$
-# $Date$
-#
-# ====================================================================
-# Licensed 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.
-#
 test.string=This is a test
 test.substitute=Welcome, ${user}

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication_alt.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication_alt.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication_alt.properties
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication_alt.properties
 Mon Nov  6 13:44:48 2006
@@ -1,19 +1 @@
-#
-# $Id$
-# $Revision$
-# $Date$
-#
-# ====================================================================
-# Licensed 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.
-#
 test.string=Alt test string

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication_zz.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication_zz.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication_zz.properties
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyApplication_zz.properties
 Mon Nov  6 13:44:48 2006
@@ -1,19 +1 @@
-#
-# $Id$
-# $Revision$
-# $Date$
-#
-# ====================================================================
-# Licensed 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.
-#
 test.string=Flib flob

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent.properties
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent.properties
 Mon Nov  6 13:44:48 2006
@@ -1,20 +1,2 @@
-#
-# $Id$
-# $Revision$
-# $Date$
-#
-# ====================================================================
-# Licensed 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.
-#
 test.string=This is a test
 component.string=Component string

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent_alt.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent_alt.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent_alt.properties
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent_alt.properties
 Mon Nov  6 13:44:48 2006
@@ -1,19 +1 @@
-#
-# $Id$
-# $Revision$
-# $Date$
-#
-# ====================================================================
-# Licensed 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.
-#
 test.string=Alt test string

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent_zz.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent_zz.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent_zz.properties
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyComponent_zz.properties
 Mon Nov  6 13:44:48 2006
@@ -1,19 +1 @@
-#
-# $Id$
-# $Revision$
-# $Date$
-#
-# ====================================================================
-# Licensed 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.
-#
 test.string=Flib flob

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyPage.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyPage.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyPage.properties
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyPage.properties
 Mon Nov  6 13:44:48 2006
@@ -1,19 +1 @@
-#
-# $Id$
-# $Revision$
-# $Date$
-#
-# ====================================================================
-# Licensed 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.
-#
 another.test.string=Another string

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyResources.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyResources.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyResources.properties
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyResources.properties
 Mon Nov  6 13:44:48 2006
@@ -1,19 +1 @@
-#
-# $Id$
-# $Revision$
-# $Date$
-#
-# ====================================================================
-# Licensed 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.
-#
 test.string=This is a test

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyResources_zz.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyResources_zz.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyResources_zz.properties
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummyResources_zz.properties
 Mon Nov  6 13:44:48 2006
@@ -1,19 +1 @@
-#
-# $Id$
-# $Revision$
-# $Date$
-#
-# ====================================================================
-# Licensed 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.
-#
 test.string=Flib flob

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummySubClassPage.properties
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummySubClassPage.properties?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummySubClassPage.properties
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/resource/DummySubClassPage.properties
 Mon Nov  6 13:44:48 2006
@@ -1,19 +1 @@
-#
-# $Id$
-# $Revision$
-# $Date$
-#
-# ====================================================================
-# Licensed 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.
-#
 subclass.test.string=SubClass Test String

Modified: 
incubator/wicket/trunk/wicket/src/test/java/wicket/util/license/ApacheLicenseHeaderTestCase.java
URL: 
http://svn.apache.org/viewvc/incubator/wicket/trunk/wicket/src/test/java/wicket/util/license/ApacheLicenseHeaderTestCase.java?view=diff&rev=471889&r1=471888&r2=471889
==============================================================================
--- 
incubator/wicket/trunk/wicket/src/test/java/wicket/util/license/ApacheLicenseHeaderTestCase.java
 (original)
+++ 
incubator/wicket/trunk/wicket/src/test/java/wicket/util/license/ApacheLicenseHeaderTestCase.java
 Mon Nov  6 13:44:48 2006
@@ -411,12 +411,6 @@
                        }
 
                        revision = 
Diff.diff(xmlLicenseHeader.split(LINE_ENDING), header.split(LINE_ENDING));
-
-                       if (revision.size() != 0)
-                       {
-                               System.out.println(file);
-                               System.out.println(revision);
-                       }
                }
                catch (Exception e)
                {


Reply via email to