mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Manually update copyright years of non-matched notices
This commit is contained in:
parent
e2f0f09fc4
commit
62aa288813
3 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
/**
|
||||
* Part of the Compiler implementation of the D programming language
|
||||
* Copyright: Copyright (c) 1999-2017 by The The D Language Foundation, All Rights Reserved
|
||||
* Copyright: Copyright (C) 1999-2018 by The D Language Foundation, All Rights Reserved
|
||||
* Authors: Stefan Koch
|
||||
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
|
||||
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/dmd/asttypename.d, _asttypename.d)
|
||||
|
|
|
@ -362,18 +362,18 @@ alias SYMIDX = int; // symbol table index
|
|||
//#ifndef COPYRIGHT_SYMBOL
|
||||
//#define COPYRIGHT_SYMBOL "\xA9"
|
||||
//#endif
|
||||
//#define COPYRIGHT "Copyright " COPYRIGHT_SYMBOL " 2001 The D Language Foundation"
|
||||
//#define COPYRIGHT "Copyright " COPYRIGHT_SYMBOL " 2001-2018 by The D Language Foundation"
|
||||
//#else
|
||||
//#ifdef DEBUG
|
||||
//#define COPYRIGHT "Copyright (C) The D Language Foundation 2000-2017. All Rights Reserved.\n\
|
||||
//#define COPYRIGHT "Copyright (C) 2000-2018 by The D Language Foundation, All Rights Reserved\n\
|
||||
//Written by Walter Bright\n\
|
||||
//*****BETA TEST VERSION*****"
|
||||
//#else
|
||||
//#if __linux__
|
||||
//#define COPYRIGHT "Copyright (C) The D Language Foundation 2000-2017. All Rights Reserved.\n\
|
||||
//#define COPYRIGHT "Copyright (C) 2000-2018 by The D Language Foundation, All Rights Reserved\n\
|
||||
//Written by Walter Bright, Linux version by Pat Nelson"
|
||||
//#else
|
||||
//#define COPYRIGHT "Copyright (C) The D Language Foundation 2000-2017. All Rights Reserved.\n\
|
||||
//#define COPYRIGHT "Copyright (C) 2000-2018 by The D Language Foundation, All Rights Reserved\n\
|
||||
//Written by Walter Bright"
|
||||
//#endif
|
||||
//#endif
|
||||
|
|
|
@ -599,18 +599,18 @@ typedef int SYMIDX; // symbol table index
|
|||
#ifndef COPYRIGHT_SYMBOL
|
||||
#define COPYRIGHT_SYMBOL "\xA9"
|
||||
#endif
|
||||
#define COPYRIGHT "Copyright " COPYRIGHT_SYMBOL " 2001-2017 The D Language Foundation"
|
||||
#define COPYRIGHT "Copyright " COPYRIGHT_SYMBOL " 2001-2018 by The D Language Foundation"
|
||||
#else
|
||||
#ifdef DEBUG
|
||||
#define COPYRIGHT "Copyright (C) The D Language Foundation 2000-2017. All Rights Reserved.\n\
|
||||
#define COPYRIGHT "Copyright (C) 2000-2018 by The D Language Foundation, All Rights Reserved\n\
|
||||
Written by Walter Bright\n\
|
||||
*****BETA TEST VERSION*****"
|
||||
#else
|
||||
#if __linux__
|
||||
#define COPYRIGHT "Copyright (C) The D Language Foundation 2000-2017. All Rights Reserved.\n\
|
||||
#define COPYRIGHT "Copyright (C) 2000-2018 by The D Language Foundation, All Rights Reserved\n\
|
||||
Written by Walter Bright, Linux version by Pat Nelson"
|
||||
#else
|
||||
#define COPYRIGHT "Copyright (C) The D Language Foundation Mars 2000-2017. All Rights Reserved.\n\
|
||||
#define COPYRIGHT "Copyright (C) 2000-2018 by The D Language Foundation, All Rights Reserved\n\
|
||||
Written by Walter Bright"
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue