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/29 19:19:48 UTC

svn commit: r1307004 - in /incubator/ooo/trunk/main: dbaccess/qa/unoapi/ filter/qa/complex/filter/detection/typeDetection/ forms/qa/integration/forms/ framework/qa/complex/api_internal/ framework/qa/complex/loadAllDocuments/ javainstaller2/src/Properti...

Author: arist
Date: Thu Mar 29 17:19:46 2012
New Revision: 1307004

URL: http://svn.apache.org/viewvc?rev=1307004&view=rev
Log:
Update headers to Alv2 headers

Modified:
    incubator/ooo/trunk/main/dbaccess/qa/unoapi/dbaccess.props
    incubator/ooo/trunk/main/filter/qa/complex/filter/detection/typeDetection/TypeDetection.props
    incubator/ooo/trunk/main/forms/qa/integration/forms/ListSelection.props
    incubator/ooo/trunk/main/framework/qa/complex/api_internal/CheckAPI.props
    incubator/ooo/trunk/main/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.props
    incubator/ooo/trunk/main/javainstaller2/src/Properties/setupfiles_template.properties
    incubator/ooo/trunk/main/javainstaller2/src/Properties/setupstrings_template.properties
    incubator/ooo/trunk/main/officecfg/registry/schema/oo-ldap-attr-map.properties
    incubator/ooo/trunk/main/officecfg/registry/schema/oo-org-map.properties
    incubator/ooo/trunk/main/pyuno/demo/biblioaccess.py
    incubator/ooo/trunk/main/pyuno/demo/hello_world_comp.py
    incubator/ooo/trunk/main/pyuno/demo/ooextract.py
    incubator/ooo/trunk/main/pyuno/demo/swriter.py
    incubator/ooo/trunk/main/pyuno/demo/swritercomp.py
    incubator/ooo/trunk/main/pyuno/demo/swritercompclient.py
    incubator/ooo/trunk/main/reportdesign/qa/complex/reportdesign/runner.props
    incubator/ooo/trunk/main/scripting/examples/python/Capitalise.py
    incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/Bundle.properties
    incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/Bundle.properties
    incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/Bundle.properties
    incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/resources/Bundle.properties
    incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/Bundle.properties
    incubator/ooo/trunk/main/solenv/inc/ant.properties
    incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/genfiles.properties
    incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/private.properties
    incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project-uno.properties
    incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project.properties
    incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_ar_DZ.properties
    incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_ca_ES.properties
    incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_de_DE.properties
    incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_en_US.properties
    incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_fr_FR.properties
    incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/genfiles.properties
    incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/private/private.properties
    incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/project.properties
    incubator/ooo/trunk/main/vcl/qa/complex/memCheck/CheckMemoryUsage.props
    incubator/ooo/trunk/main/vcl/qa/complex/persistent_window_states/PersistentWindowTest.props
    incubator/ooo/trunk/main/xmerge/source/inc/antbuild.properties
    incubator/ooo/trunk/main/xmerge/source/palmtests/qa/comparator/XmlDiff.properties
    incubator/ooo/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/genfiles.properties
    incubator/ooo/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/project.properties

Modified: incubator/ooo/trunk/main/dbaccess/qa/unoapi/dbaccess.props
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/dbaccess/qa/unoapi/dbaccess.props?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/dbaccess/qa/unoapi/dbaccess.props (original)
+++ incubator/ooo/trunk/main/dbaccess/qa/unoapi/dbaccess.props Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 #properties needed for dbbaccess
 
 jdbc.url=mysql://unoapi:3306/testDB

Modified: incubator/ooo/trunk/main/filter/qa/complex/filter/detection/typeDetection/TypeDetection.props
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/filter/qa/complex/filter/detection/typeDetection/TypeDetection.props?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/filter/qa/complex/filter/detection/typeDetection/TypeDetection.props (original)
+++ incubator/ooo/trunk/main/filter/qa/complex/filter/detection/typeDetection/TypeDetection.props Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 # UNIX:
 #TestDocumentPath=file:///net/margritte/usr/qaapi/dev/cws/filtercfg/docTypes
 # WINDOWS

Modified: incubator/ooo/trunk/main/forms/qa/integration/forms/ListSelection.props
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/forms/qa/integration/forms/ListSelection.props?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/forms/qa/integration/forms/ListSelection.props (original)
+++ incubator/ooo/trunk/main/forms/qa/integration/forms/ListSelection.props Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 ThreadTimeOut=600000
 Interactive=false
 Runs=5

Modified: incubator/ooo/trunk/main/framework/qa/complex/api_internal/CheckAPI.props
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/framework/qa/complex/api_internal/CheckAPI.props?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/framework/qa/complex/api_internal/CheckAPI.props (original)
+++ incubator/ooo/trunk/main/framework/qa/complex/api_internal/CheckAPI.props Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 ParamList=-OutProducer stats.SimpleFileOutProducer -OutputPath /dev/null
 #AppExecutionCommand=d:\\prj_new\\install\\src680_m17\\program\\soffice -norestore -nocrashreport -accept=socket,host=0,port=8100;urp;
 # the test job list

Modified: incubator/ooo/trunk/main/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.props
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.props?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.props (original)
+++ incubator/ooo/trunk/main/framework/qa/complex/loadAllDocuments/CheckXComponentLoader.props Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 FtpAccess=ftp://apitest:apitest@margritte/%2e%2e/share/easyDocTypes
 HttpAccess=http://margritte:8080/share/easyDocTypes
 ThreadTimeOut=600000

Modified: incubator/ooo/trunk/main/javainstaller2/src/Properties/setupfiles_template.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/javainstaller2/src/Properties/setupfiles_template.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/javainstaller2/src/Properties/setupfiles_template.properties (original)
+++ incubator/ooo/trunk/main/javainstaller2/src/Properties/setupfiles_template.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 #
 # setupfiles_${LANGUAGE}.properties
 #

Modified: incubator/ooo/trunk/main/javainstaller2/src/Properties/setupstrings_template.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/javainstaller2/src/Properties/setupstrings_template.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/javainstaller2/src/Properties/setupstrings_template.properties (original)
+++ incubator/ooo/trunk/main/javainstaller2/src/Properties/setupstrings_template.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 #
 # setupstrings_${LANGUAGE}.properties
 #

Modified: incubator/ooo/trunk/main/officecfg/registry/schema/oo-ldap-attr-map.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/officecfg/registry/schema/oo-ldap-attr-map.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/officecfg/registry/schema/oo-ldap-attr-map.properties (original)
+++ incubator/ooo/trunk/main/officecfg/registry/schema/oo-ldap-attr-map.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # inetOrgPerson.givenName
 # x-no-translate
 org.openoffice.UserProfile/Data/givenname = givenname

Modified: incubator/ooo/trunk/main/officecfg/registry/schema/oo-org-map.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/officecfg/registry/schema/oo-org-map.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/officecfg/registry/schema/oo-org-map.properties (original)
+++ incubator/ooo/trunk/main/officecfg/registry/schema/oo-org-map.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # attribute and objectclass identifying a user
 # multi values are supported, separated by comma
 # x-no-translate
@@ -19,4 +39,4 @@ Role/Container=ou=Groups
 # attribute and objectclass identifying organisations
 # multi values are supported, separated by comma
 Organisation/ObjectClass=organization
-Organisation/NamingAttribute=o
\ No newline at end of file
+Organisation/NamingAttribute=o

Modified: incubator/ooo/trunk/main/pyuno/demo/biblioaccess.py
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/pyuno/demo/biblioaccess.py?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/pyuno/demo/biblioaccess.py (original)
+++ incubator/ooo/trunk/main/pyuno/demo/biblioaccess.py Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 import uno
 
 from com.sun.star.sdb.CommandType import COMMAND

Modified: incubator/ooo/trunk/main/pyuno/demo/hello_world_comp.py
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/pyuno/demo/hello_world_comp.py?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/pyuno/demo/hello_world_comp.py (original)
+++ incubator/ooo/trunk/main/pyuno/demo/hello_world_comp.py Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 import uno
 import unohelper
 

Modified: incubator/ooo/trunk/main/pyuno/demo/ooextract.py
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/pyuno/demo/ooextract.py?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/pyuno/demo/ooextract.py (original)
+++ incubator/ooo/trunk/main/pyuno/demo/ooextract.py Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 import getopt,sys
 import uno
 from unohelper import Base,systemPathToFileUrl, absolutize

Modified: incubator/ooo/trunk/main/pyuno/demo/swriter.py
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/pyuno/demo/swriter.py?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/pyuno/demo/swriter.py (original)
+++ incubator/ooo/trunk/main/pyuno/demo/swriter.py Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 
 # bootstrap uno component context 	
 import uno

Modified: incubator/ooo/trunk/main/pyuno/demo/swritercomp.py
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/pyuno/demo/swritercomp.py?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/pyuno/demo/swritercomp.py (original)
+++ incubator/ooo/trunk/main/pyuno/demo/swritercomp.py Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 # just a simple copy of the swriter.py demo, but implemented as a component. The advantage is,
 # that the component may run within the office process which may give a performance improvement.
 

Modified: incubator/ooo/trunk/main/pyuno/demo/swritercompclient.py
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/pyuno/demo/swritercompclient.py?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/pyuno/demo/swritercompclient.py (original)
+++ incubator/ooo/trunk/main/pyuno/demo/swritercompclient.py Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 # instantiating
 import uno
 

Modified: incubator/ooo/trunk/main/reportdesign/qa/complex/reportdesign/runner.props
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/reportdesign/qa/complex/reportdesign/runner.props?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/reportdesign/qa/complex/reportdesign/runner.props (original)
+++ incubator/ooo/trunk/main/reportdesign/qa/complex/reportdesign/runner.props Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 # where to store created documents
 wntmsci.DOC_COMPARATOR_OUTPUT_PATH=\\\\so-gfxcmp-lin\\doc-pool\\reporttest
 unxlngi.DOC_COMPARATOR_OUTPUT_PATH=/net/so-gfxcmp-lin/export/gfxcmp/document-pool/reporttest

Modified: incubator/ooo/trunk/main/scripting/examples/python/Capitalise.py
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/examples/python/Capitalise.py?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/examples/python/Capitalise.py (original)
+++ incubator/ooo/trunk/main/scripting/examples/python/Capitalise.py Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 
 # helper function
 def getNewString( theString ) :

Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/Bundle.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/Bundle.properties (original)
+++ incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/filesystem/Bundle.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # Filesystems API
 # {0} - root path
 # x-no-translate

Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/Bundle.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/Bundle.properties (original)
+++ incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/loader/Bundle.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # Datasystems API
 #PROP_myProp=<name of my property>
 #HINT_myProp=<description of my property>

Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/Bundle.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/Bundle.properties (original)
+++ incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/options/Bundle.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # Options API
 # x-no-translate
 LBL_settings=Office Settings

Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/resources/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/resources/Bundle.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/resources/Bundle.properties (original)
+++ incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/resources/Bundle.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # x-no-translate
 Templates/OfficeScripting=Office Scripting
 Templates/OfficeScripting/parcel.xml=Script Parcel Descriptor

Modified: incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/Bundle.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/Bundle.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/Bundle.properties (original)
+++ incubator/ooo/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/wizard/Bundle.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # Window System API
 # x-no-translate
 

Modified: incubator/ooo/trunk/main/solenv/inc/ant.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/inc/ant.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/solenv/inc/ant.properties (original)
+++ incubator/ooo/trunk/main/solenv/inc/ant.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # x-no-translate
 build.bin=${build.dir}/bin
 build.class=${build.dir}/class

Modified: incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/genfiles.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/genfiles.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/genfiles.properties (original)
+++ incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/genfiles.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # x-no-translate
 build.xml.data.CRC32=2b754fcd
 build.xml.script.CRC32=0a20deac

Modified: incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/private.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/private.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/private.properties (original)
+++ incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/private/private.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # x-no-translate
 compile.on.save=false
 do.depend=false

Modified: incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project-uno.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project-uno.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project-uno.properties (original)
+++ incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project-uno.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # x-no-translate
 uno.project.type=office.component.project
 project.name=TaskPaneComponent

Modified: incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project.properties (original)
+++ incubator/ooo/trunk/main/testautomation/extensions/optional/input/extension_sources/TaskPaneComponent/nbproject/project.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # x-no-translate
 application.args=
 application.title=TaskPaneComponent

Modified: incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_ar_DZ.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_ar_DZ.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_ar_DZ.properties (original)
+++ incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_ar_DZ.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # Dialog5 strings
 # x-no-translate
 28.Dialog5.HelpText=

Modified: incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_ca_ES.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_ca_ES.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_ca_ES.properties (original)
+++ incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_ca_ES.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # Dialog5 strings
 # x-no-translate
 28.Dialog5.HelpText=

Modified: incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_de_DE.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_de_DE.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_de_DE.properties (original)
+++ incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_de_DE.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # Dialog5 strings
 # x-no-translate
 28.Dialog5.HelpText=

Modified: incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_en_US.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_en_US.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_en_US.properties (original)
+++ incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_en_US.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # Dialog5 strings
 # x-no-translate
 28.Dialog5.HelpText=

Modified: incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_fr_FR.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_fr_FR.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_fr_FR.properties (original)
+++ incubator/ooo/trunk/main/testautomation/framework/required/input/basic_ide/Dialog5_fr_FR.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # Dialog5 strings
 # x-no-translate
 28.Dialog5.HelpText=

Modified: incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/genfiles.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/genfiles.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/genfiles.properties (original)
+++ incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/genfiles.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
 # x-no-translate
 build.xml.data.CRC32=d17eccb2
 build.xml.script.CRC32=a183e208

Modified: incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/private/private.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/private/private.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/private/private.properties (original)
+++ incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/private/private.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 # x-no-translate
 application.args=D:\\sources\\gfxcmp02\\DEV300\\ooo\\testgraphical\\wntmsci12.pro\\misc\\CurrentTime.ods.ps.ini 
 compile.on.save=true

Modified: incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/project.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/project.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/project.properties (original)
+++ incubator/ooo/trunk/main/testgraphical/ui/java/ConvwatchGUIProject/nbproject/project.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 # x-no-translate
 application.desc=This Program shows three pictures in one line.
 application.title=ConvwatchGUIProject

Modified: incubator/ooo/trunk/main/vcl/qa/complex/memCheck/CheckMemoryUsage.props
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/qa/complex/memCheck/CheckMemoryUsage.props?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/vcl/qa/complex/memCheck/CheckMemoryUsage.props (original)
+++ incubator/ooo/trunk/main/vcl/qa/complex/memCheck/CheckMemoryUsage.props Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 # the path to the test documents
 TestDocumentPath=../../testdocuments
 

Modified: incubator/ooo/trunk/main/vcl/qa/complex/persistent_window_states/PersistentWindowTest.props
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/vcl/qa/complex/persistent_window_states/PersistentWindowTest.props?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/vcl/qa/complex/persistent_window_states/PersistentWindowTest.props (original)
+++ incubator/ooo/trunk/main/vcl/qa/complex/persistent_window_states/PersistentWindowTest.props Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 # test can be long: so increase the time until the test is interrupted
 # time in milliseconds
 ThreadTimeOut=50000000

Modified: incubator/ooo/trunk/main/xmerge/source/inc/antbuild.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/inc/antbuild.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/xmerge/source/inc/antbuild.properties (original)
+++ incubator/ooo/trunk/main/xmerge/source/inc/antbuild.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 # define how to handle CLASSPATH environment
 # x-no-translate
 build.sysclasspath=ignore
@@ -9,4 +30,4 @@ src.dir=${basedir}/java
 
 build.dir=${out}/class
 target.dir=${build.dir}/${ant.project.name}
-target.jar=${build.dir}/${ant.project.name}.jar
\ No newline at end of file
+target.jar=${build.dir}/${ant.project.name}.jar

Modified: incubator/ooo/trunk/main/xmerge/source/palmtests/qa/comparator/XmlDiff.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmerge/source/palmtests/qa/comparator/XmlDiff.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/xmerge/source/palmtests/qa/comparator/XmlDiff.properties (original)
+++ incubator/ooo/trunk/main/xmerge/source/palmtests/qa/comparator/XmlDiff.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 #
 #  $Id: XmlDiff.properties,v 1.2 2005-10-24 16:13:45 hr Exp $
 #

Modified: incubator/ooo/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/genfiles.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/genfiles.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/genfiles.properties (original)
+++ incubator/ooo/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/genfiles.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 # x-no-translate
 build.xml.data.CRC32=8071b819
 build.xml.script.CRC32=deb21e95

Modified: incubator/ooo/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/project.properties
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/project.properties?rev=1307004&r1=1307003&r2=1307004&view=diff
==============================================================================
--- incubator/ooo/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/project.properties (original)
+++ incubator/ooo/trunk/main/xmlsecurity/test_docs/tools/httpserv/nbproject/project.properties Thu Mar 29 17:19: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.
+#  
+# *************************************************************
+
 # x-no-translate
 application.title=httpserv
 application.vendor=jochen