From 6768998b5d1b3ed9678a2eb94a27c3d284ab8e22 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 6 Oct 2010 01:37:24 +0000 Subject: [PATCH] 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 --- src/prototype/prototype.c | 8 ++++---- 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 4704d9218..7697620e4 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 bcdef2931..685993cba 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 >>> */ -- 2.26.2