From 04ab888492da4a3fd766fe99a278d961cd2d0043 Mon Sep 17 00:00:00 2001 From: Olga Kornievskaia Date: Fri, 12 Aug 2011 13:20:12 -0400 Subject: [PATCH] [cosmetic] minor license changes added 2011 year to the copyright line added authors info to the license added UofM license to libtirpc files that we modified (but i probably missed some) --- daemon/acl.c | 5 +++- daemon/callback_server.c | 5 +++- daemon/callback_xdr.c | 5 +++- daemon/daemon_debug.c | 5 +++- daemon/daemon_debug.h | 5 +++- daemon/delegation.c | 5 +++- daemon/delegation.h | 5 +++- daemon/from_kernel.h | 5 +++- daemon/getattr.c | 5 +++- daemon/idmap.c | 5 +++- daemon/idmap.h | 5 +++- daemon/list.h | 5 +++- daemon/lock.c | 5 +++- daemon/lookup.c | 5 +++- daemon/mount.c | 5 +++- daemon/name_cache.c | 5 +++- daemon/name_cache.h | 5 +++- daemon/namespace.c | 5 +++- daemon/nfs41.h | 5 +++- daemon/nfs41_callback.h | 5 +++- daemon/nfs41_client.c | 5 +++- daemon/nfs41_compound.c | 5 +++- daemon/nfs41_compound.h | 5 +++- daemon/nfs41_const.h | 5 +++- daemon/nfs41_daemon.c | 5 +++- daemon/nfs41_ops.c | 5 +++- daemon/nfs41_ops.h | 47 ++++++++++++++++++---------------- daemon/nfs41_rpc.c | 5 +++- daemon/nfs41_server.c | 5 +++- daemon/nfs41_session.c | 5 +++- daemon/nfs41_superblock.c | 5 +++- daemon/nfs41_types.h | 5 +++- daemon/nfs41_xdr.c | 5 +++- daemon/nfs41_xdr.h | 5 +++- daemon/open.c | 5 +++- daemon/pnfs.h | 5 +++- daemon/pnfs_debug.c | 5 +++- daemon/pnfs_device.c | 5 +++- daemon/pnfs_io.c | 5 +++- daemon/pnfs_layout.c | 5 +++- daemon/readdir.c | 5 +++- daemon/readwrite.c | 5 +++- daemon/recovery.c | 5 +++- daemon/recovery.h | 5 +++- daemon/setattr.c | 5 +++- daemon/symlink.c | 5 +++- daemon/upcall.c | 5 +++- daemon/upcall.h | 5 +++- daemon/util.c | 5 +++- daemon/util.h | 5 +++- daemon/volume.c | 5 +++- dll/dllmain.c | 5 +++- dll/nfs41_np.c | 5 +++- dll/nfs41_np.h | 5 +++- dll/options.c | 5 +++- install/nfs_install.c | 5 +++- install/nfsreginst.c | 5 +++- install/nfsreginst.h | 5 +++- libtirpc/src/auth_none.c | 27 +++++++++++++++++++ libtirpc/src/auth_sspi.c | 5 +++- libtirpc/src/auth_unix.c | 27 +++++++++++++++++++ libtirpc/src/authsspi_prot.c | 5 +++- libtirpc/src/clnt_generic.c | 27 +++++++++++++++++++ libtirpc/src/clnt_vc.c | 26 +++++++++++++++++++ libtirpc/src/rpc_prot.c | 26 +++++++++++++++++++ libtirpc/src/xdr_rec.c | 26 +++++++++++++++++++ libtirpc/tirpc/reentrant.h | 27 +++++++++++++++++++ libtirpc/tirpc/rpc/auth.h | 26 +++++++++++++++++++ libtirpc/tirpc/rpc/auth_gss.h | 27 ++++++++++++++++++- libtirpc/tirpc/rpc/auth_sspi.h | 5 +++- libtirpc/tirpc/rpc/clnt.h | 26 +++++++++++++++++++ libtirpc/tirpc/rpc/rpc_msg.h | 26 +++++++++++++++++++ libtirpc/tirpc/rpc/types.h | 27 ++++++++++++++++++- libtirpc/tirpc/wintirpc.h | 6 ++++- mount/enum.c | 5 +++- mount/mount.c | 5 +++- mount/options.c | 5 +++- mount/options.h | 5 +++- sys/nfs41_debug.c | 5 +++- sys/nfs41_debug.h | 5 +++- sys/nfs41_driver.c | 5 +++- sys/nfs41_driver.h | 5 +++- sys/wmlkm.c | 5 +++- sys/wmlkm.h | 5 +++- tests/asio/asio.c | 5 +++- 85 files changed, 630 insertions(+), 96 deletions(-) diff --git a/daemon/acl.c b/daemon/acl.c index 1d7a036..ca8e624 100644 --- a/daemon/acl.c +++ b/daemon/acl.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/callback_server.c b/daemon/callback_server.c index 4026d81..f2cad6e 100644 --- a/daemon/callback_server.c +++ b/daemon/callback_server.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/callback_xdr.c b/daemon/callback_xdr.c index dc27155..0bf0332 100644 --- a/daemon/callback_xdr.c +++ b/daemon/callback_xdr.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/daemon_debug.c b/daemon/daemon_debug.c index 72933fd..727087a 100644 --- a/daemon/daemon_debug.c +++ b/daemon/daemon_debug.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/daemon_debug.h b/daemon/daemon_debug.h index d5ad5f9..901ce01 100644 --- a/daemon/daemon_debug.h +++ b/daemon/daemon_debug.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/delegation.c b/daemon/delegation.c index c10bdcf..5d8225c 100644 --- a/daemon/delegation.c +++ b/daemon/delegation.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/delegation.h b/daemon/delegation.h index 05039e8..0e82397 100644 --- a/daemon/delegation.h +++ b/daemon/delegation.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/from_kernel.h b/daemon/from_kernel.h index 78793bd..549024b 100644 --- a/daemon/from_kernel.h +++ b/daemon/from_kernel.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/getattr.c b/daemon/getattr.c index fad5e68..2b376d8 100644 --- a/daemon/getattr.c +++ b/daemon/getattr.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/idmap.c b/daemon/idmap.c index bce9b2f..830760e 100644 --- a/daemon/idmap.c +++ b/daemon/idmap.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/idmap.h b/daemon/idmap.h index 07ae482..11e04d5 100644 --- a/daemon/idmap.h +++ b/daemon/idmap.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/list.h b/daemon/list.h index 29acf6f..5475110 100644 --- a/daemon/list.h +++ b/daemon/list.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/lock.c b/daemon/lock.c index 4cd52b2..b1a43dd 100644 --- a/daemon/lock.c +++ b/daemon/lock.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/lookup.c b/daemon/lookup.c index df06b67..000f4b4 100644 --- a/daemon/lookup.c +++ b/daemon/lookup.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/mount.c b/daemon/mount.c index 1254e3b..df0bf39 100644 --- a/daemon/mount.c +++ b/daemon/mount.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/name_cache.c b/daemon/name_cache.c index d068f9b..5802a1a 100644 --- a/daemon/name_cache.c +++ b/daemon/name_cache.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/name_cache.h b/daemon/name_cache.h index 9e99498..61344d2 100644 --- a/daemon/name_cache.h +++ b/daemon/name_cache.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/namespace.c b/daemon/namespace.c index 8e7fcb5..97412ad 100644 --- a/daemon/namespace.c +++ b/daemon/namespace.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41.h b/daemon/nfs41.h index d0b36c9..e00f19d 100644 --- a/daemon/nfs41.h +++ b/daemon/nfs41.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_callback.h b/daemon/nfs41_callback.h index 2438c8c..5edf09f 100644 --- a/daemon/nfs41_callback.h +++ b/daemon/nfs41_callback.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_client.c b/daemon/nfs41_client.c index 84ee58d..0e620ab 100644 --- a/daemon/nfs41_client.c +++ b/daemon/nfs41_client.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_compound.c b/daemon/nfs41_compound.c index 7944b0f..2010202 100644 --- a/daemon/nfs41_compound.c +++ b/daemon/nfs41_compound.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_compound.h b/daemon/nfs41_compound.h index d87c79c..7478956 100644 --- a/daemon/nfs41_compound.h +++ b/daemon/nfs41_compound.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_const.h b/daemon/nfs41_const.h index 0d18974..b522679 100644 --- a/daemon/nfs41_const.h +++ b/daemon/nfs41_const.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_daemon.c b/daemon/nfs41_daemon.c index 6f056a0..2bf3f1e 100644 --- a/daemon/nfs41_daemon.c +++ b/daemon/nfs41_daemon.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_ops.c b/daemon/nfs41_ops.c index 2f8eb5e..b20d8a5 100644 --- a/daemon/nfs41_ops.c +++ b/daemon/nfs41_ops.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_ops.h b/daemon/nfs41_ops.h index 2bc2c89..88146e2 100644 --- a/daemon/nfs41_ops.h +++ b/daemon/nfs41_ops.h @@ -1,25 +1,28 @@ -/* Copyright (c) 2010 -* The Regents of the University of Michigan -* All Rights Reserved -* -* Permission is granted to use, copy and redistribute this software -* for noncommercial education and research purposes, so long as no -* fee is charged, and so long as the name of the University of Michigan -* is not used in any advertising or publicity pertaining to the use -* or distribution of this software without specific, written prior -* authorization. Permission to modify or otherwise create derivative -* works of this software is not granted. -* -* This software is provided as is, without representation or warranty -* of any kind either express or implied, including without limitation -* the implied warranties of merchantability, fitness for a particular -* purpose, or noninfringement. The Regents of the University of -* Michigan shall not be liable for any damages, including special, -* indirect, incidental, or consequential damages, with respect to any -* claim arising out of or in connection with the use of the software, -* even if it has been or is hereafter advised of the possibility of -* such damages. -*/ +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ #ifndef __NFS41_NFS_OPS_H__ #define __NFS41_NFS_OPS_H__ diff --git a/daemon/nfs41_rpc.c b/daemon/nfs41_rpc.c index d349d04..703346e 100644 --- a/daemon/nfs41_rpc.c +++ b/daemon/nfs41_rpc.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_server.c b/daemon/nfs41_server.c index e776601..78d8b29 100644 --- a/daemon/nfs41_server.c +++ b/daemon/nfs41_server.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_session.c b/daemon/nfs41_session.c index 35e38ae..045235b 100644 --- a/daemon/nfs41_session.c +++ b/daemon/nfs41_session.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_superblock.c b/daemon/nfs41_superblock.c index d37d37c..a68c336 100644 --- a/daemon/nfs41_superblock.c +++ b/daemon/nfs41_superblock.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_types.h b/daemon/nfs41_types.h index a6792b0..93108dd 100644 --- a/daemon/nfs41_types.h +++ b/daemon/nfs41_types.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved +* +* Olga Kornievskaia +* Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_xdr.c b/daemon/nfs41_xdr.c index 1940ec4..89e1166 100644 --- a/daemon/nfs41_xdr.c +++ b/daemon/nfs41_xdr.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/nfs41_xdr.h b/daemon/nfs41_xdr.h index 19c150c..caf30e5 100644 --- a/daemon/nfs41_xdr.h +++ b/daemon/nfs41_xdr.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/open.c b/daemon/open.c index a58e905..957b293 100644 --- a/daemon/open.c +++ b/daemon/open.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/pnfs.h b/daemon/pnfs.h index c397511..fffbc28 100644 --- a/daemon/pnfs.h +++ b/daemon/pnfs.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/pnfs_debug.c b/daemon/pnfs_debug.c index 31ab324..6ffa867 100644 --- a/daemon/pnfs_debug.c +++ b/daemon/pnfs_debug.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/pnfs_device.c b/daemon/pnfs_device.c index cb12bb9..e4be927 100644 --- a/daemon/pnfs_device.c +++ b/daemon/pnfs_device.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/pnfs_io.c b/daemon/pnfs_io.c index dc23f48..13c7373 100644 --- a/daemon/pnfs_io.c +++ b/daemon/pnfs_io.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/pnfs_layout.c b/daemon/pnfs_layout.c index 5fd47a7..8858d24 100644 --- a/daemon/pnfs_layout.c +++ b/daemon/pnfs_layout.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/readdir.c b/daemon/readdir.c index e0d9262..a8ca3fe 100644 --- a/daemon/readdir.c +++ b/daemon/readdir.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/readwrite.c b/daemon/readwrite.c index f412149..c1428ca 100644 --- a/daemon/readwrite.c +++ b/daemon/readwrite.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/recovery.c b/daemon/recovery.c index edd8877..2bbe1c7 100644 --- a/daemon/recovery.c +++ b/daemon/recovery.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/recovery.h b/daemon/recovery.h index 221b525..a146e18 100644 --- a/daemon/recovery.h +++ b/daemon/recovery.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/setattr.c b/daemon/setattr.c index 537bbaf..6ff4b7e 100644 --- a/daemon/setattr.c +++ b/daemon/setattr.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/symlink.c b/daemon/symlink.c index fec84d9..a23c8ea 100644 --- a/daemon/symlink.c +++ b/daemon/symlink.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/upcall.c b/daemon/upcall.c index e95fcb4..09ec86b 100644 --- a/daemon/upcall.c +++ b/daemon/upcall.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/upcall.h b/daemon/upcall.h index cbf5384..d2e53e2 100644 --- a/daemon/upcall.h +++ b/daemon/upcall.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/util.c b/daemon/util.c index a5a2d49..397c6e6 100644 --- a/daemon/util.c +++ b/daemon/util.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/util.h b/daemon/util.h index 87bdd6a..d66a779 100644 --- a/daemon/util.h +++ b/daemon/util.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/daemon/volume.c b/daemon/volume.c index aee0542..f23869c 100644 --- a/daemon/volume.c +++ b/daemon/volume.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/dll/dllmain.c b/dll/dllmain.c index 04f429a..834ed07 100644 --- a/dll/dllmain.c +++ b/dll/dllmain.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/dll/nfs41_np.c b/dll/nfs41_np.c index b0019e0..770f3b9 100644 --- a/dll/nfs41_np.c +++ b/dll/nfs41_np.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/dll/nfs41_np.h b/dll/nfs41_np.h index 00e3bc3..fa1aa55 100644 --- a/dll/nfs41_np.h +++ b/dll/nfs41_np.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/dll/options.c b/dll/options.c index f8fadd1..72b1b81 100644 --- a/dll/options.c +++ b/dll/options.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/install/nfs_install.c b/install/nfs_install.c index efccd61..5f36b13 100644 --- a/install/nfs_install.c +++ b/install/nfs_install.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/install/nfsreginst.c b/install/nfsreginst.c index c13a10c..2e891a8 100644 --- a/install/nfsreginst.c +++ b/install/nfsreginst.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/install/nfsreginst.h b/install/nfsreginst.h index 431fd4b..a308b98 100644 --- a/install/nfsreginst.h +++ b/install/nfsreginst.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/libtirpc/src/auth_none.c b/libtirpc/src/auth_none.c index 1afad5e..3d90992 100644 --- a/libtirpc/src/auth_none.c +++ b/libtirpc/src/auth_none.c @@ -43,6 +43,33 @@ __FBSDID("$FreeBSD: src/lib/libc/rpc/auth_none.c,v 1.12 2002/03/22 23:18:35 obri * * Copyright (C) 1984, Sun Microsystems, Inc. */ + +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ #include //#include #include diff --git a/libtirpc/src/auth_sspi.c b/libtirpc/src/auth_sspi.c index bbe97a9..ac39304 100644 --- a/libtirpc/src/auth_sspi.c +++ b/libtirpc/src/auth_sspi.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/libtirpc/src/auth_unix.c b/libtirpc/src/auth_unix.c index 84507b3..815fcfa 100644 --- a/libtirpc/src/auth_unix.c +++ b/libtirpc/src/auth_unix.c @@ -39,6 +39,33 @@ * for the credentials. * */ + +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ #include //#include #include diff --git a/libtirpc/src/authsspi_prot.c b/libtirpc/src/authsspi_prot.c index 96629e9..001b445 100644 --- a/libtirpc/src/authsspi_prot.c +++ b/libtirpc/src/authsspi_prot.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/libtirpc/src/clnt_generic.c b/libtirpc/src/clnt_generic.c index bbe153a..49ce6e9 100644 --- a/libtirpc/src/clnt_generic.c +++ b/libtirpc/src/clnt_generic.c @@ -30,6 +30,33 @@ * Copyright (c) 1986-1996,1998 by Sun Microsystems, Inc. * All rights reserved. */ + +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ #include //#include #include diff --git a/libtirpc/src/clnt_vc.c b/libtirpc/src/clnt_vc.c index b06b246..124207d 100644 --- a/libtirpc/src/clnt_vc.c +++ b/libtirpc/src/clnt_vc.c @@ -44,6 +44,32 @@ * * Now go hang yourself. */ + +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ #include //#include diff --git a/libtirpc/src/rpc_prot.c b/libtirpc/src/rpc_prot.c index 88b5b31..9207217 100644 --- a/libtirpc/src/rpc_prot.c +++ b/libtirpc/src/rpc_prot.c @@ -39,6 +39,32 @@ * routines are also in this program. */ +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ #include //#include diff --git a/libtirpc/src/xdr_rec.c b/libtirpc/src/xdr_rec.c index 920835c..62bb165 100644 --- a/libtirpc/src/xdr_rec.c +++ b/libtirpc/src/xdr_rec.c @@ -47,6 +47,32 @@ * The other 31 bits encode the byte length of the fragment. */ +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ #include #include #include diff --git a/libtirpc/tirpc/reentrant.h b/libtirpc/tirpc/reentrant.h index 154489e..0ab6f11 100644 --- a/libtirpc/tirpc/reentrant.h +++ b/libtirpc/tirpc/reentrant.h @@ -86,6 +86,33 @@ * thread library (i.e. -lpthread), the functions will override the * stubs. */ +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ + #ifndef _REENTRANT_H #define _REENTRANT_H //#include diff --git a/libtirpc/tirpc/rpc/auth.h b/libtirpc/tirpc/rpc/auth.h index d37c263..281b5a5 100644 --- a/libtirpc/tirpc/rpc/auth.h +++ b/libtirpc/tirpc/rpc/auth.h @@ -43,6 +43,32 @@ * "sessions". */ +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ #ifndef _TIRPC_AUTH_H #define _TIRPC_AUTH_H diff --git a/libtirpc/tirpc/rpc/auth_gss.h b/libtirpc/tirpc/rpc/auth_gss.h index e2858ae..c86331e 100644 --- a/libtirpc/tirpc/rpc/auth_gss.h +++ b/libtirpc/tirpc/rpc/auth_gss.h @@ -33,7 +33,32 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ - +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ #ifndef _TIRPC_AUTH_GSS_H #define _TIRPC_AUTH_GSS_H diff --git a/libtirpc/tirpc/rpc/auth_sspi.h b/libtirpc/tirpc/rpc/auth_sspi.h index dedf9ad..c294eb7 100644 --- a/libtirpc/tirpc/rpc/auth_sspi.h +++ b/libtirpc/tirpc/rpc/auth_sspi.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/libtirpc/tirpc/rpc/clnt.h b/libtirpc/tirpc/rpc/clnt.h index 61ba2f0..fb1ccdd 100644 --- a/libtirpc/tirpc/rpc/clnt.h +++ b/libtirpc/tirpc/rpc/clnt.h @@ -39,6 +39,32 @@ * All rights reserved. */ +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ #ifndef _TIRPC_CLNT_H_ #define _TIRPC_CLNT_H_ diff --git a/libtirpc/tirpc/rpc/rpc_msg.h b/libtirpc/tirpc/rpc/rpc_msg.h index 3bbf7be..957ffde 100644 --- a/libtirpc/tirpc/rpc/rpc_msg.h +++ b/libtirpc/tirpc/rpc/rpc_msg.h @@ -39,6 +39,32 @@ * Copyright (C) 1984, Sun Microsystems, Inc. */ +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ #ifndef _TIRPC_RPC_MSG_H #define _TIRPC_RPC_MSG_H diff --git a/libtirpc/tirpc/rpc/types.h b/libtirpc/tirpc/rpc/types.h index 65a9a55..7d8e585 100644 --- a/libtirpc/tirpc/rpc/types.h +++ b/libtirpc/tirpc/rpc/types.h @@ -31,7 +31,32 @@ * from: @(#)types.h 2.3 88/08/15 4.0 RPCSRC * $FreeBSD: src/include/rpc/types.h,v 1.10.6.1 2003/12/18 00:59:50 peter Exp $ */ - +/* Copyright (c) 2010, 2011 + * The Regents of the University of Michigan + * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * + * Permission is granted to use, copy and redistribute this software + * for noncommercial education and research purposes, so long as no + * fee is charged, and so long as the name of the University of Michigan + * is not used in any advertising or publicity pertaining to the use + * or distribution of this software without specific, written prior + * authorization. Permission to modify or otherwise create derivative + * works of this software is not granted. + * + * This software is provided as is, without representation or warranty + * of any kind either express or implied, including without limitation + * the implied warranties of merchantability, fitness for a particular + * purpose, or noninfringement. The Regents of the University of + * Michigan shall not be liable for any damages, including special, + * indirect, incidental, or consequential damages, with respect to any + * claim arising out of or in connection with the use of the software, + * even if it has been or is hereafter advised of the possibility of + * such damages. + */ /* * Rpc additions to */ diff --git a/libtirpc/tirpc/wintirpc.h b/libtirpc/tirpc/wintirpc.h index 5975dd2..6e49b2b 100644 --- a/libtirpc/tirpc/wintirpc.h +++ b/libtirpc/tirpc/wintirpc.h @@ -1,7 +1,11 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved * + * Olga Kornievskaia + * Casey Bodley + * Kevin Coffman + * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no * fee is charged, and so long as the name of the University of Michigan diff --git a/mount/enum.c b/mount/enum.c index 91ae64a..d19a6ba 100644 --- a/mount/enum.c +++ b/mount/enum.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/mount/mount.c b/mount/mount.c index bd4bccf..74c6e7e 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/mount/options.c b/mount/options.c index 058a901..fc53490 100644 --- a/mount/options.c +++ b/mount/options.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/mount/options.h b/mount/options.h index 9248d45..0064b48 100644 --- a/mount/options.h +++ b/mount/options.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/sys/nfs41_debug.c b/sys/nfs41_debug.c index 0f7b917..d2d2515 100644 --- a/sys/nfs41_debug.c +++ b/sys/nfs41_debug.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/sys/nfs41_debug.h b/sys/nfs41_debug.h index cfdc96e..aa2c517 100644 --- a/sys/nfs41_debug.h +++ b/sys/nfs41_debug.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/sys/nfs41_driver.c b/sys/nfs41_driver.c index 31e5a52..dde372f 100644 --- a/sys/nfs41_driver.c +++ b/sys/nfs41_driver.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/sys/nfs41_driver.h b/sys/nfs41_driver.h index 80cf0af..2ca182f 100644 --- a/sys/nfs41_driver.h +++ b/sys/nfs41_driver.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/sys/wmlkm.c b/sys/wmlkm.c index 49a7dad..68f5d5b 100644 --- a/sys/wmlkm.c +++ b/sys/wmlkm.c @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/sys/wmlkm.h b/sys/wmlkm.h index d3912c3..f2ca46b 100644 --- a/sys/wmlkm.h +++ b/sys/wmlkm.h @@ -1,6 +1,9 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved + * + * Olga Kornievskaia + * Casey Bodley * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no diff --git a/tests/asio/asio.c b/tests/asio/asio.c index 178079d..5423ec1 100644 --- a/tests/asio/asio.c +++ b/tests/asio/asio.c @@ -1,7 +1,10 @@ -/* Copyright (c) 2010 +/* Copyright (c) 2010, 2011 * The Regents of the University of Michigan * All Rights Reserved * + * Olga Kornievskaia + * Casey Bodley + * * Permission is granted to use, copy and redistribute this software * for noncommercial education and research purposes, so long as no * fee is charged, and so long as the name of the University of Michigan