Adding the LICENSE comment into every file. - zs - Zeitungsschau rss to email converter
       
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit de4b3571af411fa5d27c53a29c22ba41a2c7229d
 (DIR) parent 8d3f62e1d4d6effdb6eeb75b8f87cbbe1a05c07f
 (HTM) Author: Christoph Lohmann <20h@r-36.net>
       Date:   Sun, 16 Mar 2014 12:25:17 +0100
       
       Adding the LICENSE comment into every file.
       
       Diffstat:
         feed.py                             |       2 ++
         feeddb.py                           |       4 ++--
         feedemail.py                        |       4 ++--
         opml.py                             |       2 ++
       
       4 files changed, 8 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/feed.py b/feed.py
       @@ -1,4 +1,6 @@
        #
       +# See LICENSE for licensing details.
       +#
        # Copy me if you can.
        # by 20h
        #
 (DIR) 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
 (DIR) 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
 (DIR) diff --git a/opml.py b/opml.py
       @@ -1,4 +1,6 @@
        #
       +# See LICENSE for licensing details.
       +#
        # Copy me if you can.
        # by 20h
        #