summaryrefslogtreecommitdiff
path: root/libgcc/config/nvptx
diff options
context:
space:
mode:
Diffstat (limited to 'libgcc/config/nvptx')
-rw-r--r--libgcc/config/nvptx/free.asm2
-rw-r--r--libgcc/config/nvptx/malloc.asm2
-rw-r--r--libgcc/config/nvptx/nvptx-malloc.h2
-rw-r--r--libgcc/config/nvptx/realloc.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/libgcc/config/nvptx/free.asm b/libgcc/config/nvptx/free.asm
index c7c56cf09b4..251d7332363 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 Free Software Foundation, Inc.
+// Copyright (C) 2014-2015 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 9d9db10a9e5..9f367158e2d 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 Free Software Foundation, Inc.
+// Copyright (C) 2014-2015 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 137d73c6d53..d0ce65afee1 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 Free Software Foundation, Inc.
+ Copyright (C) 2014-2015 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 41cf55443ff..5b4a9a41698 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 Free Software Foundation, Inc.
+ Copyright (C) 2014-2015 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