diff options
Diffstat (limited to 'ports/sysdeps/tile/tilepro')
-rw-r--r-- | ports/sysdeps/tile/tilepro/bits/atomic.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilepro/memchr.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilepro/memcpy.S | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilepro/memset.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilepro/memusage.h | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilepro/rawmemchr.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilepro/strchr.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilepro/strchrnul.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilepro/strlen.c | 2 | ||||
-rw-r--r-- | ports/sysdeps/tile/tilepro/strrchr.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/ports/sysdeps/tile/tilepro/bits/atomic.h b/ports/sysdeps/tile/tilepro/bits/atomic.h index 3b9509f530..fec3e1b484 100644 --- a/ports/sysdeps/tile/tilepro/bits/atomic.h +++ b/ports/sysdeps/tile/tilepro/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/tilepro/memchr.c b/ports/sysdeps/tile/tilepro/memchr.c index abf4bbadf6..5437126b07 100644 --- a/ports/sysdeps/tile/tilepro/memchr.c +++ b/ports/sysdeps/tile/tilepro/memchr.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/tilepro/memcpy.S b/ports/sysdeps/tile/tilepro/memcpy.S index 0a64f005fb..2810000ca0 100644 --- a/ports/sysdeps/tile/tilepro/memcpy.S +++ b/ports/sysdeps/tile/tilepro/memcpy.S @@ -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/tilepro/memset.c b/ports/sysdeps/tile/tilepro/memset.c index 6fb9ab81ed..316c42eef2 100644 --- a/ports/sysdeps/tile/tilepro/memset.c +++ b/ports/sysdeps/tile/tilepro/memset.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/tilepro/memusage.h b/ports/sysdeps/tile/tilepro/memusage.h index ac07c3871e..99a101074f 100644 --- a/ports/sysdeps/tile/tilepro/memusage.h +++ b/ports/sysdeps/tile/tilepro/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/tilepro/rawmemchr.c b/ports/sysdeps/tile/tilepro/rawmemchr.c index d52bc96618..3477e9d794 100644 --- a/ports/sysdeps/tile/tilepro/rawmemchr.c +++ b/ports/sysdeps/tile/tilepro/rawmemchr.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/tilepro/strchr.c b/ports/sysdeps/tile/tilepro/strchr.c index 8615000e50..92ddbf6c8d 100644 --- a/ports/sysdeps/tile/tilepro/strchr.c +++ b/ports/sysdeps/tile/tilepro/strchr.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/tilepro/strchrnul.c b/ports/sysdeps/tile/tilepro/strchrnul.c index 4f65612a98..eed43f29b0 100644 --- a/ports/sysdeps/tile/tilepro/strchrnul.c +++ b/ports/sysdeps/tile/tilepro/strchrnul.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/tilepro/strlen.c b/ports/sysdeps/tile/tilepro/strlen.c index 8e53b51aea..311eecc089 100644 --- a/ports/sysdeps/tile/tilepro/strlen.c +++ b/ports/sysdeps/tile/tilepro/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/tilepro/strrchr.c b/ports/sysdeps/tile/tilepro/strrchr.c index a41f9dad92..09d62eedda 100644 --- a/ports/sysdeps/tile/tilepro/strrchr.c +++ b/ports/sysdeps/tile/tilepro/strrchr.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. |