ZeeCoder / use-resize-observer

A React hook that allows you to use a ResizeObserver to measure an element's size.
MIT License
644 stars 42 forks source link

Copyright missing from MIT license file #18

Closed tvainio closed 4 years ago

tvainio commented 4 years ago

Hi,

I just noticed that there's no copyright defined in the LICENSE file. According to https://opensource.org/licenses/MIT template there should be a line that defines the copyright, something like: Copyright 2019 Viktor Hubert <rpgmorpheus@gmail.com>

Please add it to make the license file valid. Thanks!

ZeeCoder commented 4 years ago

Good catch, will release in v5 :ok_hand: