releases easier... [git-p4: depot-paths = "//depot/": change = 804]v0.3
@@ -2,6 +2,9 @@ | |||||
# http://opensource.org/licenses/mit-license.php | # http://opensource.org/licenses/mit-license.php | ||||
# Copyright 2005, Tim Potter <tpot@samba.org> | # Copyright 2005, Tim Potter <tpot@samba.org> | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | # Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | ||||
# | |||||
# $Id$ | |||||
# | |||||
# | # | ||||
# This module implements the Content Directory Service (CDS) service | # This module implements the Content Directory Service (CDS) service | ||||
@@ -2,6 +2,10 @@ | |||||
# http://opensource.org/licenses/mit-license.php | # http://opensource.org/licenses/mit-license.php | ||||
# Copyright 2005, Tim Potter <tpot@samba.org> | # Copyright 2005, Tim Potter <tpot@samba.org> | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | |||||
# | |||||
# $Id$ | |||||
# | |||||
from elementtree.ElementTree import Element, SubElement, tostring, _ElementInterface | from elementtree.ElementTree import Element, SubElement, tostring, _ElementInterface | ||||
@@ -1,4 +1,8 @@ | |||||
#!/usr/bin/env python | #!/usr/bin/env python | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uoregon.edu> | |||||
# | |||||
# $Id$ | |||||
# | |||||
import errno | import errno | ||||
import itertools | import itertools | ||||
@@ -2,6 +2,9 @@ | |||||
# http://opensource.org/licenses/mit-license.php | # http://opensource.org/licenses/mit-license.php | ||||
# Copyright 2005, Tim Potter <tpot@samba.org> | # Copyright 2005, Tim Potter <tpot@samba.org> | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu> | # Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu> | ||||
# | |||||
# $Id$ | |||||
# | |||||
# | # | ||||
# Implementation of SSDP server under Twisted Python. | # Implementation of SSDP server under Twisted Python. | ||||
@@ -4,6 +4,9 @@ | |||||
# http://opensource.org/licenses/mit-license.php | # http://opensource.org/licenses/mit-license.php | ||||
# Copyright 2005, Tim Potter <tpot@samba.org> | # Copyright 2005, Tim Potter <tpot@samba.org> | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu> | # Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu> | ||||
# | |||||
# $Id$ | |||||
# | |||||
from DIDLLite import TextItem, AudioItem, VideoItem, ImageItem, Resource, StorageFolder | from DIDLLite import TextItem, AudioItem, VideoItem, ImageItem, Resource, StorageFolder | ||||
from FSStorage import FSDirectory | from FSStorage import FSDirectory | ||||
@@ -2,6 +2,10 @@ | |||||
# http://opensource.org/licenses/mit-license.php | # http://opensource.org/licenses/mit-license.php | ||||
# Copyright 2005, Tim Potter <tpot@samba.org> | # Copyright 2005, Tim Potter <tpot@samba.org> | ||||
# Copyright 2006 John-Mark Gurney <gurney_j@resnet.uroegon.edu> | |||||
# | |||||
# $Id$ | |||||
# | |||||
from twisted.web import soap | from twisted.web import soap | ||||
from twisted.python import log | from twisted.python import log | ||||