Revision: 76954
          http://sourceforge.net/p/brlcad/code/76954
Author:   starseeker
Date:     2020-08-26 03:06:49 +0000 (Wed, 26 Aug 2020)
Log Message:
-----------
Fix copyright regex

Modified Paths:
--------------
    brlcad/trunk/regress/licenses/licenses_check.cpp

Modified: brlcad/trunk/regress/licenses/licenses_check.cpp
===================================================================
--- brlcad/trunk/regress/licenses/licenses_check.cpp    2020-08-26 01:27:15 UTC 
(rev 76953)
+++ brlcad/trunk/regress/licenses/licenses_check.cpp    2020-08-26 03:06:49 UTC 
(rev 76954)
@@ -57,7 +57,7 @@
 process_file(std::string f, std::map<std::string, std::string> 
&file_to_license)
 {
     std::regex cad_regex(".*BRL-CAD.*");
-    std::regex copyright_regex(".*[Cc]opyright.*[12][0-9[0-9[0-9].*");
+    std::regex copyright_regex(".*[Cc]opyright.*[1-2][0-9][0-9][0-9].*");
     std::regex gov_regex(".*United[ ]States[ ]Government.*");
     std::regex pd_regex(".*[Pp]ublic[ ][Dd]omain.*");
     std::string sline;

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to