glyph / DateType

A type wrapper for the standard library `datetime` that supplies stricter checks, such as making 'datetime' not substitutable for 'date', and separating out Naive and Aware datetimes into separate, mutually-incompatible types.
Other
73 stars 6 forks source link

Update LICENSE.txt #10

Closed Tinche closed 4 months ago

Tinche commented 7 months ago

Clean up typeshed header from the LICENSE.

Guess you copied it from typeshed huh ;)

glyph commented 7 months ago

It was in fact copied from typeshed! Is there a reason to file the serial number off here? :)

glyph commented 7 months ago

(approving the workflow just to get you out of "first-time contributor" status :))

Tinche commented 7 months ago

Is there a reason to file the serial number off here? :)

Do you mean why did I remove the entire header? I looked at a Hynek project, saw it wasn't present, and let my inner minimalist do its thing ;)

glyph commented 4 months ago

Given that this is straightforwardly a derivative work of typeshed, I think I'm going to leave it as-is. Thank you for the attention to detail regardless :)