[flang-commits] [flang] 925b106 - [Flang][Tests] Remove GPL notice to GFortran test suite documentation. (#162332)
via flang-commits
flang-commits at lists.llvm.org
Tue Oct 21 10:47:25 PDT 2025
Author: Cameron McInally
Date: 2025-10-21T13:47:21-04:00
New Revision: 925b10656b80be3322316251fcbcfa580607f01a
URL: https://github.com/llvm/llvm-project/commit/925b10656b80be3322316251fcbcfa580607f01a
DIFF: https://github.com/llvm/llvm-project/commit/925b10656b80be3322316251fcbcfa580607f01a.diff
LOG: [Flang][Tests] Remove GPL notice to GFortran test suite documentation. (#162332)
Originally #161912, we've now decided that an explicit GPL notification
is redundant with the LICENSE file, which is a common convention for
relaying this information.
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 17083b4c2a792..8d9daa45ffbcc 100644
--- a/flang/docs/FortranLLVMTestSuite.md
+++ b/flang/docs/FortranLLVMTestSuite.md
@@ -73,5 +73,3 @@ 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