aboutsummaryrefslogtreecommitdiff
path: root/src/ccapi
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-03-09 21:46:07 +0000
committerGreg Hudson <ghudson@mit.edu>2011-03-09 21:46:07 +0000
commit7da53e2942176c5ddfe007ba0a36f449e9fdb9fb (patch)
tree4881536c48fdeb215e0cbaea18263365330ad9b0 /src/ccapi
parentfe012b454a193c1f81ab8011ecd620750e5869f0 (diff)
downloadkrb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.zip
krb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.tar.gz
krb5-7da53e2942176c5ddfe007ba0a36f449e9fdb9fb.tar.bz2
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')
-rw-r--r--src/ccapi/common/cci_array_internal.c3
-rw-r--r--src/ccapi/common/cci_array_internal.h3
-rw-r--r--src/ccapi/common/cci_common.h3
-rw-r--r--src/ccapi/common/cci_cred_union.c3
-rw-r--r--src/ccapi/common/cci_cred_union.h3
-rw-r--r--src/ccapi/common/cci_debugging.c3
-rw-r--r--src/ccapi/common/cci_debugging.h3
-rw-r--r--src/ccapi/common/cci_identifier.c3
-rw-r--r--src/ccapi/common/cci_identifier.h3
-rw-r--r--src/ccapi/common/cci_message.c3
-rw-r--r--src/ccapi/common/cci_message.h3
-rw-r--r--src/ccapi/common/cci_os_debugging.h3
-rw-r--r--src/ccapi/common/cci_os_identifier.h3
-rw-r--r--src/ccapi/common/cci_types.h3
-rw-r--r--src/ccapi/common/mac/cci_os_debugging.c3
-rw-r--r--src/ccapi/common/mac/cci_os_identifier.c3
-rw-r--r--src/ccapi/common/win/OldCC/ccutils.c3
-rw-r--r--src/ccapi/common/win/OldCC/ccutils.h3
-rw-r--r--src/ccapi/common/win/OldCC/name.h3
-rw-r--r--src/ccapi/common/win/OldCC/util.h3
-rw-r--r--src/ccapi/common/win/cci_os_debugging.c3
-rw-r--r--src/ccapi/common/win/cci_os_identifier.c3
-rw-r--r--src/ccapi/common/win/tls.c3
-rw-r--r--src/ccapi/common/win/tls.h3
-rw-r--r--src/ccapi/common/win/win-utils.c3
-rw-r--r--src/ccapi/common/win/win-utils.h3
-rw-r--r--src/ccapi/lib/ccapi_ccache.c3
-rw-r--r--src/ccapi/lib/ccapi_ccache.h3
-rw-r--r--src/ccapi/lib/ccapi_ccache_iterator.c3
-rw-r--r--src/ccapi/lib/ccapi_ccache_iterator.h3
-rw-r--r--src/ccapi/lib/ccapi_context.c3
-rw-r--r--src/ccapi/lib/ccapi_context.h3
-rw-r--r--src/ccapi/lib/ccapi_context_change_time.c3
-rw-r--r--src/ccapi/lib/ccapi_context_change_time.h3
-rw-r--r--src/ccapi/lib/ccapi_credentials.c3
-rw-r--r--src/ccapi/lib/ccapi_credentials.h3
-rw-r--r--src/ccapi/lib/ccapi_credentials_iterator.c3
-rw-r--r--src/ccapi/lib/ccapi_credentials_iterator.h3
-rw-r--r--src/ccapi/lib/ccapi_ipc.c3
-rw-r--r--src/ccapi/lib/ccapi_ipc.h3
-rw-r--r--src/ccapi/lib/ccapi_os_ipc.h3
-rw-r--r--src/ccapi/lib/ccapi_string.c3
-rw-r--r--src/ccapi/lib/ccapi_string.h3
-rw-r--r--src/ccapi/lib/ccapi_v2.c3
-rw-r--r--src/ccapi/lib/mac/ccapi_os_ipc.c3
-rw-r--r--src/ccapi/lib/mac/ccapi_vector.c3
-rw-r--r--src/ccapi/lib/mac/ccapi_vector.h3
-rw-r--r--src/ccapi/lib/win/OldCC/client.h3
-rw-r--r--src/ccapi/lib/win/ccs_reply_proc.c3
-rw-r--r--src/ccapi/lib/win/dllmain.h3
-rw-r--r--src/ccapi/server/ccs_array.c3
-rw-r--r--src/ccapi/server/ccs_array.h3
-rw-r--r--src/ccapi/server/ccs_cache_collection.c3
-rw-r--r--src/ccapi/server/ccs_cache_collection.h3
-rw-r--r--src/ccapi/server/ccs_callback.c3
-rw-r--r--src/ccapi/server/ccs_callback.h3
-rw-r--r--src/ccapi/server/ccs_ccache.c3
-rw-r--r--src/ccapi/server/ccs_ccache.h3
-rw-r--r--src/ccapi/server/ccs_ccache_iterator.c3
-rw-r--r--src/ccapi/server/ccs_ccache_iterator.h3
-rw-r--r--src/ccapi/server/ccs_client.c3
-rw-r--r--src/ccapi/server/ccs_client.h3
-rw-r--r--src/ccapi/server/ccs_common.h3
-rw-r--r--src/ccapi/server/ccs_credentials.c3
-rw-r--r--src/ccapi/server/ccs_credentials.h3
-rw-r--r--src/ccapi/server/ccs_credentials_iterator.c3
-rw-r--r--src/ccapi/server/ccs_credentials_iterator.h3
-rw-r--r--src/ccapi/server/ccs_list.c3
-rw-r--r--src/ccapi/server/ccs_list.h3
-rw-r--r--src/ccapi/server/ccs_list_internal.c3
-rw-r--r--src/ccapi/server/ccs_list_internal.h3
-rw-r--r--src/ccapi/server/ccs_lock.c3
-rw-r--r--src/ccapi/server/ccs_lock.h3
-rw-r--r--src/ccapi/server/ccs_lock_state.c3
-rw-r--r--src/ccapi/server/ccs_lock_state.h3
-rw-r--r--src/ccapi/server/ccs_os_notify.h3
-rw-r--r--src/ccapi/server/ccs_os_pipe.h3
-rw-r--r--src/ccapi/server/ccs_os_server.h3
-rw-r--r--src/ccapi/server/ccs_pipe.c3
-rw-r--r--src/ccapi/server/ccs_pipe.h3
-rw-r--r--src/ccapi/server/ccs_server.c3
-rw-r--r--src/ccapi/server/ccs_server.h3
-rw-r--r--src/ccapi/server/ccs_types.h3
-rw-r--r--src/ccapi/server/mac/ccs_os_notify.c3
-rw-r--r--src/ccapi/server/mac/ccs_os_pipe.c3
-rw-r--r--src/ccapi/server/mac/ccs_os_server.c3
-rw-r--r--src/ccapi/server/win/WorkQueue.h3
-rw-r--r--src/ccapi/server/win/ccs_os_pipe.c3
-rw-r--r--src/ccapi/server/win/ccs_request_proc.c3
-rw-r--r--src/ccapi/server/win/ccs_win_pipe.c3
-rw-r--r--src/ccapi/server/win/ccs_win_pipe.h3
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 6e8bf21..7a205d7 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 af7c24b..364de76 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 c1a5d08..ec9d10b 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 a2f8ca8..4c89816 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 44dd634..2e40476 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 d6b9c62..42d8a77 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 aa2f149..64413e2 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 f1cc0cf..a672c18 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 2c7ea20..d5e1da4 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 af1f961..3f61075 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 01085ac..6babb56 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 b2a74e1..c99c79a 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 3112902..7ee67eb 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 c304633..87597d4 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 02f0632..e528045 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 e87e400..be7b5bd 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 220b1d1..13f72cb 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 0734128..f91c777 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 7b442e0..42a3fba 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 4a83c64..082f608 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 5a8c9e7..de31c7c 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 34659e0..4be2638 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 60c8ea1..888230e 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 d688ed2..4a8861e 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 3795ca5..b49cca8 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 5dbb192..6469a61 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 9104c8e..9e8ba36 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 1a449c2..e6fc129 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 aa10e1e..795610d 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 9556aa0..88947ea 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 7715139..a16ce0e 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 8bc2e36..51b8982 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 602ab26..3486c46 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 ecf3583..b1fa110 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 c94b551..cb175a3 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 9307e68..aea6a41 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 0ff6148..f1efc7f 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 84c3d2e..56c4505 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 0f14df8..66830de 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 03b890b..a23791c 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 eabea25..e27ae63 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 d0386c3..ab84dfe 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 dec7a7c..02debde 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 04edd86..8a831d7 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 a25297e..d6b9a6c 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 3893bc9..155599d 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 4bce9a3..803257c 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 52be2ed..1c67acd 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 4ac8940..b0fe037 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 a43262d..8238566 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 c5fb4f3..7e0874a 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 93dc9d8..470812b 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 c96a75b..3330073 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 53f9709..37f7633 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 499ba30..d758acb 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 2652698..30c2228 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 c1e91bc..65c59e4 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 9d4e607..8dab065 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 045ad3d..172e68a 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 642ebcc..96bf929 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 72ae89d..a7b0ad0 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 58c9637..b6070da 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 3710b11..eafecd8 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 9795ef8..2c68e0f 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 24b2794..5f096b8 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 27751ed..df18041 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 84ff0ba..fc81a82 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 8896734..ef9a190 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 e48d4c4..7b818f9 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 834a7bc..82d6465 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 d659fbe..08cfa20 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 23756b4..06886f8 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 d6f7548..71863ab 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 94edcec..681661e 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 aa0c23a..de91fca 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 572f749..4021568 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 ade4b2e..4f6a379 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 8212028..dc89f1d 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 41ec60c..37744f6 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 daf6630..6e4f9ef 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 4698341..aeff723 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 e059d86..4d17099 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 aaea033..773b316 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 84501fb..e758deb 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 0462a64..67f9030 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 276c1ad..b16f5e0 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 b451e12..6b22651 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 4573fa5..7e190ce 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 00a8f03..bdd691e 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 243f8f2..9cbfa9c 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 c489aaf..e5fb837 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.
*