File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ VS_VERSION_INFO VERSIONINFO
37
37
VALUE "FileVersion", _MCF_ABI_VERSION_STRING
38
38
VALUE "FileDescription", "Cornerstone of the MOST efficient std::thread on Windows"
39
39
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."
41
41
VALUE "Comments", "https://github.com/lhmouse/mcfgthread"
42
42
}
43
43
}
Original file line number Diff line number Diff line change 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. */
7
4
8
5
#include <math.h>
9
6
#include <stdio.h>
You can’t perform that action at this time.
0 commit comments