[Libreoffice-commits] .: doc-dump.py src/docdirstream.py src/docrecord.py src/docsprm.py src/docstream.py

Miklos Vajna vmiklos at kemper.freedesktop.org
Wed Nov 21 05:56:44 PST 2012


 doc-dump.py         |    5 +++++
 src/docdirstream.py |    5 +++++
 src/docrecord.py    |    5 +++++
 src/docsprm.py      |    5 +++++
 src/docstream.py    |    5 +++++
 5 files changed, 25 insertions(+)

New commits:
commit ffaa0f304c05b9e1d342a3595dba5d9e614ba91a
Author: Miklos Vajna <vmiklos at suse.cz>
Date:   Wed Nov 21 14:56:42 2012 +0100

    add MPL 2.0 license header for the doc bits

diff --git a/doc-dump.py b/doc-dump.py
index 28e7bcb..03760b2 100755
--- a/doc-dump.py
+++ b/doc-dump.py
@@ -1,4 +1,9 @@
 #!/usr/bin/env python
+#
+# 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
 sys = reload(sys)
diff --git a/src/docdirstream.py b/src/docdirstream.py
index c488904..04c1c31 100755
--- a/src/docdirstream.py
+++ b/src/docdirstream.py
@@ -1,4 +1,9 @@
 #!/usr/bin/env python
+#
+# 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 globals
 import struct
diff --git a/src/docrecord.py b/src/docrecord.py
index 4b4c57a..d3fdbd6 100755
--- a/src/docrecord.py
+++ b/src/docrecord.py
@@ -1,4 +1,9 @@
 #!/usr/bin/env python
+#
+# 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 struct
 import globals
diff --git a/src/docsprm.py b/src/docsprm.py
index 54c9798..4108809 100755
--- a/src/docsprm.py
+++ b/src/docsprm.py
@@ -1,4 +1,9 @@
 #!/usr/bin/env python
+#
+# 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/.
+#
 
 # see 2.6.3 of the spec
 tblMap = {
diff --git a/src/docstream.py b/src/docstream.py
index d9a539d..94ed4ba 100755
--- a/src/docstream.py
+++ b/src/docstream.py
@@ -1,4 +1,9 @@
 #!/usr/bin/env python
+#
+# 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 ole
 import struct


More information about the Libreoffice-commits mailing list