From: Theodore Tso Date: Fri, 4 Aug 1995 16:55:59 +0000 (+0000) Subject: Fix up Copyright notice to have correct year (1995 instead of 1990) X-Git-Tag: krb5-1.0-beta6~1415 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=de5eacec707d3418879a83799b2919524b41f078;p=krb5.git 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 --- diff --git a/src/util/pty/cleanup.c b/src/util/pty/cleanup.c index f63cbf084..6c40ce094 100644 --- a/src/util/pty/cleanup.c +++ b/src/util/pty/cleanup.c @@ -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 #include "libpty.h" #include "pty-int.h" diff --git a/src/util/pty/getpty.c b/src/util/pty/getpty.c index b0eb602a7..b37d75587 100644 --- a/src/util/pty/getpty.c +++ b/src/util/pty/getpty.c @@ -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 #include "libpty.h" #include "pty-int.h" diff --git a/src/util/pty/init.c b/src/util/pty/init.c index 40cf2396b..c2375aa40 100644 --- a/src/util/pty/init.c +++ b/src/util/pty/init.c @@ -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 #include "libpty.h" #include "pty-int.h" diff --git a/src/util/pty/initialize_slave.c b/src/util/pty/initialize_slave.c index 1f7327880..851b8e5c7 100644 --- a/src/util/pty/initialize_slave.c +++ b/src/util/pty/initialize_slave.c @@ -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 #include "libpty.h" #include "pty-int.h" diff --git a/src/util/pty/libpty.h b/src/util/pty/libpty.h index 685ce61bd..b24d97e3d 100644 --- a/src/util/pty/libpty.h +++ b/src/util/pty/libpty.h @@ -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. * */ diff --git a/src/util/pty/logwtmp.c b/src/util/pty/logwtmp.c index 53a109e00..53861f54b 100644 --- a/src/util/pty/logwtmp.c +++ b/src/util/pty/logwtmp.c @@ -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 #include "libpty.h" #include "pty-int.h" 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 #include "libpty.h" #include "pty-int.h" diff --git a/src/util/pty/open_slave.c b/src/util/pty/open_slave.c index d96b0db2b..823865882 100644 --- a/src/util/pty/open_slave.c +++ b/src/util/pty/open_slave.c @@ -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 #include "libpty.h" #include "pty-int.h" diff --git a/src/util/pty/update_utmp.c b/src/util/pty/update_utmp.c index c80c4f8c7..82c67e8b9 100644 --- a/src/util/pty/update_utmp.c +++ b/src/util/pty/update_utmp.c @@ -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 #include "libpty.h" #include "pty-int.h" diff --git a/src/util/pty/update_wtmp.c b/src/util/pty/update_wtmp.c index ce5230a34..8f7a3c419 100644 --- a/src/util/pty/update_wtmp.c +++ b/src/util/pty/update_wtmp.c @@ -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 #include "libpty.h" #include "pty-int.h" diff --git a/src/util/pty/vhangup.c b/src/util/pty/vhangup.c index 8e1c2f6d7..73d5b7c10 100644 --- a/src/util/pty/vhangup.c +++ b/src/util/pty/vhangup.c @@ -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 #include "libpty.h" #include "pty-int.h" diff --git a/src/util/pty/void_assoc.c b/src/util/pty/void_assoc.c index 1f7d7683d..6735d142d 100644 --- a/src/util/pty/void_assoc.c +++ b/src/util/pty/void_assoc.c @@ -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 #include "libpty.h" #include "pty-int.h"