cloudflare / templates

A collection of starter templates and examples for Cloudflare Workers and Pages
https://cloudflareworkers.com
MIT License
1k stars 638 forks source link

Add 3-Clause BSD License to entire repo #6

Closed elithrar closed 5 years ago

elithrar commented 6 years ago

@irtefa

kentonv commented 6 years ago

IMO MIT license or public domain would be best.

(The third clause of BSD 3-clause is redundant, since people wouldn't have that right anyway. Yet, it is a common source of confusion and worry. MIT and BSD 2-clause are considered equivalent, but MIT is more common in the JS world.)

elithrar commented 6 years ago

Public Domain means different things elsewhere, and is too open.

I'm OK with MIT. Let me fix.

(I think the non-promotion/endorsement clause in the 3-Clause BSD is useful)

On Mon, Mar 19, 2018 at 12:10 PM Kenton Varda notifications@github.com wrote:

IMO MIT license or public domain would be best.

(The third clause of BSD 3-clause is redundant, since people wouldn't have that right anyway. Yet, it is a common source of confusion and worry. MIT and BSD 2-clause are considered equivalent, but MIT is more common in the JS world.)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/cloudflare/worker-examples/pull/6#issuecomment-374332375, or mute the thread https://github.com/notifications/unsubscribe-auth/AABIcLS-2WosW0tvPX3MOYQAAIkaGVDKks5tgAKfgaJpZM4SwsJO .

elithrar commented 6 years ago

Updated. Can squash-on-merge.

kentonv commented 6 years ago

LGTM -- leaving it to @irtefa to merge.

jhult commented 5 years ago

@kentonv or @elithrar, can one of you merge this?