Modified: incubator/ooo/trunk/main/wizards/source/template/Correspondence.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/template/Correspondence.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/template/Correspondence.xba 
(original)
+++ incubator/ooo/trunk/main/wizards/source/template/Correspondence.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="Correspondence" script:language="StarBasic">Option Explicit
 
 Public msgNoTextmark$, msgError$
@@ -283,4 +303,4 @@ Dim bCorrectField as Boolean
                End If
        End If
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/template/ModuleAgenda.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/template/ModuleAgenda.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/template/ModuleAgenda.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/template/ModuleAgenda.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="ModuleAgenda" script:language="StarBasic">&apos; All variables 
must be declared before use
 Option Explicit
 
@@ -200,4 +220,4 @@ Dim Taglist() as String
        sTrueContent = TagList(1)
 End Sub
 
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/template/Samples.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/template/Samples.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/template/Samples.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/template/Samples.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="Samples" script:language="StarBasic">Option Explicit
 
 Const SAMPLES = 1000
@@ -182,4 +202,4 @@ Sub KillTempFile()
        End If
 End Sub
 
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/tools/Debug.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tools/Debug.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tools/Debug.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/tools/Debug.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="Debug" script:language="StarBasic">REM  *****  BASIC  *****
 
 Sub ActivateReadOnlyFlag()
@@ -233,4 +253,4 @@ Sub FillDocument()
        oMyReport.trigger(&quot;fill&quot;)
 End Sub
 
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/tools/Listbox.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tools/Listbox.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tools/Listbox.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/tools/Listbox.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="Listbox" script:language="StarBasic">Option Explicit
 Dim OriginalList()
 Dim oDialogModel as Object
@@ -350,4 +370,4 @@ Dim i as Integer
        Next i
        GetItemPos() = -1
 End Function
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/tools/Misc.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tools/Misc.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tools/Misc.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/tools/Misc.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="Misc" script:language="StarBasic">REM  *****  BASIC  *****
 
 Const SBSHARE = 0
@@ -814,4 +834,4 @@ End Sub
 Function CalIsLeapYear(ByVal iYear as Integer) as Boolean
         CalIsLeapYear = ((iYear Mod 4 = 0) And ((iYear Mod 100 &lt;&gt; 0) Or 
(iYear Mod 400 = 0)))
 End Function
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/tools/ModuleControls.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tools/ModuleControls.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tools/ModuleControls.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/tools/ModuleControls.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="ModuleControls" script:language="StarBasic">Option Explicit
 
 Public DlgOverwrite as Object
@@ -367,4 +387,4 @@ Sub SetOVERWRITEToNever()
        iGeneralOverwrite = SBOVERWRITENEVER
        DlgOverwrite.EndExecute()
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/tools/Strings.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tools/Strings.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tools/Strings.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/tools/Strings.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="Strings" script:language="StarBasic">Option Explicit
 Public sProductname as String
 
@@ -449,4 +469,4 @@ WRONGDATATYPE:
        End If
 NOERR: 
 End Function
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/tools/UCB.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tools/UCB.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tools/UCB.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/tools/UCB.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="UCB" script:language="StarBasic">&apos;Option explicit
 Public oDocument
 Public oDocInfo as object

Modified: incubator/ooo/trunk/main/wizards/source/tutorials/Functions.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tutorials/Functions.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tutorials/Functions.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/tutorials/Functions.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="Functions" script:language="StarBasic">REM  *****  BASIC  *****
 Dim DialogVisible As Boolean
 Dim TutorStep As Integer

Modified: incubator/ooo/trunk/main/wizards/source/tutorials/RoadMap.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tutorials/RoadMap.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tutorials/RoadMap.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/tutorials/RoadMap.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="RoadMap" script:language="StarBasic">REM  *****  BASIC  *****
 Dim oControlModel
 Dim oDialogModel
@@ -114,4 +134,4 @@ End Sub
 
 Sub Property_disposing(aEvent)
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/tutorials/ShowInfoDialog.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tutorials/ShowInfoDialog.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tutorials/ShowInfoDialog.xba 
(original)
+++ incubator/ooo/trunk/main/wizards/source/tutorials/ShowInfoDialog.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="ShowInfoDialog" script:language="StarBasic">REM  *****  BASIC  
*****
 Dim oWnd As Object
 Dim oWnd2 As Object
@@ -302,4 +322,4 @@ Function addShapeToDrawDoc(oPage as Obje
 
     addShapeToDrawDoc() = oShape
 End Function
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/tutorials/TutorialClose.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tutorials/TutorialClose.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tutorials/TutorialClose.xba 
(original)
+++ incubator/ooo/trunk/main/wizards/source/tutorials/TutorialClose.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="TutorialClose" script:language="StarBasic">REM  *****  BASIC  *****
 Dim myCloseDialog As Object
 
@@ -12,4 +32,4 @@ Sub CloseYes(aEvent)
        myCloseDialog.EndExecute()
        DialogVisible = False
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/tutorials/TutorialCreator.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tutorials/TutorialCreator.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tutorials/TutorialCreator.xba 
(original)
+++ incubator/ooo/trunk/main/wizards/source/tutorials/TutorialCreator.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="TutorialCreator" script:language="StarBasic">REM  *****  BASIC  
*****
 Sub TutorialCreatorMain
        GlobalScope.BasicLibraries.LoadLibrary(&quot;Tools&quot;)
@@ -7,4 +27,4 @@ Sub TutorialCreatorMain
        myTutorial.trigger(&quot;StartTutorialCreator&quot;)
 End Sub
 
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/tutorials/TutorialOpen.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/tutorials/TutorialOpen.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/tutorials/TutorialOpen.xba 
(original)
+++ incubator/ooo/trunk/main/wizards/source/tutorials/TutorialOpen.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="TutorialOpen" script:language="StarBasic">REM  *****  BASIC  *****
 Dim myOpenDialog As Object
 Dim oListBox As Object
@@ -93,4 +113,4 @@ End Sub
 Sub Cancel(aEvent)
        myOpenDialog.endExecute()
 End Sub
-</script:module>
\ No newline at end of file
+</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/webwizard/Bullets.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/webwizard/Bullets.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/webwizard/Bullets.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/webwizard/Bullets.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="Bullets" script:language="StarBasic">REM  *****  BASIC  *****
 Option Explicit
 
@@ -114,4 +134,4 @@ Dim oSize as New com.sun.star.awt.Size
                End If
        Next i
        ChangeBulletUrlToSavePath() = oNewBuffer()
-End Function</script:module>
\ No newline at end of file
+End Function</script:module>

Modified: incubator/ooo/trunk/main/wizards/source/webwizard/Common.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/webwizard/Common.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/webwizard/Common.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/webwizard/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  *****
 Option Explicit
 
@@ -142,4 +162,4 @@ Dim MaxIndex as Integer
        GetCurIndex = i
 End Function
 
-</script:module>
\ No newline at end of file
+</script:module>

Modified: 
incubator/ooo/trunk/main/wizards/source/webwizard/HtmlAutoPilotBasic.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/webwizard/HtmlAutoPilotBasic.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/webwizard/HtmlAutoPilotBasic.xba 
(original)
+++ incubator/ooo/trunk/main/wizards/source/webwizard/HtmlAutoPilotBasic.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="HtmlAutoPilotBasic" script:language="StarBasic">&apos; Variables 
must be declared
 Option Explicit
 

Modified: incubator/ooo/trunk/main/wizards/source/webwizard/Language.xba
URL: 
http://svn.apache.org/viewvc/incubator/ooo/trunk/main/wizards/source/webwizard/Language.xba?rev=1306684&r1=1306683&r2=1306684&view=diff
==============================================================================
--- incubator/ooo/trunk/main/wizards/source/webwizard/Language.xba (original)
+++ incubator/ooo/trunk/main/wizards/source/webwizard/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
 
 
@@ -81,4 +101,4 @@ Sub OpenWebDialog()
        MainDialog.GetControl(&quot;lbTemplate&quot;).SetFocus()
        DialogModel.cbGoOn.DefaultButton = True
        DialogModel.ImagePreview.BackGroundColor = RGB(0,60,126)
-End Sub</script:module>
\ No newline at end of file
+End Sub</script:module>


Reply via email to