diff options
Diffstat (limited to 'gcc/d/dmd/errorsink.d')
-rw-r--r-- | gcc/d/dmd/errorsink.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/d/dmd/errorsink.d b/gcc/d/dmd/errorsink.d index 58a0ec3..5514449 100644 --- a/gcc/d/dmd/errorsink.d +++ b/gcc/d/dmd/errorsink.d @@ -1,7 +1,7 @@ /** * Provides an abstraction for what to do with error messages. * - * Copyright: Copyright (C) 2023-2024 by The D Language Foundation, All Rights Reserved + * Copyright: Copyright (C) 2023-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/errorsink.d, _errorsink.d) |