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
The end year in the license file should be "this year" and this should be checked on every run of the tests. If the end year is no correct, fail the test.
example:
Copyright (c) 2012-2016 SendGrid, Inc.
It is 2017, so this should be:
Copyright (c) 2012-2017 SendGrid, Inc.
and the test should fail.
--done
The text was updated successfully, but these errors were encountered:
Hey, I'd like to work on this. I am already working on the same issue in the smtpapi-python repo. Should I go ahead with using regex to parse for the year or does anyone want to suggest a better way to do it?
Also, the license file is license.txt and not license.md right?
The end year in the license file should be "this year" and this should be checked on every run of the tests. If the end year is no correct, fail the test.
example:
The text was updated successfully, but these errors were encountered: