[Libreoffice-commits] core.git: sw/qa

Bjoern Michaelsen bjoern.michaelsen at canonical.com
Mon Feb 27 10:58:58 UTC 2017


 sw/qa/python/check_fields.py   |    9 +++++++++
 sw/qa/python/check_index.py    |    9 +++++++++
 sw/qa/python/check_table.py    |    9 +++++++++
 sw/qa/python/get_expression.py |    9 +++++++++
 sw/qa/python/set_expression.py |    9 +++++++++
 sw/qa/python/var_fields.py     |    9 +++++++++
 6 files changed, 54 insertions(+)

New commits:
commit 30a76153fce5fdf578f408828651faab351e5b18
Author: Bjoern Michaelsen <bjoern.michaelsen at canonical.com>
Date:   Thu Feb 23 15:25:13 2017 +0100

    add missing modeline etc. boilerplate
    
    Change-Id: I32782945c46762f1fd4edde7453f7fca200c9cd2
    Reviewed-on: https://gerrit.libreoffice.org/34662
    Reviewed-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>
    Tested-by: Björn Michaelsen <bjoern.michaelsen at canonical.com>

diff --git a/sw/qa/python/check_fields.py b/sw/qa/python/check_fields.py
index 257be61..ff02ec0 100644
--- a/sw/qa/python/check_fields.py
+++ b/sw/qa/python/check_fields.py
@@ -1,3 +1,12 @@
+#! /usr/bin/env python
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-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 unittest
 from org.libreoffice.unotest import UnoInProcess
 
diff --git a/sw/qa/python/check_index.py b/sw/qa/python/check_index.py
index 80414f6..a39cfba 100644
--- a/sw/qa/python/check_index.py
+++ b/sw/qa/python/check_index.py
@@ -1,3 +1,12 @@
+#! /usr/bin/env python
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-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 unittest
 import unohelper
 from org.libreoffice.unotest import UnoInProcess
diff --git a/sw/qa/python/check_table.py b/sw/qa/python/check_table.py
index 3f9f6b3..04d15ea 100644
--- a/sw/qa/python/check_table.py
+++ b/sw/qa/python/check_table.py
@@ -1,3 +1,12 @@
+#! /usr/bin/env python
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-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 math
 import unittest
 from org.libreoffice.unotest import UnoInProcess
diff --git a/sw/qa/python/get_expression.py b/sw/qa/python/get_expression.py
index 0b2dfe8..7462db6 100644
--- a/sw/qa/python/get_expression.py
+++ b/sw/qa/python/get_expression.py
@@ -1,3 +1,12 @@
+#! /usr/bin/env python
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-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 unittest
 from org.libreoffice.unotest import UnoInProcess
 
diff --git a/sw/qa/python/set_expression.py b/sw/qa/python/set_expression.py
index 8e42002..7bcc20d 100644
--- a/sw/qa/python/set_expression.py
+++ b/sw/qa/python/set_expression.py
@@ -1,3 +1,12 @@
+#! /usr/bin/env python
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-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 unittest
 from org.libreoffice.unotest import UnoInProcess
 
diff --git a/sw/qa/python/var_fields.py b/sw/qa/python/var_fields.py
index 1391e42..c2af7a4 100644
--- a/sw/qa/python/var_fields.py
+++ b/sw/qa/python/var_fields.py
@@ -1,3 +1,12 @@
+#! /usr/bin/env python
+# -*- tab-width: 4; indent-tabs-mode: nil; py-indent-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 unittest
 import os
 from org.libreoffice.unotest import UnoInProcess


More information about the Libreoffice-commits mailing list