From: adilger Date: Tue, 3 Sep 2002 21:48:15 +0000 (+0000) Subject: Copyright update, remove old comment X-Git-Tag: 0.5.6~16 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=aaf3873b751e128d0fa280a15adae3060017190c;p=fs%2Flustre-release.git Copyright update, remove old comment --- diff --git a/lustre/mds/mds_reint.c b/lustre/mds/mds_reint.c index 74b2e0b..1808b67 100644 --- a/lustre/mds/mds_reint.c +++ b/lustre/mds/mds_reint.c @@ -2,19 +2,29 @@ * vim:expandtab:shiftwidth=8:tabstop=8: * * linux/mds/mds_reint.c - * * Lustre Metadata Server (mds) reintegration routines * - * Copyright (C) 2002 Cluster File Systems, Inc. - * author: Peter Braam + * Copyright (C) 2002 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. * - * This code is issued under the GNU General Public License. - * See the file COPYING in this distribution + * 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. + * + * Author: Peter Braam + * Author: Andreas Dilger */ -// XXX - add transaction sequence numbers - #define EXPORT_SYMTAB #define DEBUG_SUBSYSTEM S_MDS