summaryrefslogtreecommitdiff
path: root/librelogo/source
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2012-11-08 12:01:03 +0100
committerAndras Timar <atimar@suse.com>2012-11-08 12:01:03 +0100
commit639c1043260c7737e46eb0bead2f5bbe1e758edf (patch)
tree7938c4121d9ae9bda0652e1f28a1e9296e9f8087 /librelogo/source
parente549e16f581e4589b96128ec30180c418164ab93 (diff)
missing license headers (librelogo)
Change-Id: I9712e9b2910ae3aa44e93958067433d00d23b824
Diffstat (limited to 'librelogo/source')
-rw-r--r--librelogo/source/LibreLogo/LibreLogo.py9
-rw-r--r--librelogo/source/LibreLogoDummy.py10
-rw-r--r--librelogo/source/help/en-US/LibreLogo.xhp11
-rw-r--r--librelogo/source/pythonpath/librelogodummy_path.py10
-rw-r--r--librelogo/source/registry/data/org/openoffice/Office/Addons.xcu10
-rw-r--r--librelogo/source/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu10
-rw-r--r--librelogo/source/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu10
7 files changed, 69 insertions, 1 deletions
diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index 9a45b2b20caf..acea6dc90d20 100644
--- a/librelogo/source/LibreLogo/LibreLogo.py
+++ b/librelogo/source/LibreLogo/LibreLogo.py
@@ -1,5 +1,12 @@
# -*- encoding: UTF-8 -*-
# -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
import sys, os, uno, unohelper
import re, random, traceback, itertools
import threading, time as __time__
@@ -1405,3 +1412,5 @@ g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \
None,"org.openoffice.script.LibreLogo", \
("org.openoffice.script.ServiceLibreLogo",),)
+
+# vim: set noet sw=4 ts=4:
diff --git a/librelogo/source/LibreLogoDummy.py b/librelogo/source/LibreLogoDummy.py
index 1d65ff4919fa..fc3ef12ad950 100644
--- a/librelogo/source/LibreLogoDummy.py
+++ b/librelogo/source/LibreLogoDummy.py
@@ -1,3 +1,11 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
# dummy UNO component to get the path of the localizations
import uno, unohelper, os, sys
from com.sun.star.lang import XMain
@@ -12,3 +20,5 @@ class LibreLogoDummyComponent(XMain, unohelper.Base):
g_ImplementationHelper = unohelper.ImplementationHelper()
g_ImplementationHelper.addImplementation( \
LibreLogoDummyComponent,"org.openoffice.comp.pyuno.LibreLogoDummy",("org.openoffice.LibreLogo.LibreLogoDummy",),)
+
+# vim: set noet sw=4 ts=4:
diff --git a/librelogo/source/help/en-US/LibreLogo.xhp b/librelogo/source/help/en-US/LibreLogo.xhp
index a148f2011f5d..0d21a8664fef 100644
--- a/librelogo/source/help/en-US/LibreLogo.xhp
+++ b/librelogo/source/help/en-US/LibreLogo.xhp
@@ -1,6 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
-
<helpdocument version="1.0">
+
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+-->
+
<meta>
<topic id="LibreLogo" indexer="include" status="PUBLISH">
<title id="title">LibreLogo</title>
diff --git a/librelogo/source/pythonpath/librelogodummy_path.py b/librelogo/source/pythonpath/librelogodummy_path.py
index f600a162b1cf..3ab8495ecc1f 100644
--- a/librelogo/source/pythonpath/librelogodummy_path.py
+++ b/librelogo/source/pythonpath/librelogodummy_path.py
@@ -1,3 +1,13 @@
+# -*- tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*-
+#
+# This file is part of the LibreOffice project.
+#
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
import uno, re, sys, os, traceback
def get_path():
return os.path.join(os.path.dirname(sys.modules[__name__].__file__), __name__ + ".py")
+
+# vim: set noet sw=4 ts=4:
diff --git a/librelogo/source/registry/data/org/openoffice/Office/Addons.xcu b/librelogo/source/registry/data/org/openoffice/Office/Addons.xcu
index 279395fe13df..0220f78a5dd3 100644
--- a/librelogo/source/registry/data/org/openoffice/Office/Addons.xcu
+++ b/librelogo/source/registry/data/org/openoffice/Office/Addons.xcu
@@ -1,4 +1,14 @@
<?xml version='1.0' encoding='UTF-8'?>
+
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+-->
+
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="Addons" oor:package="org.openoffice.Office">
<node oor:name="AddonUI">
<node oor:name="OfficeToolBar">
diff --git a/librelogo/source/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu b/librelogo/source/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu
index 4fb8fd9ae34f..96e63938d634 100644
--- a/librelogo/source/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu
+++ b/librelogo/source/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu
@@ -1,4 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+-->
+
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="StartModuleWindowState" oor:package="org.openoffice.Office.UI">
<node oor:name="UIElements">
<node oor:name="States">
diff --git a/librelogo/source/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu b/librelogo/source/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
index 3a37baaac011..8d87c561d0c2 100644
--- a/librelogo/source/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
+++ b/librelogo/source/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu
@@ -1,4 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ * This file is part of the LibreOffice project.
+ *
+ * This Source Code Form is subject to the terms of the Mozilla Public
+ * License, v. 2.0. If a copy of the MPL was not distributed with this
+ * file, You can obtain one at http://mozilla.org/MPL/2.0/.
+ *
+-->
+
<oor:component-data xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" oor:name="WriterWindowState" oor:package="org.openoffice.Office.UI">
<node oor:name="UIElements">
<node oor:name="States">