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 ---
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 <[EMAIL PROTECTED]>

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 ---
_______________________________________________
gNewSense-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/gnewsense-users

Reply via email to