summaryrefslogtreecommitdiffstats
path: root/src/ccapi/server
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/server
parentfe012b454a193c1f81ab8011ecd620750e5869f0 (diff)
downloadkrb5-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')
-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
41 files changed, 41 insertions, 82 deletions
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.
*