From 2ead25b6bda410aabf6aab11c1a3b3f937e9bf8f Mon Sep 17 00:00:00 2001
From: kalpak <kalpak>
Date: Wed, 23 Jul 2008 18:07:16 +0000
Subject: [PATCH] b=16098

Replace CFS license headers with Sun headers
---
 build/kabi | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/build/kabi b/build/kabi
index a57a46c1f2..6a134d54f9 100755
--- a/build/kabi
+++ b/build/kabi
@@ -1,7 +1,8 @@
 #! /usr/bin/perl
 # kabi - Linux Kernel Application Binary Interface manager
-# Copyright (C) 2005  Cluster File Systems, Inc.
-# All rights reserved.
+#
+# Copyright  2008 Sun Microsystems, Inc. All rights reserved
+# Use is subject to license terms.
 #
 # Gordon Matzigkeit <gord@clusterfs.com>, 2005-10-21
 
@@ -50,7 +51,7 @@ MODE and ARGS can be one of the following:
 
     module KMOD       generate a KABI file for the specified kernel module
 
-Written by Gordon Matzigkeit <gord\@clusterfs.com> for Cluster File Systems.
+Written by Gordon Matzigkeit <gord\@clusterfs.com> for Sun Microsystems, Inc.
 EOF
     }
     exit $status;
-- 
GitLab