summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Monakov <amonakov@ispras.ru>2016-01-21 20:17:11 +0300
committerAlexander Monakov <amonakov@ispras.ru>2016-01-21 20:17:11 +0300
commit8250f80f2892738408f4a5f80482a96ff95af352 (patch)
tree64db2f7a09f3e9eea5e103c1338e0e4d20e93f45
parent123e29f484e1b625ae2424bce4ea35cd892a4e51 (diff)
downloadgcc-8250f80f2892738408f4a5f80482a96ff95af352.tar.gz
nvptx libgcc: update copyright years in files created on the branch
-rw-r--r--libgcc/config/nvptx/crt0.c2
-rw-r--r--libgcc/config/nvptx/free.c2
-rw-r--r--libgcc/config/nvptx/malloc.c2
-rw-r--r--libgcc/config/nvptx/stacks.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/libgcc/config/nvptx/crt0.c b/libgcc/config/nvptx/crt0.c
index 74483c46096..5e04b0f7fdd 100644
--- a/libgcc/config/nvptx/crt0.c
+++ b/libgcc/config/nvptx/crt0.c
@@ -1,6 +1,6 @@
/* Startup routine for standalone execution.
- Copyright (C) 2015 Free Software Foundation, Inc.
+ Copyright (C) 2015-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/free.c b/libgcc/config/nvptx/free.c
index 90699c7afe6..dde2e1f53c2 100644
--- a/libgcc/config/nvptx/free.c
+++ b/libgcc/config/nvptx/free.c
@@ -1,6 +1,6 @@
/* Implement free wrapper to help support realloc.
- Copyright (C) 2015 Free Software Foundation, Inc.
+ Copyright (C) 2015-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.c b/libgcc/config/nvptx/malloc.c
index 2de995c736c..f00eb48a05d 100644
--- a/libgcc/config/nvptx/malloc.c
+++ b/libgcc/config/nvptx/malloc.c
@@ -1,6 +1,6 @@
/* Implement malloc wrapper to help support realloc.
- Copyright (C) 2015 Free Software Foundation, Inc.
+ Copyright (C) 2015-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/stacks.c b/libgcc/config/nvptx/stacks.c
index c597cd14e1f..a7e640a6932 100644
--- a/libgcc/config/nvptx/stacks.c
+++ b/libgcc/config/nvptx/stacks.c
@@ -1,6 +1,6 @@
/* Define shared memory arrays for -msoft-stack and -munified-simt.
- Copyright (C) 2015 Free Software Foundation, Inc.
+ Copyright (C) 2015-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