From 6a24b7439508e88c44f42266d6d5a1711cd53363 Mon Sep 17 00:00:00 2001 From: kalpak Date: Thu, 7 Aug 2008 09:34:41 +0000 Subject: [PATCH] b=16098 Add URL for GPLv2 license in copyright headers --- lustre/llite/dir.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lustre/llite/dir.c b/lustre/llite/dir.c index ac55565..9e5d517 100644 --- a/lustre/llite/dir.c +++ b/lustre/llite/dir.c @@ -1,5 +1,4 @@ -/* - * -*- 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: * * GPL HEADER START @@ -17,8 +16,8 @@ * in the LICENSE file that accompanied this code). * * You should have received a copy of the GNU General Public License - * version 2 along with this program; If not, see [sun.com URL with a - * copy of GPLv2]. + * version 2 along with this program; If not, see + * http://www.sun.com/software/products/lustre/docs/GPLv2.pdf * * Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara, * CA 95054 USA or visit www.sun.com if you need additional information or @@ -1499,4 +1498,3 @@ struct file_operations ll_dir_operations = { .readdir = ll_readdir, .ioctl = ll_dir_ioctl }; - -- 1.8.3.1