Skip to content
Snippets Groups Projects
Commit 54cfebb8 authored by kalpak's avatar kalpak
Browse files

b=16098

Replace CFS license headers with Sun headers
parent e55ecd39
No related branches found
No related tags found
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:
* *
* Copyright (C) 2002, 2003 Cluster File Systems, Inc. * GPL HEADER START
* *
* This file is part of the Lustre file system, http://www.lustre.org * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* Lustre is a trademark of Cluster File Systems, Inc.
* *
* You may have signed or agreed to another license before downloading * This program is free software; you can redistribute it and/or modify
* this software. If so, you are bound by the terms and conditions * it under the terms of the GNU General Public License version 2 only,
* of that agreement, and the following does not apply to you. See the * as published by the Free Software Foundation.
* LICENSE file included with this distribution for more information.
* *
* If you did not agree to a different license, then this copy of Lustre * This program is distributed in the hope that it will be useful, but
* is open source software; you can redistribute it and/or modify it * WITHOUT ANY WARRANTY; without even the implied warranty of
* under the terms of version 2 of the GNU General Public License as * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* published by the Free Software Foundation. * General Public License version 2 for more details (a copy is included
* in the LICENSE file that accompanied this code).
* *
* In either case, Lustre is distributed in the hope that it will be * You should have received a copy of the GNU General Public License
* useful, but WITHOUT ANY WARRANTY; without even the implied warranty * version 2 along with this program; If not, see [sun.com URL with a
* of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * copy of GPLv2].
* license text for more details. *
* Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
* CA 95054 USA or visit www.sun.com if you need additional information or
* have any questions.
*
* 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.
*/ */
#ifndef EXPORT_SYMTAB #ifndef EXPORT_SYMTAB
...@@ -955,4 +967,3 @@ void qos_update(struct lov_obd *lov) ...@@ -955,4 +967,3 @@ void qos_update(struct lov_obd *lov)
ENTRY; ENTRY;
lov->lov_qos.lq_dirty = 1; lov->lov_qos.lq_dirty = 1;
} }
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