Skip to content

Commit

Permalink
doc,version: Fix copyright notices
Browse files Browse the repository at this point in the history
(cherry picked from commit 57e0dfc)
Signed-off-by: LIU Hao <lh_mouse@126.com>
  • Loading branch information
lhmouse committed Nov 2, 2024
1 parent fdc1629 commit 5e3027d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion mcfgthread/version.rc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
Expand Down
9 changes: 3 additions & 6 deletions mutex_performance.c
Original file line number Diff line number Diff line change
@@ -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 <math.h>
#include <stdio.h>
Expand Down

0 comments on commit 5e3027d

Please sign in to comment.