Author: rahul
Date: Mon Oct 23 16:11:18 2006
New Revision: 467172
URL: http://svn.apache.org/viewvc?view=rev&rev=467172
Log:
Adding ASLv2 headers to shale-validator source artifacts, where missing.
SHALE-311
Modified:
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages.properties
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_de.properties
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/validateUtilities.js
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/validator-rules.xml
shale/framework/trunk/shale-validator/src/test/resources/org/apache/shale/validator/custom-rules.xml
Modified:
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages.properties
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages.properties?view=diff&rev=467172&r1=467171&r2=467172
==============================================================================
---
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages.properties
(original)
+++
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages.properties
Mon Oct 23 16:11:18 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.
errors.required={0} is required.
errors.minlength={0} can not be less than {1} characters.
errors.maxlength={0} can not be greater than {1} characters.
Modified:
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_de.properties
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_de.properties?view=diff&rev=467172&r1=467171&r2=467172
==============================================================================
---
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_de.properties
(original)
+++
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/messages_de.properties
Mon Oct 23 16:11:18 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.
errors.required={0} wird ben\u00F6tigt.
errors.minlength={0} darf nicht kleiner als {1} Zeichen sein.
errors.maxlength={0} darf nicht kleiner als {1} Zeichen sein.
Modified:
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/validateUtilities.js
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/validateUtilities.js?view=diff&rev=467172&r1=467171&r2=467172
==============================================================================
---
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/validateUtilities.js
(original)
+++
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/validateUtilities.js
Mon Oct 23 16:11:18 2006
@@ -1,7 +1,24 @@
+/*
+ * 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.
+ */
+
/**
- * This is a place holder for common utilities used across the javascript
validation
- *
- **/
+ * This is a place holder for common utilities used across the javascript
validation
+ *
+ */
/**
* Retreive the name of the form
Modified:
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/validator-rules.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/validator-rules.xml?view=diff&rev=467172&r1=467171&r2=467172
==============================================================================
---
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/validator-rules.xml
(original)
+++
shale/framework/trunk/shale-validator/src/main/resources/org/apache/shale/validator/validator-rules.xml
Mon Oct 23 16:11:18 2006
@@ -4,7 +4,22 @@
<form-validation>
+<!--
+ 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.
+-->
<global>
Modified:
shale/framework/trunk/shale-validator/src/test/resources/org/apache/shale/validator/custom-rules.xml
URL:
http://svn.apache.org/viewvc/shale/framework/trunk/shale-validator/src/test/resources/org/apache/shale/validator/custom-rules.xml?view=diff&rev=467172&r1=467171&r2=467172
==============================================================================
---
shale/framework/trunk/shale-validator/src/test/resources/org/apache/shale/validator/custom-rules.xml
(original)
+++
shale/framework/trunk/shale-validator/src/test/resources/org/apache/shale/validator/custom-rules.xml
Mon Oct 23 16:11:18 2006
@@ -2,7 +2,22 @@
"-//Apache Software Foundation//DTD Commons Validator Rules
Configuration 1.2.0//EN"
"http://jakarta.apache.org/commons/dtds/validator_1_3_0.dtd">
<form-validation>
+<!--
+ 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.
+-->
<global>
<validator name="testRule1"
classname="org.apache.shale.validator.CommonsValidatorTestCase"