Author: jsc
Date: Mon Dec 17 12:18:04 2012
New Revision: 1422894
URL: http://svn.apache.org/viewvc?rev=1422894&view=rev
Log:
add missing license header
Modified:
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameAnchorType.java
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBackColor.java
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBorder.java
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBorderSpacingtoContent.java
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameDescription.java
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameHyperlink.java
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FramePosition.java
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameShadow.java
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameSize.java
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameWrapType.java
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/InsertFrame.java
Modified:
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameAnchorType.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameAnchorType.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
--- openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameAnchorType.java
(original)
+++ openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameAnchorType.java
Mon Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;
Modified:
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBackColor.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBackColor.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
--- openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBackColor.java
(original)
+++ openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBackColor.java
Mon Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;
Modified:
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
--- openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java
(original)
+++ openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBackGraphic.java
Mon Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;
Modified: openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBorder.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBorder.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
--- openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBorder.java
(original)
+++ openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBorder.java Mon
Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;
Modified:
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBorderSpacingtoContent.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBorderSpacingtoContent.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
---
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBorderSpacingtoContent.java
(original)
+++
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameBorderSpacingtoContent.java
Mon Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;
Modified:
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameDescription.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameDescription.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
--- openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameDescription.java
(original)
+++ openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameDescription.java
Mon Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;
Modified:
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameHyperlink.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameHyperlink.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
--- openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameHyperlink.java
(original)
+++ openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameHyperlink.java
Mon Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;
Modified:
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FramePosition.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FramePosition.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
--- openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FramePosition.java
(original)
+++ openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FramePosition.java
Mon Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;
Modified: openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameShadow.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameShadow.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
--- openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameShadow.java
(original)
+++ openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameShadow.java Mon
Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;
Modified: openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameSize.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameSize.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
--- openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameSize.java
(original)
+++ openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameSize.java Mon
Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;
Modified:
openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameWrapType.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameWrapType.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
--- openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameWrapType.java
(original)
+++ openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/FrameWrapType.java
Mon Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;
Modified: openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/InsertFrame.java
URL:
http://svn.apache.org/viewvc/openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/InsertFrame.java?rev=1422894&r1=1422893&r2=1422894&view=diff
==============================================================================
--- openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/InsertFrame.java
(original)
+++ openoffice/trunk/test/testuno/source/fvt/uno/sw/frame/InsertFrame.java Mon
Dec 17 12:18:04 2012
@@ -1,3 +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.
+ *
+ *************************************************************/
package fvt.uno.sw.frame;
import static org.junit.Assert.*;