From 97a678cf739f0098d1dbc3f134ac07c32b2f8799 Mon Sep 17 00:00:00 2001 From: "Antonio J. Delgado" Date: Wed, 13 Jan 2021 17:23:05 +0200 Subject: [PATCH] Add header --- feed2imap.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/feed2imap.py b/feed2imap.py index 5c3a8a1..d033d10 100644 --- a/feed2imap.py +++ b/feed2imap.py @@ -1,4 +1,10 @@ #!/usr/bin/env python3 +# -*- encoding: utf-8 -*- +# +# This script is licensed under GNU GPL version 2.0 or above +# (c) Antonio J. Delgado 2021 +# Python script to get RSS feeds into your IMAP mail + import sys import os import re