On 02/05/07 01:37 +0200, Uwe Hermann wrote:
=================================================================== --- LinuxBIOSv2.orig/src/cpu/amd/model_lx/cpubug.c 2007-04-30 15:25:27.000000000 -0600 +++ LinuxBIOSv2/src/cpu/amd/model_lx/cpubug.c 2007-05-01 12:09:15.000000000 -0600 @@ -1,35 +1,18 @@ +/* +* Copyright (C) 2007 Advanced Micro Devices +*/
This is not enough, sorry. The copyright being with AMD is fine, but we need a license statement, too. Please use the common LinuxBIOS license header in _all_ files:
This file (and others) already existed in the repository - we don't want to presume to assign the license and copyright for code we didn't write. I'll make a patch adding the license to the files as they exist now, and CC the original authors to sign off on it.
Jordan