aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarcus2011-05-10 18:56:53 +0000
committermarcus2011-05-10 18:56:53 +0000
commit9cb911d58442d9b16dfa6fc8c3b0810f91ab7156 (patch)
tree16e8d02693a7cb33c23ffa57faf471376bcdd867
parentec2ee535a1c5da7fe4d932251efee97cb88332aa (diff)
Fixing headers for new server files.
-rw-r--r--nxt/ipsock.py6
-rw-r--r--scripts/nxt_server6
2 files changed, 4 insertions, 8 deletions
diff --git a/nxt/ipsock.py b/nxt/ipsock.py
index 691389e..dc193fe 100644
--- a/nxt/ipsock.py
+++ b/nxt/ipsock.py
@@ -1,7 +1,5 @@
-# nxt.bluesock module -- Server socket communication with LEGO Minstorms NXT
-# Copyright (C) 2006 2007 Douglas P Lau
-# Copyright (C) 2009 Marcus Wanner
-# Copyright (C) 2011 zonedaobne
+# nxt.ipsock module -- Server socket communication with LEGO Minstorms NXT
+# Copyright (C) 2011 zonedaobne, Marcus Wanner
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/scripts/nxt_server b/scripts/nxt_server
index 60639ff..de568e4 100644
--- a/scripts/nxt_server
+++ b/scripts/nxt_server
@@ -1,9 +1,7 @@
#!/usr/bin/env python
#
-# nxt_push program -- Serve an interface to the NXT brick
-# Copyright (C) 2006 Douglas P Lau
-# Copyright (C) 2010 rhn
-# Copyright (C) 2011 zonedabone
+# nxt_server program -- Serve an interface to the NXT brick
+# Copyright (C) 2011 zonedabone, Marcus Wanner
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by