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/ccapi/common/cci_array_internal.c | 3 +-- src/ccapi/common/cci_array_internal.h | 3 +-- src/ccapi/common/cci_common.h | 3 +-- src/ccapi/common/cci_cred_union.c | 3 +-- src/ccapi/common/cci_cred_union.h | 3 +-- src/ccapi/common/cci_debugging.c | 3 +-- src/ccapi/common/cci_debugging.h | 3 +-- src/ccapi/common/cci_identifier.c | 3 +-- src/ccapi/common/cci_identifier.h | 3 +-- src/ccapi/common/cci_message.c | 3 +-- src/ccapi/common/cci_message.h | 3 +-- src/ccapi/common/cci_os_debugging.h | 3 +-- src/ccapi/common/cci_os_identifier.h | 3 +-- src/ccapi/common/cci_types.h | 3 +-- src/ccapi/common/mac/cci_os_debugging.c | 3 +-- src/ccapi/common/mac/cci_os_identifier.c | 3 +-- src/ccapi/common/win/OldCC/ccutils.c | 3 +-- src/ccapi/common/win/OldCC/ccutils.h | 3 +-- src/ccapi/common/win/OldCC/name.h | 3 +-- src/ccapi/common/win/OldCC/util.h | 3 +-- src/ccapi/common/win/cci_os_debugging.c | 3 +-- src/ccapi/common/win/cci_os_identifier.c | 3 +-- src/ccapi/common/win/tls.c | 3 +-- src/ccapi/common/win/tls.h | 3 +-- src/ccapi/common/win/win-utils.c | 3 +-- src/ccapi/common/win/win-utils.h | 3 +-- 26 files changed, 26 insertions(+), 52 deletions(-) (limited to 'src/ccapi/common') diff --git a/src/ccapi/common/cci_array_internal.c b/src/ccapi/common/cci_array_internal.c index 6e8bf2163..7a205d720 100644 --- a/src/ccapi/common/cci_array_internal.c +++ b/src/ccapi/common/cci_array_internal.c @@ -1,6 +1,5 @@ +/* ccapi/common/cci_array_internal.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_array_internal.h b/src/ccapi/common/cci_array_internal.h index af7c24bc6..364de7670 100644 --- a/src/ccapi/common/cci_array_internal.h +++ b/src/ccapi/common/cci_array_internal.h @@ -1,6 +1,5 @@ +/* ccapi/common/cci_array_internal.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_common.h b/src/ccapi/common/cci_common.h index c1a5d0864..ec9d10b94 100644 --- a/src/ccapi/common/cci_common.h +++ b/src/ccapi/common/cci_common.h @@ -1,6 +1,5 @@ +/* ccapi/common/cci_common.h */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_cred_union.c b/src/ccapi/common/cci_cred_union.c index a2f8ca877..4c8981610 100644 --- a/src/ccapi/common/cci_cred_union.c +++ b/src/ccapi/common/cci_cred_union.c @@ -1,6 +1,5 @@ +/* ccapi/common/cci_cred_union.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_cred_union.h b/src/ccapi/common/cci_cred_union.h index 44dd6348d..2e40476ca 100644 --- a/src/ccapi/common/cci_cred_union.h +++ b/src/ccapi/common/cci_cred_union.h @@ -1,6 +1,5 @@ +/* ccapi/common/cci_cred_union.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_debugging.c b/src/ccapi/common/cci_debugging.c index d6b9c62c0..42d8a7726 100644 --- a/src/ccapi/common/cci_debugging.c +++ b/src/ccapi/common/cci_debugging.c @@ -1,6 +1,5 @@ +/* ccapi/common/cci_debugging.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_debugging.h b/src/ccapi/common/cci_debugging.h index aa2f1491b..64413e234 100644 --- a/src/ccapi/common/cci_debugging.h +++ b/src/ccapi/common/cci_debugging.h @@ -1,6 +1,5 @@ +/* ccapi/common/cci_debugging.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_identifier.c b/src/ccapi/common/cci_identifier.c index f1cc0cf92..a672c18f0 100644 --- a/src/ccapi/common/cci_identifier.c +++ b/src/ccapi/common/cci_identifier.c @@ -1,6 +1,5 @@ +/* ccapi/common/cci_identifier.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_identifier.h b/src/ccapi/common/cci_identifier.h index 2c7ea20ab..d5e1da4fd 100644 --- a/src/ccapi/common/cci_identifier.h +++ b/src/ccapi/common/cci_identifier.h @@ -1,6 +1,5 @@ +/* ccapi/common/cci_identifier.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_message.c b/src/ccapi/common/cci_message.c index af1f96153..3f6107594 100644 --- a/src/ccapi/common/cci_message.c +++ b/src/ccapi/common/cci_message.c @@ -1,6 +1,5 @@ +/* ccapi/common/cci_message.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_message.h b/src/ccapi/common/cci_message.h index 01085ac41..6babb5606 100644 --- a/src/ccapi/common/cci_message.h +++ b/src/ccapi/common/cci_message.h @@ -1,6 +1,5 @@ +/* ccapi/common/cci_message.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_os_debugging.h b/src/ccapi/common/cci_os_debugging.h index b2a74e129..c99c79a91 100644 --- a/src/ccapi/common/cci_os_debugging.h +++ b/src/ccapi/common/cci_os_debugging.h @@ -1,6 +1,5 @@ +/* ccapi/common/cci_os_debugging.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_os_identifier.h b/src/ccapi/common/cci_os_identifier.h index 3112902f0..7ee67eb38 100644 --- a/src/ccapi/common/cci_os_identifier.h +++ b/src/ccapi/common/cci_os_identifier.h @@ -1,6 +1,5 @@ +/* ccapi/common/cci_os_identifier.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/cci_types.h b/src/ccapi/common/cci_types.h index c3046331e..87597d441 100644 --- a/src/ccapi/common/cci_types.h +++ b/src/ccapi/common/cci_types.h @@ -1,6 +1,5 @@ +/* ccapi/common/cci_types.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/mac/cci_os_debugging.c b/src/ccapi/common/mac/cci_os_debugging.c index 02f06324c..e5280451b 100644 --- a/src/ccapi/common/mac/cci_os_debugging.c +++ b/src/ccapi/common/mac/cci_os_debugging.c @@ -1,6 +1,5 @@ +/* ccapi/common/mac/cci_os_debugging.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/mac/cci_os_identifier.c b/src/ccapi/common/mac/cci_os_identifier.c index e87e400fc..be7b5bdc4 100644 --- a/src/ccapi/common/mac/cci_os_identifier.c +++ b/src/ccapi/common/mac/cci_os_identifier.c @@ -1,6 +1,5 @@ +/* ccapi/common/mac/cci_os_identifier.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/win/OldCC/ccutils.c b/src/ccapi/common/win/OldCC/ccutils.c index 220b1d1d2..13f72cbe0 100644 --- a/src/ccapi/common/win/OldCC/ccutils.c +++ b/src/ccapi/common/win/OldCC/ccutils.c @@ -1,6 +1,5 @@ +/* ccapi/common/win/OldCC/ccutils.c */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/win/OldCC/ccutils.h b/src/ccapi/common/win/OldCC/ccutils.h index 073412893..f91c77702 100644 --- a/src/ccapi/common/win/OldCC/ccutils.h +++ b/src/ccapi/common/win/OldCC/ccutils.h @@ -1,6 +1,5 @@ +/* ccapi/common/win/OldCC/ccutils.h */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/win/OldCC/name.h b/src/ccapi/common/win/OldCC/name.h index 7b442e09c..42a3fba2b 100644 --- a/src/ccapi/common/win/OldCC/name.h +++ b/src/ccapi/common/win/OldCC/name.h @@ -1,6 +1,5 @@ +/* ccapi/common/win/OldCC/name.h */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/win/OldCC/util.h b/src/ccapi/common/win/OldCC/util.h index 4a83c644a..082f6080b 100644 --- a/src/ccapi/common/win/OldCC/util.h +++ b/src/ccapi/common/win/OldCC/util.h @@ -1,6 +1,5 @@ +/* ccapi/common/win/OldCC/util.h */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/win/cci_os_debugging.c b/src/ccapi/common/win/cci_os_debugging.c index 5a8c9e723..de31c7c39 100644 --- a/src/ccapi/common/win/cci_os_debugging.c +++ b/src/ccapi/common/win/cci_os_debugging.c @@ -1,6 +1,5 @@ +/* ccapi/common/win/cci_os_debugging.c */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/win/cci_os_identifier.c b/src/ccapi/common/win/cci_os_identifier.c index 34659e097..4be2638bd 100644 --- a/src/ccapi/common/win/cci_os_identifier.c +++ b/src/ccapi/common/win/cci_os_identifier.c @@ -1,6 +1,5 @@ +/* ccapi/common/win/cci_os_identifier.c */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/win/tls.c b/src/ccapi/common/win/tls.c index 60c8ea160..888230e68 100644 --- a/src/ccapi/common/win/tls.c +++ b/src/ccapi/common/win/tls.c @@ -1,6 +1,5 @@ +/* ccapi/common/win/tls.c */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/win/tls.h b/src/ccapi/common/win/tls.h index d688ed230..4a8861eaa 100644 --- a/src/ccapi/common/win/tls.h +++ b/src/ccapi/common/win/tls.h @@ -1,6 +1,5 @@ +/* ccapi/common/win/tls.h */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/win/win-utils.c b/src/ccapi/common/win/win-utils.c index 3795ca544..b49cca85f 100644 --- a/src/ccapi/common/win/win-utils.c +++ b/src/ccapi/common/win/win-utils.c @@ -1,6 +1,5 @@ +/* ccapi/common/win/win-utils.c */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/common/win/win-utils.h b/src/ccapi/common/win/win-utils.h index 5dbb192fa..6469a61e8 100644 --- a/src/ccapi/common/win/win-utils.h +++ b/src/ccapi/common/win/win-utils.h @@ -1,6 +1,5 @@ +/* ccapi/common/win/win-utils.h */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * -- cgit