cvzi / genius-lyrics-userscript

A userscript library to show lyrics from genius.com on other websites
GNU General Public License v3.0
14 stars 5 forks source link

Discrepancy in License Declaration #59

Closed cyfung1031 closed 1 year ago

cyfung1031 commented 1 year ago

There is discrepancy in License Declaration.

In UserScript's field, 2020 is mentioned.

// @copyright       2020, cuzi (https://github.com/cvzi)

Inside GeniusLyrics, 2019 is mentioned in both top GPL text and option dialog footer.

    Copyright (C) 2019 cuzi (cuzi@openmail.cc)

    div.innerHTML = `<p style="font-size:15px;">
      Powered by <a style="font-size:15px;" target="_blank" href="https://github.com/cvzi/genius-lyrics-userscript/">GeniusLyrics.js</a>, Copyright © 2019 <a style="font-size:15px;" href="mailto:cuzi@openmail.cc">cuzi</a>.
      <br>Licensed under the GNU General Public License v3.0</p>`