Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262828AbVCWGth (ORCPT ); Wed, 23 Mar 2005 01:49:37 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262829AbVCWGtg (ORCPT ); Wed, 23 Mar 2005 01:49:36 -0500 Received: from linux01.gwdg.de ([134.76.13.21]:28839 "EHLO linux01.gwdg.de") by vger.kernel.org with ESMTP id S262828AbVCWGtd (ORCPT ); Wed, 23 Mar 2005 01:49:33 -0500 Date: Wed, 23 Mar 2005 07:49:29 +0100 (MET) From: Jan Engelhardt To: "shafa.hidee" cc: linux-kernel@vger.kernel.org Subject: Re: specifying license In-Reply-To: <001f01c52f74$2fe3d7a0$6a88cb0a@hss.hns.com> Message-ID: References: <001f01c52f74$2fe3d7a0$6a88cb0a@hss.hns.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 478 Lines: 17 >Hi , > How to specify LICENSE tag in a driver module so that module is marked >as tainted while loading. #include MODULE_LICENSE("GPL"); Note that tained == (a license != GPL/BSD/similar) Jan Engelhardt -- - 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/