# HG changeset patch # User Daniele Nicolodi # Date 1320831647 -3600 # Node ID 53c58b8bac9f6134bfaa1f117558a863c3146a18 # Parent 215684074923b3934b8a8237ab6b68eb7a877d6c Add copyright and license file header. diff -r 215684074923 -r 53c58b8bac9f src/ltpdarepo/views/feed.py --- 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 +# +# 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