sendgrid / python-http-client

Twilio SendGrid's Python HTTP Client for calling APIs
https://sendgrid.com
MIT License
125 stars 101 forks source link

Add a unittest to check the license.md file date range #57

Closed thinkingserious closed 6 years ago

thinkingserious commented 6 years ago

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

dinosaurfiles-zz commented 6 years ago

Hi! I'll take this!