Browse Source

add copyright and stuff...

[git-p4: depot-paths = "//depot/": change = 855]
v0.3
John-Mark Gurney 18 years ago
parent
commit
eb6b0fa20e
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      shoutcast.py

+ 4
- 1
shoutcast.py View File

@@ -1,7 +1,10 @@
#!/usr/bin/env python
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu>
'''Shoutcast Radio Feed'''

__version__ = '$Change$'
# $Id$

import ConfigParser
import StringIO
import os.path


Loading…
Cancel
Save