Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423008AbWBAXDE (ORCPT ); Wed, 1 Feb 2006 18:03:04 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1423009AbWBAXDE (ORCPT ); Wed, 1 Feb 2006 18:03:04 -0500 Received: from mx1.redhat.com ([66.187.233.31]:3229 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1423008AbWBAXDC (ORCPT ); Wed, 1 Feb 2006 18:03:02 -0500 Date: Wed, 1 Feb 2006 18:02:55 -0500 From: Dave Jones To: Linux Kernel Subject: missing license tag in intermodule. Message-ID: <20060201230254.GA3413@redhat.com> Mail-Followup-To: Dave Jones , Linux Kernel Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 721 Lines: 18 It may suck something awful, but it shouldn't taint the kernel. Signed-off-by: Dave Jones --- linux-2.6.15.noarch/kernel/intermodule.c~ 2006-02-01 18:01:39.000000000 -0500 +++ linux-2.6.15.noarch/kernel/intermodule.c 2006-02-01 18:01:47.000000000 -0500 @@ -179,3 +179,6 @@ EXPORT_SYMBOL(inter_module_register); EXPORT_SYMBOL(inter_module_unregister); EXPORT_SYMBOL(inter_module_get_request); EXPORT_SYMBOL(inter_module_put); + +MODULE_LICENSE("GPL"); + - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/