summaryrefslogtreecommitdiffstats
path: root/src/util/pty/open_ctty.c
diff options
context:
space:
mode:
authorTheodore Tso <tytso@mit.edu>1995-08-04 16:55:59 +0000
committerTheodore Tso <tytso@mit.edu>1995-08-04 16:55:59 +0000
commitde5eacec707d3418879a83799b2919524b41f078 (patch)
tree2e52e731842407634aaf11d70799e56dd2a9e7f5 /src/util/pty/open_ctty.c
parent89c396f4d1acd0fc1f338b89b062bdab2e1e3e30 (diff)
downloadkrb5-de5eacec707d3418879a83799b2919524b41f078.tar.gz
krb5-de5eacec707d3418879a83799b2919524b41f078.tar.xz
krb5-de5eacec707d3418879a83799b2919524b41f078.zip
Fix up Copyright notice to have correct year (1995 instead of 1990)
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
Diffstat (limited to 'src/util/pty/open_ctty.c')
-rw-r--r--src/util/pty/open_ctty.c25
1 files changed, 11 insertions, 14 deletions
diff --git a/src/util/pty/open_ctty.c b/src/util/pty/open_ctty.c
index 4f39e5dec..e61b5c545 100644
--- a/src/util/pty/open_ctty.c
+++ b/src/util/pty/open_ctty.c
@@ -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"