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/server | |
| 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/server')
41 files changed, 41 insertions, 82 deletions
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. * |
