summaryrefslogtreecommitdiff
path: root/loginrec.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-06-03 12:18:50 +1000
committerDamien Miller <djm@mindrot.org>2003-06-03 12:18:50 +1000
commit638733ed60e35ee9ee3d0b3e84171b2aec751726 (patch)
treeb1fdfd9e6d97b010f5aeccf496f238bbe0b817ad /loginrec.h
parent329638e49c00639d6616b58cda234ba2b3059022 (diff)
2-term license, matching the rest of loginrec code
Diffstat (limited to 'loginrec.h')
-rw-r--r--loginrec.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/loginrec.h b/loginrec.h
index 732e21e11..7f932c296 100644
--- a/loginrec.h
+++ b/loginrec.h
@@ -12,11 +12,6 @@
12 * 2. Redistributions in binary form must reproduce the above copyright 12 * 2. Redistributions in binary form must reproduce the above copyright
13 * notice, this list of conditions and the following disclaimer in the 13 * notice, this list of conditions and the following disclaimer in the
14 * documentation and/or other materials provided with the distribution. 14 * documentation and/or other materials provided with the distribution.
15 * 3. All advertising materials mentioning features or use of this software
16 * must display the following acknowledgement:
17 * This product includes software developed by Markus Friedl.
18 * 4. The name of the author may not be used to endorse or promote products
19 * derived from this software without specific prior written permission.
20 * 15 *
21 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 16 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
22 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 17 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
@@ -40,7 +35,7 @@
40#include <netinet/in.h> 35#include <netinet/in.h>
41#include <sys/socket.h> 36#include <sys/socket.h>
42 37
43/* RCSID("$Id: loginrec.h,v 1.6 2001/05/08 20:33:06 mouring Exp $"); */ 38/* RCSID("$Id: loginrec.h,v 1.7 2003/06/03 02:18:50 djm Exp $"); */
44 39
45/** 40/**
46 ** you should use the login_* calls to work around platform dependencies 41 ** you should use the login_* calls to work around platform dependencies