From cea330df15ba8a66d2f8bdfe7df9af1d98958f04 Mon Sep 17 00:00:00 2001 From: kalpak Date: Fri, 25 Jul 2008 19:55:40 +0000 Subject: [PATCH] b=16098 change CFS copyright to Sun for files with Portals license --- lnet/klnds/qswlnd/qswlnd_cb.c | 6 +++--- lnet/klnds/qswlnd/qswlnd_modparams.c | 9 ++++++--- lnet/klnds/socklnd/socklnd.h | 2 ++ lnet/klnds/socklnd/socklnd_cb.c | 3 ++- lnet/klnds/socklnd/socklnd_modparams.c | 3 ++- lnet/lnet/router.c | 2 +- lnet/lnet/router_proc.c | 2 +- lnet/utils/debugctl.c | 3 +-- lnet/utils/l_ioctl.c | 2 +- lnet/utils/portals.c | 2 +- lnet/utils/ptlctl.c | 2 +- 11 files changed, 21 insertions(+), 15 deletions(-) diff --git a/lnet/klnds/qswlnd/qswlnd_cb.c b/lnet/klnds/qswlnd/qswlnd_cb.c index c509d10..a018dc9 100644 --- a/lnet/klnds/qswlnd/qswlnd_cb.c +++ b/lnet/klnds/qswlnd/qswlnd_cb.c @@ -1,8 +1,9 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Copyright (C) 2002 Cluster File Systems, Inc. - * Author: Eric Barton + * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * + * Author: Eric Barton * * This file is part of Portals, http://www.lustre.org * @@ -18,7 +19,6 @@ * You should have received a copy of the GNU General Public License * along with Portals; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - * */ #include "qswlnd.h" diff --git a/lnet/klnds/qswlnd/qswlnd_modparams.c b/lnet/klnds/qswlnd/qswlnd_modparams.c index 8c92d7c..fcd1047 100644 --- a/lnet/klnds/qswlnd/qswlnd_modparams.c +++ b/lnet/klnds/qswlnd/qswlnd_modparams.c @@ -1,6 +1,9 @@ -/* - * Copyright (C) 2002-2004 Cluster File Systems, Inc. - * Author: Eric Barton +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * + * Author: Eric Barton * * This file is part of Portals, http://www.lustre.org * diff --git a/lnet/klnds/socklnd/socklnd.h b/lnet/klnds/socklnd/socklnd.h index 0835a34..e3290ba 100644 --- a/lnet/klnds/socklnd/socklnd.h +++ b/lnet/klnds/socklnd/socklnd.h @@ -1,6 +1,8 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * + * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * * Author: Zach Brown * Author: Peter J. Braam * Author: Phil Schwan diff --git a/lnet/klnds/socklnd/socklnd_cb.c b/lnet/klnds/socklnd/socklnd_cb.c index bf4cd08..85e687a 100644 --- a/lnet/klnds/socklnd/socklnd_cb.c +++ b/lnet/klnds/socklnd/socklnd_cb.c @@ -1,7 +1,8 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Copyright (C) 2001, 2002 Cluster File Systems, Inc. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * * Author: Zach Brown * Author: Peter J. Braam * Author: Phil Schwan diff --git a/lnet/klnds/socklnd/socklnd_modparams.c b/lnet/klnds/socklnd/socklnd_modparams.c index 08da2b3..a8cba44 100644 --- a/lnet/klnds/socklnd/socklnd_modparams.c +++ b/lnet/klnds/socklnd/socklnd_modparams.c @@ -1,7 +1,8 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Copyright (C) 2001, 2002 Cluster File Systems, Inc. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved + * * Author: Eric Barton * * Portals is free software; you can redistribute it and/or diff --git a/lnet/lnet/router.c b/lnet/lnet/router.c index 881f4ad..bc7bd71 100644 --- a/lnet/lnet/router.c +++ b/lnet/lnet/router.c @@ -1,7 +1,7 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Copyright (C) 2002 Cluster File Systems, Inc. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved * * This file is part of Portals * http://sourceforge.net/projects/sandiaportals/ diff --git a/lnet/lnet/router_proc.c b/lnet/lnet/router_proc.c index a2a1221..e131894e 100644 --- a/lnet/lnet/router_proc.c +++ b/lnet/lnet/router_proc.c @@ -1,7 +1,7 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Copyright (C) 2002 Cluster File Systems, Inc. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved * * This file is part of Portals * http://sourceforge.net/projects/sandiaportals/ diff --git a/lnet/utils/debugctl.c b/lnet/utils/debugctl.c index cf70fd8..fafb7e9 100644 --- a/lnet/utils/debugctl.c +++ b/lnet/utils/debugctl.c @@ -1,7 +1,7 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Copyright (C) 2001, 2002 Cluster File Systems, Inc. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved * * This file is part of Portals, http://www.sf.net/projects/lustre/ * @@ -20,7 +20,6 @@ * * Some day I'll split all of this functionality into a cfs_debug module * of its own. That day is not today. - * */ #include diff --git a/lnet/utils/l_ioctl.c b/lnet/utils/l_ioctl.c index 0bdb782..1058279 100644 --- a/lnet/utils/l_ioctl.c +++ b/lnet/utils/l_ioctl.c @@ -1,7 +1,7 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Copyright (C) 2001, 2002 Cluster File Systems, Inc. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved * * This file is part of Portals, http://www.sf.net/projects/lustre/ * diff --git a/lnet/utils/portals.c b/lnet/utils/portals.c index 96d5a5e..fc700c3 100644 --- a/lnet/utils/portals.c +++ b/lnet/utils/portals.c @@ -1,7 +1,7 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Copyright (C) 2001, 2002 Cluster File Systems, Inc. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved * * This file is part of Portals, http://www.sf.net/projects/lustre/ * diff --git a/lnet/utils/ptlctl.c b/lnet/utils/ptlctl.c index f6b7f40..0ecfad2 100644 --- a/lnet/utils/ptlctl.c +++ b/lnet/utils/ptlctl.c @@ -1,7 +1,7 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * Copyright (C) 2001, 2002 Cluster File Systems, Inc. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved * * This file is part of Portals, http://www.sf.net/projects/lustre/ * -- 1.8.3.1