Whamcloud - gitweb
Fixed license statment
authormdoyle <mdoyle>
Tue, 5 Aug 2003 10:11:24 +0000 (10:11 +0000)
committermdoyle <mdoyle>
Tue, 5 Aug 2003 10:11:24 +0000 (10:11 +0000)
12 files changed:
lnet/klnds/lgmlnd/lgmnal.h
lnet/klnds/lgmlnd/lgmnal_api.c
lnet/klnds/lgmlnd/lgmnal_cb.c
lnet/klnds/lgmlnd/lgmnal_comm.c
lnet/klnds/lgmlnd/lgmnal_module.c
lnet/klnds/lgmlnd/lgmnal_utils.c
lustre/portals/knals/lgmnal/lgmnal.h
lustre/portals/knals/lgmnal/lgmnal_api.c
lustre/portals/knals/lgmnal/lgmnal_cb.c
lustre/portals/knals/lgmnal/lgmnal_comm.c
lustre/portals/knals/lgmnal/lgmnal_module.c
lustre/portals/knals/lgmnal/lgmnal_utils.c

index 1147078..8190741 100644 (file)
@@ -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
index 8e774bf..ec43545 100644 (file)
@@ -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
index bb231af..dbe540e 100644 (file)
@@ -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
  */
index 091f665..4aebca5 100644 (file)
@@ -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
index 51383fc..11ab446 100644 (file)
@@ -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"
 
 
index 4f17c7b..095df41 100644 (file)
@@ -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
index 1147078..8190741 100644 (file)
@@ -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
index 8e774bf..ec43545 100644 (file)
@@ -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
index bb231af..dbe540e 100644 (file)
@@ -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
  */
index 091f665..4aebca5 100644 (file)
@@ -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
index 51383fc..11ab446 100644 (file)
@@ -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"
 
 
index 4f17c7b..095df41 100644 (file)
@@ -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