diff options
-rw-r--r-- | src/prototype/prototype.c | 4 | ||||
-rw-r--r-- | src/prototype/prototype.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/prototype/prototype.c b/src/prototype/prototype.c index 6ba2dc507..d740b8ec1 100644 --- a/src/prototype/prototype.c +++ b/src/prototype/prototype.c @@ -1,5 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ -/* prototype/prototype.c */ +/* prototype/prototype.c - <<< One-line description of file >>> */ /* * Copyright (C) 2011 by the Massachusetts Institute of Technology. * All rights reserved. @@ -25,5 +25,5 @@ */ /* - * <<< Description >>> + * <<< Longer description of file >>> */ diff --git a/src/prototype/prototype.h b/src/prototype/prototype.h index ecc4d03a0..5b595eeb9 100644 --- a/src/prototype/prototype.h +++ b/src/prototype/prototype.h @@ -1,5 +1,5 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ -/* prototype/prototype.h */ +/* prototype/prototype.h - <<< One-line description of file >>> */ /* * Copyright (C) 2011 by the Massachusetts Institute of Technology. * All rights reserved. @@ -25,7 +25,7 @@ */ /* - * <<< Description >>> + * <<< Longer description of file >>> */ #ifndef <<< include blocker>>>__ |