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 270955ac0..47285c484 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 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 32f24ec43..65b109575 100644
--- a/libc/ports/sysdeps/tile/tilegx/memchr.c
+++ b/libc/ports/sysdeps/tile/tilegx/memchr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 5b015f39d..396174c97 100644
--- a/libc/ports/sysdeps/tile/tilegx/memcpy.c
+++ b/libc/ports/sysdeps/tile/tilegx/memcpy.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 0cb0a81e5..acf788bae 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 Free Software Foundation, Inc.
+ Copyright (C) 2012-2013 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 dad3eadc5..f88ec2565 100644
--- a/libc/ports/sysdeps/tile/tilegx/memset.c
+++ b/libc/ports/sysdeps/tile/tilegx/memset.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 0ac8ad864..863b229f8 100644
--- a/libc/ports/sysdeps/tile/tilegx/memusage.h
+++ b/libc/ports/sysdeps/tile/tilegx/memusage.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 70b5928eb..e28510c3c 100644
--- a/libc/ports/sysdeps/tile/tilegx/rawmemchr.c
+++ b/libc/ports/sysdeps/tile/tilegx/rawmemchr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 c6a741b37..bd678f5a6 100644
--- a/libc/ports/sysdeps/tile/tilegx/strchr.c
+++ b/libc/ports/sysdeps/tile/tilegx/strchr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 4251598dc..30b660634 100644
--- a/libc/ports/sysdeps/tile/tilegx/strchrnul.c
+++ b/libc/ports/sysdeps/tile/tilegx/strchrnul.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 c2e40ecd4..ee9bd1620 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-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 dda9dff1c..5de9445eb 100644
--- a/libc/ports/sysdeps/tile/tilegx/strlen.c
+++ b/libc/ports/sysdeps/tile/tilegx/strlen.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 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 b6e43a683..8fe8221a4 100644
--- a/libc/ports/sysdeps/tile/tilegx/strrchr.c
+++ b/libc/ports/sysdeps/tile/tilegx/strrchr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 2011-2012 Free Software Foundation, Inc.
+/* Copyright (C) 2011-2013 Free Software Foundation, Inc.
This file is part of the GNU C Library.
Contributed by Chris Metcalf <cmetcalf@tilera.com>, 2011.