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/lib/rpc | |
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/lib/rpc')
-rw-r--r-- | src/lib/rpc/auth_gss.c | 7 | ||||
-rw-r--r-- | src/lib/rpc/authgss_prot.c | 3 | ||||
-rw-r--r-- | src/lib/rpc/bindresvport.c | 4 | ||||
-rw-r--r-- | src/lib/rpc/getrpcent.c | 6 | ||||
-rw-r--r-- | src/lib/rpc/getrpcport.c | 5 | ||||
-rw-r--r-- | src/lib/rpc/gssrpcint.h | 6 | ||||
-rw-r--r-- | src/lib/rpc/svc_auth.c | 4 | ||||
-rw-r--r-- | src/lib/rpc/svc_auth_gss.c | 3 | ||||
-rw-r--r-- | src/lib/rpc/svc_auth_none.c | 3 | ||||
-rw-r--r-- | src/lib/rpc/svc_run.c | 6 | ||||
-rw-r--r-- | src/lib/rpc/xdr_alloc.c | 7 |
11 files changed, 13 insertions, 41 deletions
diff --git a/src/lib/rpc/auth_gss.c b/src/lib/rpc/auth_gss.c index 1d6837ef0..6e6117915 100644 --- a/src/lib/rpc/auth_gss.c +++ b/src/lib/rpc/auth_gss.c @@ -1,8 +1,5 @@ +/* lib/rpc/auth_gss.c */ /* - auth_gss.c - - RPCSEC_GSS client routines. - Copyright (c) 2000 The Regents of the University of Michigan. All rights reserved. @@ -37,6 +34,8 @@ Id: auth_gss.c,v 1.35 2002/10/15 21:25:25 kwc Exp */ +/* RPCSEC_GSS client routines. */ + #include <stdio.h> #include <stdlib.h> #include <unistd.h> diff --git a/src/lib/rpc/authgss_prot.c b/src/lib/rpc/authgss_prot.c index 31a8ddab3..01f16ea55 100644 --- a/src/lib/rpc/authgss_prot.c +++ b/src/lib/rpc/authgss_prot.c @@ -1,6 +1,5 @@ +/* lib/rpc/authgss_prot.c */ /* - authgss_prot.c - Copyright (c) 2000 The Regents of the University of Michigan. All rights reserved. diff --git a/src/lib/rpc/bindresvport.c b/src/lib/rpc/bindresvport.c index 3de675638..6755f4db2 100644 --- a/src/lib/rpc/bindresvport.c +++ b/src/lib/rpc/bindresvport.c @@ -1,6 +1,4 @@ -#if !defined(lint) && defined(SCCSIDS) -static char sccsid[] = "@(#)bindresvport.c 2.2 88/07/29 4.0 RPCSRC 1.8 88/02/08 SMI"; -#endif +/* lib/rpc/bindresvport.c */ /* * Copyright (c) 2010, Oracle America, Inc. * diff --git a/src/lib/rpc/getrpcent.c b/src/lib/rpc/getrpcent.c index bd71d9ce8..604fa85d4 100644 --- a/src/lib/rpc/getrpcent.c +++ b/src/lib/rpc/getrpcent.c @@ -1,8 +1,4 @@ -/* @(#)getrpcent.c 2.2 88/07/29 4.0 RPCSRC */ -#if !defined(lint) && defined(SCCSIDS) -static char sccsid[] = "@(#)getrpcent.c 1.9 87/08/11 Copyr 1984 Sun Micro"; -#endif - +/* lib/rpc/getrpcent.c */ /* * Copyright (c) 2010, Oracle America, Inc. * diff --git a/src/lib/rpc/getrpcport.c b/src/lib/rpc/getrpcport.c index 45f64e005..8247bb39d 100644 --- a/src/lib/rpc/getrpcport.c +++ b/src/lib/rpc/getrpcport.c @@ -1,7 +1,4 @@ -/* @(#)getrpcport.c 2.1 88/07/29 4.0 RPCSRC */ -#if !defined(lint) && defined(SCCSIDS) -static char sccsid[] = "@(#)getrpcport.c 1.3 87/08/11 SMI"; -#endif +/* lib/rpc/getrpcport.c */ /* * Copyright (c) 2010, Oracle America, Inc. * diff --git a/src/lib/rpc/gssrpcint.h b/src/lib/rpc/gssrpcint.h index 8110596aa..1d1bd7ed1 100644 --- a/src/lib/rpc/gssrpcint.h +++ b/src/lib/rpc/gssrpcint.h @@ -1,6 +1,5 @@ +/* lib/rpc/gssrpcint.h */ /* - * lib/rpc/gssrpcint.h - * * Copyright (C) 2008 by the Massachusetts Institute of Technology. * All rights reserved. * @@ -22,9 +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. - * - * - * <<< Description >>> */ #ifndef __GSSRPCINT_H__ diff --git a/src/lib/rpc/svc_auth.c b/src/lib/rpc/svc_auth.c index 702bdf9be..5fedef7d7 100644 --- a/src/lib/rpc/svc_auth.c +++ b/src/lib/rpc/svc_auth.c @@ -1,6 +1,4 @@ -#if !defined(lint) && defined(SCCSIDS) -static char sccsid[] = "@(#)svc_auth.c 2.1 88/08/07 4.0 RPCSRC; from 1.19 87/08/11 Copyr 1984 Sun Micro"; -#endif +/* lib/rpc/svc_auth.c */ /* * Copyright (c) 2010, Oracle America, Inc. * diff --git a/src/lib/rpc/svc_auth_gss.c b/src/lib/rpc/svc_auth_gss.c index cac57027b..c3d52dc89 100644 --- a/src/lib/rpc/svc_auth_gss.c +++ b/src/lib/rpc/svc_auth_gss.c @@ -1,6 +1,5 @@ +/* lib/rpc/svc_auth_gss.c */ /* - svc_auth_gss.c - Copyright (c) 2000 The Regents of the University of Michigan. All rights reserved. diff --git a/src/lib/rpc/svc_auth_none.c b/src/lib/rpc/svc_auth_none.c index ab9942e8b..cba230d92 100644 --- a/src/lib/rpc/svc_auth_none.c +++ b/src/lib/rpc/svc_auth_none.c @@ -1,6 +1,5 @@ +/* lib/rpc/svc_auth_none.c */ /* - svc_auth_none.c - Copyright (c) 2000 The Regents of the University of Michigan. All rights reserved. diff --git a/src/lib/rpc/svc_run.c b/src/lib/rpc/svc_run.c index 9e4acd819..32b8517ee 100644 --- a/src/lib/rpc/svc_run.c +++ b/src/lib/rpc/svc_run.c @@ -1,8 +1,4 @@ -/* @(#)svc_run.c 2.1 88/07/29 4.0 RPCSRC */ -#if !defined(lint) && defined(SCCSIDS) -static char sccsid[] = "@(#)svc_run.c 1.1 87/10/13 Copyr 1984 Sun Micro"; -#endif - +/* lib/rpc/svc_run.c */ /* * Copyright (c) 2010, Oracle America, Inc. * diff --git a/src/lib/rpc/xdr_alloc.c b/src/lib/rpc/xdr_alloc.c index 6d5e4c833..8c58cffca 100644 --- a/src/lib/rpc/xdr_alloc.c +++ b/src/lib/rpc/xdr_alloc.c @@ -1,4 +1,4 @@ -/* @(#)xdr_mem.c 2.1 88/07/29 4.0 RPCSRC */ +/* lib/rpc/xdr_alloc.c */ /* * Copyright (c) 2010, Oracle America, Inc. * @@ -31,13 +31,8 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#if !defined(lint) && defined(SCCSIDS) -static char sccsid[] = "@(#)xdr_mem.c 1.19 87/08/11 Copyr 1984 Sun Micro"; -#endif - /* * Copyright 1993 OpenVision Technologies, Inc., All Rights Reserved. - * */ #include <gssrpc/types.h> |