Whamcloud - gitweb
Many files:
authorTheodore Ts'o <tytso@mit.edu>
Sat, 23 Oct 1999 01:16:22 +0000 (01:16 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Sat, 23 Oct 1999 01:16:22 +0000 (01:16 +0000)
  Update copyright statements.

22 files changed:
lib/et/ChangeLog
lib/et/com_err.c
lib/et/error_message.c
lib/et/error_table.h
lib/et/et_name.c
lib/et/init_et.c
lib/et/internal.h
lib/ss/ChangeLog
lib/ss/data.c
lib/ss/error.c
lib/ss/execute_cmd.c
lib/ss/help.c
lib/ss/invocation.c
lib/ss/list_rqs.c
lib/ss/listen.c
lib/ss/pager.c
lib/ss/parse.c
lib/ss/prompt.c
lib/ss/request_tbl.c
lib/ss/requests.c
lib/ss/ss.h
lib/ss/ss_internal.h

index 4c2759e..676b03f 100644 (file)
@@ -1,7 +1,7 @@
 1999-09-07    <tytso@rsts-11.mit.edu>
 
-       * Updated copyright statements to reflect the GPL with permission
-               of the original authors.
+       * Updated copyright statements with permission of the original
+               authors.
 
 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
index bfa8dbc..81a70cf 100644 (file)
@@ -1,7 +1,14 @@
 /*
  * Copyright 1987, 1988 by MIT Student Information Processing Board.
- *
- * 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.
  */
 
 #include <stdio.h>
index 68d730c..6a836e8 100644 (file)
@@ -6,7 +6,14 @@
  * Copyright 1987 by the Student Information Processing Board
  * of the 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.
  */
 
 #include <stdio.h>
index 76480e0..d9a7b4b 100644 (file)
@@ -2,7 +2,14 @@
  * Copyright 1988 by the Student Information Processing Board of the
  * 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.
  */
 
 #ifndef _ET_H
index 652bdb0..1888326 100644 (file)
@@ -1,7 +1,14 @@
 /*
  * Copyright 1987 by MIT Student Information Processing Board
  *
- * 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.
  */
 
 #include "com_err.h"
index 42d8a42..606afc6 100644 (file)
@@ -6,7 +6,14 @@
  * Copyright 1986, 1987, 1988 by MIT Information Systems and
  *     the MIT Student Information Processing Board.
  *
- * 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.
  */
 
 #include <stdio.h>
index eee26b6..30b1921 100644 (file)
@@ -1,7 +1,14 @@
 /*
  * internal include file for com_err package
  *
- * 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.
  */
 #ifndef __STDC__
 #undef const
index c56ac42..fc6629e 100644 (file)
@@ -1,7 +1,7 @@
 1999-09-07    <tytso@rsts-11.mit.edu>
 
-       * Updated copyright statements to reflect the GPL with permission
-               of the original authors.
+       * Updated copyright statements with permission of the original
+               authors.
 
 1999-07-18  Theodore Ts'o  <tytso@rsts-11.mit.edu>
 
index b2ac631..8f7cda5 100644 (file)
@@ -2,7 +2,14 @@
  * Copyright 1987, 1988, 1989 Massachusetts Institute of Technology
  * (Student Information Processing Board)
  *
- * 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.
  */
 
 #include <stdio.h>
index 47f32a5..26f5ae7 100644 (file)
@@ -2,7 +2,14 @@
  * Copyright 1987, 1988, 1989 by MIT Student Information Processing
  * Board
  *
- * 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.
  */
 
 #include <stdio.h>
index c274882..3641d0f 100644 (file)
@@ -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
index cbbe543..1c9b3a2 100644 (file)
@@ -1,7 +1,14 @@
 /*
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
- * 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 HAVE_UNISTD_H
index 582240f..81c70e4 100644 (file)
@@ -1,7 +1,14 @@
 /*
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
- * 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
index 3a2925b..1467132 100644 (file)
@@ -1,7 +1,14 @@
 /*
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
- * 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.
  */
 #include "ss_internal.h"
 #include <signal.h>
index a18fc85..fbd563b 100644 (file)
@@ -6,7 +6,14 @@
  * 
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
- * 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.
  */
 
 #include "ss_internal.h"
index ddfdb40..f3640ce 100644 (file)
@@ -4,7 +4,14 @@
  *
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
- * 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 HAVE_UNISTD_H
index df420aa..495030a 100644 (file)
@@ -1,7 +1,14 @@
 /*
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
- * 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
index d56d2ff..90a35ec 100644 (file)
@@ -6,7 +6,14 @@
  *
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
- * 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.
  */
 
 #include <stdio.h>
index 0b04185..68b0a49 100644 (file)
@@ -1,7 +1,14 @@
 /*
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
- * 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 HAVE_ERRNO_H
index 6ff4d09..3e6b5d8 100644 (file)
@@ -3,7 +3,14 @@
  *
  * Copyright 1987, 1988, 1989 by MIT
  *
- * 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.
  */
 
 #include <stdio.h>
index 0e9a64b..4215dfd 100644 (file)
@@ -1,7 +1,14 @@
 /*
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
- * 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.
  */
 
 #ifndef _ss_h
index 9f959ff..94c99f2 100644 (file)
@@ -1,7 +1,14 @@
 /*
  * Copyright 1987, 1988 by MIT Student Information Processing Board
  *
- * 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.
  */
 
 #ifndef _ss_ss_internal_h