From 7b3457f2899052423ba81bb536801cc589cf69be Mon Sep 17 00:00:00 2001 From: John-Mark Gurney Date: Fri, 10 Feb 2006 01:01:40 -0800 Subject: [PATCH] add my copyright to the files that I've significantly touch.. [git-p4: depot-paths = "//depot/": change = 732] --- ContentDirectory.py | 2 +- SSDP.py | 2 +- pymediaserv | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ContentDirectory.py b/ContentDirectory.py index e31e055..ffa4fc3 100644 --- a/ContentDirectory.py +++ b/ContentDirectory.py @@ -1,7 +1,7 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php - # Copyright 2005, Tim Potter +# Copyright 2006 John-Mark Gurney # # This module implements the Content Directory Service (CDS) service diff --git a/SSDP.py b/SSDP.py index cdf98a6..8e5443b 100644 --- a/SSDP.py +++ b/SSDP.py @@ -1,7 +1,7 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php - # Copyright 2005, Tim Potter +# Copyright 2006 John-Mark Gurney # # Implementation of SSDP server under Twisted Python. diff --git a/pymediaserv b/pymediaserv index b94e4d7..e3a4a33 100755 --- a/pymediaserv +++ b/pymediaserv @@ -2,8 +2,8 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php - # Copyright 2005, Tim Potter +# Copyright 2006 John-Mark Gurney from DIDLLite import TextItem, AudioItem, VideoItem, Resource import os