From e05ab6fd790fa76fe6db90ee25c93110f8f89ed7 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Thu, 30 May 2013 13:14:13 +0000 Subject: [PATCH] Add header to package __init__.py. --- src/__init__.py | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/__init__.py b/src/__init__.py index 43a5b8e..2e5695e 100644 --- a/src/__init__.py +++ b/src/__init__.py @@ -1,3 +1,21 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# +# This file is part of python-gnupg, a Python interface to GnuPG. +# Copyright © 2013 Isis Lovecruft +# © 2008-2012 Vinay Sajip +# © 2005 Steve Traugott +# © 2004 A.M. Kuchling +# +# This program is free software: you can redistribute it and/or modify +# it under the terms of the GNU Affero General Public License as published +# by the Free Software Foundation, either version 3 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU Affero General Public License for more details. import gnupg import copyleft