From 2cf76d01116451a107966af72e7421d7a675be49 Mon Sep 17 00:00:00 2001 From: phil <phil> Date: Sat, 12 Feb 2005 06:23:38 +0000 Subject: [PATCH] I keep finding these trees that I have, with little uncommitted copyright changes, and wondering how that happened. --- lnet/lnet/Makefile.mk | 5 ----- lnet/lnet/api-errno.c | 1 + lnet/lnet/autoMakefile.am | 5 ----- lnet/lnet/lib-ni.c | 19 +------------------ lnet/lnet/lib-pid.c | 25 +------------------------ 5 files changed, 3 insertions(+), 52 deletions(-) diff --git a/lnet/lnet/Makefile.mk b/lnet/lnet/Makefile.mk index 088902a0e0..eaba11cc80 100644 --- a/lnet/lnet/Makefile.mk +++ b/lnet/lnet/Makefile.mk @@ -1,8 +1,3 @@ -# Copyright (C) 2001 Cluster File Systems, Inc. -# -# This code is issued under the GNU General Public License. -# See the file COPYING in this distribution - include $(src)/../Kernelenv obj-y += portals.o diff --git a/lnet/lnet/api-errno.c b/lnet/lnet/api-errno.c index 9a4e5ac934..2f32cbf8ff 100644 --- a/lnet/lnet/api-errno.c +++ b/lnet/lnet/api-errno.c @@ -5,6 +5,7 @@ * Instantiate the string table of errors * * This file is part of Lustre, http://www.sf.net/projects/lustre/ + * This file is not subject to copyright protection. */ /* If you change these, you must update the number table in portals/errno.h */ diff --git a/lnet/lnet/autoMakefile.am b/lnet/lnet/autoMakefile.am index 10cde66945..affce6ee56 100644 --- a/lnet/lnet/autoMakefile.am +++ b/lnet/lnet/autoMakefile.am @@ -1,8 +1,3 @@ -# Copyright (C) 2002 Cluster File Systems, Inc. -# -# This code is issued under the GNU General Public License. -# See the file COPYING in this distribution - my_sources = api-errno.c api-ni.c api-wrap.c \ lib-init.c lib-me.c lib-msg.c lib-eq.c \ lib-md.c lib-move.c lib-ni.c lib-pid.c diff --git a/lnet/lnet/lib-ni.c b/lnet/lnet/lib-ni.c index 75086747e9..cf273f8a1c 100644 --- a/lnet/lnet/lib-ni.c +++ b/lnet/lnet/lib-ni.c @@ -1,25 +1,8 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * lib/lib-ni.c - * Network status registers and distance functions. - * - * Copyright (c) 2001-2003 Cluster File Systems, Inc. - * * This file is part of Lustre, http://www.lustre.org - * - * Lustre is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Lustre; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * This file is not subject to copyright protection. */ #define DEBUG_SUBSYSTEM S_PORTALS diff --git a/lnet/lnet/lib-pid.c b/lnet/lnet/lib-pid.c index 8a9fbc5106..23d6dd3ec0 100644 --- a/lnet/lnet/lib-pid.c +++ b/lnet/lnet/lib-pid.c @@ -1,36 +1,13 @@ /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- * vim:expandtab:shiftwidth=8:tabstop=8: * - * lib/lib-pid.c - * - * Process identification routines - * Copyright (C) 2001-2003 Cluster File Systems, Inc. - * * This file is part of Lustre, http://www.lustre.org - * - * Lustre is free software; you can redistribute it and/or - * modify it under the terms of version 2 of the GNU 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 General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with Lustre; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * This file is not subject to copyright protection. */ /* This should be removed. The NAL should have the PID information */ #define DEBUG_SUBSYSTEM S_PORTALS -#if defined (__KERNEL__) -extern int getpid(void); -#else -# include <stdio.h> -# include <unistd.h> -#endif #include <portals/lib-p30.h> int -- GitLab