summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuthu Subramanian <sumuthu@novell.com>2010-06-30 16:35:33 +0200
committerThorsten Behrens <tbehrens@novell.com>2010-06-30 16:35:33 +0200
commit63041e2a5b78d3e2be98f1f4e0f70b28f90b4717 (patch)
tree07166e1b8a902809a5a3d4830020cb3b8952b1c6
parent8b7dfadabd4d7a63fc5ae7e7ab14b521f78fff08 (diff)
Added shebang plus license
-rwxr-xr-xooxmlddiff16
1 files changed, 16 insertions, 0 deletions
diff --git a/ooxmlddiff b/ooxmlddiff
index f59ff8c..dfa1e7b 100755
--- a/ooxmlddiff
+++ b/ooxmlddiff
@@ -1,3 +1,19 @@
+#!/usr/bin/env python
+#
+# Licensed under the Apache License, Version 2.0 (the "License"); you may
+# not use this file except in compliance with the License. You may obtain a
+# copy of the License at:
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations
+# under the License.
+#
+# Written by Muthu Subramanian <sumuthu@novell.com>
+#
import os
import sys