diff options
| author | Greg Hudson <ghudson@mit.edu> | 2010-10-06 01:37:24 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2010-10-06 01:37:24 +0000 |
| commit | 6768998b5d1b3ed9678a2eb94a27c3d284ab8e22 (patch) | |
| tree | b49b91b28f65d1b2c464f8f0d7ae2a7f2eb36fb2 /src | |
| parent | 9f7a997952a9fba05a83175295c9d1be938b68b8 (diff) | |
| download | krb5-6768998b5d1b3ed9678a2eb94a27c3d284ab8e22.tar.gz krb5-6768998b5d1b3ed9678a2eb94a27c3d284ab8e22.tar.xz krb5-6768998b5d1b3ed9678a2eb94a27c3d284ab8e22.zip | |
Adjust prototype files for easier extraction of copyright/license
statements, per mailing list discussion.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24432 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/prototype/prototype.c | 8 | ||||
| -rw-r--r-- | src/prototype/prototype.h | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c index 4704d92182..7697620e41 100644 --- a/src/prototype/prototype.c +++ b/src/prototype/prototype.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* prototype/prototype.c */ /* - * prototype/prototype.c - * * Copyright (C) 2010 by the Massachusetts Institute of Technology. * All rights reserved. * @@ -23,7 +22,8 @@ * 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. - * - * + */ + +/* * <<< Description >>> */ diff --git a/src/prototype/prototype.h b/src/prototype/prototype.h index bcdef29310..685993cba0 100644 --- a/src/prototype/prototype.h +++ b/src/prototype/prototype.h @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* prototype/prototype.h */ /* - * prototype/prototype.h - * * Copyright (C) 2010 by the Massachusetts Institute of Technology. * All rights reserved. * @@ -23,8 +22,9 @@ * 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. - * - * + */ + +/* * <<< Description >>> */ |
