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 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. * diff --git a/src/ccapi/lib/ccapi_ccache.c b/src/ccapi/lib/ccapi_ccache.c index 9104c8e0f..9e8ba36c5 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 1a449c2fb..e6fc129ab 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 aa10e1e42..795610d97 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 9556aa0eb..88947eafd 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 7715139ff..a16ce0e58 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 8bc2e3613..51b8982e6 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 602ab26cb..3486c4653 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 ecf3583a9..b1fa110e3 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 c94b551df..cb175a31b 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 9307e684b..aea6a412e 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 0ff614849..f1efc7f8d 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 84c3d2e22..56c4505d9 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 0f14df80a..66830de8e 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 03b890b1f..a23791cf4 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 eabea254e..e27ae63c2 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 d0386c3bb..ab84dfe39 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 dec7a7cc7..02debde9d 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 04edd863e..8a831d796 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 a25297e31..d6b9a6cae 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 3893bc9b3..155599d81 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 4bce9a358..803257cdc 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 52be2edfb..1c67acd14 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 4ac8940ae..b0fe03776 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 a43262d52..8238566e4 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 c5fb4f3b5..7e0874a85 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 93dc9d8c2..470812b3d 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 c96a75bee..333007352 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 53f97092f..37f7633a3 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 499ba30de..d758acb15 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 26526984e..30c222801 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 c1e91bce8..65c59e4be 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 9d4e607a8..8dab0651d 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 045ad3d09..172e68a87 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 642ebcc5b..96bf929db 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 72ae89de1..a7b0ad0bd 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 58c963707..b6070daad 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 3710b11a3..eafecd837 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 9795ef86f..2c68e0f9b 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 24b279484..5f096b860 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 27751ed75..df18041cd 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 84ff0ba00..fc81a82b7 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 8896734b8..ef9a1906f 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 e48d4c4f1..7b818f92c 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 834a7bc47..82d646522 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 d659fbe10..08cfa201c 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 23756b49c..06886f8c7 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 d6f754860..71863ab1b 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 94edcec0f..681661ea6 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 aa0c23a3c..de91fca40 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 572f749b1..4021568f5 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 ade4b2edb..4f6a379ce 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 8212028d6..dc89f1d6d 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 41ec60c79..37744f610 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 daf6630b7..6e4f9efa4 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 469834196..aeff7235a 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 e059d86bc..4d17099d0 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 aaea0336c..773b3166e 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 84501fbd6..e758deb5c 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 0462a64e6..67f90307a 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 276c1ad14..b16f5e088 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 b451e1297..6b22651cc 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 4573fa5e9..7e190cee7 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 00a8f032d..bdd691e1f 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 243f8f222..9cbfa9c9a 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 c489aafd2..e5fb837ab 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. * |
