From a1a5ff6682bb488cbb19e29a598d689dd2e6f116 Mon Sep 17 00:00:00 2001 From: kalpak Date: Thu, 7 Aug 2008 09:35:47 +0000 Subject: [PATCH] b=16098 Add URL for GPLv2 license in copyright headers --- lustre/mgs/lproc_mgs.c | 4 ++-- lustre/mgs/mgs_internal.h | 5 ++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/lustre/mgs/lproc_mgs.c b/lustre/mgs/lproc_mgs.c index 17c6dc8..b745bbe 100644 --- a/lustre/mgs/lproc_mgs.c +++ b/lustre/mgs/lproc_mgs.c @@ -16,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 diff --git a/lustre/mgs/mgs_internal.h b/lustre/mgs/mgs_internal.h index 6a81fde..cbf183b 100644 --- a/lustre/mgs/mgs_internal.h +++ b/lustre/mgs/mgs_internal.h @@ -16,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 @@ -126,4 +126,3 @@ void mgs_counter_incr(struct obd_export *exp, int opcode); void mgs_stats_counter_init(struct lprocfs_stats *stats); #endif /* _MGS_INTERNAL_H */ - -- 1.8.3.1