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/gssapi/t_accname.c | 1 - src/tests/gssapi/t_gssexts.c | 1 - src/tests/gssapi/t_namingexts.c | 1 - src/tests/gssapi/t_s4u.c | 1 - src/tests/gssapi/t_saslname.c | 1 - 5 files changed, 5 deletions(-) (limited to 'src/tests/gssapi') diff --git a/src/tests/gssapi/t_accname.c b/src/tests/gssapi/t_accname.c index ab6bc83bd..9912ecfe1 100644 --- a/src/tests/gssapi/t_accname.c +++ b/src/tests/gssapi/t_accname.c @@ -21,7 +21,6 @@ * 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 diff --git a/src/tests/gssapi/t_gssexts.c b/src/tests/gssapi/t_gssexts.c index 4ca260881..7992cdfdd 100644 --- a/src/tests/gssapi/t_gssexts.c +++ b/src/tests/gssapi/t_gssexts.c @@ -21,7 +21,6 @@ * 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 diff --git a/src/tests/gssapi/t_namingexts.c b/src/tests/gssapi/t_namingexts.c index a75be958e..86d276e22 100644 --- a/src/tests/gssapi/t_namingexts.c +++ b/src/tests/gssapi/t_namingexts.c @@ -21,7 +21,6 @@ * 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 diff --git a/src/tests/gssapi/t_s4u.c b/src/tests/gssapi/t_s4u.c index 2e2304429..4108946dd 100644 --- a/src/tests/gssapi/t_s4u.c +++ b/src/tests/gssapi/t_s4u.c @@ -21,7 +21,6 @@ * 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 diff --git a/src/tests/gssapi/t_saslname.c b/src/tests/gssapi/t_saslname.c index 40384f7dc..4794c8f96 100644 --- a/src/tests/gssapi/t_saslname.c +++ b/src/tests/gssapi/t_saslname.c @@ -21,7 +21,6 @@ * 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 -- cgit