Manually update copyright years of non-matched notices

This commit is contained in:
Iain Buclaw 2018-01-01 13:42:43 +01:00
parent e2f0f09fc4
commit 62aa288813
3 changed files with 9 additions and 9 deletions

View file

@ -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)

View file

@ -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

View file

@ -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