pavloko / gatsby-plugin-hotjar

Gatsby plugin to add Hotjar analytics to your site.
MIT License
19 stars 7 forks source link

Licensing and forks #9

Closed pascal-zarrad closed 3 years ago

pascal-zarrad commented 3 years ago

Hello there!

The gatsby-plugin-hotjar plugin still works nicely. But it does not provide any option to supply some custom data to comply with CMPs that do not feature automated blocking. I want to create a fork lazybytez/gatsby-plugin-klaro-hotjar to support KIProtect Klaro, but I just saw that there is no license in the repository. As you can read in GitHub's ToS a repository without a license can be read and forked, but it is not allowed to modify the source code or create alternative releases.

As I want to add the code necessary to use the plugin and publish the package for others to use on npm, it would be great if you might add some license that allows to fork, edit and publish the project (under a name like gatsby-plugin-klaro-hotjar). The original plugin will surely be linked in the description at the top of the README.md.

pavloko commented 3 years ago

@pascal-zarrad sorry for the delay with it. I've added a MIT license. I hope it works for you.

pascal-zarrad commented 3 years ago

@pavloko Yes that works, thank you!