summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/m68k/m680x0/m68020
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/m68k/m680x0/m68020')
-rw-r--r--libc/ports/sysdeps/m68k/m680x0/m68020/addmul_1.S2
-rw-r--r--libc/ports/sysdeps/m68k/m680x0/m68020/bits/atomic.h2
-rw-r--r--libc/ports/sysdeps/m68k/m680x0/m68020/bits/string.h2
-rw-r--r--libc/ports/sysdeps/m68k/m680x0/m68020/mul_1.S2
-rw-r--r--libc/ports/sysdeps/m68k/m680x0/m68020/submul_1.S2
5 files changed, 5 insertions, 5 deletions
diff --git a/libc/ports/sysdeps/m68k/m680x0/m68020/addmul_1.S b/libc/ports/sysdeps/m68k/m680x0/m68020/addmul_1.S
index fe651abfd..562920210 100644
--- a/libc/ports/sysdeps/m68k/m680x0/m68020/addmul_1.S
+++ b/libc/ports/sysdeps/m68k/m680x0/m68020/addmul_1.S
@@ -1,7 +1,7 @@
/* mc68020 __mpn_addmul_1 -- Multiply a limb vector with a limb and add
the result to a second limb vector.
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libc/ports/sysdeps/m68k/m680x0/m68020/bits/atomic.h b/libc/ports/sysdeps/m68k/m680x0/m68020/bits/atomic.h
index 33172fa38..0f081f169 100644
--- a/libc/ports/sysdeps/m68k/m680x0/m68020/bits/atomic.h
+++ b/libc/ports/sysdeps/m68k/m680x0/m68020/bits/atomic.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2003-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2003-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Andreas Schwab <schwab@suse.de>, 2003.
diff --git a/libc/ports/sysdeps/m68k/m680x0/m68020/bits/string.h b/libc/ports/sysdeps/m68k/m680x0/m68020/bits/string.h
index 99a22ba66..af6a776e0 100644
--- a/libc/ports/sysdeps/m68k/m680x0/m68020/bits/string.h
+++ b/libc/ports/sysdeps/m68k/m680x0/m68020/bits/string.h
@@ -1,5 +1,5 @@
/* Optimized, inlined string functions. m680x0 version, x >= 2.
- Copyright (C) 1997-2013 Free Software Foundation, Inc.
+ Copyright (C) 1997-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
diff --git a/libc/ports/sysdeps/m68k/m680x0/m68020/mul_1.S b/libc/ports/sysdeps/m68k/m680x0/m68020/mul_1.S
index fe3d69593..67822cd1a 100644
--- a/libc/ports/sysdeps/m68k/m680x0/m68020/mul_1.S
+++ b/libc/ports/sysdeps/m68k/m680x0/m68020/mul_1.S
@@ -1,7 +1,7 @@
/* mc68020 __mpn_mul_1 -- Multiply a limb vector with a limb and store
the result in a second limb vector.
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU MP Library.
diff --git a/libc/ports/sysdeps/m68k/m680x0/m68020/submul_1.S b/libc/ports/sysdeps/m68k/m680x0/m68020/submul_1.S
index ba830f97d..b7c60d4b8 100644
--- a/libc/ports/sysdeps/m68k/m680x0/m68020/submul_1.S
+++ b/libc/ports/sysdeps/m68k/m680x0/m68020/submul_1.S
@@ -1,7 +1,7 @@
/* mc68020 __mpn_submul_1 -- Multiply a limb vector with a limb and subtract
the result from a second limb vector.
-Copyright (C) 1992-2013 Free Software Foundation, Inc.
+Copyright (C) 1992-2014 Free Software Foundation, Inc.
This file is part of the GNU MP Library.