From 76bdb6d9cc2bbb595bd8198045e84b7babf1f785 Mon Sep 17 00:00:00 2001 From: bcumming <bcumming@cscs.ch> Date: Mon, 3 Oct 2016 16:29:21 +0200 Subject: [PATCH] add attributions file to credit open source contributions --- ATTRIBUTIONS.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ATTRIBUTIONS.md diff --git a/ATTRIBUTIONS.md b/ATTRIBUTIONS.md new file mode 100644 index 00000000..70fa84b1 --- /dev/null +++ b/ATTRIBUTIONS.md @@ -0,0 +1,16 @@ +Open source software doesn't happen in a vaccum. 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). +MIT license. + +https://github.com/nlohmann/json + +## Templatized C++ Command Line Parser Library (TCLAP) + +A header only C++ library for command line argument parsing, written by Michael E. Smoot. +MIT license + +https://sourceforge.net/projects/tclap + -- GitLab