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/09 23:15:49 UTC

svn commit: r724912 [1/4] - in /incubator/click/trunk/click/examples/src: ./ net/sf/click/examples/control/ net/sf/click/examples/control/cayenne/ net/sf/click/examples/control/html/ net/sf/click/examples/control/html/cssform/ net/sf/click/examples/con...

Author: sabob
Date: Tue Dec  9 14:15:45 2008
New Revision: 724912

URL: http://svn.apache.org/viewvc?rev=724912&view=rev
Log:
Add Apache License headers

Modified:
    incubator/click/trunk/click/examples/src/applicationContext.xml
    incubator/click/trunk/click/examples/src/click-page.properties
    incubator/click/trunk/click/examples/src/click-page_cs.properties
    incubator/click/trunk/click/examples/src/click-page_ro.properties
    incubator/click/trunk/click/examples/src/log4j.xml
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/FilterPanel.htm
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/FilterPanel.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/InvestmentSelect.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/PackagingRadioGroup.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/RichTextArea.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/SimplePanel.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/SpacerButton.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/TitleSelect.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/cayenne/CayenneIntegerField.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/cayenne/NestedCayenneForm.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/FeedbackBorder.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/FieldLabel.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/Html.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/Text.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/cssform/ContactDetailsForm.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/cssform/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/HtmlList.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/ListItem.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/control/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Address.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/BaseEntity.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Client.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/CourseBooking.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Customer.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/PostCode.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/SystemCode.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/User.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/auto/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/BorderPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer_fr.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer_ro.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/HomePage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm_fr.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm_ro.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SourceViewer.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SpringPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/ajax/AjaxAccordian.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/ajax/AjaxCustomer.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/ajax/AjaxCustomerLiveGrid.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/ajax/AjaxDataGrid.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/ajax/AjaxSelect.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/ajax/AutoCompletePage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/ajax/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/cayenne/CayenneFormPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/cayenne/FormTablePage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/cayenne/TabbedCayenneFormPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/cayenne/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/ActionDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/CheckListDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/EmailForm.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/EmailForm.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/FieldSetDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/FileUpload.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/ImageDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/LinkDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/MenuDocumentation.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/PickListDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/PopulateOnSelect.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/RegexDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/SelectDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/control/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/form/ContactDetailsPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/form/ExtraControlsForm.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/form/FormLayout.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/form/FormProperties.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/form/MultipleFormsDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/form/SearchForm.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/form/StandardControlsForm.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/form/TabbedFormDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/form/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/general/DirectPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/general/ExcelExportPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/general/ExceptionPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/general/FlashPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/general/NavigationA.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/general/NavigationB.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/general/PageImportsExample.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/general/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/introduction/AdvancedForm.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/introduction/AdvancedTable.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/introduction/ControlListenerPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/introduction/HelloWorld.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/introduction/SimpleForm.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/introduction/SimpleTablePage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/introduction/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/jsp/CustomerTable.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/jsp/EditCustomerPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/jsp/HelloWorld.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/jsp/MultiPathDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/jsp/NavigationA.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/jsp/NavigationB.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/jsp/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/pageflow/LastPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/pageflow/NextPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/pageflow/StartPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/pageflow/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/panel/FilterPanelDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/panel/ListPanelDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/panel/PanelColumn.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/panel/PanelColumnDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/panel/SimplePanelDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/panel/SimplePanelDemo.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/panel/SimplePanelDemo_ro.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/panel/TabbedPanelDemo.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/panel/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/security/Login.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/security/Login.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/security/Login_cs.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/security/Login_en.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/security/Login_fr.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/security/Login_it_IT.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/security/Login_pt_BR.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/security/Login_ro.properties
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/security/Logout.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/security/Secure.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/security/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/table/EditFormTablePage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/table/EditTable.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/table/FormTablePage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/table/SearchTablePage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/table/TableDecorator.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/table/TableFooter.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/table/TablePaginatorPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/table/TablePaging.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/table/TableSorting.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/table/TableStyles.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/table/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/tree/AdvancedTreePage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/tree/CheckboxTreePage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/tree/PageLinkTreePage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/tree/PlainTreePage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/tree/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/velocity/ActionTable.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/velocity/SimpleTable.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/velocity/VelocityMacro.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/velocity/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/wizard/SelectPostCode.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/wizard/Step.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/wizard/Step1.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/wizard/Step2.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/wizard/Step3.htm
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/wizard/Step3.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/page/wizard/WizardPage.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/service/BookingService.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/service/ClientService.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/service/CustomerService.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/service/PostCodeService.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/service/UserService.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/service/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/util/DatabaseInitFilter.java
    incubator/click/trunk/click/examples/src/net/sf/click/examples/util/customers.txt
    incubator/click/trunk/click/examples/src/net/sf/click/examples/util/package.html
    incubator/click/trunk/click/examples/src/net/sf/click/examples/util/post-codes-australian.csv
    incubator/click/trunk/click/examples/src/net/sf/click/examples/util/system-codes.txt
    incubator/click/trunk/click/examples/src/net/sf/click/examples/util/users.txt

Modified: incubator/click/trunk/click/examples/src/applicationContext.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/applicationContext.xml?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/applicationContext.xml (original)
+++ incubator/click/trunk/click/examples/src/applicationContext.xml Tue Dec  9 14:15:45 2008
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
 <!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" 
 	"http://www.springframework.org/dtd/spring-beans.dtd">
     

Modified: incubator/click/trunk/click/examples/src/click-page.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/click-page.properties?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/click-page.properties (original)
+++ incubator/click/trunk/click/examples/src/click-page.properties Tue Dec  9 14:15:45 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.
+
 version=1.5.1
 
 invalid.form.submit=You have made an invalid form submission.
\ No newline at end of file

Modified: incubator/click/trunk/click/examples/src/click-page_cs.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/click-page_cs.properties?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/click-page_cs.properties (original)
+++ incubator/click/trunk/click/examples/src/click-page_cs.properties Tue Dec  9 14:15:45 2008
@@ -1 +1,18 @@
+# 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.
+
 invalid.form.submit=Formul&#225;&#345; byl odesl&#225;n nespr&#225;vn&#283;.

Modified: incubator/click/trunk/click/examples/src/click-page_ro.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/click-page_ro.properties?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/click-page_ro.properties (original)
+++ incubator/click/trunk/click/examples/src/click-page_ro.properties Tue Dec  9 14:15:45 2008
@@ -1 +1,18 @@
+# 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.
+
 invalid.form.submit=Formularul trimis este invalid.

Modified: incubator/click/trunk/click/examples/src/log4j.xml
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/log4j.xml?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/log4j.xml (original)
+++ incubator/click/trunk/click/examples/src/log4j.xml Tue Dec  9 14:15:45 2008
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="UTF-8"?>
+<!--
+   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.
+-->
 <!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">
 <log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" debug="false">
 

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/FilterPanel.htm
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/FilterPanel.htm?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/FilterPanel.htm (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/FilterPanel.htm Tue Dec  9 14:15:45 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.
+-->
+
 <div style="margin-bottom:12px;">
 #if ($this.selected)
  <img id="filterImg" src="$context/images/twistie-down.png"/> 

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/FilterPanel.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/FilterPanel.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/FilterPanel.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/FilterPanel.java Tue Dec  9 14:15:45 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.examples.control;
 
 import java.util.Date;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/InvestmentSelect.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/InvestmentSelect.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/InvestmentSelect.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/InvestmentSelect.java Tue Dec  9 14:15:45 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.examples.control;
 
 import java.util.ArrayList;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/PackagingRadioGroup.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/PackagingRadioGroup.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/PackagingRadioGroup.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/PackagingRadioGroup.java Tue Dec  9 14:15:45 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.examples.control;
 
 import java.util.LinkedHashMap;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/RichTextArea.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/RichTextArea.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/RichTextArea.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/RichTextArea.java Tue Dec  9 14:15:45 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.examples.control;
 
 import java.text.MessageFormat;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/SimplePanel.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/SimplePanel.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/SimplePanel.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/SimplePanel.java Tue Dec  9 14:15:45 2008
@@ -1,17 +1,20 @@
 /*
- * Copyright 2008 Bob Schellink
+ * 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.examples.control;
 

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/SpacerButton.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/SpacerButton.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/SpacerButton.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/SpacerButton.java Tue Dec  9 14:15:45 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.examples.control;
 
 import net.sf.click.control.Button;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/TitleSelect.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/TitleSelect.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/TitleSelect.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/TitleSelect.java Tue Dec  9 14:15:45 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.examples.control;
 
 import java.util.LinkedHashMap;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/cayenne/CayenneIntegerField.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/cayenne/CayenneIntegerField.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/cayenne/CayenneIntegerField.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/cayenne/CayenneIntegerField.java Tue Dec  9 14:15:45 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.examples.control.cayenne;
 
 import net.sf.click.extras.control.IntegerField;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/cayenne/NestedCayenneForm.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/cayenne/NestedCayenneForm.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/cayenne/NestedCayenneForm.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/cayenne/NestedCayenneForm.java Tue Dec  9 14:15:45 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.examples.control.cayenne;
 
 import net.sf.click.extras.cayenne.CayenneForm;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/FeedbackBorder.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/FeedbackBorder.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/FeedbackBorder.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/FeedbackBorder.java Tue Dec  9 14:15:45 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.examples.control.html;
 
 import net.sf.click.Control;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/FieldLabel.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/FieldLabel.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/FieldLabel.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/FieldLabel.java Tue Dec  9 14:15:45 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.examples.control.html;
 
 import net.sf.click.control.AbstractControl;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/Html.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/Html.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/Html.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/Html.java Tue Dec  9 14:15:45 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.examples.control.html;
 
 import net.sf.click.control.AbstractControl;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/Text.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/Text.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/Text.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/Text.java Tue Dec  9 14:15:45 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.examples.control.html;
 
 import net.sf.click.control.AbstractControl;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/cssform/ContactDetailsForm.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/cssform/ContactDetailsForm.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/cssform/ContactDetailsForm.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/cssform/ContactDetailsForm.java Tue Dec  9 14:15:45 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.examples.control.html.cssform;
 
 import net.sf.click.examples.control.html.FeedbackBorder;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/cssform/package.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/cssform/package.html?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/cssform/package.html (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/cssform/package.html Tue Dec  9 14:15:45 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 example HTML list Control classes.
 </body>
\ No newline at end of file

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/HtmlList.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/HtmlList.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/HtmlList.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/HtmlList.java Tue Dec  9 14:15:45 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.examples.control.html.list;
 
 import net.sf.click.Control;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/ListItem.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/ListItem.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/ListItem.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/ListItem.java Tue Dec  9 14:15:45 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.examples.control.html.list;
 
 import net.sf.click.control.AbstractContainer;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/package.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/package.html?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/package.html (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/list/package.html Tue Dec  9 14:15:45 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 example CSS Form class.
 </body>
\ No newline at end of file

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/package.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/package.html?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/package.html (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/html/package.html Tue Dec  9 14:15:45 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 example HTML Control classes.
 </body>
\ No newline at end of file

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/control/package.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/control/package.html?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/control/package.html (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/control/package.html Tue Dec  9 14:15:45 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 example HTML Control classes.
 </body>
\ No newline at end of file

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Address.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Address.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Address.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Address.java Tue Dec  9 14:15:45 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.examples.domain;
 
 import net.sf.click.examples.domain.auto._Address;
@@ -12,6 +30,3 @@
     private static final long serialVersionUID = 1L;
 
 }
-
-
-

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/BaseEntity.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/BaseEntity.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/BaseEntity.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/BaseEntity.java Tue Dec  9 14:15:45 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.examples.domain;
 
 import org.apache.cayenne.CayenneDataObject;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Client.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Client.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Client.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Client.java Tue Dec  9 14:15:45 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.examples.domain;
 
 import net.sf.click.examples.domain.auto._Client;
@@ -16,6 +34,3 @@
      }
 
 }
-
-
-

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/CourseBooking.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/CourseBooking.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/CourseBooking.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/CourseBooking.java Tue Dec  9 14:15:45 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.examples.domain;
 
 import net.sf.click.examples.domain.auto._CourseBooking;
@@ -12,6 +30,3 @@
     private static final long serialVersionUID = 1L;
 
 }
-
-
-

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Customer.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Customer.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Customer.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/Customer.java Tue Dec  9 14:15:45 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.examples.domain;
 
 import net.sf.click.examples.domain.auto._Customer;
@@ -12,6 +30,3 @@
     private static final long serialVersionUID = 1L;
 
 }
-
-
-

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/PostCode.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/PostCode.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/PostCode.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/PostCode.java Tue Dec  9 14:15:45 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.examples.domain;
 
 import net.sf.click.examples.domain.auto._PostCode;
@@ -5,6 +23,3 @@
 public class PostCode extends _PostCode {
 
 }
-
-
-

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/SystemCode.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/SystemCode.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/SystemCode.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/SystemCode.java Tue Dec  9 14:15:45 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.examples.domain;
 
 import net.sf.click.examples.domain.auto._SystemCode;
@@ -12,6 +30,3 @@
     private static final long serialVersionUID = 1L;
 
 }
-
-
-

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/User.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/User.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/User.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/User.java Tue Dec  9 14:15:45 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.examples.domain;
 
 import net.sf.click.examples.domain.auto._User;
@@ -12,6 +30,3 @@
     private static final long serialVersionUID = 1L;
 
 }
-
-
-

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/auto/package.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/auto/package.html?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/auto/package.html (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/auto/package.html Tue Dec  9 14:15:45 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 example business domain entity class parents. These entity
 classes are automatically generated by Cayenne and should generally not be

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/package.html
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/package.html?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/package.html (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/domain/package.html Tue Dec  9 14:15:45 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 example Business Domain classes.
 </body>
\ No newline at end of file

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/page/BorderPage.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/page/BorderPage.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/page/BorderPage.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/page/BorderPage.java Tue Dec  9 14:15:45 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.examples.page;
 
 import net.sf.click.extras.control.Menu;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer.java Tue Dec  9 14:15:45 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.examples.page;
 
 import net.sf.click.Page;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer.properties?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer.properties (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer.properties Tue Dec  9 14:15:45 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.
+
 name.label=Name
 name.title=Customer's full name
 

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer_fr.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer_fr.properties?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer_fr.properties (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer_fr.properties Tue Dec  9 14:15:45 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.
+
 name.label=Nom
 name.title=Nom complet du client
 
@@ -11,10 +28,10 @@
 holdings.title=Total du portefeuille d'investissement
 
 investments.label=Investissements
-investments.title=Principale catégorie d'investissement
+investments.title=Principale cat\u00E9gorie d'investissement
 
 dateJoined.label=Date d'ouverture de compte
-dateJoined.title=Date où le client a ouvert son compte
+dateJoined.title=Date o\u00F9 le client a ouvert son compte
 
 active.label=Actif
 active.title=Client investissant activement

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer_ro.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer_ro.properties?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer_ro.properties (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/page/EditCustomer_ro.properties Tue Dec  9 14:15:45 2008
@@ -1,11 +1,28 @@
+# 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.
+
 name.label=Nume
 name.title=Numele complet al clientului
 
 email.label=Email
 email.title=Adresa de e-mail a clientului
 
-age.label=V\u00e2rsta
-age.title=V\u00e2rsta clientului.
+age.label=V\u00E2rsta
+age.title=V\u00E2rsta clientului.
 
 holdings.label=Posesii
 holdings.title=Totalul posesiilor investite
@@ -17,7 +34,7 @@
 dateJoined.title=Data crearii contului de c\u0103tre client.
 
 active.label=Activ
-active.title=Clientul investe\u015fte activ.
+active.title=Clientul investe\u015Fte activ.
 
 ok.label=OK
 ok.title=Salveaz\u0103 schimb\u0103rile

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/page/HomePage.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/page/HomePage.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/page/HomePage.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/page/HomePage.java Tue Dec  9 14:15:45 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.examples.page;
 
 /**

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm.properties?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm.properties (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm.properties Tue Dec  9 14:15:45 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.
+
 search.title=Enter customer info
 
 type.title=Type of search

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm_fr.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm_fr.properties?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm_fr.properties (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm_fr.properties Tue Dec  9 14:15:45 2008
@@ -1,6 +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.
+
 search.title=Saisir les informations du client
 
 type.title=Type de recherche
 
 go.label= Lancer la recherche 
-go.titlelick= Retourner à la recherche
\ No newline at end of file
+go.titlelick= Retourner \u00E0 la recherche
\ No newline at end of file

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm_ro.properties
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm_ro.properties?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm_ro.properties (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SearchForm_ro.properties Tue Dec  9 14:15:45 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.
+
 search.title=Introduce\u0163i informa\u0163ii despre client
 
 type.title=Tipul c\u0103ut\u0103rii

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SourceViewer.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SourceViewer.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SourceViewer.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SourceViewer.java Tue Dec  9 14:15:45 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.examples.page;
 
 import java.io.BufferedReader;

Modified: incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SpringPage.java
URL: http://svn.apache.org/viewvc/incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SpringPage.java?rev=724912&r1=724911&r2=724912&view=diff
==============================================================================
--- incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SpringPage.java (original)
+++ incubator/click/trunk/click/examples/src/net/sf/click/examples/page/SpringPage.java Tue Dec  9 14:15:45 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.examples.page;
 
 import net.sf.click.Page;