Browse Source

add revision and copyright stuff to these files...

[git-p4: depot-paths = "//depot/": change = 854]
v0.3
John-Mark Gurney 19 years ago
parent
commit
78a80b612f
6 changed files with 20 additions and 5 deletions
  1. +2
    -2
      ContentDirectory.py
  2. +4
    -0
      debug.py
  3. +4
    -1
      dvd.py
  4. +4
    -0
      itertarfile.py
  5. +4
    -0
      iterzipfile.py
  6. +2
    -2
      pymediaserv

+ 2
- 2
ContentDirectory.py View File

@@ -2,9 +2,9 @@
# http://opensource.org/licenses/mit-license.php
# Copyright 2005, Tim Potter <tpot@samba.org>
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu>
#

__version__ = '$Change$'
# $Id$
#

#
# This module implements the Content Directory Service (CDS) service


+ 4
- 0
debug.py View File

@@ -1,4 +1,8 @@
#!/usr/bin/env python
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu>

__version__ = '$Change$'
# $Id$

from twisted.internet import reactor



+ 4
- 1
dvd.py View File

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

__version__ = '$Change$'
# $Id$

default_audio_lang = 'en'

import os


+ 4
- 0
itertarfile.py View File

@@ -1,4 +1,8 @@
#!/usr/bin/env python
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu>

__version__ = '$Change$'
# $Id$

import tarfile
from tarfile import *


+ 4
- 0
iterzipfile.py View File

@@ -1,4 +1,8 @@
#!/usr/bin/env python
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu>

__version__ = '$Change$'
# $Id$

import binascii
import os


+ 2
- 2
pymediaserv View File

@@ -4,9 +4,9 @@
# http://opensource.org/licenses/mit-license.php
# Copyright 2005, Tim Potter <tpot@samba.org>
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu>
#

__version__ = '$Change$'
# $Id$
#

# make sure debugging is initalized first, other modules can be pulled in
# before the "real" debug stuff is setup. (hmm I could make this a two


Loading…
Cancel
Save