[Nym3-commit] r162 - in trunk/nym3: . Client Server

laurent at conuropsis.org laurent at conuropsis.org
Wed Mar 16 11:03:57 CET 2005


Author: laurent
Date: 2005-03-16 11:03:54 +0100 (Wed, 16 Mar 2005)
New Revision: 162

Modified:
   trunk/nym3/COPYING
   trunk/nym3/Client/Config.py
   trunk/nym3/Client/Keyring.py
   trunk/nym3/Client/Main.py
   trunk/nym3/Client/User.py
   trunk/nym3/Client/testcurses.py
   trunk/nym3/Common.py
   trunk/nym3/Crypto.py
   trunk/nym3/Mail.py
   trunk/nym3/Message.py
   trunk/nym3/Server/Config.py
   trunk/nym3/Server/Main.py
   trunk/nym3/Server/User.py
Log:
Add license and Id keyword where missing.


Modified: trunk/nym3/COPYING
===================================================================
--- trunk/nym3/COPYING	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/COPYING	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,6 +1,3 @@
-This software is copyright (c) 2004 by Jean-René Reinhard <jr at komite.net>
-and Laurent Fousse <laurent at komite.net>.
-
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to
 deal in the Software without restriction, including without limitation the

Modified: trunk/nym3/Client/Config.py
===================================================================
--- trunk/nym3/Client/Config.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Client/Config.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,3 +1,26 @@
+# $Id$
+# 
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 DEBUG = False
 """Tells the client whether he should send the messages he generates through


Property changes on: trunk/nym3/Client/Config.py
___________________________________________________________________
Name: svn:keyword
   + Id

Modified: trunk/nym3/Client/Keyring.py
===================================================================
--- trunk/nym3/Client/Keyring.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Client/Keyring.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,4 +1,26 @@
 # $Id$
+#
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 import pickle
 import random


Property changes on: trunk/nym3/Client/Keyring.py
___________________________________________________________________
Name: svn:keyword
   + Id

Modified: trunk/nym3/Client/Main.py
===================================================================
--- trunk/nym3/Client/Main.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Client/Main.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,3 +1,27 @@
+# $Id$
+#
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
 """The implementation of a client"""
 
 import sys


Property changes on: trunk/nym3/Client/Main.py
___________________________________________________________________
Name: svn:keyword
   + Id

Modified: trunk/nym3/Client/User.py
===================================================================
--- trunk/nym3/Client/User.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Client/User.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,3 +1,27 @@
+# $Id$
+# 
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
 """Contains user account information on the client side
 + way to create, access and modify them"""
 


Property changes on: trunk/nym3/Client/User.py
___________________________________________________________________
Name: svn:keyword
   + Id

Modified: trunk/nym3/Client/testcurses.py
===================================================================
--- trunk/nym3/Client/testcurses.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Client/testcurses.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,3 +1,27 @@
+# $Id$
+# 
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
 import curses
 import curses.wrapper
 import curses.ascii


Property changes on: trunk/nym3/Client/testcurses.py
___________________________________________________________________
Name: svn:keyword
   + Id

Modified: trunk/nym3/Common.py
===================================================================
--- trunk/nym3/Common.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Common.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,5 +1,27 @@
 # $Id$
 
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+# 
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
 """Stuff used by both the server and our client"""
 
 #constants

Modified: trunk/nym3/Crypto.py
===================================================================
--- trunk/nym3/Crypto.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Crypto.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,3 +1,28 @@
+# $Id$
+# 
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+# 
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+
+
 import random
 from mixminion.Packet import compressData, OAEP_OVERHEAD
 import mixminion.Crypto as _cr


Property changes on: trunk/nym3/Crypto.py
___________________________________________________________________
Name: svn:keyword
   + Id

Modified: trunk/nym3/Mail.py
===================================================================
--- trunk/nym3/Mail.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Mail.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,4 +1,26 @@
 # $Id$
+# 
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+# 
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 """Contains utilities to process mails
 """


Property changes on: trunk/nym3/Mail.py
___________________________________________________________________
Name: svn:keyword
   + Id

Modified: trunk/nym3/Message.py
===================================================================
--- trunk/nym3/Message.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Message.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,4 +1,26 @@
 # $Id$
+# 
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+# 
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 """This module contains representations of the message of the protocol
 and methods to parse and generate messages from these representation"""


Property changes on: trunk/nym3/Message.py
___________________________________________________________________
Name: svn:keyword
   + Id

Modified: trunk/nym3/Server/Config.py
===================================================================
--- trunk/nym3/Server/Config.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Server/Config.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,4 +1,26 @@
 # $Id$
+#
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 """The configuration file of the server."""
 


Property changes on: trunk/nym3/Server/Config.py
___________________________________________________________________
Name: svn:keyword
   + Id

Modified: trunk/nym3/Server/Main.py
===================================================================
--- trunk/nym3/Server/Main.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Server/Main.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,5 +1,27 @@
 #!/usr/bin/env python2.3
 # $Id$
+#
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 """The implementation of the server."""
 

Modified: trunk/nym3/Server/User.py
===================================================================
--- trunk/nym3/Server/User.py	2005-03-15 21:35:29 UTC (rev 161)
+++ trunk/nym3/Server/User.py	2005-03-16 10:03:54 UTC (rev 162)
@@ -1,4 +1,26 @@
 # $Id$
+#
+# Copyright (c) 2004,2005 Jean-René Reinhard <jr at komite.net>
+# and Laurent Fousse <laurent at komite.net>.
+#
+# Permission is hereby granted, free of charge, to any person obtaining a copy
+# of this software and associated documentation files (the "Software"), to
+# deal in the Software without restriction, including without limitation the
+# rights to use, copy, modify, merge, publish, distribute, and/or sell copies
+# of the Software, and to permit persons to whom the Software is furnished to
+# do so, provided that the above copyright notice(s) and this permission
+# notice appear in all copies of the Software and that both the above
+# copyright notice(s) and this permission notice appear in supporting
+# documentation.
+# 
+# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS.
+# IN NO EVENT SHALL THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE
+# LIABLE FOR ANY CLAIM, OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR
+# ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER
+# IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
+# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 
 """This module contains methods of storing, accessing and editing user account
 information."""



More information about the Nym3-commit mailing list