From eb6b0fa20ef2f90592297009f3169bab6b4159b0 Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Sat, 8 Jul 2006 21:10:45 -0800 Subject: [PATCH] add copyright and stuff... [git-p4: depot-paths = "//depot/": change = 855] --- shoutcast.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/shoutcast.py b/shoutcast.py index bcb4923..da03b7d 100644 --- a/shoutcast.py +++ b/shoutcast.py @@ -1,7 +1,10 @@ #!/usr/bin/env python - +# Copyright 2006 John-Mark Gurney '''Shoutcast Radio Feed''' +__version__ = '$Change$' +# $Id$ + import ConfigParser import StringIO import os.path