summaryrefslogtreecommitdiff
path: root/libc/ports/sysdeps/tile/tilegx
diff options
context:
space:
mode:
Diffstat (limited to 'libc/ports/sysdeps/tile/tilegx')
-rw-r--r--libc/ports/sysdeps/tile/tilegx/bits/atomic.h2
-rw-r--r--libc/ports/sysdeps/tile/tilegx/memchr.c2
-rw-r--r--libc/ports/sysdeps/tile/tilegx/memcpy.c2
-rw-r--r--libc/ports/sysdeps/tile/tilegx/memmove.c2
-rw-r--r--libc/ports/sysdeps/tile/tilegx/memset.c2
-rw-r--r--libc/ports/sysdeps/tile/tilegx/memusage.h2
-rw-r--r--libc/ports/sysdeps/tile/tilegx/rawmemchr.c2
-rw-r--r--libc/ports/sysdeps/tile/tilegx/strchr.c2
-rw-r--r--libc/ports/sysdeps/tile/tilegx/strchrnul.c2
-rw-r--r--libc/ports/sysdeps/tile/tilegx/string-endian.h2
-rw-r--r--libc/ports/sysdeps/tile/tilegx/strlen.c2
-rw-r--r--libc/ports/sysdeps/tile/tilegx/strrchr.c2
12 files changed, 12 insertions, 12 deletions
diff --git a/libc/ports/sysdeps/tile/tilegx/bits/atomic.h b/libc/ports/sysdeps/tile/tilegx/bits/atomic.h
index 47285c484..ce12db021 100644
--- a/libc/ports/sysdeps/tile/tilegx/bits/atomic.h
+++ b/libc/ports/sysdeps/tile/tilegx/bits/atomic.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
diff --git a/libc/ports/sysdeps/tile/tilegx/memchr.c b/libc/ports/sysdeps/tile/tilegx/memchr.c
index 65b109575..ee17d9a40 100644
--- a/libc/ports/sysdeps/tile/tilegx/memchr.c
+++ b/libc/ports/sysdeps/tile/tilegx/memchr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
diff --git a/libc/ports/sysdeps/tile/tilegx/memcpy.c b/libc/ports/sysdeps/tile/tilegx/memcpy.c
index 396174c97..5d5df19ef 100644
--- a/libc/ports/sysdeps/tile/tilegx/memcpy.c
+++ b/libc/ports/sysdeps/tile/tilegx/memcpy.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
diff --git a/libc/ports/sysdeps/tile/tilegx/memmove.c b/libc/ports/sysdeps/tile/tilegx/memmove.c
index acf788bae..38323cea3 100644
--- a/libc/ports/sysdeps/tile/tilegx/memmove.c
+++ b/libc/ports/sysdeps/tile/tilegx/memmove.c
@@ -1,6 +1,6 @@
/* Copy memory to memory until the specified number of bytes
has been copied. Overlap is handled correctly.
- Copyright (C) 2012-2013 Free Software Foundation, Inc.
+ Copyright (C) 2012-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/tile/tilegx/memset.c b/libc/ports/sysdeps/tile/tilegx/memset.c
index f88ec2565..d41b205a3 100644
--- a/libc/ports/sysdeps/tile/tilegx/memset.c
+++ b/libc/ports/sysdeps/tile/tilegx/memset.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
diff --git a/libc/ports/sysdeps/tile/tilegx/memusage.h b/libc/ports/sysdeps/tile/tilegx/memusage.h
index a81916c21..7a9e661da 100644
--- a/libc/ports/sysdeps/tile/tilegx/memusage.h
+++ b/libc/ports/sysdeps/tile/tilegx/memusage.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
diff --git a/libc/ports/sysdeps/tile/tilegx/rawmemchr.c b/libc/ports/sysdeps/tile/tilegx/rawmemchr.c
index e28510c3c..bd6d3c7c7 100644
--- a/libc/ports/sysdeps/tile/tilegx/rawmemchr.c
+++ b/libc/ports/sysdeps/tile/tilegx/rawmemchr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
diff --git a/libc/ports/sysdeps/tile/tilegx/strchr.c b/libc/ports/sysdeps/tile/tilegx/strchr.c
index bd678f5a6..0ce73ce89 100644
--- a/libc/ports/sysdeps/tile/tilegx/strchr.c
+++ b/libc/ports/sysdeps/tile/tilegx/strchr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
diff --git a/libc/ports/sysdeps/tile/tilegx/strchrnul.c b/libc/ports/sysdeps/tile/tilegx/strchrnul.c
index 30b660634..34c431741 100644
--- a/libc/ports/sysdeps/tile/tilegx/strchrnul.c
+++ b/libc/ports/sysdeps/tile/tilegx/strchrnul.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
diff --git a/libc/ports/sysdeps/tile/tilegx/string-endian.h b/libc/ports/sysdeps/tile/tilegx/string-endian.h
index 69ca5fedf..0c4d51766 100644
--- a/libc/ports/sysdeps/tile/tilegx/string-endian.h
+++ b/libc/ports/sysdeps/tile/tilegx/string-endian.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
diff --git a/libc/ports/sysdeps/tile/tilegx/strlen.c b/libc/ports/sysdeps/tile/tilegx/strlen.c
index 5de9445eb..d0c06dc23 100644
--- a/libc/ports/sysdeps/tile/tilegx/strlen.c
+++ b/libc/ports/sysdeps/tile/tilegx/strlen.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.
diff --git a/libc/ports/sysdeps/tile/tilegx/strrchr.c b/libc/ports/sysdeps/tile/tilegx/strrchr.c
index 8fe8221a4..f201cfa4f 100644
--- a/libc/ports/sysdeps/tile/tilegx/strrchr.c
+++ b/libc/ports/sysdeps/tile/tilegx/strrchr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2014 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.