diff options
Diffstat (limited to '')
-rwxr-xr-x | python/client.py | 6 | ||||
-rw-r--r-- | python/gats.py | 6 | ||||
-rwxr-xr-x | python/server.py | 6 | ||||
-rwxr-xr-x | python/test.py | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/python/client.py b/python/client.py index 53e38fd..6cc757a 100755 --- a/python/client.py +++ b/python/client.py | |||
@@ -1,4 +1,10 @@ | |||
1 | #!/usr/bin/python | 1 | #!/usr/bin/python |
2 | # | ||
3 | # Copyright (C) 2007-2012 Xagasoft, All rights reserved. | ||
4 | # | ||
5 | # This file is part of the libgats library and is released under the | ||
6 | # terms of the license contained in the file LICENSE. | ||
7 | # | ||
2 | 8 | ||
3 | import gats | 9 | import gats |
4 | import socket | 10 | import socket |
diff --git a/python/gats.py b/python/gats.py index adf5122..d6704db 100644 --- a/python/gats.py +++ b/python/gats.py | |||
@@ -1,3 +1,9 @@ | |||
1 | # | ||
2 | # Copyright (C) 2007-2012 Xagasoft, All rights reserved. | ||
3 | # | ||
4 | # This file is part of the libgats library and is released under the | ||
5 | # terms of the license contained in the file LICENSE. | ||
6 | # | ||
1 | 7 | ||
2 | """Provides pickle-compatible functions for working with Gats packets. | 8 | """Provides pickle-compatible functions for working with Gats packets. |
3 | Converts to and from normal python structures like dictionaries, lists, | 9 | Converts to and from normal python structures like dictionaries, lists, |
diff --git a/python/server.py b/python/server.py index c36f073..3dc60cb 100755 --- a/python/server.py +++ b/python/server.py | |||
@@ -1,4 +1,10 @@ | |||
1 | #!/usr/bin/python | 1 | #!/usr/bin/python |
2 | # | ||
3 | # Copyright (C) 2007-2012 Xagasoft, All rights reserved. | ||
4 | # | ||
5 | # This file is part of the libgats library and is released under the | ||
6 | # terms of the license contained in the file LICENSE. | ||
7 | # | ||
2 | 8 | ||
3 | import gats | 9 | import gats |
4 | import socket | 10 | import socket |
diff --git a/python/test.py b/python/test.py index 0057fbf..be58519 100755 --- a/python/test.py +++ b/python/test.py | |||
@@ -1,4 +1,10 @@ | |||
1 | #!/usr/bin/python | 1 | #!/usr/bin/python |
2 | # | ||
3 | # Copyright (C) 2007-2012 Xagasoft, All rights reserved. | ||
4 | # | ||
5 | # This file is part of the libgats library and is released under the | ||
6 | # terms of the license contained in the file LICENSE. | ||
7 | # | ||
2 | 8 | ||
3 | import gats | 9 | import gats |
4 | 10 | ||