diff --git a/Install.txt b/Install.txt index e8813ca..00f933e 100644 --- a/Install.txt +++ b/Install.txt @@ -4,7 +4,7 @@ | Y Y \ | / |_> > __ \| | \/\___ \\ ___/| | \/ |__|_| /____/| __(____ /__| /____ >\___ >__| \/ |__| \/ \/ \/ - Copyright (C) 2004 - 2022 Ingo Berg + Copyright (C) 2004 - 2024 Ingo Berg ======================================================================= https://beltoforion.de/en/muparser/ diff --git a/samples/example2/Readme.txt b/samples/example2/Readme.txt index 312df48..d8a0f94 100644 --- a/samples/example2/Readme.txt +++ b/samples/example2/Readme.txt @@ -6,7 +6,7 @@ |__|_| /|____/ |____| (____ /|__| /____ > \___ >|__| \/ \/ \/ \/ - Copyright (C) 2004-2020 + Copyright (C) 2004-2024 Ingo Berg diff --git a/samples/example2/example2.c b/samples/example2/example2.c index c408ac7..ee60777 100644 --- a/samples/example2/example2.c +++ b/samples/example2/example2.c @@ -5,7 +5,7 @@ | Y Y \ | / |_> > __ \| | \/\___ \\ ___/| | \/ |__|_| /____/| __(____ /__| /____ >\___ >__| \/ |__| \/ \/ \/ - Copyright (C) 2004 - 2023 Ingo Berg + Copyright (C) 2004 - 2024 Ingo Berg Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: @@ -141,7 +141,7 @@ static void Intro(muParserHandle_t hParser) myprintf(_T(" |__|_| /____/| __(____ /___| /___ >\\___ >|__| \n")); myprintf(_T(" \\/ |__| \\/ \\/ \\/ \n")); myprintf(_T(" Version %s (DLL)\n"), mupGetVersion(hParser)); - myprintf(_T(" (C) 2004 - 2020 Ingo Berg\n")); + myprintf(_T(" (C) 2004 - 2024 Ingo Berg\n")); myprintf(_T("\n")); myprintf(_T("-----------------------------------------------------------\n"));