Browse Source

properly assert Tim's copyright... (c) has no meaning, only it spelled

out or the copyright symbol is valid..

[git-p4: depot-paths = "//depot/": change = 727]
replace/5b80aeb26dc425aaddcd5182126c969e5cc04cbb
John-Mark Gurney 19 years ago
parent
commit
4936729b23
10 changed files with 10 additions and 10 deletions
  1. +1
    -1
      ConnectionManager.py
  2. +1
    -1
      ContentDirectory.py
  3. +1
    -1
      DIDLLite.py
  4. +1
    -1
      MediaServer.py
  5. +1
    -1
      SSDP.py
  6. +1
    -1
      browse-zms.py
  7. +1
    -1
      cdsclient
  8. +1
    -1
      pymediaserv
  9. +1
    -1
      upnp.py
  10. +1
    -1
      xmlpretty

+ 1
- 1
ConnectionManager.py View File

@@ -1,7 +1,7 @@
# Licensed under the MIT license # Licensed under the MIT license
# http://opensource.org/licenses/mit-license.php # http://opensource.org/licenses/mit-license.php


# (c) 2005, Tim Potter <tpot@samba.org>
# Copyright 2005, Tim Potter <tpot@samba.org>


# Connection Manager service # Connection Manager service




+ 1
- 1
ContentDirectory.py View File

@@ -1,7 +1,7 @@
# Licensed under the MIT license # Licensed under the MIT license
# http://opensource.org/licenses/mit-license.php # http://opensource.org/licenses/mit-license.php


# (c) 2005, Tim Potter <tpot@samba.org>
# Copyright 2005, Tim Potter <tpot@samba.org>


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


+ 1
- 1
DIDLLite.py View File

@@ -1,7 +1,7 @@
# Licensed under the MIT license # Licensed under the MIT license
# http://opensource.org/licenses/mit-license.php # http://opensource.org/licenses/mit-license.php


# (c) 2005, Tim Potter <tpot@samba.org>
# Copyright 2005, Tim Potter <tpot@samba.org>


from elementtree.ElementTree import Element, SubElement, tostring, _ElementInterface from elementtree.ElementTree import Element, SubElement, tostring, _ElementInterface




+ 1
- 1
MediaServer.py View File

@@ -1,7 +1,7 @@
# Licensed under the MIT license # Licensed under the MIT license
# http://opensource.org/licenses/mit-license.php # http://opensource.org/licenses/mit-license.php


# (c) 2005, Tim Potter <tpot@samba.org>
# Copyright 2005, Tim Potter <tpot@samba.org>


from twisted.web import static from twisted.web import static




+ 1
- 1
SSDP.py View File

@@ -1,7 +1,7 @@
# Licensed under the MIT license # Licensed under the MIT license
# http://opensource.org/licenses/mit-license.php # http://opensource.org/licenses/mit-license.php


# (c) 2005, Tim Potter <tpot@samba.org>
# Copyright 2005, Tim Potter <tpot@samba.org>


# #
# Implementation of SSDP server under Twisted Python. # Implementation of SSDP server under Twisted Python.


+ 1
- 1
browse-zms.py View File

@@ -6,7 +6,7 @@
# Licensed under the MIT license # Licensed under the MIT license
# http://opensource.org/licenses/mit-license.php # http://opensource.org/licenses/mit-license.php


# (c) 2005, Tim Potter <tpot@samba.org>
# Copyright 2005, Tim Potter <tpot@samba.org>


from twisted.internet import reactor, error from twisted.internet import reactor, error
from twisted.internet.protocol import Protocol, ClientFactory from twisted.internet.protocol import Protocol, ClientFactory


+ 1
- 1
cdsclient View File

@@ -6,7 +6,7 @@
# Licensed under the MIT license # Licensed under the MIT license
# http://opensource.org/licenses/mit-license.php # http://opensource.org/licenses/mit-license.php


# (c) 2005, Tim Potter <tpot@samba.org>
# Copyright 2005, Tim Potter <tpot@samba.org>


from twisted.web import client from twisted.web import client
from twisted.internet import reactor from twisted.internet import reactor


+ 1
- 1
pymediaserv View File

@@ -3,7 +3,7 @@
# Licensed under the MIT license # Licensed under the MIT license
# http://opensource.org/licenses/mit-license.php # http://opensource.org/licenses/mit-license.php


# (c) 2005, Tim Potter <tpot@samba.org>
# Copyright 2005, Tim Potter <tpot@samba.org>


import random import random
import socket import socket


+ 1
- 1
upnp.py View File

@@ -1,7 +1,7 @@
# Licensed under the MIT license # Licensed under the MIT license
# http://opensource.org/licenses/mit-license.php # http://opensource.org/licenses/mit-license.php


# (c) 2005, Tim Potter <tpot@samba.org>
# Copyright 2005, Tim Potter <tpot@samba.org>


from twisted.web import soap from twisted.web import soap




+ 1
- 1
xmlpretty View File

@@ -1,6 +1,6 @@
#!/usr/bin/python #!/usr/bin/python


# (c) 2005, Tim Potter <tpot@samba.org>
# Copyright 2005, Tim Potter <tpot@samba.org>


# Licensed under the MIT license # Licensed under the MIT license
# http://opensource.org/licenses/mit-license.php # http://opensource.org/licenses/mit-license.php


Loading…
Cancel
Save