diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md index 70fa84b14c2b78949b2fa9a546dd0d7b02e99eac..0c8134c45aee473070fd75cd23605e15674fc58b 100644 --- a/ATTRIBUTIONS.md +++ b/ATTRIBUTIONS.md @@ -1,8 +1,8 @@ -Open source software doesn't happen in a vaccum. NestMC prototype includes code from the open source community. Thank you! +NestMC prototype includes code from the open source community. Thank you! ## JSON for Modern C++ -A header only C++11 json library, written by Niels Lohmann (github user nlohmann). +A header only C++11 json library, written by Niels Lohmann (GitHub user nlohmann). MIT license. https://github.com/nlohmann/json @@ -14,3 +14,9 @@ MIT license https://sourceforge.net/projects/tclap +## TBB module for CMake + +A CMake file for Intel Threading Building Blocks (TBB) written by Justus Calvin (GitHub handle justusc). +MIT license. + +https://github.com/justusc/FindTBB