Skip to content

Commit 728e6fa

Browse files
committed
doc,version: Fix copyright notices
(cherry picked from commit 57e0dfc) Signed-off-by: LIU Hao <lh_mouse@126.com>
1 parent 397a7d0 commit 728e6fa

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

mcfgthread/version.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ VS_VERSION_INFO VERSIONINFO
3737
VALUE "FileVersion", _MCF_ABI_VERSION_STRING
3838
VALUE "FileDescription", "Cornerstone of the MOST efficient std::thread on Windows"
3939
VALUE "CompanyName", "LH_Mouse"
40-
VALUE "LegalCopyright", "Copyleft 2022 - 2024, LH_Mouse. All wrongs reserved."
40+
VALUE "LegalCopyright", "Copyright (C) 2022 - 2024, LH_Mouse. All wrongs reserved."
4141
VALUE "Comments", "https://github.com/lhmouse/mcfgthread"
4242
}
4343
}

mutex_performance.c

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
/* This file is part of MCF Gthread.
2-
* Copyright (C) 2022-2024 LH_Mouse. All wrongs reserved.
3-
*
4-
* MCF Gthread is free software. Licensing information is included in
5-
* LICENSE.TXT as a whole. The GCC Runtime Library Exception applies
6-
* to this file. */
1+
/* This file is licensed under CC0 for illustrative purposes. You can
2+
* do whatever you like with this piece of code. Any warranty, explicit
3+
* or implicit, is disclaimed. */
74

85
#include <math.h>
96
#include <stdio.h>

0 commit comments

Comments
 (0)