|
From: | Luis A. Guzman Garcia |
Subject: | [gNewSense-users] [PATCH] cpufreq: clarify license of freq_table.c |
Date: | Sat, 24 May 2008 12:27:36 -0500 |
This was sent by Dominik Brodowski in response to the message for KFV on gNewSense. :) > > We're working on the Kernel Freedom Verification (KFV), checking > the > > licenses of all the kernel section to verify is free, and checking > the > > section > > linux-2.6.24_12.22/drivers/cpufreq > > > > in the freq_table.c i found this Copyright > > > > /* > > * linux/drivers/cpufreq/freq_table.c > > * > > * Copyright (C) 2002 - 2003 Dominik Brodowski > > */ > > I assumed that is free software and is under the GNU GPLv2 but i > would > > like to you to confirm this, it would be great if you could help us > with > > this. I know that this is not relevant now that we don't contact the Copyright holders, but i wanted to share it.
--- Begin Message ---Subject: [PATCH] cpufreq: clarify license of freq_table.c Date: Thu, 22 May 2008 08:52:05 +0200 User-agent: Mutt/1.5.17+20080114 (2008-01-14) Dave, please consider applying this patch. Thanks and best wishes, Dominik [PATCH] cpufreq: clarify license of freq_table.c A license statement next to the copyright statement was missing. Signed-off-by: Dominik Brodowski <address@hidden> diff --git a/drivers/cpufreq/freq_table.c b/drivers/cpufreq/freq_table.c index ae6cd60..b64c6bc 100644 --- a/drivers/cpufreq/freq_table.c +++ b/drivers/cpufreq/freq_table.c @@ -2,6 +2,11 @@ * linux/drivers/cpufreq/freq_table.c * * Copyright (C) 2002 - 2003 Dominik Brodowski + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License version 2 as + * published by the Free Software Foundation. + * */ #include <linux/kernel.h>
--- End Message ---
[Prev in Thread] | Current Thread | [Next in Thread] |