diff options
| author | John Kohl <jtkohl@mit.edu> | 1989-11-27 11:32:33 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1989-11-27 11:32:33 +0000 |
| commit | 83539d4774b995682d0cb800d45727a92a5bbb31 (patch) | |
| tree | 8b5548cf175c4e50beb1d3bdc21109b3dac1dc92 /src | |
| parent | 8e732a756cfd6f8eb49f1d6f1effe5b553f70db8 (diff) | |
change mit-copyright to copyright.h
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@30 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/prototype/prototype.c | 2 | ||||
| -rw-r--r-- | src/prototype/prototype.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c index f3d093202..0f7d69b4e 100644 --- a/src/prototype/prototype.c +++ b/src/prototype/prototype.c @@ -15,4 +15,4 @@ static char <<< rcsid_module_c >>>[] = "$Id$"; #endif lint -#include <krb5/mit-copyright.h> +#include <krb5/copyright.h> diff --git a/src/prototype/prototype.h b/src/prototype/prototype.h index 88d582029..24824c61a 100644 --- a/src/prototype/prototype.h +++ b/src/prototype/prototype.h @@ -11,7 +11,7 @@ * <<< Description >>> */ -#include <krb5/mit-copyright.h> +#include <krb5/copyright.h> #ifndef __<<< include blocker>>>__ #define __<<< include blocker>>>__ |
