android-rpi / device_arpi_rpi4

Device build-config for Raspberry Pi 4
216 stars 87 forks source link

Default license #33

Closed kaushal98 closed 3 years ago

kaushal98 commented 3 years ago

Hi, can you please add a default license to this repo and also for local_manifests repo ?

Github public repos w/o any default license are effectively no license granted

https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository

Thanks

peyo-hd commented 3 years ago

Hi kaushal,

Apache license is included in rpi4.mk and BoardConfig.mk which are main part of this makefile project. Other files are mostly copied from AOSP sources. Then keeping original license.

In the docs link, default right for github users are defined. I will keep local_manifests under this default condition. https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository

kaushal98 commented 3 years ago

Thanks @peyo-hd