diff options
Diffstat (limited to 'libgcc/config/nvptx')
-rw-r--r-- | libgcc/config/nvptx/free.asm | 2 | ||||
-rw-r--r-- | libgcc/config/nvptx/malloc.asm | 2 | ||||
-rw-r--r-- | libgcc/config/nvptx/nvptx-malloc.h | 2 | ||||
-rw-r--r-- | libgcc/config/nvptx/realloc.c | 2 | ||||
-rw-r--r-- | libgcc/config/nvptx/reduction.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/libgcc/config/nvptx/free.asm b/libgcc/config/nvptx/free.asm index 251d733..3b8e39e 100644 --- a/libgcc/config/nvptx/free.asm +++ b/libgcc/config/nvptx/free.asm @@ -1,6 +1,6 @@ // A wrapper around free to enable a realloc implementation. -// Copyright (C) 2014-2015 Free Software Foundation, Inc. +// Copyright (C) 2014-2016 Free Software Foundation, Inc. // This file is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/nvptx/malloc.asm b/libgcc/config/nvptx/malloc.asm index 9f36715..3d60981 100644 --- a/libgcc/config/nvptx/malloc.asm +++ b/libgcc/config/nvptx/malloc.asm @@ -1,6 +1,6 @@ // A wrapper around malloc to enable a realloc implementation. -// Copyright (C) 2014-2015 Free Software Foundation, Inc. +// Copyright (C) 2014-2016 Free Software Foundation, Inc. // This file is free software; you can redistribute it and/or modify it // under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/nvptx/nvptx-malloc.h b/libgcc/config/nvptx/nvptx-malloc.h index d0ce65a..9cbd846 100644 --- a/libgcc/config/nvptx/nvptx-malloc.h +++ b/libgcc/config/nvptx/nvptx-malloc.h @@ -1,6 +1,6 @@ /* Declarations for the malloc wrappers. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/nvptx/realloc.c b/libgcc/config/nvptx/realloc.c index 136f010..82d6a02 100644 --- a/libgcc/config/nvptx/realloc.c +++ b/libgcc/config/nvptx/realloc.c @@ -1,6 +1,6 @@ /* Implement realloc with the help of the malloc and free wrappers. - Copyright (C) 2014-2015 Free Software Foundation, Inc. + Copyright (C) 2014-2016 Free Software Foundation, Inc. This file is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the diff --git a/libgcc/config/nvptx/reduction.c b/libgcc/config/nvptx/reduction.c index 11bad4c..5e744b7 100644 --- a/libgcc/config/nvptx/reduction.c +++ b/libgcc/config/nvptx/reduction.c @@ -1,5 +1,5 @@ /* Oversized reductions lock variable - Copyright (C) 2015 Free Software Foundation, Inc. + Copyright (C) 2015-2016 Free Software Foundation, Inc. Contributed by Mentor Graphics. This file is part of GCC. |