[Libreoffice-commits] .: librelogo/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Nov 8 02:59:38 PST 2012


 librelogo/source/LibreLogo/LibreLogo.py                                            |    9 ++++++++
 librelogo/source/LibreLogoDummy.py                                                 |   10 +++++++++
 librelogo/source/help/en-US/LibreLogo.xhp                                          |   11 +++++++++-
 librelogo/source/pythonpath/librelogodummy_path.py                                 |   10 +++++++++
 librelogo/source/registry/data/org/openoffice/Office/Addons.xcu                    |   10 +++++++++
 librelogo/source/registry/data/org/openoffice/Office/UI/StartModuleWindowState.xcu |   10 +++++++++
 librelogo/source/registry/data/org/openoffice/Office/UI/WriterWindowState.xcu      |   10 +++++++++
 7 files changed, 69 insertions(+), 1 deletion(-)

New commits:
commit 639c1043260c7737e46eb0bead2f5bbe1e758edf
Author: Andras Timar <atimar at suse.com>
Date:   Thu Nov 8 12:01:03 2012 +0100

    missing license headers (librelogo)
    
    Change-Id: I9712e9b2910ae3aa44e93958067433d00d23b824

diff --git a/librelogo/source/LibreLogo/LibreLogo.py b/librelogo/source/LibreLogo/LibreLogo.py
index 9a45b2b..acea6dc 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 1d65ff4..fc3ef12 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 a148f20..0d21a86 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 f600a16..3ab8495 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 279395f..0220f78 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 4fb8fd9..96e6393 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 3a37baa..8d87c56 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">


More information about the Libreoffice-commits mailing list