summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2013-04-09 18:18:20 +0200
committerThorsten Behrens <tbehrens@suse.com>2013-04-09 18:18:20 +0200
commit6e0230569a2846350033390bcb41bf9ecad8a8b4 (patch)
treeaa67e96c0f8da1c084d2423e0421e01d29b7e2b2
parent76eced15e99dadada908a2a444c75ccae7fa3fbe (diff)
Add proper license and shebang, make script +x
-rwxr-xr-x[-rw-r--r--]slideapi.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/slideapi.py b/slideapi.py
index 66cb219..bc26c83 100644..100755
--- a/slideapi.py
+++ b/slideapi.py
@@ -1,3 +1,12 @@
+#!/usr/bin/env python
+#
+# 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 os, json
from bottle import get, post, auth_basic, run, static_file, request, debug
from subprocess import call