SimonKagstrom / kcov

Code coverage tool for compiled programs, Python and Bash which uses debugging information to collect and report data without special compilation options
http://simonkagstrom.github.io/kcov/
GNU General Public License v2.0
710 stars 109 forks source link

correct the license for debian folder #390

Closed chenrui333 closed 1 year ago

chenrui333 commented 1 year ago

Assuming the license declared in debian folder should be the source of truth.

https://github.com/SimonKagstrom/kcov/blob/79a0e1f67a0c8a0c2c12ef2c5a9296ee9be2492c/debian/copyright#L5-L8

Then this PR is needed to correct the github license reporting (relates to https://github.com/Homebrew/homebrew-core/pull/119013)

SimonKagstrom commented 1 year ago

Sorry, the license is GPLv2, so the debian/copyright is the incorrect one.

chenrui333 commented 1 year ago

Sorry, the license is GPLv2, so the debian/copyright is the incorrect one.

ok, let me change the debian folder then.

chenrui333 commented 1 year ago

@SimonKagstrom let me know if that works for you now. Thanks!

SimonKagstrom commented 1 year ago

Thanks a lot, well spotted!

chenrui333 commented 1 year ago

Thanks @SimonKagstrom!