You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by ra...@apache.org on 2006/10/13 17:40:53 UTC

svn commit: r463713 [4/9] - in /jakarta/taglibs/proper/rdc/trunk: ./ doc/conf/ examples/conf/ examples/web/ examples/web/WEB-INF/ examples/web/config/ examples/web/config/equipment-type/ examples/web/config/mortgage-app/ examples/web/config/mortgage-ty...

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/color.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/color.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/color.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/color.grxml Fri Oct 13 08:40:38 2006
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!DOCTYPE grammar PUBLIC "-//W3C//DTD GRAMMAR 1.0//EN" "http://www.w3.org/TR/speech-grammar/grammar.dtd" >
 <!--
-  Copyright 2004 The Apache Software Foundation.
-  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.
+ * 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.
 -->
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar" xml:lang="en-US" tag-format="semantics/1.0" mode="voice" root="color">
     <rule id="color" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/countries.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/countries.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/countries.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/countries.grxml Fri Oct 13 08:40:38 2006
@@ -4,19 +4,20 @@
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar"
  xml:lang="en-US" tag-format="semantics/1.0" mode="voice" root="country">
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 <rule id="country" scope="public">
  <one-of>

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/creditcardtype.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/creditcardtype.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/creditcardtype.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/creditcardtype.grxml Fri Oct 13 08:40:38 2006
@@ -5,19 +5,20 @@
 		tag-format="semantics/1.0" mode="voice" root="creditcardtype">
 
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="creditcardtype" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/date.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/date.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/date.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/date.grxml Fri Oct 13 08:40:38 2006
@@ -5,19 +5,20 @@
          mode="voice" root="mydate">
 
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <!--

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/digits-dtmf.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/digits-dtmf.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/digits-dtmf.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/digits-dtmf.grxml Fri Oct 13 08:40:38 2006
@@ -4,19 +4,20 @@
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar"  xml:lang="en-US" tag-format="semantics/1.0"
          mode="dtmf" root="digits_dtmf">
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="digit">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/digits.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/digits.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/digits.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/digits.grxml Fri Oct 13 08:40:38 2006
@@ -3,19 +3,20 @@
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar" xml:lang="en-US" tag-format="semantics/1.0"
          mode="voice" root="numbers">
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="digit">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/duration.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/duration.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/duration.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/duration.grxml Fri Oct 13 08:40:38 2006
@@ -3,19 +3,20 @@
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar" xml:lang="en-US" tag-format="semantics/1.0"
          mode="voice" root="duration">
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="duration" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/isbn.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/isbn.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/isbn.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/isbn.grxml Fri Oct 13 08:40:38 2006
@@ -3,19 +3,20 @@
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar" xml:lang="en-US" tag-format="semantics/1.0"
          mode="voice" root="isbn">
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="isbn" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/mortgage-type.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/mortgage-type.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/mortgage-type.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/mortgage-type.grxml Fri Oct 13 08:40:38 2006
@@ -3,19 +3,20 @@
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar" xml:lang="en-US" tag-format="semantics/1.0"
          mode="voice" root="type" >
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="type" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/nbest.js
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/nbest.js?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/nbest.js (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/nbest.js Fri Oct 13 08:40:38 2006
@@ -1,17 +1,18 @@
 /*
- *  Copyright 2004 The Apache Software Foundation.
+ * 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
  *
- *  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
  *
- *      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.
+ * 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.
  */
 
 // Serialize application.lastresult$ array

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/number.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/number.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/number.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/number.grxml Fri Oct 13 08:40:38 2006
@@ -5,7 +5,22 @@
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar" tag-format="semantics/1.0"
 	xml:lang="en-US" mode="voice" root="number">
 	
-	
+<!--
+ * 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.
+-->
 <!--Start of Grammmer-->
 <rule id="number" scope="public">
 	<ruleref uri="#optSign"/>

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/pause.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/pause.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/pause.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/pause.grxml Fri Oct 13 08:40:38 2006
@@ -3,19 +3,20 @@
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar" xml:lang = "en-US"	tag-format="semantics/1.0"
          mode="voice" root="pause">
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
   <rule id="pause" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/percent-dtmf.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/percent-dtmf.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/percent-dtmf.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/percent-dtmf.grxml Fri Oct 13 08:40:38 2006
@@ -5,19 +5,20 @@
          mode="dtmf" root="percentage">
 
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="digit">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/percent.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/percent.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/percent.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/percent.grxml Fri Oct 13 08:40:38 2006
@@ -3,19 +3,20 @@
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar" xml:lang = "en-US"	tag-format="semantics/1.0"
          mode="voice" root="percent">
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="percent" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/return.js
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/return.js?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/return.js (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/return.js Fri Oct 13 08:40:38 2006
@@ -1,17 +1,18 @@
 /*
- *  Copyright 2004 The Apache Software Foundation.
+ * 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
  *
- *  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
  *
- *      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.
+ * 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.
  */
 
 // Deserialize value from return namelist into an object

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/ssn-dtmf.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/ssn-dtmf.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/ssn-dtmf.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/ssn-dtmf.grxml Fri Oct 13 08:40:38 2006
@@ -4,19 +4,20 @@
          mode="dtmf" root="ssn_dtmf">
 
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="ssn_dtmf" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/ssn.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/ssn.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/ssn.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/ssn.grxml Fri Oct 13 08:40:38 2006
@@ -4,19 +4,20 @@
          mode="voice" root="socialsecuritynumber">
 
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="socialsecuritynumber" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/time.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/time.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/time.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/time.grxml Fri Oct 13 08:40:38 2006
@@ -3,19 +3,20 @@
 <grammar version="1.0" root="mytime" xml:lang="en-US" 
 xmlns="http://www.w3.org/2001/06/grammar">
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->    
 
 <rule id="mytime" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/usmajorcity.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/usmajorcity.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/usmajorcity.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/usmajorcity.grxml Fri Oct 13 08:40:38 2006
@@ -3,19 +3,20 @@
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar" xml:lang="en-US" 	tag-format="semantics/1.0"
          mode="voice" root="city">
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="city" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/usstate.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/usstate.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/usstate.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/usstate.grxml Fri Oct 13 08:40:38 2006
@@ -3,19 +3,20 @@
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar" xml:lang="en-US" tag-format="semantics/1.0"
          mode="voice" root="usstate">
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="usstate" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/.grammar/zipcode.grxml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/.grammar/zipcode.grxml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/.grammar/zipcode.grxml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/.grammar/zipcode.grxml Fri Oct 13 08:40:38 2006
@@ -2,19 +2,20 @@
 <!DOCTYPE grammar PUBLIC "-//W3C//DTD GRAMMAR 1.0//EN" "http://www.w3.org/TR/speech-grammar/grammar.dtd">
 <grammar version="1.0" xmlns="http://www.w3.org/2001/06/grammar" xml:lang="en-US" tag-format="semantics/1.0" mode="voice" root="zip">
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
 
 <rule id="zip" scope="public">

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alpha.rdc
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alpha.rdc?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alpha.rdc (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alpha.rdc Fri Oct 13 08:40:38 2006
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <ui-config>
 <!--
-  Copyright 2004,2006 The Apache Software Foundation.
-  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.
+ * 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.
 -->
   <component name="alpha" summary="Collect an alpha value (spelling)"
     path="META-INF/tags/rdc/alpha.tag">

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alpha.tag
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alpha.tag?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alpha.tag (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alpha.tag Fri Oct 13 08:40:38 2006
@@ -1,16 +1,18 @@
 <%--
-  Copyright 2004 The Apache Software Foundation.
-  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.
+ * 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.
 --%>
 <%--$Id$--%>
 <!--

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alphanum.rdc
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alphanum.rdc?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alphanum.rdc (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alphanum.rdc Fri Oct 13 08:40:38 2006
@@ -1,18 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <ui-config>
 <!--
-  Copyright 2004,2006 The Apache Software Foundation.
-  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.
+ * 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.
 -->
   <component name="alphanum" summary="Collect an alphanum value"
     path="META-INF/tags/rdc/alphanum.tag">

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alphanum.tag
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alphanum.tag?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alphanum.tag (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/alphanum.tag Fri Oct 13 08:40:38 2006
@@ -1,16 +1,18 @@
 <%--
-  Copyright 2004 The Apache Software Foundation.
-  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.
+ * 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.
 --%>
 <%--$Id$--%>
 <!--

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/color.rdc
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/color.rdc?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/color.rdc (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/color.rdc Fri Oct 13 08:40:38 2006
@@ -1,17 +1,19 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-  Copyright 2004 The Apache Software Foundation.
-  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.
+ * 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.
 -->
 <ui-config>
 

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/color.tag
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/color.tag?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/color.tag (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/color.tag Fri Oct 13 08:40:38 2006
@@ -1,16 +1,18 @@
 <%--
-  Copyright 2004 The Apache Software Foundation.
-  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.
+ * 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.
 --%>
 <!--
 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/comment.tagx
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/comment.tagx?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/comment.tagx (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/comment.tagx Fri Oct 13 08:40:38 2006
@@ -2,18 +2,20 @@
 <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
           version="2.0">
 <!--
-  Copyright 2004 The Apache Software Foundation.
-  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.
+ * 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.
  --> 
 <jsp:directive.tag body-content="scriptless" />
 </jsp:root>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/alpha.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/alpha.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/alpha.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/alpha.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/alphanum.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/alphanum.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/alphanum.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/alphanum.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardamount.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardamount.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardamount.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardamount.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardexpiry.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardexpiry.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardexpiry.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardexpiry.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardinfo-rules.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardinfo-rules.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardinfo-rules.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardinfo-rules.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version='1.0' encoding='utf-8'?>
 <dm-config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <navigation>
     <initial>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardnumber.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardnumber.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardnumber.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardnumber.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardsecuritycode.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardsecuritycode.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardsecuritycode.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/cardsecuritycode.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/color.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/color.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/color.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/color.xml Fri Oct 13 08:40:38 2006
@@ -1,17 +1,19 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!--
-  Copyright 2004 The Apache Software Foundation.
-  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.
+ * 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.
 -->
   <config>
     <input>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/country.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/country.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/country.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/country.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/creditcardtype.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/creditcardtype.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/creditcardtype.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/creditcardtype.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/currency.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/currency.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/currency.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/currency.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/date.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/date.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/date.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/date.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/dateRangeEndDate.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/dateRangeEndDate.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/dateRangeEndDate.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/dateRangeEndDate.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/dateRangeStartDate.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/dateRangeStartDate.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/dateRangeStartDate.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/dateRangeStartDate.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/digits.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/digits.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/digits.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/digits.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>

Modified: jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/duration.xml
URL: http://svn.apache.org/viewvc/jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/duration.xml?view=diff&rev=463713&r1=463712&r2=463713
==============================================================================
--- jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/duration.xml (original)
+++ jakarta/taglibs/proper/rdc/trunk/src/META-INF/tags/rdc/config/duration.xml Fri Oct 13 08:40:38 2006
@@ -1,19 +1,20 @@
 <?xml version="1.0" encoding="utf-8"?>
 <config>
 <!-- 
-  Copyright 2004 The Apache Software Foundation.
- 
-  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.
+ * 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.
 -->
   <input>
     <property-list>



---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org