diff --git a/.wordlist.txt b/.wordlist.txt index 638fc93b..362ddb4a 100644 --- a/.wordlist.txt +++ b/.wordlist.txt @@ -9,8 +9,10 @@ Gemm GoogleTest hipSPARSELt LeakyReLU +NONINFRINGEMENT ReLU rocSPARSELt +sublicense sudo SpMM Tanh diff --git a/LICENSE.md b/LICENSE.md index fbf2258d..481bf718 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,3 +1,5 @@ +# LICENSE + Copyright (c) 2022-2023 Advanced Micro Devices, Inc. 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: diff --git a/docs/index.rst b/docs/index.rst index 397cc73c..72150c02 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -26,16 +26,7 @@ Our documentation is structured as follows: * :ref:`install-linux-quick` * :ref:`install-linux` -Contributing to this documentation -======================================================= -We welcome collaboration! If you'd like to contribute to our documentation, you can find instructions -in our `Contributing to ROCm `_ section, which discusses: +To contribute to the documentation refer to `Contributing to ROCm `_. -* `Document structure `_ -* `Toolchains `_ -* `Documentation builds `_ -* `How to provide feedback `_ - -Licensing information for all ROCm components is listed on our -`Licensing `_ page. +Licensing information can be found at `Licensing `_. diff --git a/docs/license.md b/docs/license.md new file mode 100644 index 00000000..43e471da --- /dev/null +++ b/docs/license.md @@ -0,0 +1,2 @@ +```{include} ../LICENSE.md +``` diff --git a/docs/sphinx/_toc.yml.in b/docs/sphinx/_toc.yml.in index 303110ef..659d8d01 100644 --- a/docs/sphinx/_toc.yml.in +++ b/docs/sphinx/_toc.yml.in @@ -33,7 +33,5 @@ subtrees: - entries: - file: tutorials/install/linux.rst title: Installing and building hipSPARSELt for Linux - -- caption: About - entries: - - file: license + - file: license.md + title: License