diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-01-02 19:01:50 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-01-02 19:05:09 +0000 |
commit | 568035b7874a099087b77f7bba3e36a1173787b0 (patch) | |
tree | ebd5b536530f6875afa9d15753d7e2f9185939b4 /ports/sysdeps/tile/tilegx | |
parent | caed4e98ca463e72745e7173a21409dce658d04f (diff) | |
download | glibc-568035b7874a099087b77f7bba3e36a1173787b0.tar.gz glibc-568035b7874a099087b77f7bba3e36a1173787b0.tar.xz glibc-568035b7874a099087b77f7bba3e36a1173787b0.zip |
Update copyright notices with scripts/update-copyrights.
Diffstat (limited to 'ports/sysdeps/tile/tilegx')
-rw-r--r-- | ports/sysdeps/tile/tilegx/bits/atomic.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilegx/memchr.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilegx/memcpy.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilegx/memmove.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilegx/memset.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilegx/memusage.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilegx/rawmemchr.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilegx/strchr.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilegx/strchrnul.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilegx/string-endian.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilegx/strlen.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilegx/strrchr.c | 2 |
12 files changed, 12 insertions, 12 deletions
diff --git a/ports/sysdeps/tile/tilegx/bits/atomic.h b/ports/sysdeps/tile/tilegx/bits/atomic.h index 270955ac00..47285c4847 100644 --- a/ports/sysdeps/tile/tilegx/bits/atomic.h +++ b/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/ports/sysdeps/tile/tilegx/memchr.c b/ports/sysdeps/tile/tilegx/memchr.c index 32f24ec43e..65b109575b 100644 --- a/ports/sysdeps/tile/tilegx/memchr.c +++ b/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/ports/sysdeps/tile/tilegx/memcpy.c b/ports/sysdeps/tile/tilegx/memcpy.c index 5b015f39d2..396174c97d 100644 --- a/ports/sysdeps/tile/tilegx/memcpy.c +++ b/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/ports/sysdeps/tile/tilegx/memmove.c b/ports/sysdeps/tile/tilegx/memmove.c index 0cb0a81e5f..acf788bae3 100644 --- a/ports/sysdeps/tile/tilegx/memmove.c +++ b/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/ports/sysdeps/tile/tilegx/memset.c b/ports/sysdeps/tile/tilegx/memset.c index dad3eadc5a..f88ec25652 100644 --- a/ports/sysdeps/tile/tilegx/memset.c +++ b/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/ports/sysdeps/tile/tilegx/memusage.h b/ports/sysdeps/tile/tilegx/memusage.h index 0ac8ad8644..863b229f86 100644 --- a/ports/sysdeps/tile/tilegx/memusage.h +++ b/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/ports/sysdeps/tile/tilegx/rawmemchr.c b/ports/sysdeps/tile/tilegx/rawmemchr.c index 70b5928ebc..e28510c3cc 100644 --- a/ports/sysdeps/tile/tilegx/rawmemchr.c +++ b/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/ports/sysdeps/tile/tilegx/strchr.c b/ports/sysdeps/tile/tilegx/strchr.c index c6a741b37d..bd678f5a6e 100644 --- a/ports/sysdeps/tile/tilegx/strchr.c +++ b/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/ports/sysdeps/tile/tilegx/strchrnul.c b/ports/sysdeps/tile/tilegx/strchrnul.c index 4251598dca..30b6606343 100644 --- a/ports/sysdeps/tile/tilegx/strchrnul.c +++ b/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/ports/sysdeps/tile/tilegx/string-endian.h b/ports/sysdeps/tile/tilegx/string-endian.h index c2e40ecd4f..ee9bd1620a 100644 --- a/ports/sysdeps/tile/tilegx/string-endian.h +++ b/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/ports/sysdeps/tile/tilegx/strlen.c b/ports/sysdeps/tile/tilegx/strlen.c index dda9dff1c9..5de9445eb6 100644 --- a/ports/sysdeps/tile/tilegx/strlen.c +++ b/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/ports/sysdeps/tile/tilegx/strrchr.c b/ports/sysdeps/tile/tilegx/strrchr.c index b6e43a6832..8fe8221a4b 100644 --- a/ports/sysdeps/tile/tilegx/strrchr.c +++ b/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. |