diff --git a/mcfgthread/version.rc b/mcfgthread/version.rc index 95b44c384d..1e872a4d31 100644 --- a/mcfgthread/version.rc +++ b/mcfgthread/version.rc @@ -37,7 +37,7 @@ VS_VERSION_INFO VERSIONINFO VALUE "FileVersion", _MCF_ABI_VERSION_STRING VALUE "FileDescription", "Cornerstone of the MOST efficient std::thread on Windows" VALUE "CompanyName", "LH_Mouse" - VALUE "LegalCopyright", "Copyleft 2022 - 2024, LH_Mouse. All wrongs reserved." + VALUE "LegalCopyright", "Copyright (C) 2022 - 2024, LH_Mouse. All wrongs reserved." VALUE "Comments", "https://github.com/lhmouse/mcfgthread" } } diff --git a/mutex_performance.c b/mutex_performance.c index face9cb239..b82795b02f 100644 --- a/mutex_performance.c +++ b/mutex_performance.c @@ -1,9 +1,6 @@ -/* This file is part of MCF Gthread. - * Copyright (C) 2022-2024 LH_Mouse. All wrongs reserved. - * - * MCF Gthread is free software. Licensing information is included in - * LICENSE.TXT as a whole. The GCC Runtime Library Exception applies - * to this file. */ +/* This file is licensed under CC0 for illustrative purposes. You can + * do whatever you like with this piece of code. Any warranty, explicit + * or implicit, is disclaimed. */ #include #include