You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2008/12/18 10:40:05 UTC

svn commit: r727682 [2/4] - in /incubator/click/trunk/click/framework: src/ src/net/sf/click/ src/net/sf/click/control/ src/net/sf/click/service/ src/net/sf/click/util/ test/ test/net/sf/click/ test/net/sf/click/control/ test/net/sf/click/pages/ test/n...

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/FileField.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/FileField.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/FileField.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/FileField.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2006-2007 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/Form.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/Form.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Form.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/Form.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2008 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/HiddenField.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/HiddenField.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/HiddenField.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/HiddenField.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2006 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/ImageSubmit.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/ImageSubmit.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/ImageSubmit.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/ImageSubmit.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2006 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/Label.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/Label.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Label.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/Label.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2005-2006 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/Option.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/Option.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Option.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/Option.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2005-2006 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/OptionGroup.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/OptionGroup.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/OptionGroup.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/OptionGroup.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2005-2006 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/PageLink.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/PageLink.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/PageLink.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/PageLink.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2006 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/Panel.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/Panel.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Panel.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/Panel.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2007 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/PasswordField.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/PasswordField.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/PasswordField.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/PasswordField.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2005 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/Radio.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/Radio.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Radio.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/Radio.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2005-2006 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/RadioGroup.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/RadioGroup.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/RadioGroup.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/RadioGroup.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2005-2006 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/Renderable.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/Renderable.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Renderable.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/Renderable.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2008 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/Reset.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/Reset.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Reset.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/Reset.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2006 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/Select.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/Select.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Select.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/Select.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2007 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/Submit.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/Submit.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Submit.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/Submit.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2007 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/Table.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/Table.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/Table.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/Table.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2008 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/TablePaginator.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/TablePaginator.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/TablePaginator.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/TablePaginator.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2008 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/TextArea.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/TextArea.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/TextArea.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/TextArea.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2006 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/TextField.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/TextField.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/TextField.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/TextField.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2008 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.control;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/VM_global_library.vm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/VM_global_library.vm?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/VM_global_library.vm (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/VM_global_library.vm Thu Dec 18 01:39:58 2008
@@ -1,3 +1,20 @@
+## Licensed to the Apache Software Foundation (ASF) under one
+## or more contributor license agreements.  See the NOTICE file
+## distributed with this work for additional information
+## regarding copyright ownership.  The ASF licenses this file
+## to you under the Apache License, Version 2.0 (the
+## "License"); you may not use this file except in compliance
+## with the License.  You may obtain a copy of the License at
+##
+##   http://www.apache.org/licenses/LICENSE-2.0
+##
+## Unless required by applicable law or agreed to in writing,
+## software distributed under the License is distributed on an
+## "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+## KIND, either express or implied.  See the License for the
+## specific language governing permissions and limitations
+## under the License.
+
 #*
  * Add your global application macros to this file
  *#

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/control.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/control.css?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/control.css (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/control.css Thu Dec 18 01:39:58 2008
@@ -1,3 +1,22 @@
+/*
+ * 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.
+ */
+
 /* 
  * The Control CSS styles. 
  */

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/package.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/package.html?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/package.html (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/package.html Thu Dec 18 01:39:58 2008
@@ -1,3 +1,22 @@
+<!--
+   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.
+-->
+
 <body>
 Provides renderable HTML controls. Controls implement the
 {@link net.sf.click.Control} interface to perform server side request

Modified: incubator/click/trunk/click/framework/src/net/sf/click/control/table.css
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/control/table.css?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/control/table.css (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/control/table.css Thu Dec 18 01:39:58 2008
@@ -1,4 +1,23 @@
 /*
+ * 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.
+ */
+
+/*
  * Table CSS style
  * 
  * This CSS style sheet was adapted from DisplayTag 1.0 - screen.css

Modified: incubator/click/trunk/click/framework/src/net/sf/click/not-found.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/not-found.htm?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/not-found.htm (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/not-found.htm Thu Dec 18 01:39:58 2008
@@ -1,3 +1,22 @@
+<!--
+   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.
+-->
+
 <html>
 <head>
 <title>Page Not Found</title>

Modified: incubator/click/trunk/click/framework/src/net/sf/click/package.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/package.html?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/package.html (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/package.html Thu Dec 18 01:39:58 2008
@@ -1,3 +1,22 @@
+<!--
+   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.
+-->
+
 <body>
 Provides the main Click runtime components.
 <p/>

Modified: incubator/click/trunk/click/framework/src/net/sf/click/service/CommonsFileUploadService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/service/CommonsFileUploadService.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/service/CommonsFileUploadService.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/service/CommonsFileUploadService.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2008 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.service;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/service/ConfigService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/service/ConfigService.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/service/ConfigService.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/service/ConfigService.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2008 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.service;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/service/ConsoleLogService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/service/ConsoleLogService.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/service/ConsoleLogService.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/service/ConsoleLogService.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2008 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.service;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/service/FileUploadService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/service/FileUploadService.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/service/FileUploadService.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/service/FileUploadService.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2008 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.service;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/service/LogService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/service/LogService.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/service/LogService.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/service/LogService.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2008 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.service;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/service/TemplateService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/service/TemplateService.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/service/TemplateService.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/service/TemplateService.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2008 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.service;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/service/VelocityTemplateService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/service/VelocityTemplateService.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/service/VelocityTemplateService.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/service/VelocityTemplateService.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2008 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.service;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/service/XmlConfigService.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/service/XmlConfigService.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/service/XmlConfigService.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/service/XmlConfigService.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2008 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.service;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/service/package.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/service/package.html?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/service/package.html (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/service/package.html Thu Dec 18 01:39:58 2008
@@ -1,3 +1,22 @@
+<!--
+   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.
+-->
+
 <body>
 <a name="services" href="#"></a>
 Provides the Click runtime services.

Modified: incubator/click/trunk/click/framework/src/net/sf/click/util/ActionListenerAdaptor.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/util/ActionListenerAdaptor.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/util/ActionListenerAdaptor.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/util/ActionListenerAdaptor.java Thu Dec 18 01:39:58 2008
@@ -1,3 +1,21 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
 package net.sf.click.util;
 
 import java.io.Serializable;

Modified: incubator/click/trunk/click/framework/src/net/sf/click/util/ClickUtils.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/util/ClickUtils.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/util/ClickUtils.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/util/ClickUtils.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2008 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.util;
 
@@ -153,12 +156,12 @@
         HTML_ENTITIES[166] = "&brvbar;"; // broken bar = broken vertical bar
         HTML_ENTITIES[167] = "&sect;"; // section sign
         HTML_ENTITIES[168] = "&uml;"; // diaeresis = spacing diaeresis
-        HTML_ENTITIES[169] = "&copy;"; // © - copyright sign
+        HTML_ENTITIES[169] = "&copy;"; // � - copyright sign
         HTML_ENTITIES[170] = "&ordf;"; // feminine ordinal indicator
         HTML_ENTITIES[171] = "&laquo;"; // left-pointing double angle quotation mark = left pointing guillemet
         HTML_ENTITIES[172] = "&not;";   //not sign
         HTML_ENTITIES[173] = "&shy;";   //soft hyphen = discretionary hyphen
-        HTML_ENTITIES[174] = "&reg;";   // ® - registered trademark sign
+        HTML_ENTITIES[174] = "&reg;";   // � - registered trademark sign
         HTML_ENTITIES[175] = "&macr;";   //macron = spacing macron = overline = APL overbar
         HTML_ENTITIES[176] = "&deg;";   //degree sign
         HTML_ENTITIES[177] = "&plusmn;";   //plus-minus sign = plus-or-minus sign
@@ -176,70 +179,70 @@
         HTML_ENTITIES[189] = "&frac12;";   //vulgar fraction one half = fraction one half
         HTML_ENTITIES[190] = "&frac34;";   //vulgar fraction three quarters = fraction three quarters
         HTML_ENTITIES[191] = "&iquest;";   //inverted question mark = turned question mark
-        HTML_ENTITIES[192] = "&Agrave;";   // À - uppercase A, grave accent
-        HTML_ENTITIES[193] = "&Aacute;";   // Á - uppercase A, acute accent
-        HTML_ENTITIES[194] = "&Acirc;";   // Â - uppercase A, circumflex accent
-        HTML_ENTITIES[195] = "&Atilde;";   // Ã - uppercase A, tilde
-        HTML_ENTITIES[196] = "&Auml;";   // Ä - uppercase A, umlaut
-        HTML_ENTITIES[197] = "&Aring;";   // Å - uppercase A, ring
-        HTML_ENTITIES[198] = "&AElig;";   // Æ - uppercase AE
-        HTML_ENTITIES[199] = "&Ccedil;";   // Ç - uppercase C, cedilla
-        HTML_ENTITIES[200] = "&Egrave;";   // È - uppercase E, grave accent
-        HTML_ENTITIES[201] = "&Eacute;";   // É - uppercase E, acute accent
-        HTML_ENTITIES[202] = "&Ecirc;";   // Ê - uppercase E, circumflex accent
-        HTML_ENTITIES[203] = "&Euml;";   // Ë - uppercase E, umlaut
-        HTML_ENTITIES[204] = "&Igrave;";   // Ì - uppercase I, grave accent
-        HTML_ENTITIES[205] = "&Iacute;";   // Í - uppercase I, acute accent
-        HTML_ENTITIES[206] = "&Icirc;";   // Î - uppercase I, circumflex accent
-        HTML_ENTITIES[207] = "&Iuml;";   // Ï - uppercase I, umlaut
-        HTML_ENTITIES[208] = "&ETH;";   // Ð - uppercase Eth, Icelandic
-        HTML_ENTITIES[209] = "&Ntilde;";   // Ñ - uppercase N, tilde
-        HTML_ENTITIES[210] = "&Ograve;";   // Ò - uppercase O, grave accent
-        HTML_ENTITIES[211] = "&Oacute;";   // Ó - uppercase O, acute accent
-        HTML_ENTITIES[212] = "&Ocirc;";   // Ô - uppercase O, circumflex accent
-        HTML_ENTITIES[213] = "&Otilde;";   // Õ - uppercase O, tilde
-        HTML_ENTITIES[214] = "&Ouml;";   // Ö - uppercase O, umlaut
+        HTML_ENTITIES[192] = "&Agrave;";   // � - uppercase A, grave accent
+        HTML_ENTITIES[193] = "&Aacute;";   // � - uppercase A, acute accent
+        HTML_ENTITIES[194] = "&Acirc;";   // � - uppercase A, circumflex accent
+        HTML_ENTITIES[195] = "&Atilde;";   // � - uppercase A, tilde
+        HTML_ENTITIES[196] = "&Auml;";   // � - uppercase A, umlaut
+        HTML_ENTITIES[197] = "&Aring;";   // � - uppercase A, ring
+        HTML_ENTITIES[198] = "&AElig;";   // � - uppercase AE
+        HTML_ENTITIES[199] = "&Ccedil;";   // � - uppercase C, cedilla
+        HTML_ENTITIES[200] = "&Egrave;";   // � - uppercase E, grave accent
+        HTML_ENTITIES[201] = "&Eacute;";   // � - uppercase E, acute accent
+        HTML_ENTITIES[202] = "&Ecirc;";   // � - uppercase E, circumflex accent
+        HTML_ENTITIES[203] = "&Euml;";   // � - uppercase E, umlaut
+        HTML_ENTITIES[204] = "&Igrave;";   // � - uppercase I, grave accent
+        HTML_ENTITIES[205] = "&Iacute;";   // � - uppercase I, acute accent
+        HTML_ENTITIES[206] = "&Icirc;";   // � - uppercase I, circumflex accent
+        HTML_ENTITIES[207] = "&Iuml;";   // � - uppercase I, umlaut
+        HTML_ENTITIES[208] = "&ETH;";   // � - uppercase Eth, Icelandic
+        HTML_ENTITIES[209] = "&Ntilde;";   // � - uppercase N, tilde
+        HTML_ENTITIES[210] = "&Ograve;";   // � - uppercase O, grave accent
+        HTML_ENTITIES[211] = "&Oacute;";   // � - uppercase O, acute accent
+        HTML_ENTITIES[212] = "&Ocirc;";   // � - uppercase O, circumflex accent
+        HTML_ENTITIES[213] = "&Otilde;";   // � - uppercase O, tilde
+        HTML_ENTITIES[214] = "&Ouml;";   // � - uppercase O, umlaut
         HTML_ENTITIES[215] = "&times;";   //multiplication sign
-        HTML_ENTITIES[216] = "&Oslash;";   // Ø - uppercase O, slash
-        HTML_ENTITIES[217] = "&Ugrave;";   // Ù - uppercase U, grave accent
-        HTML_ENTITIES[218] = "&Uacute;";   // Ú - uppercase U, acute accent
-        HTML_ENTITIES[219] = "&Ucirc;";   // Û - uppercase U, circumflex accent
-        HTML_ENTITIES[220] = "&Uuml;";   // Ü - uppercase U, umlaut
-        HTML_ENTITIES[221] = "&Yacute;";   // Ý - uppercase Y, acute accent
-        HTML_ENTITIES[222] = "&THORN;";   // Þ - uppercase THORN, Icelandic
-        HTML_ENTITIES[223] = "&szlig;";   // ß - lowercase sharps, German
-        HTML_ENTITIES[224] = "&agrave;";   // à - lowercase a, grave accent
-        HTML_ENTITIES[225] = "&aacute;";   // á - lowercase a, acute accent
-        HTML_ENTITIES[226] = "&acirc;";   // â - lowercase a, circumflex accent
-        HTML_ENTITIES[227] = "&atilde;";   // ã - lowercase a, tilde
-        HTML_ENTITIES[228] = "&auml;";   // ä - lowercase a, umlaut
-        HTML_ENTITIES[229] = "&aring;";   // å - lowercase a, ring
-        HTML_ENTITIES[230] = "&aelig;";   // æ - lowercase ae
-        HTML_ENTITIES[231] = "&ccedil;";   // ç - lowercase c, cedilla
-        HTML_ENTITIES[232] = "&egrave;";   // è - lowercase e, grave accent
-        HTML_ENTITIES[233] = "&eacute;";   // é - lowercase e, acute accent
-        HTML_ENTITIES[234] = "&ecirc;";   // ê - lowercase e, circumflex accent
-        HTML_ENTITIES[235] = "&euml;";   // ë - lowercase e, umlaut
-        HTML_ENTITIES[236] = "&igrave;";   // ì - lowercase i, grave accent
-        HTML_ENTITIES[237] = "&iacute;";   // í - lowercase i, acute accent
-        HTML_ENTITIES[238] = "&icirc;";   // î - lowercase i, circumflex accent
-        HTML_ENTITIES[239] = "&iuml;";   // ï - lowercase i, umlaut
-        HTML_ENTITIES[240] = "&eth;";   // ð - lowercase eth, Icelandic
-        HTML_ENTITIES[241] = "&ntilde;";   // ñ - lowercase n, tilde
-        HTML_ENTITIES[242] = "&ograve;";   // ò - lowercase o, grave accent
-        HTML_ENTITIES[243] = "&oacute;";   // ó - lowercase o, acute accent
-        HTML_ENTITIES[244] = "&ocirc;";   // ô - lowercase o, circumflex accent
-        HTML_ENTITIES[245] = "&otilde;";   // õ - lowercase o, tilde
-        HTML_ENTITIES[246] = "&ouml;";   // ö - lowercase o, umlaut
+        HTML_ENTITIES[216] = "&Oslash;";   // � - uppercase O, slash
+        HTML_ENTITIES[217] = "&Ugrave;";   // � - uppercase U, grave accent
+        HTML_ENTITIES[218] = "&Uacute;";   // � - uppercase U, acute accent
+        HTML_ENTITIES[219] = "&Ucirc;";   // � - uppercase U, circumflex accent
+        HTML_ENTITIES[220] = "&Uuml;";   // � - uppercase U, umlaut
+        HTML_ENTITIES[221] = "&Yacute;";   // � - uppercase Y, acute accent
+        HTML_ENTITIES[222] = "&THORN;";   // � - uppercase THORN, Icelandic
+        HTML_ENTITIES[223] = "&szlig;";   // � - lowercase sharps, German
+        HTML_ENTITIES[224] = "&agrave;";   // � - lowercase a, grave accent
+        HTML_ENTITIES[225] = "&aacute;";   // � - lowercase a, acute accent
+        HTML_ENTITIES[226] = "&acirc;";   // � - lowercase a, circumflex accent
+        HTML_ENTITIES[227] = "&atilde;";   // � - lowercase a, tilde
+        HTML_ENTITIES[228] = "&auml;";   // � - lowercase a, umlaut
+        HTML_ENTITIES[229] = "&aring;";   // � - lowercase a, ring
+        HTML_ENTITIES[230] = "&aelig;";   // � - lowercase ae
+        HTML_ENTITIES[231] = "&ccedil;";   // � - lowercase c, cedilla
+        HTML_ENTITIES[232] = "&egrave;";   // � - lowercase e, grave accent
+        HTML_ENTITIES[233] = "&eacute;";   // � - lowercase e, acute accent
+        HTML_ENTITIES[234] = "&ecirc;";   // � - lowercase e, circumflex accent
+        HTML_ENTITIES[235] = "&euml;";   // � - lowercase e, umlaut
+        HTML_ENTITIES[236] = "&igrave;";   // � - lowercase i, grave accent
+        HTML_ENTITIES[237] = "&iacute;";   // � - lowercase i, acute accent
+        HTML_ENTITIES[238] = "&icirc;";   // � - lowercase i, circumflex accent
+        HTML_ENTITIES[239] = "&iuml;";   // � - lowercase i, umlaut
+        HTML_ENTITIES[240] = "&eth;";   // � - lowercase eth, Icelandic
+        HTML_ENTITIES[241] = "&ntilde;";   // � - lowercase n, tilde
+        HTML_ENTITIES[242] = "&ograve;";   // � - lowercase o, grave accent
+        HTML_ENTITIES[243] = "&oacute;";   // � - lowercase o, acute accent
+        HTML_ENTITIES[244] = "&ocirc;";   // � - lowercase o, circumflex accent
+        HTML_ENTITIES[245] = "&otilde;";   // � - lowercase o, tilde
+        HTML_ENTITIES[246] = "&ouml;";   // � - lowercase o, umlaut
         HTML_ENTITIES[247] = "&divide;";   // division sign
-        HTML_ENTITIES[248] = "&oslash;";   // ø - lowercase o, slash
-        HTML_ENTITIES[249] = "&ugrave;";   // ù - lowercase u, grave accent
-        HTML_ENTITIES[250] = "&uacute;";   // ú - lowercase u, acute accent
-        HTML_ENTITIES[251] = "&ucirc;";   // û - lowercase u, circumflex accent
-        HTML_ENTITIES[252] = "&uuml;";   // ü - lowercase u, umlaut
-        HTML_ENTITIES[253] = "&yacute;";   // ý - lowercase y, acute accent
-        HTML_ENTITIES[254] = "&thorn;";   // þ - lowercase thorn, Icelandic
-        HTML_ENTITIES[255] = "&yuml;";   // ÿ - lowercase y, umlaut
+        HTML_ENTITIES[248] = "&oslash;";   // � - lowercase o, slash
+        HTML_ENTITIES[249] = "&ugrave;";   // � - lowercase u, grave accent
+        HTML_ENTITIES[250] = "&uacute;";   // � - lowercase u, acute accent
+        HTML_ENTITIES[251] = "&ucirc;";   // � - lowercase u, circumflex accent
+        HTML_ENTITIES[252] = "&uuml;";   // � - lowercase u, umlaut
+        HTML_ENTITIES[253] = "&yacute;";   // � - lowercase y, acute accent
+        HTML_ENTITIES[254] = "&thorn;";   // � - lowercase thorn, Icelandic
+        HTML_ENTITIES[255] = "&yuml;";   // � - lowercase y, umlaut
         // http://www.w3.org/TR/REC-html40/sgml/entities.html
         // <!-- Latin Extended-B -->
         HTML_ENTITIES[402] = "&fnof;";   //latin small f with hook = function= florin, U+0192 ISOtech -->

Modified: incubator/click/trunk/click/framework/src/net/sf/click/util/ContainerUtils.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/util/ContainerUtils.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/util/ContainerUtils.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/util/ContainerUtils.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2008 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.util;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/util/ErrorPage.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/util/ErrorPage.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/util/ErrorPage.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/util/ErrorPage.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2006 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.util;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/util/ErrorReport.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/util/ErrorReport.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/util/ErrorReport.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/util/ErrorReport.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2004-2008 Malcolm A. Edgar
+ * 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.
  */
 package net.sf.click.util;
 

Modified: incubator/click/trunk/click/framework/src/net/sf/click/util/FlashAttribute.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/framework/src/net/sf/click/util/FlashAttribute.java?rev=727682&r1=727681&r2=727682&view=diff
==============================================================================
--- incubator/click/trunk/click/framework/src/net/sf/click/util/FlashAttribute.java (original)
+++ incubator/click/trunk/click/framework/src/net/sf/click/util/FlashAttribute.java Thu Dec 18 01:39:58 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2006 Malcolm A. Edgar
- *
- * 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.
  */
 package net.sf.click.util;