commit de4b3571af411fa5d27c53a29c22ba41a2c7229d
parent 8d3f62e1d4d6effdb6eeb75b8f87cbbe1a05c07f
Author: Christoph Lohmann <20h@r-36.net>
Date: Sun, 16 Mar 2014 12:25:17 +0100
Adding the LICENSE comment into every file.
Diffstat:
4 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/feed.py b/feed.py
@@ -1,4 +1,6 @@
#
+# See LICENSE for licensing details.
+#
# Copy me if you can.
# by 20h
#
diff --git a/feeddb.py b/feeddb.py
@@ -1,5 +1,5 @@
-#!/usr/bin/env python
-# coding=utf-8
+#
+# See LICENSE for licensing details.
#
# Copy me if you can.
# by 20h
diff --git a/feedemail.py b/feedemail.py
@@ -1,5 +1,5 @@
-#!/usr/bin/env python
-# coding=utf-8
+#
+# See LICENSE for licensing details.
#
# Copy me if you can.
# by 20h
diff --git a/opml.py b/opml.py
@@ -1,4 +1,6 @@
#
+# See LICENSE for licensing details.
+#
# Copy me if you can.
# by 20h
#