expand bsd license in cmake modules
ClosedPublic

Authored by sitter on Apr 24 2019, 12:37 PM.

Details

Summary

when revisiting the cmake module licensing during the early days of kf5
we realized that referencing this external file is less than ideal. for one
the license is super short anyway, so putting it in the header shouldn't
be a problem. additionally this external reference makes it hard to
copy finders into other source trees as they could (accidentally) forget
to copy the referenced file as well (unless they read the header).
thirdly the 'BSD' license is a bit ambiguous as there are various forms
of this license in circulation and they all get referred to as BSD license
despite having different conditions. (2-clause, 3-clause, 4-clause)

Diff Detail

Repository
R321 KStars
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
sitter created this revision.Apr 24 2019, 12:37 PM
Restricted Application added a project: KDE Edu. · View Herald TranscriptApr 24 2019, 12:37 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
sitter requested review of this revision.Apr 24 2019, 12:37 PM
apol accepted this revision.Apr 24 2019, 1:59 PM
This revision is now accepted and ready to land.Apr 24 2019, 1:59 PM
This revision was automatically updated to reflect the committed changes.