diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-03-09 21:46:07 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-03-09 21:46:07 +0000 |
| commit | 7da53e2942176c5ddfe007ba0a36f449e9fdb9fb (patch) | |
| tree | 4881536c48fdeb215e0cbaea18263365330ad9b0 /src/ccapi | |
| parent | fe012b454a193c1f81ab8011ecd620750e5869f0 (diff) | |
| download | krb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.tar.gz krb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.tar.xz krb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.zip | |
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
Diffstat (limited to 'src/ccapi')
91 files changed, 91 insertions, 182 deletions
diff --git a/src/ccapi/common/cci_array_internal.c b/src/ccapi/common/cci_array_internal.c index 6e8bf21634..7a205d7201 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 af7c24bc69..364de76705 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 c1a5d08648..ec9d10b940 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 a2f8ca8771..4c89816107 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 44dd6348d9..2e40476caa 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 d6b9c62c01..42d8a77262 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 aa2f1491b0..64413e2348 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 f1cc0cf92e..a672c18f0d 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 2c7ea20abf..d5e1da4fdd 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 af1f96153c..3f6107594e 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 01085ac414..6babb5606c 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 b2a74e1290..c99c79a914 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 3112902f03..7ee67eb38c 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 c3046331ec..87597d441b 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 02f06324c9..e5280451bb 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 e87e400fcc..be7b5bdc46 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 220b1d1d26..13f72cbe09 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 0734128937..f91c777021 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 7b442e09c9..42a3fba2b4 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 4a83c644ab..082f6080b2 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 5a8c9e7237..de31c7c397 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 34659e0973..4be2638bd0 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 60c8ea1609..888230e685 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 d688ed2304..4a8861eaac 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 3795ca544d..b49cca85f0 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 5dbb192fa3..6469a61e8b 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. * diff --git a/src/ccapi/lib/ccapi_ccache.c b/src/ccapi/lib/ccapi_ccache.c index 9104c8e0f6..9e8ba36c5c 100644 --- a/src/ccapi/lib/ccapi_ccache.c +++ b/src/ccapi/lib/ccapi_ccache.c @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_ccache.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_ccache.h b/src/ccapi/lib/ccapi_ccache.h index 1a449c2fb1..e6fc129abb 100644 --- a/src/ccapi/lib/ccapi_ccache.h +++ b/src/ccapi/lib/ccapi_ccache.h @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_ccache.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_ccache_iterator.c b/src/ccapi/lib/ccapi_ccache_iterator.c index aa10e1e42a..795610d974 100644 --- a/src/ccapi/lib/ccapi_ccache_iterator.c +++ b/src/ccapi/lib/ccapi_ccache_iterator.c @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_ccache_iterator.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_ccache_iterator.h b/src/ccapi/lib/ccapi_ccache_iterator.h index 9556aa0eb2..88947eafd9 100644 --- a/src/ccapi/lib/ccapi_ccache_iterator.h +++ b/src/ccapi/lib/ccapi_ccache_iterator.h @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_ccache_iterator.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_context.c b/src/ccapi/lib/ccapi_context.c index 7715139ff4..a16ce0e580 100644 --- a/src/ccapi/lib/ccapi_context.c +++ b/src/ccapi/lib/ccapi_context.c @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_context.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_context.h b/src/ccapi/lib/ccapi_context.h index 8bc2e36134..51b8982e6b 100644 --- a/src/ccapi/lib/ccapi_context.h +++ b/src/ccapi/lib/ccapi_context.h @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_context.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_context_change_time.c b/src/ccapi/lib/ccapi_context_change_time.c index 602ab26cb6..3486c46537 100644 --- a/src/ccapi/lib/ccapi_context_change_time.c +++ b/src/ccapi/lib/ccapi_context_change_time.c @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_context_change_time.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_context_change_time.h b/src/ccapi/lib/ccapi_context_change_time.h index ecf3583a94..b1fa110e34 100644 --- a/src/ccapi/lib/ccapi_context_change_time.h +++ b/src/ccapi/lib/ccapi_context_change_time.h @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_context_change_time.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_credentials.c b/src/ccapi/lib/ccapi_credentials.c index c94b551df7..cb175a31bd 100644 --- a/src/ccapi/lib/ccapi_credentials.c +++ b/src/ccapi/lib/ccapi_credentials.c @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_credentials.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_credentials.h b/src/ccapi/lib/ccapi_credentials.h index 9307e684bf..aea6a412ec 100644 --- a/src/ccapi/lib/ccapi_credentials.h +++ b/src/ccapi/lib/ccapi_credentials.h @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_credentials.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_credentials_iterator.c b/src/ccapi/lib/ccapi_credentials_iterator.c index 0ff614849a..f1efc7f8d0 100644 --- a/src/ccapi/lib/ccapi_credentials_iterator.c +++ b/src/ccapi/lib/ccapi_credentials_iterator.c @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_credentials_iterator.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_credentials_iterator.h b/src/ccapi/lib/ccapi_credentials_iterator.h index 84c3d2e229..56c4505d95 100644 --- a/src/ccapi/lib/ccapi_credentials_iterator.h +++ b/src/ccapi/lib/ccapi_credentials_iterator.h @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_credentials_iterator.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_ipc.c b/src/ccapi/lib/ccapi_ipc.c index 0f14df80af..66830de8eb 100644 --- a/src/ccapi/lib/ccapi_ipc.c +++ b/src/ccapi/lib/ccapi_ipc.c @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_ipc.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_ipc.h b/src/ccapi/lib/ccapi_ipc.h index 03b890b1fc..a23791cf46 100644 --- a/src/ccapi/lib/ccapi_ipc.h +++ b/src/ccapi/lib/ccapi_ipc.h @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_ipc.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_os_ipc.h b/src/ccapi/lib/ccapi_os_ipc.h index eabea254e2..e27ae63c24 100644 --- a/src/ccapi/lib/ccapi_os_ipc.h +++ b/src/ccapi/lib/ccapi_os_ipc.h @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_os_ipc.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_string.c b/src/ccapi/lib/ccapi_string.c index d0386c3bbc..ab84dfe39a 100644 --- a/src/ccapi/lib/ccapi_string.c +++ b/src/ccapi/lib/ccapi_string.c @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_string.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_string.h b/src/ccapi/lib/ccapi_string.h index dec7a7cc72..02debde9d1 100644 --- a/src/ccapi/lib/ccapi_string.h +++ b/src/ccapi/lib/ccapi_string.h @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_string.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/ccapi_v2.c b/src/ccapi/lib/ccapi_v2.c index 04edd863e6..8a831d796a 100644 --- a/src/ccapi/lib/ccapi_v2.c +++ b/src/ccapi/lib/ccapi_v2.c @@ -1,6 +1,5 @@ +/* ccapi/lib/ccapi_v2.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/mac/ccapi_os_ipc.c b/src/ccapi/lib/mac/ccapi_os_ipc.c index a25297e311..d6b9a6caec 100644 --- a/src/ccapi/lib/mac/ccapi_os_ipc.c +++ b/src/ccapi/lib/mac/ccapi_os_ipc.c @@ -1,6 +1,5 @@ +/* ccapi/lib/mac/ccapi_os_ipc.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/mac/ccapi_vector.c b/src/ccapi/lib/mac/ccapi_vector.c index 3893bc9b35..155599d81a 100644 --- a/src/ccapi/lib/mac/ccapi_vector.c +++ b/src/ccapi/lib/mac/ccapi_vector.c @@ -1,6 +1,5 @@ +/* ccapi/lib/mac/ccapi_vector.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/mac/ccapi_vector.h b/src/ccapi/lib/mac/ccapi_vector.h index 4bce9a3589..803257cdcd 100644 --- a/src/ccapi/lib/mac/ccapi_vector.h +++ b/src/ccapi/lib/mac/ccapi_vector.h @@ -1,6 +1,5 @@ +/* ccapi/lib/mac/ccapi_vector.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/win/OldCC/client.h b/src/ccapi/lib/win/OldCC/client.h index 52be2edfbd..1c67acd147 100644 --- a/src/ccapi/lib/win/OldCC/client.h +++ b/src/ccapi/lib/win/OldCC/client.h @@ -1,6 +1,5 @@ +/* ccapi/lib/win/OldCC/client.h */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/win/ccs_reply_proc.c b/src/ccapi/lib/win/ccs_reply_proc.c index 4ac8940ae5..b0fe037769 100644 --- a/src/ccapi/lib/win/ccs_reply_proc.c +++ b/src/ccapi/lib/win/ccs_reply_proc.c @@ -1,6 +1,5 @@ +/* ccapi/lib/win/ccs_reply_proc.c */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/lib/win/dllmain.h b/src/ccapi/lib/win/dllmain.h index a43262d528..8238566e4c 100644 --- a/src/ccapi/lib/win/dllmain.h +++ b/src/ccapi/lib/win/dllmain.h @@ -1,6 +1,5 @@ +/* ccapi/lib/win/dllmain.h */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_array.c b/src/ccapi/server/ccs_array.c index c5fb4f3b54..7e0874a85a 100644 --- a/src/ccapi/server/ccs_array.c +++ b/src/ccapi/server/ccs_array.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_array.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_array.h b/src/ccapi/server/ccs_array.h index 93dc9d8c2c..470812b3dc 100644 --- a/src/ccapi/server/ccs_array.h +++ b/src/ccapi/server/ccs_array.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_array.h */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_cache_collection.c b/src/ccapi/server/ccs_cache_collection.c index c96a75beec..333007352c 100644 --- a/src/ccapi/server/ccs_cache_collection.c +++ b/src/ccapi/server/ccs_cache_collection.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_cache_collection.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_cache_collection.h b/src/ccapi/server/ccs_cache_collection.h index 53f97092f1..37f7633a38 100644 --- a/src/ccapi/server/ccs_cache_collection.h +++ b/src/ccapi/server/ccs_cache_collection.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_cache_collection.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_callback.c b/src/ccapi/server/ccs_callback.c index 499ba30de4..d758acb152 100644 --- a/src/ccapi/server/ccs_callback.c +++ b/src/ccapi/server/ccs_callback.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_callback.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_callback.h b/src/ccapi/server/ccs_callback.h index 26526984e4..30c2228010 100644 --- a/src/ccapi/server/ccs_callback.h +++ b/src/ccapi/server/ccs_callback.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_callback.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_ccache.c b/src/ccapi/server/ccs_ccache.c index c1e91bce8b..65c59e4be8 100644 --- a/src/ccapi/server/ccs_ccache.c +++ b/src/ccapi/server/ccs_ccache.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_ccache.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_ccache.h b/src/ccapi/server/ccs_ccache.h index 9d4e607a89..8dab0651d6 100644 --- a/src/ccapi/server/ccs_ccache.h +++ b/src/ccapi/server/ccs_ccache.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_ccache.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_ccache_iterator.c b/src/ccapi/server/ccs_ccache_iterator.c index 045ad3d090..172e68a87e 100644 --- a/src/ccapi/server/ccs_ccache_iterator.c +++ b/src/ccapi/server/ccs_ccache_iterator.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_ccache_iterator.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_ccache_iterator.h b/src/ccapi/server/ccs_ccache_iterator.h index 642ebcc5bf..96bf929db8 100644 --- a/src/ccapi/server/ccs_ccache_iterator.h +++ b/src/ccapi/server/ccs_ccache_iterator.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_ccache_iterator.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_client.c b/src/ccapi/server/ccs_client.c index 72ae89de10..a7b0ad0bd4 100644 --- a/src/ccapi/server/ccs_client.c +++ b/src/ccapi/server/ccs_client.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_client.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_client.h b/src/ccapi/server/ccs_client.h index 58c963707b..b6070daadf 100644 --- a/src/ccapi/server/ccs_client.h +++ b/src/ccapi/server/ccs_client.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_client.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_common.h b/src/ccapi/server/ccs_common.h index 3710b11a33..eafecd8373 100644 --- a/src/ccapi/server/ccs_common.h +++ b/src/ccapi/server/ccs_common.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_common.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_credentials.c b/src/ccapi/server/ccs_credentials.c index 9795ef86f2..2c68e0f9b7 100644 --- a/src/ccapi/server/ccs_credentials.c +++ b/src/ccapi/server/ccs_credentials.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_credentials.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_credentials.h b/src/ccapi/server/ccs_credentials.h index 24b279484d..5f096b860f 100644 --- a/src/ccapi/server/ccs_credentials.h +++ b/src/ccapi/server/ccs_credentials.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_credentials.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_credentials_iterator.c b/src/ccapi/server/ccs_credentials_iterator.c index 27751ed759..df18041cd7 100644 --- a/src/ccapi/server/ccs_credentials_iterator.c +++ b/src/ccapi/server/ccs_credentials_iterator.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_credentials_iterator.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_credentials_iterator.h b/src/ccapi/server/ccs_credentials_iterator.h index 84ff0ba00b..fc81a82b71 100644 --- a/src/ccapi/server/ccs_credentials_iterator.h +++ b/src/ccapi/server/ccs_credentials_iterator.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_credentials_iterator.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_list.c b/src/ccapi/server/ccs_list.c index 8896734b84..ef9a1906f1 100644 --- a/src/ccapi/server/ccs_list.c +++ b/src/ccapi/server/ccs_list.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_list.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_list.h b/src/ccapi/server/ccs_list.h index e48d4c4f1e..7b818f92c9 100644 --- a/src/ccapi/server/ccs_list.h +++ b/src/ccapi/server/ccs_list.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_list.h */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_list_internal.c b/src/ccapi/server/ccs_list_internal.c index 834a7bc475..82d646522a 100644 --- a/src/ccapi/server/ccs_list_internal.c +++ b/src/ccapi/server/ccs_list_internal.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_list_internal.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_list_internal.h b/src/ccapi/server/ccs_list_internal.h index d659fbe106..08cfa201c1 100644 --- a/src/ccapi/server/ccs_list_internal.h +++ b/src/ccapi/server/ccs_list_internal.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_list_internal.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_lock.c b/src/ccapi/server/ccs_lock.c index 23756b49c8..06886f8c75 100644 --- a/src/ccapi/server/ccs_lock.c +++ b/src/ccapi/server/ccs_lock.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_lock.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_lock.h b/src/ccapi/server/ccs_lock.h index d6f7548604..71863ab1bc 100644 --- a/src/ccapi/server/ccs_lock.h +++ b/src/ccapi/server/ccs_lock.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_lock.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_lock_state.c b/src/ccapi/server/ccs_lock_state.c index 94edcec0f7..681661ea6b 100644 --- a/src/ccapi/server/ccs_lock_state.c +++ b/src/ccapi/server/ccs_lock_state.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_lock_state.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_lock_state.h b/src/ccapi/server/ccs_lock_state.h index aa0c23a3c3..de91fca40f 100644 --- a/src/ccapi/server/ccs_lock_state.h +++ b/src/ccapi/server/ccs_lock_state.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_lock_state.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_os_notify.h b/src/ccapi/server/ccs_os_notify.h index 572f749b14..4021568f53 100644 --- a/src/ccapi/server/ccs_os_notify.h +++ b/src/ccapi/server/ccs_os_notify.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_os_notify.h */ /* - * $Header$ - * * Copyright 2006-2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_os_pipe.h b/src/ccapi/server/ccs_os_pipe.h index ade4b2edb5..4f6a379ceb 100644 --- a/src/ccapi/server/ccs_os_pipe.h +++ b/src/ccapi/server/ccs_os_pipe.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_os_pipe.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_os_server.h b/src/ccapi/server/ccs_os_server.h index 8212028d67..dc89f1d6dd 100644 --- a/src/ccapi/server/ccs_os_server.h +++ b/src/ccapi/server/ccs_os_server.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_os_server.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_pipe.c b/src/ccapi/server/ccs_pipe.c index 41ec60c79b..37744f6107 100644 --- a/src/ccapi/server/ccs_pipe.c +++ b/src/ccapi/server/ccs_pipe.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_pipe.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_pipe.h b/src/ccapi/server/ccs_pipe.h index daf6630b73..6e4f9efa48 100644 --- a/src/ccapi/server/ccs_pipe.h +++ b/src/ccapi/server/ccs_pipe.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_pipe.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_server.c b/src/ccapi/server/ccs_server.c index 469834196a..aeff7235ac 100644 --- a/src/ccapi/server/ccs_server.c +++ b/src/ccapi/server/ccs_server.c @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_server.c */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_server.h b/src/ccapi/server/ccs_server.h index e059d86bcb..4d17099d01 100644 --- a/src/ccapi/server/ccs_server.h +++ b/src/ccapi/server/ccs_server.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_server.h */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/ccs_types.h b/src/ccapi/server/ccs_types.h index aaea0336c6..773b3166e1 100644 --- a/src/ccapi/server/ccs_types.h +++ b/src/ccapi/server/ccs_types.h @@ -1,6 +1,5 @@ +/* ccapi/server/ccs_types.h */ /* - * $Header$ - * * Copyright 2006, 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/mac/ccs_os_notify.c b/src/ccapi/server/mac/ccs_os_notify.c index 84501fbd6f..e758deb5c9 100644 --- a/src/ccapi/server/mac/ccs_os_notify.c +++ b/src/ccapi/server/mac/ccs_os_notify.c @@ -1,6 +1,5 @@ +/* ccapi/server/mac/ccs_os_notify.c */ /* - * $Header$ - * * Copyright 2006-2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/mac/ccs_os_pipe.c b/src/ccapi/server/mac/ccs_os_pipe.c index 0462a64e61..67f90307a2 100644 --- a/src/ccapi/server/mac/ccs_os_pipe.c +++ b/src/ccapi/server/mac/ccs_os_pipe.c @@ -1,6 +1,5 @@ +/* ccapi/server/mac/ccs_os_pipe.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/mac/ccs_os_server.c b/src/ccapi/server/mac/ccs_os_server.c index 276c1ad145..b16f5e088c 100644 --- a/src/ccapi/server/mac/ccs_os_server.c +++ b/src/ccapi/server/mac/ccs_os_server.c @@ -1,6 +1,5 @@ +/* ccapi/server/mac/ccs_os_server.c */ /* - * $Header$ - * * Copyright 2006 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/win/WorkQueue.h b/src/ccapi/server/win/WorkQueue.h index b451e12974..6b22651ccc 100644 --- a/src/ccapi/server/win/WorkQueue.h +++ b/src/ccapi/server/win/WorkQueue.h @@ -1,6 +1,5 @@ +/* ccapi/server/win/WorkQueue.h */ /* - * $Header$ - * * Copyright 2007 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/win/ccs_os_pipe.c b/src/ccapi/server/win/ccs_os_pipe.c index 4573fa5e97..7e190cee7c 100644 --- a/src/ccapi/server/win/ccs_os_pipe.c +++ b/src/ccapi/server/win/ccs_os_pipe.c @@ -1,6 +1,5 @@ +/* ccapi/server/win/ccs_os_pipe.c */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/win/ccs_request_proc.c b/src/ccapi/server/win/ccs_request_proc.c index 00a8f032d6..bdd691e1f9 100644 --- a/src/ccapi/server/win/ccs_request_proc.c +++ b/src/ccapi/server/win/ccs_request_proc.c @@ -1,6 +1,5 @@ +/* ccapi/server/win/ccs_request_proc.c */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/win/ccs_win_pipe.c b/src/ccapi/server/win/ccs_win_pipe.c index 243f8f2228..9cbfa9c9aa 100644 --- a/src/ccapi/server/win/ccs_win_pipe.c +++ b/src/ccapi/server/win/ccs_win_pipe.c @@ -1,6 +1,5 @@ +/* ccapi/server/win/ccs_win_pipe.c */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * diff --git a/src/ccapi/server/win/ccs_win_pipe.h b/src/ccapi/server/win/ccs_win_pipe.h index c489aafd2e..e5fb837ab2 100644 --- a/src/ccapi/server/win/ccs_win_pipe.h +++ b/src/ccapi/server/win/ccs_win_pipe.h @@ -1,6 +1,5 @@ +/* ccapi/server/win/ccs_win_pipe.h */ /* - * $Header$ - * * Copyright 2008 Massachusetts Institute of Technology. * All Rights Reserved. * |
