[llvm-branch-commits] [llvm] [docs] Migrate 20 LLVM docs to markdown (PR #201465)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jun 4 08:17:24 PDT 2026
================
@@ -1,91 +1,86 @@
-================================
-Frequently Asked Questions (FAQ)
-================================
+# Frequently Asked Questions (FAQ)
-.. contents::
- :local:
+```{contents}
+:local:
+```
-License
-=======
+## License
+
+### Can I modify LLVM source code and redistribute the modified source?
-Can I modify LLVM source code and redistribute the modified source?
--------------------------------------------------------------------
Yes. The modified source distribution must retain the copyright notice and
-follow the conditions listed in the `Apache License v2.0 with LLVM Exceptions
-<https://github.com/llvm/llvm-project/blob/main/llvm/LICENSE.TXT>`_.
+follow the conditions listed in the [Apache License v2.0 with LLVM Exceptions].
----------------
boomanaiden154 wrote:
I don't think we want to format this text here as a link without it pointing at anything?
https://github.com/llvm/llvm-project/pull/201465
More information about the llvm-branch-commits
mailing list