diff --git a/COPYRIGHT b/COPYRIGHT new file mode 100644 index 0000000..d7b7eb5 --- /dev/null +++ b/COPYRIGHT @@ -0,0 +1,15 @@ +Intellectual Property Notice +---------------------------- + +HPCIC DevTools is licensed under the MIT license (LICENSE). + +Copyrights and patents in this project are retained by +contributors. No copyright assignment is required to contribute to +HPCIC DevTools. + +SPDX usage +------------ + +Individual files contain SPDX tags instead of the full license text. +This enables machine processing of license information based on the SPDX +License Identifiers that are available here: https://spdx.org/licenses/ diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..1019cee --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2022-2023 LLNS, LLC and other HPCIC DevTools Developers. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/NOTICE b/NOTICE new file mode 100644 index 0000000..3737d5a --- /dev/null +++ b/NOTICE @@ -0,0 +1,21 @@ +This work was produced under the auspices of the U.S. Department of +Energy by Lawrence Livermore National Laboratory under Contract +DE-AC52-07NA27344. + +This work was prepared as an account of work sponsored by an agency of +the United States Government. Neither the United States Government nor +Lawrence Livermore National Security, LLC, nor any of their employees +makes any warranty, expressed or implied, or assumes any legal liability +or responsibility for the accuracy, completeness, or usefulness of any +information, apparatus, product, or process disclosed, or represents that +its use would not infringe privately owned rights. + +Reference herein to any specific commercial product, process, or service +by trade name, trademark, manufacturer, or otherwise does not necessarily +constitute or imply its endorsement, recommendation, or favoring by the +United States Government or Lawrence Livermore National Security, LLC. + +The views and opinions of authors expressed herein do not necessarily +state or reflect those of the United States Government or Lawrence +Livermore National Security, LLC, and shall not be used for advertising +or product endorsement purposes. diff --git a/README.md b/README.md index ee4309e..39ed31d 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,16 @@ Major trends have brought the cloud and high performance computing (HPC) communi ## Thank you This site is based on [this template](https://bootstrapemail.com/) that is covered under the MIT license. The license is included [here](.github/LICENSE-BOOTSTRAP.md). + +## License + +HPCIC DevTools is distributed under the terms of the MIT license. +All new contributions must be made under this license. + +See [LICENSE](https://github.com/converged-computing/cloud-select/blob/main/LICENSE), +[COPYRIGHT](https://github.com/converged-computing/cloud-select/blob/main/COPYRIGHT), and +[NOTICE](https://github.com/converged-computing/cloud-select/blob/main/NOTICE) for details. + +SPDX-License-Identifier: (MIT) + +LLNL-CODE- 842614 diff --git a/_docs/introduction.md b/docs/introduction.md similarity index 98% rename from _docs/introduction.md rename to docs/introduction.md index eb5e084..52ab0bd 100644 --- a/_docs/introduction.md +++ b/docs/introduction.md @@ -1,6 +1,7 @@ --- layout: docs title: "Introduction" +permalink: /docs/introduction sections: - What is Converged Computing - Why do we need to work together