tjko / jpegoptim

jpegoptim - utility to optimize/compress JPEG files
http://www.iki.fi/tjko/projects.html
GNU General Public License v3.0
1.56k stars 116 forks source link

license: fix discrepancy between COPYRIGHT and LICENSE #106

Closed chenrui333 closed 2 years ago

chenrui333 commented 2 years ago

followup of https://github.com/tjko/jpegoptim/commit/07f64cb629ef77b3db8e4f9e8c279558bd97675a

relates to https://github.com/Homebrew/homebrew-core/pull/99179

cc @tjko

tjko commented 2 years ago

Merged, thanks. Btw, looks like github still doesn't "detect" license...seems like it is getting confused since there is both LICENSE and COPYRIGHT present...

chenrui333 commented 2 years ago

Do you refer to this section? image

tjko commented 2 years ago

Yes, seems like method that GitHub is using to 'autodetect' license is rather broken...

I checked that LICENSE file checksum matches the official one from gnu.org, and COPYRIGHT is worded exactly like GNU suggests (https://www.gnu.org/licenses/gpl-howto.html)