File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change @@ -19,8 +19,6 @@ you're using BUSL we will need to review your license more closely since BUSL
19
19
can have highly variable implementations.
20
20
21
21
For ** licenses** , we're still working out specifics but we intend to be fairly
22
- stringent in order to avoid license proliferation. Of course your license must
23
- meet the [ Fair Source Definition] ( https://fair.io/about/ ) . It must also not put
24
- an undue burden on the user to monitor their compliance with your license (any
25
- compliance checks should be built into your software itself). It should also be
26
- adopted at more than one company, at least.
22
+ stringent in order to avoid license proliferation. Uour license must meet the
23
+ [ Fair Source Definition] ( https://fair.io/about/ ) , and it should be adopted at
24
+ more than one company, at least.
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ const heroData = {
48
48
to protect the producer’s business model; and
49
49
</li >
50
50
<li >undergoes delayed Open Source publication (DOSP).</li >
51
+ <li >does not put an undue burden on the user to monitor their compliance.</li >
51
52
</ol >
52
53
<div >
53
54
<p class =" pb-[1.5rem]" >
@@ -100,6 +101,13 @@ const heroData = {
100
101
Will this be meaningful in practice? Again, time will tell.
101
102
</p >
102
103
104
+ <p >
105
+ The fourth point is that Fair Source software must not put an undue
106
+ burden on the user to monitor their compliance with the license.
107
+ For the most part, compliance checks should be built into the software
108
+ itself. It should be difficult to violate the license terms.
109
+ </p >
110
+
103
111
<h3 >Why Fair Source?</h3 >
104
112
105
113
<p class =" pb-[1.5rem]" >
You can’t perform that action at this time.
0 commit comments