From 47a5a62a797febe492f6f4d7bbb8534abfa87216 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Sun, 30 Aug 2009 14:26:37 +0200 Subject: [PATCH] Header and (C) messages updates --- generator.py | 2 +- posttotwitter.py | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/generator.py b/generator.py index b38f217..8ff51bb 100755 --- a/generator.py +++ b/generator.py @@ -4,7 +4,7 @@ This file contains the functions to generate output RSS and HTML data from what's currently in the database. -Copyright (C) 2008 PostgreSQL Global Development Group +Copyright (C) 2008-2009 PostgreSQL Global Development Group """ import psycopg2 diff --git a/posttotwitter.py b/posttotwitter.py index 70b258f..70967e4 100755 --- a/posttotwitter.py +++ b/posttotwitter.py @@ -1,4 +1,12 @@ #!/usr/bin/env python +# vim: ai ts=4 sts=4 sw=4 +"""PostgreSQL Planet Aggregator + +This file contains the functions to generate short +URLs and tweets from what's currently in the database. + +Copyright (C) 2009 PostgreSQL Global Development Group +""" # Post links to articles on twitter -- 2.39.5