diff options
Diffstat (limited to 'modules/spl/spl-debug.c')
-rw-r--r-- | modules/spl/spl-debug.c | 45 |
1 files changed, 26 insertions, 19 deletions
diff --git a/modules/spl/spl-debug.c b/modules/spl/spl-debug.c index 8c60ea2de..656df9614 100644 --- a/modules/spl/spl-debug.c +++ b/modules/spl/spl-debug.c @@ -1,27 +1,34 @@ -/* -*- mode: c; c-basic-offset: 8; indent-tabs-mode: nil; -*- - * vim:expandtab:shiftwidth=8:tabstop=8: +/* + * This file is part of the SPL: Solaris Porting Layer. * - * Copyright (C) 2004 Cluster File Systems, Inc. - * Author: Zach Brown <[email protected]> - * Author: Phil Schwan <[email protected]> - * Author: Brian Behlendorf <[email protected]> + * This file was originally part of Lustre, http://www.lustre.org. + * but has subsequently been adapted for use in the SPL in + * accordance with the GPL. * - * This file was originally part of Lustre, http://www.lustre.org. - * but has subsequently been adapted for use in the SPL in - * accordance with the GPL. + * Copyright (C) 2004 Cluster File Systems, Inc. + * Copyright (c) 2008 Lawrence Livermore National Security, LLC. + * Produced at Lawrence Livermore National Laboratory + * Written by: + * Zach Brown <[email protected]> + * Phil Schwan <[email protected]> + * Brian Behlendorf <[email protected]>, + * Herb Wartens <[email protected]>, + * Jim Garlick <[email protected]> + * UCRL-CODE-235197 * - * SPL 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 is free software; you can redistribute it and/or modify it + * under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. * - * SPL 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. + * This 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 SPL; if not, write to the Free Software - * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. + * You should have received a copy of the GNU General Public License along + * with this program; if not, write to the Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ #include <linux/kmod.h> |