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/common/win | |
| 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/common/win')
| -rw-r--r-- | src/ccapi/common/win/OldCC/ccutils.c | 3 | ||||
| -rw-r--r-- | src/ccapi/common/win/OldCC/ccutils.h | 3 | ||||
| -rw-r--r-- | src/ccapi/common/win/OldCC/name.h | 3 | ||||
| -rw-r--r-- | src/ccapi/common/win/OldCC/util.h | 3 | ||||
| -rw-r--r-- | src/ccapi/common/win/cci_os_debugging.c | 3 | ||||
| -rw-r--r-- | src/ccapi/common/win/cci_os_identifier.c | 3 | ||||
| -rw-r--r-- | src/ccapi/common/win/tls.c | 3 | ||||
| -rw-r--r-- | src/ccapi/common/win/tls.h | 3 | ||||
| -rw-r--r-- | src/ccapi/common/win/win-utils.c | 3 | ||||
| -rw-r--r-- | src/ccapi/common/win/win-utils.h | 3 |
10 files changed, 10 insertions, 20 deletions
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. * |
