aboutsummaryrefslogtreecommitdiff
path: root/src/arch
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch')
-rw-r--r--src/arch/arm/div0.c3
-rw-r--r--src/arch/arm/include/armv7.h3
-rw-r--r--src/arch/arm/include/clocks.h2
-rw-r--r--src/arch/arm64/div0.c3
-rw-r--r--src/arch/arm64/include/clocks.h2
-rw-r--r--src/arch/x86/memset.c3
6 files changed, 0 insertions, 16 deletions
diff --git a/src/arch/arm/div0.c b/src/arch/arm/div0.c
index 786a1172ff..65501425c3 100644
--- a/src/arch/arm/div0.c
+++ b/src/arch/arm/div0.c
@@ -2,9 +2,6 @@
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
diff --git a/src/arch/arm/include/armv7.h b/src/arch/arm/include/armv7.h
index 7cbd33f112..47faaa16b3 100644
--- a/src/arch/arm/include/armv7.h
+++ b/src/arch/arm/include/armv7.h
@@ -3,9 +3,6 @@
* Texas Instruments, <www.ti.com>
* Aneesh V <aneesh@ti.com>
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
diff --git a/src/arch/arm/include/clocks.h b/src/arch/arm/include/clocks.h
index 96cdd06adc..eadd58aa3f 100644
--- a/src/arch/arm/include/clocks.h
+++ b/src/arch/arm/include/clocks.h
@@ -1,7 +1,5 @@
/*
* Copyright (c) 2011 The Chromium OS Authors.
- * See file CREDITS for list of people who contributed to this
- * project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/arch/arm64/div0.c b/src/arch/arm64/div0.c
index 786a1172ff..65501425c3 100644
--- a/src/arch/arm64/div0.c
+++ b/src/arch/arm64/div0.c
@@ -2,9 +2,6 @@
* (C) Copyright 2002
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of
diff --git a/src/arch/arm64/include/clocks.h b/src/arch/arm64/include/clocks.h
index 96cdd06adc..eadd58aa3f 100644
--- a/src/arch/arm64/include/clocks.h
+++ b/src/arch/arm64/include/clocks.h
@@ -1,7 +1,5 @@
/*
* Copyright (c) 2011 The Chromium OS Authors.
- * See file CREDITS for list of people who contributed to this
- * project.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
diff --git a/src/arch/x86/memset.c b/src/arch/x86/memset.c
index d534556fd9..6ae6c6bb48 100644
--- a/src/arch/x86/memset.c
+++ b/src/arch/x86/memset.c
@@ -2,9 +2,6 @@
* Copyright (C) 1991,1992,1993,1997,1998,2003, 2005 Free Software Foundation, Inc.
* This file is part of the GNU C Library.
*
- * See file CREDITS for list of people who contributed to this
- * project.
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License as
* published by the Free Software Foundation; either version 2 of