changeset 194:53c58b8bac9f

Add copyright and license file header.
author Daniele Nicolodi <daniele@grinta.net>
date Wed, 09 Nov 2011 10:40:47 +0100
parents 215684074923
children 8b0bdb899c2a
files src/ltpdarepo/views/feed.py
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ltpdarepo/views/feed.py	Tue Nov 08 23:05:48 2011 +0100
+++ b/src/ltpdarepo/views/feed.py	Wed Nov 09 10:40:47 2011 +0100
@@ -1,3 +1,8 @@
+# Copyright 2011 Daniele Nicolodi <nicolodi@science.unitn.it>
+#
+# This software may be used and distributed according to the terms of
+# the GNU Affero General Public License version 3 or any later version.
+
 from flask import Blueprint, request, url_for, g, current_app, abort
 from itsdangerous import BadSignature, Signer as BaseSigner
 from werkzeug.contrib.atom import AtomFeed