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/windows | |
| 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/windows')
| -rw-r--r-- | src/windows/cns/cns.c | 11 | ||||
| -rw-r--r-- | src/windows/cns/tktlist.c | 7 | ||||
| -rw-r--r-- | src/windows/cns/tktlist.h | 7 | ||||
| -rw-r--r-- | src/windows/lib/cacheapi.h | 3 | ||||
| -rw-r--r-- | src/windows/lib/vardlg.c | 9 | ||||
| -rw-r--r-- | src/windows/ms2mit/mit2ms.c | 6 | ||||
| -rw-r--r-- | src/windows/ms2mit/ms2mit.c | 6 | ||||
| -rw-r--r-- | src/windows/winlevel.h | 3 |
8 files changed, 21 insertions, 31 deletions
diff --git a/src/windows/cns/cns.c b/src/windows/cns/cns.c index c8ca06937..d1a7a8614 100644 --- a/src/windows/cns/cns.c +++ b/src/windows/cns/cns.c @@ -1,15 +1,16 @@ +/* windows/cns/cns.c */ /* - * cns.c - * - * Main routine of the Kerberos user interface. Also handles - * all dialog level management functions. - * * Copyright 1994 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file * <mit-copyright.h>. */ +/* + * Main routine of the Kerberos user interface. Also handles + * all dialog level management functions. + */ + #include <windows.h> #include <windowsx.h> diff --git a/src/windows/cns/tktlist.c b/src/windows/cns/tktlist.c index e3f333251..16c8f33e1 100644 --- a/src/windows/cns/tktlist.c +++ b/src/windows/cns/tktlist.c @@ -1,14 +1,13 @@ +/* windows/cns/tktlist.c */ /* - * tktlist.c - * - * Handle all actions of the Kerberos ticket list. - * * Copyright 1994 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file * <mit-copyright.h>. */ +/* Handle all actions of the Kerberos ticket list. */ + #if !defined(KRB5) && !defined(KRB4) #define KRB5 1 #endif diff --git a/src/windows/cns/tktlist.h b/src/windows/cns/tktlist.h index 6b1e7cd5c..96d6ff82a 100644 --- a/src/windows/cns/tktlist.h +++ b/src/windows/cns/tktlist.h @@ -1,14 +1,13 @@ +/* windows/cns/tktlist.h */ /* - * tktlist.h - * - * Handle all actions of the Kerberos ticket list. - * * Copyright 1994 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file * <mit-copyright.h>. */ +/* Handle all actions of the Kerberos ticket list. */ + /* Only one time, please */ #ifndef TKTLIST_DEFS #define TKTLIST_DEFS diff --git a/src/windows/lib/cacheapi.h b/src/windows/lib/cacheapi.h index 42189ee69..87d71f9d3 100644 --- a/src/windows/lib/cacheapi.h +++ b/src/windows/lib/cacheapi.h @@ -1,6 +1,5 @@ +/* windows/lib/cacheapi.h */ /* - * $Id$ - * * Copyright 1997 by the Regents of the University of Michigan * * This software is being provided to you, the LICENSEE, by the diff --git a/src/windows/lib/vardlg.c b/src/windows/lib/vardlg.c index 3bec6e4e6..742947ee1 100644 --- a/src/windows/lib/vardlg.c +++ b/src/windows/lib/vardlg.c @@ -1,12 +1,13 @@ /* + * Copyright (C) 1997 Cygnus Solutions. + * + * Author: Michael Graff + */ +/* * Dialog box building for various numbers of (label, entry) fields. * * This code is somewhat hardcoded to build boxes for the krb5_get_init_creds() * function. - * - * Copyright (C) 1997 Cygnus Solutions. - * - * Author: Michael Graff */ #include <windows.h> diff --git a/src/windows/ms2mit/mit2ms.c b/src/windows/ms2mit/mit2ms.c index ac36cba6d..5dc057eb5 100644 --- a/src/windows/ms2mit/mit2ms.c +++ b/src/windows/ms2mit/mit2ms.c @@ -1,7 +1,4 @@ -/* - * mit2ms.c - * - */ +/* windows/ms2mit/mit2ms.c */ /* * Copyright (C) 2003,2004 by the Massachusetts Institute of Technology. * All rights reserved. @@ -24,7 +21,6 @@ * M.I.T. makes no representations about the suitability of * this software for any purpose. It is provided "as is" without express * or implied warranty. - * */ #include "krb5.h" diff --git a/src/windows/ms2mit/ms2mit.c b/src/windows/ms2mit/ms2mit.c index 3d73d0adf..31c269a8d 100644 --- a/src/windows/ms2mit/ms2mit.c +++ b/src/windows/ms2mit/ms2mit.c @@ -1,7 +1,4 @@ -/* - * ms2mit.c - * - */ +/* windows/ms2mit/ms2mit.c */ /* * Copyright (C) 2003 by the Massachusetts Institute of Technology. * All rights reserved. @@ -24,7 +21,6 @@ * M.I.T. makes no representations about the suitability of * this software for any purpose. It is provided "as is" without express * or implied warranty. - * */ #include "krb5.h" diff --git a/src/windows/winlevel.h b/src/windows/winlevel.h index 7f56b569b..13ad8fcf5 100644 --- a/src/windows/winlevel.h +++ b/src/windows/winlevel.h @@ -1,6 +1,5 @@ +/* windows/winlevel.h */ /* - * winlevel.h - * * Copyright (C) 2006 by the Massachusetts Institute of Technology. * All rights reserved. * |
