Fix up Copyright notice to have correct year (1995 instead of 1990)
authorTheodore Tso <tytso@mit.edu>
Fri, 4 Aug 1995 16:55:59 +0000 (16:55 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 4 Aug 1995 16:55:59 +0000 (16:55 +0000)
Remove #include of mit-copyright.h, since we don't include it and its legal
value is pretty dubious anyway.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6409 dc483132-0cff-0310-8789-dd5450dbe970

12 files changed:
src/util/pty/cleanup.c
src/util/pty/getpty.c
src/util/pty/init.c
src/util/pty/initialize_slave.c
src/util/pty/libpty.h
src/util/pty/logwtmp.c
src/util/pty/open_ctty.c
src/util/pty/open_slave.c
src/util/pty/update_utmp.c
src/util/pty/update_wtmp.c
src/util/pty/vhangup.c
src/util/pty/void_assoc.c

index f63cbf0847120042a03c180ea0066358000e0aee..6c40ce09470ce2cc8118f9466c20c0e1a1d73b4d 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * pty_cleanup: Kill processes associated with pty.
- * and utmp entries.
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  *
  * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
-#include "mit-copyright.h"
 #include <com_err.h>
 #include "libpty.h"
 #include "pty-int.h"
index b0eb602a771ac771baac410240ff03e6fb69ffd1..b37d75587558005ef7903d9350817c3766027563 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * pty_getpty: open a PTY master.
- * and utmp entries.
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  *
  * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
-#include "mit-copyright.h"
 #include <com_err.h>
 #include "libpty.h"
 #include "pty-int.h"
index 40cf2396b265da17398fc5fdc2dbdb8f59ad6943..c2375aa40c5df53b40bdeba9b4f257cc6ee38052 100644 (file)
@@ -1,23 +1,24 @@
 /*
  * pty_init: Initialize internal state of pty.
+ * 
  * Currently initializes error tables.
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * 
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  *
  * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
-#include "mit-copyright.h"
 #include <com_err.h>
 #include "libpty.h"
 #include "pty-int.h"
index 1f7327880e4312cfffa687ba5ebd6820ff8aeffe..851b8e5c76606f698313692dd9efe26f40dfd5e1 100644 (file)
@@ -1,24 +1,21 @@
 /*
  * pty_open_slave: open slave side of terminal, clearing for use.
- * and utmp entries.
- *
- * Copyright 1990 by the Massachusetts Institute of Technology.
  *
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
-#include "mit-copyright.h"
 #include <com_err.h>
 #include "libpty.h"
 #include "pty-int.h"
index 685ce61bd4573f1d3d042e63349199474254ad44..b24d97e3ddbd483f588f9ade615bd0dd2e73c5b4 100644 (file)
@@ -1,20 +1,19 @@
 /*
- * Header file for manipulation of ptys
- * and utmp entries.
+ * Header file for manipulation of ptys and utmp entries.
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  *
  * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
index 53a109e00cc066f116d79622ca4ad3c41b2abf2c..53861f54b2703691681a2587d23e438c511fca1a 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * pty_logwtmp: Implement the logwtmp function if not present.
- * and utmp entries.
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  *
  * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
-#include "mit-copyright.h"
 #include <com_err.h>
 #include "libpty.h"
 #include "pty-int.h"
index 4f39e5decab36ec1513651b7515195323be0277b..e61b5c545c81e373184864aa41c8ab2fc7832c77 100644 (file)
@@ -1,24 +1,21 @@
 /*
  * pty_open_ctty: Open and establish controlling terminal.
- * and utmp entries.
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  *
- * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
-#include "mit-copyright.h"
 #include <com_err.h>
 #include "libpty.h"
 #include "pty-int.h"
index d96b0db2b7496d0f30b86eafa5e83d44ce721446..823865882fba25c4cc4f9bb1b6673efc18316177 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * pty_open_slave: open slave side of terminal, clearing for use.
- * and utmp entries.
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  *
  * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
-#include "mit-copyright.h"
 #include <com_err.h>
 #include "libpty.h"
 #include "pty-int.h"
index c80c4f8c784b3641413cda7cc9ecc0495add66fb..82c67e8b9cefe651175e5863a6f2338827c0c70e 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * pty_update_utmp: Update or create a utmp entry
- * and utmp entries.
- *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * 
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  *
  * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
-#include "mit-copyright.h"
 #include <com_err.h>
 #include "libpty.h"
 #include "pty-int.h"
index ce5230a34fda17d633f5d47eda37d57e7236d85d..8f7a3c41920b49286681a856f13f601b8191f476 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * pty_update_utmp: Update or create a utmp entry
- * and utmp entries.
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  *
  * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
-#include "mit-copyright.h"
 #include <com_err.h>
 #include "libpty.h"
 #include "pty-int.h"
index 8e1c2f6d754654a65137fc53e93a398daf40e0a6..73d5b7c105cca7d5d382d68a592717c698511320 100644 (file)
@@ -1,24 +1,22 @@
 /*
  * pty_open_slave: open slave side of terminal, clearing for use.
- * and utmp entries.
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  *
  * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
-#include "mit-copyright.h"
 #include <com_err.h>
 #include "libpty.h"
 #include "pty-int.h"
index 1f7d7683d476db5cd9f56bcd4e668005123267ff..6735d142de262991f8c65094c489b188ed26463c 100644 (file)
@@ -1,25 +1,22 @@
 /*
  * ptyint_void_association(): Void association with controlling terminal
- * and utmp entries.
  *
- * Copyright 1990 by the Massachusetts Institute of Technology.
+ * Copyright 1995 by the Massachusetts Institute of Technology.
  *
  * 
- *Permission to use, copy, modify, and
- * distribute this software and its documentation for any purpose and
- * without fee is hereby granted, provided that the above copyright
- * notice appear in all copies and that both that copyright notice and
- * this permission notice appear in supporting documentation, and that
- * the name of M.I.T. not be used in advertising or publicity pertaining
- * to distribution of the software without specific, written prior
- * permission.  M.I.T. makes no representations about the suitability of
- * this software for any purpose.  It is provided "as is" without express
- * or implied warranty.
+ * Permission to use, copy, modify, and distribute this software and
+ * its documentation for any purpose and without fee is hereby
+ * granted, provided that the above copyright notice appear in all
+ * copies and that both that copyright notice and this permission
+ * notice appear in supporting documentation, and that the name of
+ * M.I.T. not be used in advertising or publicity pertaining to
+ * distribution of the software without specific, written prior
+ * permission.  M.I.T. makes no representations about the suitability
+ * of this software for any purpose.  It is provided "as is" without
+ * express or implied warranty.
  * 
  */
 
-
-#include "mit-copyright.h"
 #include <com_err.h>
 #include "libpty.h"
 #include "pty-int.h"