diff options
-rw-r--r-- | LICENSE | 2 | ||||
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | doc/index.html | 2 |
3 files changed, 2 insertions, 3 deletions
@@ -1,5 +1,5 @@ | |||
1 | LuaSocket 2.0 license | 1 | LuaSocket 2.0 license |
2 | Copyright © 1999-2004 Tecgraf, PUC-Rio. | 2 | Copyright © 2004-2005 Diego Nehab |
3 | 3 | ||
4 | Permission is hereby granted, free of charge, to any person obtaining a | 4 | Permission is hereby granted, free of charge, to any person obtaining a |
5 | copy of this software and associated documentation files (the "Software"), | 5 | copy of this software and associated documentation files (the "Software"), |
@@ -1,4 +1,3 @@ | |||
1 | change copyright in manual | ||
2 | get rid of "base." kludge | 1 | get rid of "base." kludge |
3 | make sure sock_gethostname.* only return success if the hp is not | 2 | make sure sock_gethostname.* only return success if the hp is not |
4 | null! | 3 | null! |
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> |
81 | Copyright © 2004 Diego Nehab. All rights reserved. <br> | 81 | Copyright © 2004-2005 Diego Nehab. All rights reserved. <br> |
82 | Author: <A href="http://www.cs.princeton.edu/~diego">Diego Nehab</a> | 82 | Author: <A href="http://www.cs.princeton.edu/~diego">Diego Nehab</a> |
83 | </p> | 83 | </p> |
84 | 84 | ||