diff options
Diffstat (limited to 'gcc/d/dmd/globals.d')
-rw-r--r-- | gcc/d/dmd/globals.d | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/d/dmd/globals.d b/gcc/d/dmd/globals.d index bb9ad17..4a637b5 100644 --- a/gcc/d/dmd/globals.d +++ b/gcc/d/dmd/globals.d @@ -1,7 +1,7 @@ /** * Stores command line options and contains other miscellaneous declarations. * - * Copyright: Copyright (C) 1999-2024 by The D Language Foundation, All Rights Reserved + * Copyright: Copyright (C) 1999-2025 by The D Language Foundation, All Rights Reserved * Authors: $(LINK2 https://www.digitalmars.com, Walter Bright) * License: $(LINK2 https://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/globals.d, _globals.d) @@ -291,7 +291,7 @@ extern (C++) struct Global { const(char)[] inifilename; /// filename of configuration file as given by `-conf=`, or default value - string copyright = "Copyright (C) 1999-2024 by The D Language Foundation, All Rights Reserved"; + string copyright = "Copyright (C) 1999-2025 by The D Language Foundation, All Rights Reserved"; string written = "written by Walter Bright"; Array!(ImportPathInfo) path; /// Array of path informations which form the import lookup path |