diff options
Diffstat (limited to 'libphobos/libdruntime/gcc/sections')
-rw-r--r-- | libphobos/libdruntime/gcc/sections/android.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/sections/elf_shared.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/sections/osx.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/sections/package.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/sections/win32.d | 2 | ||||
-rw-r--r-- | libphobos/libdruntime/gcc/sections/win64.d | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/libphobos/libdruntime/gcc/sections/android.d b/libphobos/libdruntime/gcc/sections/android.d index f00bb89..2180a0b 100644 --- a/libphobos/libdruntime/gcc/sections/android.d +++ b/libphobos/libdruntime/gcc/sections/android.d @@ -1,5 +1,5 @@ // Bionic-specific support for sections. -// Copyright (C) 2019 Free Software Foundation, Inc. +// Copyright (C) 2019-2020 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/sections/elf_shared.d b/libphobos/libdruntime/gcc/sections/elf_shared.d index 7f9036b..b28c8dc 100644 --- a/libphobos/libdruntime/gcc/sections/elf_shared.d +++ b/libphobos/libdruntime/gcc/sections/elf_shared.d @@ -1,5 +1,5 @@ // ELF-specific support for sections with shared libraries. -// Copyright (C) 2019 Free Software Foundation, Inc. +// Copyright (C) 2019-2020 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/sections/osx.d b/libphobos/libdruntime/gcc/sections/osx.d index 55caee4..cb02b45 100644 --- a/libphobos/libdruntime/gcc/sections/osx.d +++ b/libphobos/libdruntime/gcc/sections/osx.d @@ -1,5 +1,5 @@ // OSX-specific support for sections. -// Copyright (C) 2019 Free Software Foundation, Inc. +// Copyright (C) 2019-2020 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/sections/package.d b/libphobos/libdruntime/gcc/sections/package.d index 02c9752..81fa58a 100644 --- a/libphobos/libdruntime/gcc/sections/package.d +++ b/libphobos/libdruntime/gcc/sections/package.d @@ -1,5 +1,5 @@ // Run-time support for retrieving platform-specific sections. -// Copyright (C) 2019 Free Software Foundation, Inc. +// Copyright (C) 2019-2020 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/sections/win32.d b/libphobos/libdruntime/gcc/sections/win32.d index 4b76ca8..fd28c7a 100644 --- a/libphobos/libdruntime/gcc/sections/win32.d +++ b/libphobos/libdruntime/gcc/sections/win32.d @@ -1,5 +1,5 @@ // Win32-specific support for sections. -// Copyright (C) 2019 Free Software Foundation, Inc. +// Copyright (C) 2019-2020 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/sections/win64.d b/libphobos/libdruntime/gcc/sections/win64.d index b98c352..1a4ee98 100644 --- a/libphobos/libdruntime/gcc/sections/win64.d +++ b/libphobos/libdruntime/gcc/sections/win64.d @@ -1,5 +1,5 @@ // Win64-specific support for sections. -// Copyright (C) 2019 Free Software Foundation, Inc. +// Copyright (C) 2019-2020 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 |