[farsight2/master] Add copyright/license notice to the python demo gui

Olivier Crête olivier.crete at collabora.co.uk
Tue Dec 23 15:20:54 PST 2008


---
 tests/gui/fs2-gui.py     |   20 ++++++++++++++++++++
 tests/gui/fs2_gui_net.py |   24 ++++++++++++++++++++++++
 2 files changed, 44 insertions(+), 0 deletions(-)

diff --git a/tests/gui/fs2-gui.py b/tests/gui/fs2-gui.py
index ae1c2ef..12fe7d4 100644
--- a/tests/gui/fs2-gui.py
+++ b/tests/gui/fs2-gui.py
@@ -1,5 +1,25 @@
 #!/usr/bin/python
 
+# Farsight 2 demo GUI program
+#
+# Copyright (C) 2007 Collabora, Nokia
+# @author: Olivier Crete <olivier.crete at collabora.co.uk>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
 import sys, os, pwd, os.path
 import socket
 import threading
diff --git a/tests/gui/fs2_gui_net.py b/tests/gui/fs2_gui_net.py
index 09aa4ee..8414169 100644
--- a/tests/gui/fs2_gui_net.py
+++ b/tests/gui/fs2_gui_net.py
@@ -1,5 +1,29 @@
 #!/usr/bin/python
 
+# Farsight 2 simple network signalling library for the demo GUI
+#
+# Copyright (C) 2007 Collabora, Nokia
+# @author: Olivier Crete <olivier.crete at collabora.co.uk>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
+#
+
+#
+# This is the signalling code used by fs2-gui.py
+#
+
 import sys, os, pwd, os.path
 import socket, struct
 import gc
-- 
1.5.6.5




More information about the farsight-commits mailing list