Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10409
-gerrit
commit 7702b799664dcda9fe51093f221408b57a633449 Author: Patrick Georgi pgeorgi@google.com Date: Thu Mar 26 15:17:45 2015 +0100
Remove address from GPLv2 headers
Follow up for commit b890a12, some contributions brought back a number of FSF addresses, so get rid of them again.
Change-Id: Idcd059f05523916f726b94931c2487ab028b7d72 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- src/cpu/intel/fsp_model_206ax/smmrelocate.c | 2 +- src/cpu/intel/model_2065x/smmrelocate.c | 2 +- src/cpu/intel/model_206ax/smmrelocate.c | 2 +- src/drivers/intel/gma/igd.asl | 3 +-- 4 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/src/cpu/intel/fsp_model_206ax/smmrelocate.c b/src/cpu/intel/fsp_model_206ax/smmrelocate.c index c2f6712..6b954d0 100644 --- a/src/cpu/intel/fsp_model_206ax/smmrelocate.c +++ b/src/cpu/intel/fsp_model_206ax/smmrelocate.c @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */
#include <types.h> diff --git a/src/cpu/intel/model_2065x/smmrelocate.c b/src/cpu/intel/model_2065x/smmrelocate.c index 94811c3..e357aa5 100644 --- a/src/cpu/intel/model_2065x/smmrelocate.c +++ b/src/cpu/intel/model_2065x/smmrelocate.c @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */
#define __SIMPLE_DEVICE__ diff --git a/src/cpu/intel/model_206ax/smmrelocate.c b/src/cpu/intel/model_206ax/smmrelocate.c index 587fee9..461286f 100644 --- a/src/cpu/intel/model_206ax/smmrelocate.c +++ b/src/cpu/intel/model_206ax/smmrelocate.c @@ -14,7 +14,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * Foundation, Inc. */
#include <types.h> diff --git a/src/drivers/intel/gma/igd.asl b/src/drivers/intel/gma/igd.asl index 31e8fec..88cc2cd 100644 --- a/src/drivers/intel/gma/igd.asl +++ b/src/drivers/intel/gma/igd.asl @@ -15,8 +15,7 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, - * MA 02110-1301 USA + * Foundation, Inc. */
External(LCD0, DeviceObj)