You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if any(x in suffix for x in [".py",".gpl",".lgpl"]) or "gpl" in file.lower() or "template" in file.lower(): #exclude this script or the optional GPL licenses
continue
if any(x in file.lower() for x in ["license","copying"]):