Skip to content
Snippets Groups Projects
Commit 7a2ef5e0 authored by kalpak's avatar kalpak
Browse files

b=16098

Replace CFS license headers with Sun headers
parent ec6827f0
No related merge requests found
/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- /* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*-
* vim:expandtab:shiftwidth=8:tabstop=8: * vim:expandtab:shiftwidth=8:tabstop=8:
* *
* lustre/mds/mds_log.c * GPL HEADER START
* *
* Copyright (c) 2001-2003 Cluster File Systems, Inc. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* Author: Peter Braam <braam@clusterfs.com>
* Author: Andreas Dilger <adilger@clusterfs.com>
* Author: Phil Schwan <phil@clusterfs.com>
* *
* This file is part of the Lustre file system, http://www.lustre.org * This program is free software; you can redistribute it and/or modify
* Lustre is a trademark of Cluster File Systems, Inc. * it under the terms of the GNU General Public License version 2 only,
* as published by the Free Software Foundation.
* *
* You may have signed or agreed to another license before downloading * This program is distributed in the hope that it will be useful, but
* this software. If so, you are bound by the terms and conditions * WITHOUT ANY WARRANTY; without even the implied warranty of
* of that agreement, and the following does not apply to you. See the * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* LICENSE file included with this distribution for more information. * General Public License version 2 for more details (a copy is included
* in the LICENSE file that accompanied this code).
* *
* If you did not agree to a different license, then this copy of Lustre * You should have received a copy of the GNU General Public License
* is open source software; you can redistribute it and/or modify it * version 2 along with this program; If not, see [sun.com URL with a
* under the terms of version 2 of the GNU General Public License as * copy of GPLv2].
* published by the Free Software Foundation.
* *
* In either case, Lustre is distributed in the hope that it will be * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty * CA 95054 USA or visit www.sun.com if you need additional information or
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * have any questions.
* license text for more details. *
* GPL HEADER END
*/
/*
* Copyright 2008 Sun Microsystems, Inc. All rights reserved
* Use is subject to license terms.
*/
/*
* This file is part of Lustre, http://www.lustre.org/
* Lustre is a trademark of Sun Microsystems, Inc.
*
* lustre/mds/mds_log.c
*
* Author: Peter Braam <braam@clusterfs.com>
* Author: Andreas Dilger <adilger@clusterfs.com>
* Author: Phil Schwan <phil@clusterfs.com>
*/ */
#define DEBUG_SUBSYSTEM S_MDS #define DEBUG_SUBSYSTEM S_MDS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment