ceph-build icon indicating copy to clipboard operation
ceph-build copied to clipboard

Add GPL v2 LICENSE to the repo

Open jmundack opened this issue 10 months ago • 1 comments

Adding LICENSE file to the repo.

picked the GPL v2 based on the "one of the" licenses in the main ceph repo + what chatgpt claims is the main LICENSE for the project

Steps followed from https://docs.github.com/en/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository to create the LICENSE file

Fixes: https://github.com/ceph/ceph-build/issues/1384

jmundack avatar Mar 13 '25 12:03 jmundack

from https://github.com/ceph/ceph/blob/main/COPYING#L6-L8

ceph is dual-licensed as LGPL-2.1 and LGPL-3. it includes lots of libraries with other compatible licenses. the only mention i see of GPL is the bin/git-archive-all.sh script

cbodley avatar Apr 30 '25 19:04 cbodley