diff --git a/ConnectionManager.py b/ConnectionManager.py index 1c191d9..d1896ba 100644 --- a/ConnectionManager.py +++ b/ConnectionManager.py @@ -1,7 +1,7 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php -# (c) 2005, Tim Potter +# Copyright 2005, Tim Potter # Connection Manager service diff --git a/ContentDirectory.py b/ContentDirectory.py index 3e13a43..9163d1e 100644 --- a/ContentDirectory.py +++ b/ContentDirectory.py @@ -1,7 +1,7 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php -# (c) 2005, Tim Potter +# Copyright 2005, Tim Potter # # This module implements the Content Directory Service (CDS) service diff --git a/DIDLLite.py b/DIDLLite.py index 2884b23..1fd98ee 100644 --- a/DIDLLite.py +++ b/DIDLLite.py @@ -1,7 +1,7 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php -# (c) 2005, Tim Potter +# Copyright 2005, Tim Potter from elementtree.ElementTree import Element, SubElement, tostring, _ElementInterface diff --git a/MediaServer.py b/MediaServer.py index 63724d0..57396c4 100644 --- a/MediaServer.py +++ b/MediaServer.py @@ -1,7 +1,7 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php -# (c) 2005, Tim Potter +# Copyright 2005, Tim Potter from twisted.web import static diff --git a/SSDP.py b/SSDP.py index 62e1c55..f228228 100644 --- a/SSDP.py +++ b/SSDP.py @@ -1,7 +1,7 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php -# (c) 2005, Tim Potter +# Copyright 2005, Tim Potter # # Implementation of SSDP server under Twisted Python. diff --git a/browse-zms.py b/browse-zms.py index 743e090..a22b87e 100755 --- a/browse-zms.py +++ b/browse-zms.py @@ -6,7 +6,7 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php -# (c) 2005, Tim Potter +# Copyright 2005, Tim Potter from twisted.internet import reactor, error from twisted.internet.protocol import Protocol, ClientFactory diff --git a/cdsclient b/cdsclient index 06e3119..0cd5d5f 100755 --- a/cdsclient +++ b/cdsclient @@ -6,7 +6,7 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php -# (c) 2005, Tim Potter +# Copyright 2005, Tim Potter from twisted.web import client from twisted.internet import reactor diff --git a/pymediaserv b/pymediaserv index 4e06dc0..c34531d 100755 --- a/pymediaserv +++ b/pymediaserv @@ -3,7 +3,7 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php -# (c) 2005, Tim Potter +# Copyright 2005, Tim Potter import random import socket diff --git a/upnp.py b/upnp.py index 12254f4..b3b85b9 100644 --- a/upnp.py +++ b/upnp.py @@ -1,7 +1,7 @@ # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php -# (c) 2005, Tim Potter +# Copyright 2005, Tim Potter from twisted.web import soap diff --git a/xmlpretty b/xmlpretty index 800b52a..64057ce 100755 --- a/xmlpretty +++ b/xmlpretty @@ -1,6 +1,6 @@ #!/usr/bin/python -# (c) 2005, Tim Potter +# Copyright 2005, Tim Potter # Licensed under the MIT license # http://opensource.org/licenses/mit-license.php