You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by ar...@apache.org on 2012/03/22 19:24:47 UTC

svn commit: r1303956 - in /incubator/ooo/trunk/main/reportbuilder: java/com/sun/star/report/pentaho/ java/com/sun/star/report/pentaho/layoutprocessor/ java/com/sun/star/report/pentaho/model/ license/ prj/ template/ util/

Author: arist
Date: Thu Mar 22 18:24:46 2012
New Revision: 1303956

URL: http://svn.apache.org/viewvc?rev=1303956&view=rev
Log:
update header to ALv2

Modified:
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficePageSectionLayoutController.java
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-datastyle.css
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-draw.css
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-form.css
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-style.css
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-table.css
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-text.css
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/smil.css
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-office.css
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-report.css
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-rpt.css
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/svg.css
    incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/xsl-fo.css
    incubator/ooo/trunk/main/reportbuilder/license/readme_en-US.html
    incubator/ooo/trunk/main/reportbuilder/license/readme_en-US.txt
    incubator/ooo/trunk/main/reportbuilder/prj/rpt.xml
    incubator/ooo/trunk/main/reportbuilder/template/manifest.xml
    incubator/ooo/trunk/main/reportbuilder/util/description.xml
    incubator/ooo/trunk/main/reportbuilder/util/manifest.xml

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficeGroupInstanceSectionLayoutController.java Thu Mar 22 18:24:46 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 com.sun.star.report.pentaho.layoutprocessor;
 
 import com.sun.star.report.pentaho.model.OfficeGroupSection;

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficePageSectionLayoutController.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficePageSectionLayoutController.java?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficePageSectionLayoutController.java (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/OfficePageSectionLayoutController.java Thu Mar 22 18:24:46 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 com.sun.star.report.pentaho.layoutprocessor;
 
 import org.jfree.layouting.util.AttributeMap;

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/model/OfficeGroupInstanceSection.java Thu Mar 22 18:24:46 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 com.sun.star.report.pentaho.model;
 
 import org.jfree.report.structure.Group;

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-datastyle.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-datastyle.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-datastyle.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-datastyle.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace url("urn:oasis:names:tc:opendocument:xmlns:datastyle:1.0");
 
 /**

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-draw.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-draw.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-draw.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-draw.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace url("urn:oasis:names:tc:opendocument:xmlns:drawing:1.0");
 
 /**

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-form.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-form.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-form.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-form.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace url("urn:oasis:names:tc:opendocument:xmlns:form:1.0");
 
 /**

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-style.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-style.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-style.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-style.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace url("urn:oasis:names:tc:opendocument:xmlns:style:1.0");
 
 /**

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-table.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-table.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-table.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-table.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace url("urn:oasis:names:tc:opendocument:xmlns:table:1.0");
 
 table {

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-text.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-text.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-text.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/oasis-text.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace url("urn:oasis:names:tc:opendocument:xmlns:text:1.0");
 
 /**

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/smil.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/smil.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/smil.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/smil.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace url("urn:oasis:names:tc:opendocument:xmlns:smil-compatible:1.0");
 
 /**

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-office.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-office.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-office.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-office.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace url("http://openoffice.org/2004/office");
 
 /**

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-report.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-report.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-report.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-report.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace table url("urn:oasis:names:tc:opendocument:xmlns:table:1.0");
 @namespace text url("urn:oasis:names:tc:opendocument:xmlns:text:1.0");
 @namespace report url("http://openoffice.org/2005/report");

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-rpt.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-rpt.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-rpt.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/star-rpt.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace url("http://openoffice.org/2005/report");
 
 /**

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/svg.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/svg.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/svg.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/svg.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace url("urn:oasis:names:tc:opendocument:xmlns:svg-compatible:1.0");
 
 /**

Modified: incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/xsl-fo.css
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/xsl-fo.css?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/xsl-fo.css (original)
+++ incubator/ooo/trunk/main/reportbuilder/java/com/sun/star/report/pentaho/xsl-fo.css Thu Mar 22 18:24:46 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.
+ * 
+ *************************************************************/
 @namespace url("urn:oasis:names:tc:opendocument:xmlns:xsl-fo-compatible:1.0");
 
 /**

Modified: incubator/ooo/trunk/main/reportbuilder/license/readme_en-US.html
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/license/readme_en-US.html?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/license/readme_en-US.html (original)
+++ incubator/ooo/trunk/main/reportbuilder/license/readme_en-US.html Thu Mar 22 18:24:46 2012
@@ -1,4 +1,24 @@
 <html>
+<!--***********************************************************
+ * 
+ * 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.
+ * 
+ ***********************************************************-->
 	<head>
 		<title>Oracle Report Builder</title>
 	</head>
@@ -25,6 +45,5 @@
 		<p>Choose Tools &gt; Extension Manager, click the Oracle Report Builder entry, then click Remove.</P>
 		<h2>Using the Extension</h2>
 		<p>You find complete instructions on using the Oracle Report Builder in the application help that is installed with Oracle Open Office or OpenOffice.org. Press F1 to open the Help Viewer, then enter the words "Report Builder" in the	Index text box.</p>
-		<p>Copyright &copy; 2007, 2010 Oracle and/or its affiliates. All rights reserved.</p>
 </body>
 </html>
\ No newline at end of file

Modified: incubator/ooo/trunk/main/reportbuilder/license/readme_en-US.txt
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/license/readme_en-US.txt?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/license/readme_en-US.txt (original)
+++ incubator/ooo/trunk/main/reportbuilder/license/readme_en-US.txt Thu Mar 22 18:24:46 2012
@@ -1,3 +1,24 @@
+###############################################################
+#  
+#  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.
+#  
+###############################################################
+
 Oracle Report Builder
 =====================
 This file contains important information about the installation.
@@ -30,5 +51,3 @@ Using the Extension
 
 You find complete instructions on using the Oracle Report Builder in the application help that is installed with Oracle Open Office or OpenOffice.org. Press F1 to open the Help Viewer, then enter the words "Report Builder" in the	Index text box.
 
-------------------------------------------------------------------------------
-Copyright (c) 2007, 2010 Oracle and/or its affiliates. All rights reserved.
\ No newline at end of file

Modified: incubator/ooo/trunk/main/reportbuilder/prj/rpt.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/prj/rpt.xml?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/prj/rpt.xml (original)
+++ incubator/ooo/trunk/main/reportbuilder/prj/rpt.xml Thu Mar 22 18:24:46 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE module-description PUBLIC "-//StarOffice//DTD ComponentDescription 1.0//EN" "module-description.dtd">
+<!--***********************************************************
+ * 
+ * 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.
+ * 
+ ***********************************************************-->
 <module-description xmlns:xlink="http://www.w3.org/1999/xlink">
 	<module-name>reportbuilder</module-name>
 	<component-description>

Modified: incubator/ooo/trunk/main/reportbuilder/template/manifest.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/template/manifest.xml?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/template/manifest.xml (original)
+++ incubator/ooo/trunk/main/reportbuilder/template/manifest.xml Thu Mar 22 18:24:46 2012
@@ -1,3 +1,23 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
+<!--***********************************************************
+ * 
+ * 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.
+ * 
+ ***********************************************************-->
 <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">

Modified: incubator/ooo/trunk/main/reportbuilder/util/description.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/util/description.xml?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/util/description.xml (original)
+++ incubator/ooo/trunk/main/reportbuilder/util/description.xml Thu Mar 22 18:24:46 2012
@@ -1,4 +1,24 @@
 <?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.
+ * 
+ ***********************************************************-->
 <description xmlns="http://openoffice.org/extensions/description/2006"
     xmlns:d="http://openoffice.org/extensions/description/2006" 
     xmlns:xlink="http://www.w3.org/1999/xlink">

Modified: incubator/ooo/trunk/main/reportbuilder/util/manifest.xml
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportbuilder/util/manifest.xml?rev=1303956&r1=1303955&r2=1303956&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportbuilder/util/manifest.xml (original)
+++ incubator/ooo/trunk/main/reportbuilder/util/manifest.xml Thu Mar 22 18:24:46 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE manifest:manifest PUBLIC "-//OpenOffice.org//DTD Manifest 1.0//EN" "Manifest.dtd">
+<!--***********************************************************
+ * 
+ * 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.
+ * 
+ ***********************************************************-->
 <manifest:manifest xmlns:manifest="http://openoffice.org/2001/manifest">
  <manifest:file-entry manifest:media-type="application/vnd.sun.star.uno-component;type=Java"
                       manifest:full-path="sun-report-builder.jar"/>