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 03:54:12 UTC

svn commit: r1306684 [2/3] - in /incubator/ooo/trunk/main: extensions/test/ole/VisualBasic/ extras/source/misc_config/wizard/web/layouts/diagonal/ extras/source/misc_config/wizard/web/layouts/frame_bottom/ extras/source/misc_config/wizard/web/layouts/f...

Modified: incubator/ooo/trunk/main/wizards/source/depot/Internet.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/Internet.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/Internet.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/Internet.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Internet" script:language="StarBasic">REM  *****  BASIC  *****
 Option Explicit
 Public sNewSheetName as String
@@ -336,4 +356,4 @@ Dim bLeaveLoop as Boolean
 		oDateCell.Annotation.SetString(NoteText)
 	End If
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/depot/Lang_de.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/Lang_de.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/Lang_de.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/Lang_de.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Lang_de" script:language="StarBasic">Option Explicit
 
 Sub LoadGermanLanguage()
@@ -155,4 +175,4 @@ Sub LoadGermanLanguage()
 		.cmdCancel.Label = sCancel
 	End With
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/depot/Lang_en.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/Lang_en.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/Lang_en.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/Lang_en.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Lang_en" script:language="StarBasic">Option Explicit
 
 Sub LoadEnglishLanguage()
@@ -155,4 +175,4 @@ Sub LoadEnglishLanguage()
 		.cmdCancel.Label = sCancel
 	End With
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/depot/Lang_es.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/Lang_es.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/Lang_es.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/Lang_es.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Lang_es" script:language="StarBasic">Option Explicit
 
 Sub LoadSpanishLanguage()
@@ -155,4 +175,4 @@ Sub LoadSpanishLanguage()
 		.cmdCancel.Label = sCancel
 	End With
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/depot/Lang_fr.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/Lang_fr.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/Lang_fr.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/Lang_fr.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Lang_fr" script:language="StarBasic">Option Explicit
 
 Sub LoadFrenchLanguage()
@@ -155,4 +175,4 @@ Sub LoadFrenchLanguage()
 		.cmdCancel.Label = sCancel
 	End With
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/depot/Lang_it.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/Lang_it.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/Lang_it.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/Lang_it.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Lang_it" script:language="StarBasic">Option Explicit
 
 Sub LoadItalianLanguage()
@@ -155,4 +175,4 @@ Sub LoadItalianLanguage()
 		.cmdCancel.Label = sCancel
 	End With
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/depot/Lang_ja.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/Lang_ja.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/Lang_ja.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/Lang_ja.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Lang_ja" script:language="StarBasic">Option Explicit
 
 Sub LoadJapaneseLanguage()
@@ -155,4 +175,4 @@ Sub LoadJapaneseLanguage()
 		.cmdCancel.Label = sCancel
 	End With
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/depot/Lang_ko.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/Lang_ko.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/Lang_ko.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/Lang_ko.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Lang_ko" script:language="StarBasic">Option Explicit
 
 Sub LoadKoreanLanguage()
@@ -155,4 +175,4 @@ Sub LoadKoreanLanguage()
 		.cmdCancel.Label = sCancel
 	End With
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/depot/Lang_sv.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/Lang_sv.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/Lang_sv.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/Lang_sv.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Lang_sv" script:language="StarBasic">Option Explicit
 
 Sub LoadSwedishLanguage()
@@ -154,4 +174,4 @@ Sub LoadSwedishLanguage()
 		.cmdCancel.Label = sCancel
 	End With
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/depot/Lang_tw.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/Lang_tw.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/Lang_tw.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/Lang_tw.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Lang_tw" script:language="StarBasic">Option Explicit
 
 Sub LoadChineseTradLanguage()
@@ -155,4 +175,4 @@ Sub LoadChineseTradLanguage()
 		.cmdCancel.Label = sCancel
 	End With
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/depot/Lang_zh.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/Lang_zh.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/Lang_zh.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/Lang_zh.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Lang_zh" script:language="StarBasic">Option Explicit
 
 Sub LoadChineseSimpleLanguage()
@@ -155,4 +175,4 @@ Sub LoadChineseSimpleLanguage()
 		.cmdCancel.Label = sCancel
 	End With
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/depot/tools.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/depot/tools.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/depot/tools.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/depot/tools.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="tools" script:language="StarBasic">REM  *****  BASIC  *****
 Option Explicit
 
@@ -197,4 +217,4 @@ Dim bIsDocCountry as Boolean
 	bIsDocCountry = Instr(1, LocCountry, sDocCountry, SBBINARY) &lt;&gt; 0 OR SDocCountry = &quot;&quot;
 	CheckDocLocale = (bIsDocLanguage And bIsDocCountry)
 End Function
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/euro/AutoPilotRun.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/euro/AutoPilotRun.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/euro/AutoPilotRun.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/euro/AutoPilotRun.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="AutoPilotRun" script:language="StarBasic">Option Explicit
 
 Public SourceDir as String

Modified: incubator/ooo/trunk/main/wizards/source/euro/Common.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/euro/Common.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/euro/Common.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/euro/Common.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Common" script:language="StarBasic"> REM  *****  BASIC  *****
 Public DialogModel as Object
 Public DialogConvert as Object
@@ -269,4 +289,4 @@ Sub	EndStatusLine()
 		DialogModel.ProgressBar.ProgressValue = 100
 	End If
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/euro/ConvertRun.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/euro/ConvertRun.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/euro/ConvertRun.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/euro/ConvertRun.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="ConvertRun" script:language="StarBasic">Option Explicit
 
 Public oPreSelRange as Object
@@ -314,4 +334,4 @@ Sub	SetStatusLineText(sStsREPROTECT as S
 		oStatusline.SetText(sStsREPROTECT)
 	End If
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/euro/Hard.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/euro/Hard.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/euro/Hard.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/euro/Hard.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Hard" script:language="StarBasic">REM  *****  BASIC  *****
 Option Explicit
 
@@ -226,4 +246,4 @@ Dim LocCellCount as Long
 	oRangeAddress = oRange.RangeAddress
 	LocCellCount = (oRangeAddress.EndColumn - oRangeAddress.StartColumn + 1) * (oRangeAddress.EndRow - oRangeAddress.StartRow + 1)
 	CountRangeCells = LocCellCount
-End Function</script:module>
\ No newline at end of file
+End Function</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/euro/Init.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/euro/Init.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/euro/Init.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/euro/Init.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Init" script:language="StarBasic">Option Explicit
 REM  *****  BASIC  *****
 

Modified: incubator/ooo/trunk/main/wizards/source/euro/Protect.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/euro/Protect.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/euro/Protect.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/euro/Protect.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Protect" script:language="StarBasic">REM  *****  BASIC  *****
 Option Explicit
 
@@ -172,4 +192,4 @@ Dim bProtectedSheets as Boolean
 		End If
 	Next i
 	CheckSheetProtection() = False
-End Function</script:module>
\ No newline at end of file
+End Function</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/euro/Soft.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/euro/Soft.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/euro/Soft.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/euro/Soft.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Soft" script:language="StarBasic">Option Explicit
 REM  *****  BASIC  *****
 
@@ -236,4 +256,4 @@ Dim AssignString as String
 		End If
 	End If
 	GetAssignedRanges() = StyleRangeList()
-End Function</script:module>
\ No newline at end of file
+End Function</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/euro/Writer.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/euro/Writer.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/euro/Writer.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/euro/Writer.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Writer" script:language="StarBasic">REM  *****  BASIC  *****
 
 
@@ -69,4 +89,4 @@ Dim MaxIndex as Integer
 	Wend
 	oDocument.GetTextFields.refresh()
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/formwizard/DBMeta.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/formwizard/DBMeta.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/formwizard/DBMeta.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/formwizard/DBMeta.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="DBMeta" script:language="StarBasic">REM  *****  BASIC  *****
 Option Explicit
 
@@ -327,4 +347,4 @@ Function AssignFieldLength(FieldLength a
 		AssignFieldLength() = FieldLength
 	End If
 End Function
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/formwizard/FormWizard.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/formwizard/FormWizard.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/formwizard/FormWizard.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/formwizard/FormWizard.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="FormWizard" script:language="StarBasic">Option Explicit
 
 Public DocumentName as String
@@ -424,4 +444,4 @@ dim iSelPos as Integer
 		End If
 	End If
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/formwizard/Language.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/formwizard/Language.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/formwizard/Language.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/formwizard/Language.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Language" script:language="StarBasic">Option Explicit
 
 

Modified: incubator/ooo/trunk/main/wizards/source/formwizard/Layouter.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/formwizard/Layouter.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/formwizard/Layouter.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/formwizard/Layouter.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Layouter" script:language="StarBasic">Option Explicit
 
 Public oProgressbar as Object
@@ -377,4 +397,4 @@ End Sub
 Sub SwitchAlignMode(ByVal LocAlignMode as Integer)
 	OldAlignMode = CurAlignMode
 	CurAlignMode = LocAlignMode
-End Sub</script:module>
\ No newline at end of file
+End Sub</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/formwizard/develop.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/formwizard/develop.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/formwizard/develop.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/formwizard/develop.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="develop" script:language="StarBasic">REM  *****  BASIC  *****
 Option Explicit
 
@@ -530,4 +550,4 @@ Dim i as Integer
 	Else
 		RemoveNirwanaShapes()
 	End If
-End Sub</script:module>
\ No newline at end of file
+End Sub</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/formwizard/tools.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/formwizard/tools.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/formwizard/tools.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/formwizard/tools.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="tools" script:language="StarBasic">REM  *****  BASIC  *****
 Option Explicit
 Public Const SBMAXTEXTSIZE = 50

Modified: incubator/ooo/trunk/main/wizards/source/gimmicks/AutoText.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/gimmicks/AutoText.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/gimmicks/AutoText.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/gimmicks/AutoText.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="AutoText" script:language="StarBasic">&apos; BASIC
 Option Explicit
 Dim oDocument as Object

Modified: incubator/ooo/trunk/main/wizards/source/gimmicks/ChangeAllChars.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/gimmicks/ChangeAllChars.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/gimmicks/ChangeAllChars.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/gimmicks/ChangeAllChars.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="ChangeAllChars" script:language="StarBasic">&apos; This macro replaces all characters in a writer-documet through &quot;x&quot; or &quot;X&quot; signs.
 &apos; It works on the currently activated document.
 Private const UPPERREPLACECHAR = &quot;X&quot;
@@ -72,4 +92,4 @@ Sub ReplaceStrings(oContainer as Object,
 	oReplaceDesc.Searchstring = sSearchString
 	oReplaceDesc.ReplaceString = sReplaceString
 	oReplCount = oContainer.ReplaceAll(oReplaceDesc)
-End Sub</script:module>
\ No newline at end of file
+End Sub</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/gimmicks/GetTexts.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/gimmicks/GetTexts.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/gimmicks/GetTexts.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/gimmicks/GetTexts.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="GetTexts" script:language="StarBasic">Option Explicit
 &apos; Macro-Description:
 &apos; This Macro extracts the Strings out of the currently activated document und inserts them into a logdocument

Modified: incubator/ooo/trunk/main/wizards/source/gimmicks/ReadDir.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/gimmicks/ReadDir.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/gimmicks/ReadDir.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/gimmicks/ReadDir.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="ReadDir" script:language="StarBasic">Option Explicit
 Public Const SBPAGEX = 800
 Public Const SBPAGEY = 800
@@ -302,4 +322,4 @@ Sub ToggleDialogControls(bDoEnable as Bo
 		.Label2.Enabled = bDoEnable
 		.TextField1.Enabled = bDoEnable
 	End With
-End Sub</script:module>
\ No newline at end of file
+End Sub</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/gimmicks/Userfields.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/gimmicks/Userfields.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/gimmicks/Userfields.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/gimmicks/Userfields.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Userfields" script:language="StarBasic">Option Explicit
 &apos;Todo: Controlling Scrollbar via Keyboard
 
@@ -216,4 +236,4 @@ Dim MaxIndex as Integer
 	ReDim Preserve UserFieldFamily(MaxIndex-1, SBMAXfIELDINDEX) as String
 	FillupTextFields()
 	ToggleButtons(CurFieldIndex)
-End Sub</script:module>
\ No newline at end of file
+End Sub</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/importwizard/API.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/importwizard/API.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/importwizard/API.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/importwizard/API.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="API" script:language="StarBasic">Declare Function RegOpenKeyEx Lib &quot;advapi32.dll&quot; Alias &quot;RegOpenKeyExA&quot; _
  (ByVal hKey As Long, _
   ByVal lpSubKey As String, _
@@ -205,4 +225,4 @@ Dim vValue As String        &apos; Key v
     RegCloseKeyA (hKey)
     QueryValue = vValue
 End Function
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/importwizard/DialogModul.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/importwizard/DialogModul.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/importwizard/DialogModul.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/importwizard/DialogModul.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="DialogModul" script:language="StarBasic">Option Explicit
 
 Public Const bDebugWizard = True
@@ -654,4 +674,4 @@ Sub FinalizeDialogButtons()	
 	ImportDialog.cmdGoOn.Label = sCloseButton
 	ImportDialog.cmdGoOn.Enabled = True
 End Sub	
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/importwizard/FilesModul.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/importwizard/FilesModul.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/importwizard/FilesModul.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/importwizard/FilesModul.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="FilesModul" script:language="StarBasic">Option Explicit
 
 Public AbsTemplateFound as Integer

Modified: incubator/ooo/trunk/main/wizards/source/importwizard/Language.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/importwizard/Language.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/importwizard/Language.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/importwizard/Language.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Language" script:language="StarBasic">Option Explicit
 
 Public sMSTemplateCheckbox(2) As String
@@ -154,4 +174,4 @@ Dim a as Integer
 		a = a + 1
 	Next			
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/importwizard/Main.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/importwizard/Main.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/importwizard/Main.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/importwizard/Main.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Main" script:language="StarBasic">Option Explicit
 
 &apos;  *****  BASIC  *****
@@ -287,4 +307,4 @@ Function GetImportWizardPaths() as Boole
 	End  If
 	GetImportWizardPaths() = False
 End Function
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/launcher/DicOOo.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/launcher/DicOOo.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/launcher/DicOOo.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/launcher/DicOOo.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="DicOOo" script:language="StarBasic">Option Explicit
 
 Sub StartDicOOo

Modified: incubator/ooo/trunk/main/wizards/source/schedule/BankHoliday.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/schedule/BankHoliday.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/schedule/BankHoliday.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/schedule/BankHoliday.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="BankHoliday" script:language="StarBasic">Option Explicit
 
 Sub Main()
@@ -174,4 +194,4 @@ Dim lDate as Long
 		CalInsertBankholiday(lDate, HolidayName, iType)
 	Next lDate
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/schedule/CalendarMain.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/schedule/CalendarMain.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/schedule/CalendarMain.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/schedule/CalendarMain.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="CalendarMain" script:language="StarBasic">Option Explicit
 
 Const _DEBUG = 0
@@ -299,4 +319,4 @@ Dim SelYear as String
 	DlgCalendar.EndExecute()
 	bCancelTask = True
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/schedule/CreateTable.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/schedule/CreateTable.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/schedule/CreateTable.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/schedule/CreateTable.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="CreateTable" script:language="StarBasic">Option Explicit
 
 Public Const FirstDayRow = 5          &apos; Row on month sheet for first day of month
@@ -130,4 +150,4 @@ Dim iCellValue as Long
 			End If
 		End If
 	End If
-End Sub</script:module>
\ No newline at end of file
+End Sub</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/schedule/DlgControl.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/schedule/DlgControl.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/schedule/DlgControl.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/schedule/DlgControl.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="DlgControl" script:language="StarBasic">Option Explicit
 
 Dim CalBitmap As Object
@@ -145,4 +165,4 @@ Dim DateStr as String
 		End If
 	End With
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/schedule/GermanHolidays.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/schedule/GermanHolidays.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/schedule/GermanHolidays.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/schedule/GermanHolidays.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="GermanHolidays" script:language="StarBasic">Option Explicit
 
 Sub Main()
@@ -129,4 +149,4 @@ Sub CalFindWholeYearHolidays_GERMANY(ByV
 	CalInsertBankholiday(Dateserial(iSelYear, 12, 26), &quot;2. Weihnachtstag&quot;, cHolidayType_Full)
 	CalInsertBankholiday(Dateserial(iSelYear, 12, 31), &quot;Sylvester&quot;, cHolidayType_Half)
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/schedule/Language.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/schedule/Language.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/schedule/Language.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/schedule/Language.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Language" script:language="StarBasic">Option Explicit
 
 
@@ -92,4 +112,4 @@ Const dlgShortMonth = 1225
 		End With
 	End If
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/schedule/LocalHolidays.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/schedule/LocalHolidays.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/schedule/LocalHolidays.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/schedule/LocalHolidays.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="LocalHolidays" script:language="StarBasic">Option Explicit
 
 Sub Main
@@ -639,4 +659,4 @@ Function CalculateJapaneseAutumnDay(iSel
 	If (iSelYear &gt; 1979) And (iSelYear &lt; 2100) Then
 		CalculateJapaneseAutumnDay() = Int(23.8431 + 0.242194)* (iSelYear-1980) - (Int((iSelYear-1980)/4))
 	End If
-End Function</script:module>
\ No newline at end of file
+End Function</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/schedule/OwnEvents.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/schedule/OwnEvents.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/schedule/OwnEvents.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/schedule/OwnEvents.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="OwnEvents" script:language="StarBasic">Option Explicit
 
 Public Const SBDATEUNDEFINED as Double = -98765432.1
@@ -214,4 +234,4 @@ Dim CurOwnMonth as Integer
 	CurOwnMonth = DlgCalModel.lstOwnEventMonth.SelectedItems(0) + 1
 	DlgCalModel.txtOwnEventDay.ValueMax = CalMaxDayInMonth(EvYear, CurOwnMonth)
 	CheckInsertedDates(,CurOwnMonth)
-End Sub</script:module>
\ No newline at end of file
+End Sub</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/standard/Module1.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/standard/Module1.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/standard/Module1.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/standard/Module1.xba Thu Mar 29 01:54:09 2012
@@ -1,7 +1,27 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Module1" script:language="StarBasic">REM  *****  BASIC  *****
 
 Sub Main
 
-End Sub</script:module>
\ No newline at end of file
+End Sub</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/template/Autotext.xba
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/template/Autotext.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/template/Autotext.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/template/Autotext.xba Thu Mar 29 01:54:09 2012
@@ -1,5 +1,25 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE script:module PUBLIC "-//OpenOffice.org//DTD OfficeDocument 1.0//EN" "module.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.
+ * 
+ ***********************************************************-->
 <script:module xmlns:script="http://openoffice.org/2000/script" script:name="Autotext" script:language="StarBasic">Option Explicit
 
 Public UserfieldDataType(14) as String
@@ -170,4 +190,4 @@ Sub	CreatePlaceholder(oCursor as Object,
 End Sub
 
 
-</script:module>
\ No newline at end of file
+</script:module>