svn commit: trunk/busybox/networking

vda at busybox.net vda at busybox.net
Sun Jan 14 12:34:48 UTC 2007


Author: vda
Date: 2007-01-14 04:34:48 -0800 (Sun, 14 Jan 2007)
New Revision: 17300

Log:
isrv.h: add copyright info


Modified:
   trunk/busybox/networking/isrv.h


Changeset:
Modified: trunk/busybox/networking/isrv.h
===================================================================
--- trunk/busybox/networking/isrv.h	2007-01-14 12:32:30 UTC (rev 17299)
+++ trunk/busybox/networking/isrv.h	2007-01-14 12:34:48 UTC (rev 17300)
@@ -1,3 +1,13 @@
+/* vi: set sw=4 ts=4: */
+/*
+ * Generic non-forking server infrastructure.
+ * Intended to make writing telnetd-type servers easier.
+ *
+ * Copyright (C) 2007 Denis Vlasenko
+ *
+ * Licensed under GPL version 2, see file LICENSE in this tarball for details.
+ */
+
 /* opaque structure */
 struct isrv_state_t;
 typedef struct isrv_state_t isrv_state_t;




More information about the busybox-cvs mailing list