[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Is Bootstrap JS (MIT license) compatible with FSF?
From: |
Arthur Miller |
Subject: |
Re: Is Bootstrap JS (MIT license) compatible with FSF? |
Date: |
Wed, 01 Sep 2021 05:09:06 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) |
Yuchen Pei <hi@ypei.me> writes:
> Arthur Miller <arthur.miller@live.com> writes:
>
>> https://getbootstrap.com/docs/4.0/about/license/
>>
>> I would like to use it in a little elisp project of mine (an org blog idea),
>> but
>> I have no idea if it is compatible with free software or not.
>
> I haven't used bootstrap but it looks like it's under a free software license
> (Expat aka MIT or Apache2) compatible with GPLv3. The only problem I can think
> of is librejs-compliance which you can fix by following the instructions at
> <https://www.gnu.org/software/librejs/free-your-javascript.html>.
That one about libre-js was useful, thank you!