summaryrefslogtreecommitdiff
path: root/librelogo/source/LibreLogo
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/LibreLogo
parente549e16f581e4589b96128ec30180c418164ab93 (diff)
missing license headers (librelogo)
Change-Id: I9712e9b2910ae3aa44e93958067433d00d23b824
Diffstat (limited to 'librelogo/source/LibreLogo')
-rw-r--r--librelogo/source/LibreLogo/LibreLogo.py9
1 files changed, 9 insertions, 0 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: