aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-15 22:52:33 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-15 22:52:33 +0000
commit6b7aeb0cb9256b4024bf6b34ae25be3da85ecc94 (patch)
tree423a721b36a6f78a516381a635c8959b335cec04
parentd63ad26e6748ec018e57e161c6f0b85010fdc5fe (diff)
downloadluasocket-6b7aeb0cb9256b4024bf6b34ae25be3da85ecc94.tar.gz
luasocket-6b7aeb0cb9256b4024bf6b34ae25be3da85ecc94.tar.bz2
luasocket-6b7aeb0cb9256b4024bf6b34ae25be3da85ecc94.zip
Copyright.
-rw-r--r--LICENSE2
-rw-r--r--TODO1
-rw-r--r--doc/index.html2
3 files changed, 2 insertions, 3 deletions
diff --git a/LICENSE b/LICENSE
index e7ccb70..90d88e7 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,5 +1,5 @@
1LuaSocket 2.0 license 1LuaSocket 2.0 license
2Copyright � 1999-2004 Tecgraf, PUC-Rio. 2Copyright � 2004-2005 Diego Nehab
3 3
4Permission is hereby granted, free of charge, to any person obtaining a 4Permission is hereby granted, free of charge, to any person obtaining a
5copy of this software and associated documentation files (the "Software"), 5copy of this software and associated documentation files (the "Software"),
diff --git a/TODO b/TODO
index a45a421..02498e7 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,3 @@
1change copyright in manual
2get rid of "base." kludge 1get rid of "base." kludge
3make sure sock_gethostname.* only return success if the hp is not 2make sure sock_gethostname.* only return success if the hp is not
4null! 3null!
diff --git a/doc/index.html b/doc/index.html
index 23bda72..a508b70 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -78,7 +78,7 @@ LuaSocket.
78</p> 78</p>
79 79
80<p> 80<p>
81Copyright &copy; 2004 Diego Nehab. All rights reserved. <br> 81Copyright &copy; 2004-2005 Diego Nehab. All rights reserved. <br>
82Author: <A href="http://www.cs.princeton.edu/~diego">Diego Nehab</a> 82Author: <A href="http://www.cs.princeton.edu/~diego">Diego Nehab</a>
83</p> 83</p>
84 84