diff options
Diffstat (limited to 'lib/ss/execute_cmd.c')
-rw-r--r-- | lib/ss/execute_cmd.c | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/lib/ss/execute_cmd.c b/lib/ss/execute_cmd.c index c274882b..3641d0fb 100644 --- a/lib/ss/execute_cmd.c +++ b/lib/ss/execute_cmd.c @@ -1,7 +1,14 @@ /* * Copyright 1987, 1988, 1989 by Massachusetts Institute of Technology * - * This file may be copied under the terms of the GNU Public License. + * Permission to use, copy, modify, and distribute this software and + * its documentation for any purpose is hereby granted, provided that + * the names of M.I.T. and the M.I.T. S.I.P.B. not be used in + * advertising or publicity pertaining to distribution of the software + * without specific, written prior permission. M.I.T. and the + * M.I.T. S.I.P.B. make no representations about the suitability of + * this software for any purpose. It is provided "as is" without + * express or implied warranty. */ #ifdef HAS_STDLIB_H |