summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>1999-10-23 01:16:22 +0000
committerTheodore Ts'o <tytso@mit.edu>1999-10-23 01:16:22 +0000
commit06cefee50dc681838454fcd079ba5b2760969f1b (patch)
tree9df6bea16d03ee4efc6bec9e92c1034b273ad3fc /lib
parent896938d57e7091e7a032674dfeeb91f2a17fd78b (diff)
downloade2fsprogs-06cefee50dc681838454fcd079ba5b2760969f1b.tar.gz
Many files:
Update copyright statements.
Diffstat (limited to 'lib')
-rw-r--r--lib/et/ChangeLog4
-rw-r--r--lib/et/com_err.c11
-rw-r--r--lib/et/error_message.c9
-rw-r--r--lib/et/error_table.h9
-rw-r--r--lib/et/et_name.c9
-rw-r--r--lib/et/init_et.c9
-rw-r--r--lib/et/internal.h9
-rw-r--r--lib/ss/ChangeLog4
-rw-r--r--lib/ss/data.c9
-rw-r--r--lib/ss/error.c9
-rw-r--r--lib/ss/execute_cmd.c9
-rw-r--r--lib/ss/help.c9
-rw-r--r--lib/ss/invocation.c9
-rw-r--r--lib/ss/list_rqs.c9
-rw-r--r--lib/ss/listen.c9
-rw-r--r--lib/ss/pager.c9
-rw-r--r--lib/ss/parse.c9
-rw-r--r--lib/ss/prompt.c9
-rw-r--r--lib/ss/request_tbl.c9
-rw-r--r--lib/ss/requests.c9
-rw-r--r--lib/ss/ss.h9
-rw-r--r--lib/ss/ss_internal.h9
22 files changed, 165 insertions, 25 deletions
diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog
index 4c2759e5..676b03fa 100644
--- a/lib/et/ChangeLog
+++ b/lib/et/ChangeLog
@@ -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>
diff --git a/lib/et/com_err.c b/lib/et/com_err.c
index bfa8dbc8..81a70cfd 100644
--- a/lib/et/com_err.c
+++ b/lib/et/com_err.c
@@ -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>
diff --git a/lib/et/error_message.c b/lib/et/error_message.c
index 68d730c1..6a836e8e 100644
--- a/lib/et/error_message.c
+++ b/lib/et/error_message.c
@@ -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>
diff --git a/lib/et/error_table.h b/lib/et/error_table.h
index 76480e09..d9a7b4b2 100644
--- a/lib/et/error_table.h
+++ b/lib/et/error_table.h
@@ -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
diff --git a/lib/et/et_name.c b/lib/et/et_name.c
index 652bdb03..18883269 100644
--- a/lib/et/et_name.c
+++ b/lib/et/et_name.c
@@ -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"
diff --git a/lib/et/init_et.c b/lib/et/init_et.c
index 42d8a42f..606afc66 100644
--- a/lib/et/init_et.c
+++ b/lib/et/init_et.c
@@ -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>
diff --git a/lib/et/internal.h b/lib/et/internal.h
index eee26b68..30b19216 100644
--- a/lib/et/internal.h
+++ b/lib/et/internal.h
@@ -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
diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog
index c56ac42f..fc6629e2 100644
--- a/lib/ss/ChangeLog
+++ b/lib/ss/ChangeLog
@@ -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>
diff --git a/lib/ss/data.c b/lib/ss/data.c
index b2ac6311..8f7cda59 100644
--- a/lib/ss/data.c
+++ b/lib/ss/data.c
@@ -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>
diff --git a/lib/ss/error.c b/lib/ss/error.c
index 47f32a5b..26f5ae79 100644
--- a/lib/ss/error.c
+++ b/lib/ss/error.c
@@ -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>
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
diff --git a/lib/ss/help.c b/lib/ss/help.c
index cbbe5430..1c9b3a25 100644
--- a/lib/ss/help.c
+++ b/lib/ss/help.c
@@ -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
diff --git a/lib/ss/invocation.c b/lib/ss/invocation.c
index 582240f8..81c70e48 100644
--- a/lib/ss/invocation.c
+++ b/lib/ss/invocation.c
@@ -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
diff --git a/lib/ss/list_rqs.c b/lib/ss/list_rqs.c
index 3a2925b4..14671324 100644
--- a/lib/ss/list_rqs.c
+++ b/lib/ss/list_rqs.c
@@ -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>
diff --git a/lib/ss/listen.c b/lib/ss/listen.c
index a18fc853..fbd563bd 100644
--- a/lib/ss/listen.c
+++ b/lib/ss/listen.c
@@ -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"
diff --git a/lib/ss/pager.c b/lib/ss/pager.c
index ddfdb406..f3640ce7 100644
--- a/lib/ss/pager.c
+++ b/lib/ss/pager.c
@@ -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
diff --git a/lib/ss/parse.c b/lib/ss/parse.c
index df420aab..495030a2 100644
--- a/lib/ss/parse.c
+++ b/lib/ss/parse.c
@@ -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
diff --git a/lib/ss/prompt.c b/lib/ss/prompt.c
index d56d2ff2..90a35ec6 100644
--- a/lib/ss/prompt.c
+++ b/lib/ss/prompt.c
@@ -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>
diff --git a/lib/ss/request_tbl.c b/lib/ss/request_tbl.c
index 0b041857..68b0a49d 100644
--- a/lib/ss/request_tbl.c
+++ b/lib/ss/request_tbl.c
@@ -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
diff --git a/lib/ss/requests.c b/lib/ss/requests.c
index 6ff4d093..3e6b5d83 100644
--- a/lib/ss/requests.c
+++ b/lib/ss/requests.c
@@ -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>
diff --git a/lib/ss/ss.h b/lib/ss/ss.h
index 0e9a64bc..4215dfdc 100644
--- a/lib/ss/ss.h
+++ b/lib/ss/ss.h
@@ -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
diff --git a/lib/ss/ss_internal.h b/lib/ss/ss_internal.h
index 9f959ff9..94c99f22 100644
--- a/lib/ss/ss_internal.h
+++ b/lib/ss/ss_internal.h
@@ -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