diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-03-09 21:46:07 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-03-09 21:46:07 +0000 |
| commit | 7da53e2942176c5ddfe007ba0a36f449e9fdb9fb (patch) | |
| tree | 4881536c48fdeb215e0cbaea18263365330ad9b0 /src/util/ss | |
| parent | fe012b454a193c1f81ab8011ecd620750e5869f0 (diff) | |
| download | krb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.tar.gz krb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.tar.xz krb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.zip | |
Adjust most C source files to match the new standards for copyright
and license comments.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24695 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/util/ss')
| -rw-r--r-- | src/util/ss/listen.c | 5 | ||||
| -rw-r--r-- | src/util/ss/mk_cmds.c | 5 | ||||
| -rw-r--r-- | src/util/ss/pager.c | 4 | ||||
| -rw-r--r-- | src/util/ss/prompt.c | 5 | ||||
| -rw-r--r-- | src/util/ss/requests.c | 3 |
5 files changed, 5 insertions, 17 deletions
diff --git a/src/util/ss/listen.c b/src/util/ss/listen.c index ce8e527a4..f7be47b13 100644 --- a/src/util/ss/listen.c +++ b/src/util/ss/listen.c @@ -1,9 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* util/ss/listen.c */ /* - * Listener loop for subsystem library libss.a. - * - * util/ss/listen.c - * * Copyright 1987, 1988 by MIT Student Information Processing Board * * For copyright information, see copyright.h. diff --git a/src/util/ss/mk_cmds.c b/src/util/ss/mk_cmds.c index 6488f7c2d..3ed37794d 100644 --- a/src/util/ss/mk_cmds.c +++ b/src/util/ss/mk_cmds.c @@ -1,9 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* util/ss/mk_cmds.c */ /* - * make_commands.c - * - * util/ss/mk_cmds.c - * * Copyright 1987, 1988 by MIT Student Information Processing Board * * For copyright information, see copyright.h. diff --git a/src/util/ss/pager.c b/src/util/ss/pager.c index be8fd0bfe..ae023b594 100644 --- a/src/util/ss/pager.c +++ b/src/util/ss/pager.c @@ -1,8 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* util/ss/pager.c - create a "more" running out of a file descriptor */ /* - * Pager: Routines to create a "more" running out of a particular file - * descriptor. - * * Copyright 1987, 1988 by MIT Student Information Processing Board * * For copyright information, see copyright.h. diff --git a/src/util/ss/prompt.c b/src/util/ss/prompt.c index f42fde990..5aa2ad614 100644 --- a/src/util/ss/prompt.c +++ b/src/util/ss/prompt.c @@ -1,9 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* util/ss/prompt.c */ /* - * prompt.c: Routines for retrieving and setting a prompt. - * - * util/ss/prompt.c - * * Copyright 1987, 1988 by MIT Student Information Processing Board * * For copyright information, see copyright.h. diff --git a/src/util/ss/requests.c b/src/util/ss/requests.c index 27c4a2084..3e62f970c 100644 --- a/src/util/ss/requests.c +++ b/src/util/ss/requests.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* util/ss/requests.c */ /* - * Various minor routines... - * * Copyright 1987, 1988, 1989 by MIT * * For copyright information, see mit-sipb-copyright.h. |
