From 484e70c12ed56f6351c5216813502ee491130d4f Mon Sep 17 00:00:00 2001 From: mdoyle Date: Tue, 5 Aug 2003 10:11:24 +0000 Subject: [PATCH] Fixed license statment --- lnet/klnds/lgmlnd/lgmnal.h | 28 ++++++++++++++++++-------- lnet/klnds/lgmlnd/lgmnal_api.c | 31 +++++++++++++++++++---------- lnet/klnds/lgmlnd/lgmnal_cb.c | 30 ++++++++++++++++++---------- lnet/klnds/lgmlnd/lgmnal_comm.c | 29 +++++++++++++++++++-------- lnet/klnds/lgmlnd/lgmnal_module.c | 30 ++++++++++++++++++---------- lnet/klnds/lgmlnd/lgmnal_utils.c | 28 ++++++++++++++++++-------- lustre/portals/knals/lgmnal/lgmnal.h | 28 ++++++++++++++++++-------- lustre/portals/knals/lgmnal/lgmnal_api.c | 31 +++++++++++++++++++---------- lustre/portals/knals/lgmnal/lgmnal_cb.c | 30 ++++++++++++++++++---------- lustre/portals/knals/lgmnal/lgmnal_comm.c | 29 +++++++++++++++++++-------- lustre/portals/knals/lgmnal/lgmnal_module.c | 30 ++++++++++++++++++---------- lustre/portals/knals/lgmnal/lgmnal_utils.c | 28 ++++++++++++++++++-------- 12 files changed, 242 insertions(+), 110 deletions(-) diff --git a/lnet/klnds/lgmlnd/lgmnal.h b/lnet/klnds/lgmlnd/lgmnal.h index 1147078..8190741 100644 --- a/lnet/klnds/lgmlnd/lgmnal.h +++ b/lnet/klnds/lgmlnd/lgmnal.h @@ -1,11 +1,23 @@ -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ /* * Portals GM kernel NAL header file diff --git a/lnet/klnds/lgmlnd/lgmnal_api.c b/lnet/klnds/lgmlnd/lgmnal_api.c index 8e774bf..ec43545 100644 --- a/lnet/klnds/lgmlnd/lgmnal_api.c +++ b/lnet/klnds/lgmlnd/lgmnal_api.c @@ -1,14 +1,23 @@ - -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ - - +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ /* * Implements the API NAL functions diff --git a/lnet/klnds/lgmlnd/lgmnal_cb.c b/lnet/klnds/lgmlnd/lgmnal_cb.c index bb231af..dbe540e 100644 --- a/lnet/klnds/lgmlnd/lgmnal_cb.c +++ b/lnet/klnds/lgmlnd/lgmnal_cb.c @@ -1,13 +1,23 @@ -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ - - +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ /* * This file implements the nal cb functions */ diff --git a/lnet/klnds/lgmlnd/lgmnal_comm.c b/lnet/klnds/lgmlnd/lgmnal_comm.c index 091f665..4aebca5 100644 --- a/lnet/klnds/lgmlnd/lgmnal_comm.c +++ b/lnet/klnds/lgmlnd/lgmnal_comm.c @@ -1,11 +1,24 @@ -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + /* * This file contains all lgmnal send and receive functions diff --git a/lnet/klnds/lgmlnd/lgmnal_module.c b/lnet/klnds/lgmlnd/lgmnal_module.c index 51383fc..11ab446 100644 --- a/lnet/klnds/lgmlnd/lgmnal_module.c +++ b/lnet/klnds/lgmlnd/lgmnal_module.c @@ -1,13 +1,23 @@ -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ - - +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ #include "lgmnal.h" diff --git a/lnet/klnds/lgmlnd/lgmnal_utils.c b/lnet/klnds/lgmlnd/lgmnal_utils.c index 4f17c7b..095df41 100644 --- a/lnet/klnds/lgmlnd/lgmnal_utils.c +++ b/lnet/klnds/lgmlnd/lgmnal_utils.c @@ -1,11 +1,23 @@ -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ /* * All utilities required by lgmanl diff --git a/lustre/portals/knals/lgmnal/lgmnal.h b/lustre/portals/knals/lgmnal/lgmnal.h index 1147078..8190741 100644 --- a/lustre/portals/knals/lgmnal/lgmnal.h +++ b/lustre/portals/knals/lgmnal/lgmnal.h @@ -1,11 +1,23 @@ -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ /* * Portals GM kernel NAL header file diff --git a/lustre/portals/knals/lgmnal/lgmnal_api.c b/lustre/portals/knals/lgmnal/lgmnal_api.c index 8e774bf..ec43545 100644 --- a/lustre/portals/knals/lgmnal/lgmnal_api.c +++ b/lustre/portals/knals/lgmnal/lgmnal_api.c @@ -1,14 +1,23 @@ - -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ - - +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ /* * Implements the API NAL functions diff --git a/lustre/portals/knals/lgmnal/lgmnal_cb.c b/lustre/portals/knals/lgmnal/lgmnal_cb.c index bb231af..dbe540e 100644 --- a/lustre/portals/knals/lgmnal/lgmnal_cb.c +++ b/lustre/portals/knals/lgmnal/lgmnal_cb.c @@ -1,13 +1,23 @@ -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ - - +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ /* * This file implements the nal cb functions */ diff --git a/lustre/portals/knals/lgmnal/lgmnal_comm.c b/lustre/portals/knals/lgmnal/lgmnal_comm.c index 091f665..4aebca5 100644 --- a/lustre/portals/knals/lgmnal/lgmnal_comm.c +++ b/lustre/portals/knals/lgmnal/lgmnal_comm.c @@ -1,11 +1,24 @@ -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ + /* * This file contains all lgmnal send and receive functions diff --git a/lustre/portals/knals/lgmnal/lgmnal_module.c b/lustre/portals/knals/lgmnal/lgmnal_module.c index 51383fc..11ab446 100644 --- a/lustre/portals/knals/lgmnal/lgmnal_module.c +++ b/lustre/portals/knals/lgmnal/lgmnal_module.c @@ -1,13 +1,23 @@ -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ - - +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ #include "lgmnal.h" diff --git a/lustre/portals/knals/lgmnal/lgmnal_utils.c b/lustre/portals/knals/lgmnal/lgmnal_utils.c index 4f17c7b..095df41 100644 --- a/lustre/portals/knals/lgmnal/lgmnal_utils.c +++ b/lustre/portals/knals/lgmnal/lgmnal_utils.c @@ -1,11 +1,23 @@ -/* - * This program was prepared by the Regents of the University of - * California at Los Alamos National Laboratory (the University) under - * contract number W-7405-ENG-36 with the U.S. Department of Energy - * (DoE). Neither the U.S. Government nor the - * University makes any warranty, express or implied, or assumes any - * liability or responsibility for the use of this software. - */ +/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- + * vim:expandtab:shiftwidth=8:tabstop=8: + * + * Copyright (c) 2003 Los Alamos National Laboratory (LANL) + * + * This file is part of Lustre, http://www.lustre.org/ + * + * This file is free software; you can redistribute it and/or + * modify it under the terms of version 2.1 of the GNU Lesser General + * Public License as published by the Free Software Foundation. + * + * Lustre is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with Portals; if not, write to the Free Software + * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + */ /* * All utilities required by lgmanl -- 1.8.3.1