From 4c562a4457ca52c4a28ab05ac42f83d1070abdcd Mon Sep 17 00:00:00 2001 From: Tyler Veness Date: Fri, 21 May 2021 21:39:33 -0700 Subject: [PATCH] [wpimath] Fix typo in comment of update_eigen.py (#3369) NonMPL2.h clearly doesn't contain MPL2 code. --- wpimath/update_eigen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wpimath/update_eigen.py b/wpimath/update_eigen.py index 5df5e78501..e971febff7 100755 --- a/wpimath/update_eigen.py +++ b/wpimath/update_eigen.py @@ -57,7 +57,7 @@ def eigen_inclusions(dp, f): if f == "CMakeLists.txt": return False - # Exclude code licensed under MPL2 + # Exclude NonMPL2.h since all non-MPL2 code will be excluded anyway if f == "NonMPL2.h": return False