diff options
author | Allan McRae <allan@archlinux.org> | 2014-01-01 21:03:15 +1000 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-01 22:00:23 +1000 |
commit | d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de (patch) | |
tree | 387a69ccb4ae826de2e17a74e2adb35f0d7e2308 /ports/sysdeps/tile/tilepro | |
parent | 0d547fcba7f54d499380f83791cfc1c1e4ef1870 (diff) | |
download | glibc-d4697bc93dc27a7bbf275ce7dd351bb1bfcf28de.tar.gz |
Update copyright notices with scripts/update-copyrights
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 fec3e1b484..cbbf64cef1 100644 --- a/ports/sysdeps/tile/tilepro/bits/atomic.h +++ b/ports/sysdeps/tile/tilepro/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/ports/sysdeps/tile/tilepro/memchr.c b/ports/sysdeps/tile/tilepro/memchr.c index 5437126b07..87e64d2216 100644 --- a/ports/sysdeps/tile/tilepro/memchr.c +++ b/ports/sysdeps/tile/tilepro/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/ports/sysdeps/tile/tilepro/memcpy.S b/ports/sysdeps/tile/tilepro/memcpy.S index fd6c338a9f..1d496a4f2c 100644 --- a/ports/sysdeps/tile/tilepro/memcpy.S +++ b/ports/sysdeps/tile/tilepro/memcpy.S @@ -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/ports/sysdeps/tile/tilepro/memset.c b/ports/sysdeps/tile/tilepro/memset.c index 316c42eef2..85d6b810ed 100644 --- a/ports/sysdeps/tile/tilepro/memset.c +++ b/ports/sysdeps/tile/tilepro/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/ports/sysdeps/tile/tilepro/memusage.h b/ports/sysdeps/tile/tilepro/memusage.h index 99a101074f..1ce1a29fbe 100644 --- a/ports/sysdeps/tile/tilepro/memusage.h +++ b/ports/sysdeps/tile/tilepro/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/ports/sysdeps/tile/tilepro/rawmemchr.c b/ports/sysdeps/tile/tilepro/rawmemchr.c index 3477e9d794..46d9593a7f 100644 --- a/ports/sysdeps/tile/tilepro/rawmemchr.c +++ b/ports/sysdeps/tile/tilepro/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/ports/sysdeps/tile/tilepro/strchr.c b/ports/sysdeps/tile/tilepro/strchr.c index 92ddbf6c8d..ecdbcfe5d1 100644 --- a/ports/sysdeps/tile/tilepro/strchr.c +++ b/ports/sysdeps/tile/tilepro/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/ports/sysdeps/tile/tilepro/strchrnul.c b/ports/sysdeps/tile/tilepro/strchrnul.c index eed43f29b0..2dccfe1908 100644 --- a/ports/sysdeps/tile/tilepro/strchrnul.c +++ b/ports/sysdeps/tile/tilepro/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/ports/sysdeps/tile/tilepro/strlen.c b/ports/sysdeps/tile/tilepro/strlen.c index 311eecc089..c40ee56c6f 100644 --- a/ports/sysdeps/tile/tilepro/strlen.c +++ b/ports/sysdeps/tile/tilepro/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/ports/sysdeps/tile/tilepro/strrchr.c b/ports/sysdeps/tile/tilepro/strrchr.c index 09d62eedda..1c7f5e7014 100644 --- a/ports/sysdeps/tile/tilepro/strrchr.c +++ b/ports/sysdeps/tile/tilepro/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. |