From 7da53e2942176c5ddfe007ba0a36f449e9fdb9fb Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Wed, 9 Mar 2011 21:46:07 +0000 Subject: 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 --- src/tests/threads/gss-perf.c | 8 ++++---- src/tests/threads/init_ctx.c | 8 ++++---- src/tests/threads/prof1.c | 25 +++++++++++++++++++++++++ src/tests/threads/profread.c | 8 ++++---- src/tests/threads/t_rcache.c | 7 +------ 5 files changed, 38 insertions(+), 18 deletions(-) (limited to 'src/tests/threads') diff --git a/src/tests/threads/gss-perf.c b/src/tests/threads/gss-perf.c index 7b4b738528..f3630c2f8b 100644 --- a/src/tests/threads/gss-perf.c +++ b/src/tests/threads/gss-perf.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* tests/threads/gss-perf.c */ /* - * test/threads/gss-perf.c - * * Copyright (C) 2009 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. - * - * + */ + +/* * GSSAPI performance testing * initially contributed by Ken Raeburn */ diff --git a/src/tests/threads/init_ctx.c b/src/tests/threads/init_ctx.c index 162906019e..92c0ef6f1e 100644 --- a/src/tests/threads/init_ctx.c +++ b/src/tests/threads/init_ctx.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* tests/threads/init_ctx.c */ /* - * test/threads/init_ctx.c - * * Copyright (C) 2009 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. - * - * + */ + +/* * krb5 context creation performance testing * initially contributed by Ken Raeburn */ diff --git a/src/tests/threads/prof1.c b/src/tests/threads/prof1.c index fba54e90a9..3d9597844b 100644 --- a/src/tests/threads/prof1.c +++ b/src/tests/threads/prof1.c @@ -1,4 +1,29 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* tests/threads/prof1.c */ +/* + * Copyright (C) 2004 by the Massachusetts Institute of Technology. + * All rights reserved. + * + * Export of this software from the United States of America may + * require a specific license from the United States Government. + * It is the responsibility of any person or organization contemplating + * export to obtain such a license before exporting. + * + * WITHIN THAT CONSTRAINT, permission to use, copy, modify, and + * distribute this software and its documentation for any purpose and + * without fee is hereby granted, provided that the above copyright + * notice appear in all copies and that both that copyright notice and + * this permission notice appear in supporting documentation, and that + * the name of M.I.T. not be used in advertising or publicity pertaining + * to distribution of the software without specific, written prior + * permission. Furthermore if you modify this software you must label + * your software as modified software and not distribute it in such a + * fashion that it might be confused with the original M.I.T. software. + * 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. + */ + #include #include #include diff --git a/src/tests/threads/profread.c b/src/tests/threads/profread.c index 2367b5a1d1..a9ce3d6b2b 100644 --- a/src/tests/threads/profread.c +++ b/src/tests/threads/profread.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* tests/threads/profread.c */ /* - * test/threads/profread.c - * * Copyright (C) 2009 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. - * - * + */ + +/* * krb5 profile data retrieval performance testing * initially contributed by Ken Raeburn */ diff --git a/src/tests/threads/t_rcache.c b/src/tests/threads/t_rcache.c index d0607edfc9..e543f13ed3 100644 --- a/src/tests/threads/t_rcache.c +++ b/src/tests/threads/t_rcache.c @@ -1,7 +1,6 @@ /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */ +/* tests/threads/t_rcache.c */ /* - * test/threads/t_rcache.c - * * Copyright (C) 2006 by the Massachusetts Institute of Technology. * All rights reserved. * @@ -23,12 +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. - * - * - * */ - #include #include -- cgit