summaryrefslogtreecommitdiffstats
path: root/src/arch/x86/memset.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/memset.c')
-rw-r--r--src/arch/x86/memset.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/arch/x86/memset.c b/src/arch/x86/memset.c
index 6ae6c6bb4870..c87a3b3996c8 100644
--- a/src/arch/x86/memset.c
+++ b/src/arch/x86/memset.c
@@ -11,10 +11,6 @@
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- *
- * 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.
*/
/* From glibc-2.14, sysdeps/i386/memset.c */