-
Notifications
You must be signed in to change notification settings - Fork 2
/
telnet.LICENSE.txt
24 lines (24 loc) · 1.69 KB
/
telnet.LICENSE.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
/*-------------------------------------------------------------------*/
/* LICENSE */
/*-------------------------------------------------------------------*/
/* telnet */
/* Simple RFC-compliant TELNET implementation */
/* v1.0.0 */
/*-------------------------------------------------------------------*/
/* */
/* AUTHORS: */
/* */
/* Sean Middleditch <sean@sourcemud.org> */
/* "Fish" (David B. Trout) <fish@softdevlabs.com> */
/* */
/* LICENSE: */
/* */
/* The author or authors of this code dedicate any and all */
/* copyright interest in this code to the public domain. We */
/* make this dedication for the benefit of the public at large */
/* and to the detriment of our heirs and successors. We intend */
/* this dedication to be an overt act of relinquishment in */
/* perpetuity of all present and future rights to this code */
/* under copyright law. */
/* */
/*-------------------------------------------------------------------*/