test-go / testify

A toolkit with common assertions and mocks that plays nicely with the standard library
MIT License
25 stars 1 forks source link

Adopt to standard license file #18

Closed hanzei closed 6 years ago

hanzei commented 6 years ago

Fixes #10

philtay commented 6 years ago

We should not change the original copyright line. Just add a new one below:

Copyright (c) 2012 - 2013 Mat Ryer and Tyler Bunnell
Copyright (c) 2017 testify contributors
hanzei commented 6 years ago

Changes made

philtay commented 6 years ago

Unfortunately we can't write Copyright (c) 2017-present. Copyright doesn't work like that :-( Copyright (c) 2017 is ok now. Copyright (c) 2017 - 2018 will be ok starting from Jan 1st. The license must be updated every year.

hanzei commented 6 years ago

@philtay Does this look better?