diff options
Diffstat (limited to 'otherlibs/unix/setsid.c')
-rw-r--r-- | otherlibs/unix/setsid.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/otherlibs/unix/setsid.c b/otherlibs/unix/setsid.c index b1d1f41dc..c75893ac3 100644 --- a/otherlibs/unix/setsid.c +++ b/otherlibs/unix/setsid.c @@ -5,7 +5,8 @@ /* Xavier Leroy, projet Cristal, INRIA Rocquencourt */ /* */ /* Copyright 1997 Institut National de Recherche en Informatique et */ -/* Automatique. Distributed only by permission. */ +/* en Automatique. All rights reserved. This file is distributed */ +/* under the terms of the GNU Library General Public License. */ /* */ /***********************************************************************/ |