[flang-commits] [flang] 23e35bd - [Flang][Tests] Add GPL notice to GFortran test suite documentation. (#161912)
via flang-commits
flang-commits at lists.llvm.org
Mon Oct 6 07:59:21 PDT 2025
Author: Cameron McInally
Date: 2025-10-06T10:59:17-04:00
New Revision: 23e35bd43cf18ee479e6d5df08189db4591c403c
URL: https://github.com/llvm/llvm-project/commit/23e35bd43cf18ee479e6d5df08189db4591c403c
DIFF: https://github.com/llvm/llvm-project/commit/23e35bd43cf18ee479e6d5df08189db4591c403c.diff
LOG: [Flang][Tests] Add GPL notice to GFortran test suite documentation. (#161912)
Add a GPL notice to the GFortran test suite documentation and redirect
to the LICENSE file distributed with the test suite.
Co-authored-by: Cameron McInally <cmcinally at nvidia.com>
Added:
Modified:
flang/docs/FortranLLVMTestSuite.md
Removed:
################################################################################
diff --git a/flang/docs/FortranLLVMTestSuite.md b/flang/docs/FortranLLVMTestSuite.md
index 8d9daa45ffbcc..17083b4c2a792 100644
--- a/flang/docs/FortranLLVMTestSuite.md
+++ b/flang/docs/FortranLLVMTestSuite.md
@@ -73,3 +73,5 @@ instructions described [above](#running-the-llvm-test-suite-with-fortran).
There are additional configure-time options that can be used with the gfortran
tests. More details about those options and their purpose can be found in
[`Fortran/gfortran/README.md`](https://github.com/llvm/llvm-test-suite/tree/main/Fortran/gfortran/README.md).
+
+ These tests are Free Software and are shared under the terms of the GNU General Public License (GPL). For more details, please see the accompanying [`LICENSE`](https://github.com/llvm/llvm-test-suite/tree/main/Fortran/gfortran/LICENSE.txt) file.
More information about the flang-commits
mailing list