diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-01-01 13:31:55 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2019-01-01 13:31:55 +0100 |
commit | a5544970246db337977bb8b69ab120e9ef209317 (patch) | |
tree | 91c8dfebf7c0b4945090e82c03dce7f5b6a987ec /libphobos/libdruntime | |
parent | b5fcfdba9a81e15f7d85ce8a5240a4a8a2730b2b (diff) | |
download | gcc-a5544970246db337977bb8b69ab120e9ef209317.zip gcc-a5544970246db337977bb8b69ab120e9ef209317.tar.gz gcc-a5544970246db337977bb8b69ab120e9ef209317.tar.bz2 |
Update copyright years.
From-SVN: r267494
Diffstat (limited to 'libphobos/libdruntime')
-rw-r--r-- | libphobos/libdruntime/Makefile.am | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/__entrypoint.di | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/__main.di | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/attribute.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/backtrace.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/builtins.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/config.d.in | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/deh.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/libbacktrace.d.in | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/unwind/arm.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/unwind/arm_common.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/unwind/c6x.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/unwind/generic.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/unwind/package.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/unwind/pe.d | 2 |
15 files changed, 15 insertions, 15 deletions
diff --git a/libphobos/libdruntime/Makefile.am b/libphobos/libdruntime/Makefile.am index e14cc03..7630183 100644 --- a/libphobos/libdruntime/Makefile.am +++ b/libphobos/libdruntime/Makefile.am @@ -1,5 +1,5 @@ # Makefile for the D runtime library. -# Copyright (C) 2012-2018 Free Software Foundation, Inc. +# Copyright (C) 2012-2019 Free Software Foundation, Inc. # # GCC is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/libphobos/libdruntime/__entrypoint.di b/libphobos/libdruntime/__entrypoint.di index 7bae238..fb4a76b 100644 --- a/libphobos/libdruntime/__entrypoint.di +++ b/libphobos/libdruntime/__entrypoint.di @@ -1,5 +1,5 @@ /* GDC -- D front-end for GCC - Copyright (C) 2013-2018 Free Software Foundation, Inc. + Copyright (C) 2013-2019 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/__main.di b/libphobos/libdruntime/__main.di index 8f24eb3..79747ab 100644 --- a/libphobos/libdruntime/__main.di +++ b/libphobos/libdruntime/__main.di @@ -1,5 +1,5 @@ /* GDC -- D front-end for GCC - Copyright (C) 2018 Free Software Foundation, Inc. + Copyright (C) 2018-2019 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/attribute.d b/libphobos/libdruntime/gcc/attribute.d index af3757c..23c10c8 100644 --- a/libphobos/libdruntime/gcc/attribute.d +++ b/libphobos/libdruntime/gcc/attribute.d @@ -1,5 +1,5 @@ // GNU D Compiler attribute support declarations. -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/backtrace.d b/libphobos/libdruntime/gcc/backtrace.d index cf5554e..0238de0 100644 --- a/libphobos/libdruntime/gcc/backtrace.d +++ b/libphobos/libdruntime/gcc/backtrace.d @@ -1,5 +1,5 @@ // GNU D Compiler routines for stack backtrace support. -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/builtins.d b/libphobos/libdruntime/gcc/builtins.d index a84d60b..0cacf7a 100644 --- a/libphobos/libdruntime/gcc/builtins.d +++ b/libphobos/libdruntime/gcc/builtins.d @@ -1,5 +1,5 @@ /* GNU D Compiler bindings for built-in functions and types. - Copyright (C) 2006-2018 Free Software Foundation, Inc. + Copyright (C) 2006-2019 Free Software Foundation, Inc. GCC is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/config.d.in b/libphobos/libdruntime/gcc/config.d.in index 89f807d..3a1d493 100644 --- a/libphobos/libdruntime/gcc/config.d.in +++ b/libphobos/libdruntime/gcc/config.d.in @@ -1,5 +1,5 @@ // GNU D Compiler configure constants. -// Copyright (C) 2015-2018 Free Software Foundation, Inc. +// Copyright (C) 2015-2019 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/deh.d b/libphobos/libdruntime/gcc/deh.d index 8323f4a..c04dc21 100644 --- a/libphobos/libdruntime/gcc/deh.d +++ b/libphobos/libdruntime/gcc/deh.d @@ -1,5 +1,5 @@ // GNU D Compiler exception personality routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/libbacktrace.d.in b/libphobos/libdruntime/gcc/libbacktrace.d.in index 7602387..39aaf91 100644 --- a/libphobos/libdruntime/gcc/libbacktrace.d.in +++ b/libphobos/libdruntime/gcc/libbacktrace.d.in @@ -1,5 +1,5 @@ // GNU D Compiler bindings for the stack backtrace functions. -// Copyright (C) 2013-2018 Free Software Foundation, Inc. +// Copyright (C) 2013-2019 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/unwind/arm.d b/libphobos/libdruntime/gcc/unwind/arm.d index a69cd28..760506b 100644 --- a/libphobos/libdruntime/gcc/unwind/arm.d +++ b/libphobos/libdruntime/gcc/unwind/arm.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/unwind/arm_common.d b/libphobos/libdruntime/gcc/unwind/arm_common.d index a756a49..32449a9 100644 --- a/libphobos/libdruntime/gcc/unwind/arm_common.d +++ b/libphobos/libdruntime/gcc/unwind/arm_common.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/unwind/c6x.d b/libphobos/libdruntime/gcc/unwind/c6x.d index 93a1944..b056656 100644 --- a/libphobos/libdruntime/gcc/unwind/c6x.d +++ b/libphobos/libdruntime/gcc/unwind/c6x.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/unwind/generic.d b/libphobos/libdruntime/gcc/unwind/generic.d index e6071ba..eefd90c 100644 --- a/libphobos/libdruntime/gcc/unwind/generic.d +++ b/libphobos/libdruntime/gcc/unwind/generic.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/unwind/package.d b/libphobos/libdruntime/gcc/unwind/package.d index 0784a7a..18289f9 100644 --- a/libphobos/libdruntime/gcc/unwind/package.d +++ b/libphobos/libdruntime/gcc/unwind/package.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free diff --git a/libphobos/libdruntime/gcc/unwind/pe.d b/libphobos/libdruntime/gcc/unwind/pe.d index caa2186..ca08d09 100644 --- a/libphobos/libdruntime/gcc/unwind/pe.d +++ b/libphobos/libdruntime/gcc/unwind/pe.d @@ -1,5 +1,5 @@ // Exception handling and frame unwind runtime interface routines. -// Copyright (C) 2011-2018 Free Software Foundation, Inc. +// Copyright (C) 2011-2019 Free Software Foundation, Inc. // GCC is free software; you can redistribute it and/or modify it under // the terms of the GNU General Public License as published by the Free |