diff options
author | Daan Leijen <daan@microsoft.com> | 2021-04-28 13:23:46 -0700 |
---|---|---|
committer | Daan Leijen <daan@microsoft.com> | 2021-04-28 13:23:46 -0700 |
commit | 10ce8839fafdf0c5ed3f2b42bae57d8d2902c210 (patch) | |
tree | 0c9de865e8c65d82052a7753c0b83583519efe88 /include/mimalloc.h | |
parent | 34ba03951e0756ad1c95c2dd01e967ed8a3f5745 (diff) | |
parent | 16b3329bd47590f52fdd269ac06deb11f041093b (diff) |
merge from dev
Diffstat (limited to 'include/mimalloc.h')
-rw-r--r-- | include/mimalloc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mimalloc.h b/include/mimalloc.h index 2cdded9..c58ef90 100644 --- a/include/mimalloc.h +++ b/include/mimalloc.h @@ -1,5 +1,5 @@ /* ---------------------------------------------------------------------------- -Copyright (c) 2018-2020, Microsoft Research, Daan Leijen +Copyright (c) 2018-2021, Microsoft Research, Daan Leijen This is free software; you can redistribute it and/or modify it under the terms of the MIT license. A copy of the license can be found in the file "LICENSE" at the root of this distribution. |