Author: liudali
Date: Mon Nov 19 07:49:12 2012
New Revision: 1411093
URL: http://svn.apache.org/viewvc?rev=1411093&view=rev
Log:
add Apache License, Version 2.0 text to these unlicensed files. for ODFTOOLKIT-340,ODFTOOLKIT-346
Modified:
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/Control.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/ControlContainer.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/ControlStyleHandler.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/AbstractFormContainer.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Button.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/CheckBox.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/ComboBox.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/CurrencyField.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/DateField.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Field.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Form.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormContainer.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormControl.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormProvider.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormTypeDefinition.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Label.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/ListBox.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/NumericField.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/OOForm.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/OOFormProvider.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/PatternField.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/RadioButton.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/TextBox.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/TimeField.java
incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/text/ProtectionKeyDigestProvider.java
incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/AbstractFormContainerTest.java
incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ButtonTest.java
incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/CheckBoxTest.java
incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ComboBoxTest.java
incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/FieldTest.java
incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/LabelTest.java
incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ListBoxTest.java
incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/RadioButtonTest.java
incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/TextBoxTest.java
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/Control.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/Control.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/Control.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/Control.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.draw;
import java.util.logging.Level;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/ControlContainer.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/ControlContainer.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/ControlContainer.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/ControlContainer.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.draw;
import org.odftoolkit.odfdom.pkg.OdfElement;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/ControlStyleHandler.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/ControlStyleHandler.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/ControlStyleHandler.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/draw/ControlStyleHandler.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.draw;
import org.odftoolkit.odfdom.dom.element.draw.DrawControlElement;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/AbstractFormContainer.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/AbstractFormContainer.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/AbstractFormContainer.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/AbstractFormContainer.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Button.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Button.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Button.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Button.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/CheckBox.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/CheckBox.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/CheckBox.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/CheckBox.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/ComboBox.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/ComboBox.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/ComboBox.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/ComboBox.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.ArrayList;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/CurrencyField.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/CurrencyField.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/CurrencyField.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/CurrencyField.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.logging.Level;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/DateField.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/DateField.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/DateField.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/DateField.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Locale;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Field.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Field.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Field.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Field.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Form.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Form.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Form.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Form.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import org.odftoolkit.odfdom.dom.element.form.FormFormElement;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormContainer.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormContainer.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormContainer.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormContainer.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormControl.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormControl.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormControl.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormControl.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.logging.Level;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormProvider.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormProvider.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormProvider.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormProvider.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import org.odftoolkit.odfdom.dom.element.form.FormFormElement;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormTypeDefinition.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormTypeDefinition.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormTypeDefinition.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/FormTypeDefinition.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
/**
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Label.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Label.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Label.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/Label.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/ListBox.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/ListBox.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/ListBox.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/ListBox.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.ArrayList;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/NumericField.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/NumericField.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/NumericField.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/NumericField.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.logging.Level;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/OOForm.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/OOForm.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/OOForm.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/OOForm.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import org.odftoolkit.odfdom.dom.element.form.FormButtonElement;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/OOFormProvider.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/OOFormProvider.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/OOFormProvider.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/OOFormProvider.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import org.odftoolkit.odfdom.dom.element.form.FormFormElement;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/PatternField.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/PatternField.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/PatternField.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/PatternField.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.logging.Level;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/RadioButton.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/RadioButton.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/RadioButton.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/RadioButton.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/TextBox.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/TextBox.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/TextBox.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/TextBox.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/TimeField.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/TimeField.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/TimeField.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/form/TimeField.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Locale;
Modified: incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/text/ProtectionKeyDigestProvider.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/text/ProtectionKeyDigestProvider.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/text/ProtectionKeyDigestProvider.java (original)
+++ incubator/odf/trunk/simple/src/main/java/org/odftoolkit/simple/text/ProtectionKeyDigestProvider.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.text;
public interface ProtectionKeyDigestProvider {
Modified: incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/AbstractFormContainerTest.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/AbstractFormContainerTest.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/AbstractFormContainerTest.java (original)
+++ incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/AbstractFormContainerTest.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ButtonTest.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ButtonTest.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ButtonTest.java (original)
+++ incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ButtonTest.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/CheckBoxTest.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/CheckBoxTest.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/CheckBoxTest.java (original)
+++ incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/CheckBoxTest.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ComboBoxTest.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ComboBoxTest.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ComboBoxTest.java (original)
+++ incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ComboBoxTest.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.ArrayList;
Modified: incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/FieldTest.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/FieldTest.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/FieldTest.java (original)
+++ incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/FieldTest.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/LabelTest.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/LabelTest.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/LabelTest.java (original)
+++ incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/LabelTest.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ListBoxTest.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ListBoxTest.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ListBoxTest.java (original)
+++ incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/ListBoxTest.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.ArrayList;
Modified: incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/RadioButtonTest.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/RadioButtonTest.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/RadioButtonTest.java (original)
+++ incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/RadioButtonTest.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
Modified: incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/TextBoxTest.java
URL: http://svn.apache.org/viewvc/incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/TextBoxTest.java?rev=1411093&r1=1411092&r2=1411093&view=diff
==============================================================================
--- incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/TextBoxTest.java (original)
+++ incubator/odf/trunk/simple/src/test/java/org/odftoolkit/simple/form/TextBoxTest.java Mon Nov 19 07:49:12 2012
@@ -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.
+*/
+
package org.odftoolkit.simple.form;
import java.util.Iterator;
|