├── .editorconfig ├── CNAME ├── README.md ├── index.html └── logo.png /.editorconfig: -------------------------------------------------------------------------------- 1 | root = true 2 | 3 | [*] 4 | charset = utf-8 5 | indent_style = tab 6 | indent_size = 2 7 | end_of_line = lf 8 | insert_final_newline = true 9 | trim_trailing_whitespace = true 10 | 11 | [package.json] 12 | indent_style = space 13 | indent_size = 2 14 | 15 | [*.yml] 16 | indent_style = space 17 | indent_size = 2 18 | 19 | [*.ts] 20 | quote_type = single 21 | -------------------------------------------------------------------------------- /CNAME: -------------------------------------------------------------------------------- 1 | faircode.io -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Faircode Website 2 | 3 | Fair-code is not a software license. It describes a software model where software: 4 | 5 | - is generally free to use and can be distributed by anybody 6 | - has its source code openly available 7 | - can be extended by anybody in public and private communities 8 | - is commercially restricted by its authors 9 | 10 | 11 | More resources can be found at [https://faircode.io](https://faircode.io) -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | Fair-code 4 | 5 | 9 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 109 | 113 | 114 | 115 | 119 | 127 | 128 | 129 | 130 |
131 |

Fair-code

132 | 133 | 139 | 140 |
141 |
142 | Fair-code is not a software license. It describes a software model 143 | where software: 144 |
145 | 151 |
152 | 153 |
154 |

Fair-code Principles

155 | 156 |
157 |
158 |

Free and Sustainable

159 |
160 | A sustainable software model for 2020 and beyond, we believe it is 161 | possible to respect the principles of freedom without being 162 | ideological. The fair-code software model promotes the use of 163 | profit as a means to continue development of software in a way 164 | that is compatible with their author’s short and long-term 165 | economic intentions. Although there are many successful projects 166 | which have traditionally worked as communities of unpaid 167 | professionals and experts, fair-code attempts to create a level 168 | playing ground for software authors of all backgrounds, including 169 | those that would like to make a living off of their work. 170 |
171 |
172 | 173 |
174 |

Open but Pragmatic

175 |
176 | We desire open specifications, discussion, and collaboration. All 177 | of these are good practice and help the software improve and the 178 | community grow. 179 |
180 |
181 | 182 |
183 |

Community meets Prosperity

184 |
185 | We want people to make money off of their software, but we 186 | recognize that the community benefits from a project's economic 187 | success. Within fair-code, creators have the exclusive right of 188 | commercializing their work, ensuring long-term profitability. 189 | Companies that wish to commercialize the software can contact the 190 | author and form a business relationship that benefits both 191 | parties! 192 |
193 |
194 | 195 |
196 |

Meritocratic and Fair

197 |
198 | We believe that authentic meritocracy is still possible in 199 | software, and that software authors and contributors should be 200 | respected and have influence for their contributions to a project. 201 |
202 |
203 |
204 |
205 | 206 |
207 |

Fair-code FAQ

208 | 209 |
210 |
211 |

212 | What does fair-code mean to me as a user of fair-code software? 213 |

214 |
215 | Fair-code projects can be used totally free: privately, and even 216 | within a company with 10,000 employees. If they, however, want to 217 | commercialize it and charge people money for a, for example, 218 | hosted version or do consulting, restrictions may apply. The 219 | restrictions can be different depending on the license and cost 220 | structure which the project uses. 221 |
222 |
223 | 224 |
225 |

Why fair-code?

226 |
227 | There is currently an economic disconnect between the people who 228 | create a project and put the most work in and the people who want 229 | to make money using it. Fair-code can ensure that projects are 230 | long term financially viable for their authors to continue and 231 | implement new features, or at least somewhat economically 232 | advantageous to their authors should their software succeed. It’s 233 | not that they should share all of the profit with the authors, but 234 | that fair-code attempts to ensure profitable business 235 | relationships which benefits both persons and/or companies. 236 |
237 |
238 | 239 |
240 |

241 | What is “fair” about taking away the right to commercialize? 242 |

243 |
244 | One way of making software more fair is by allowing developers to 245 | profit. Many companies today invest resources into taking an 246 | existing project and copying the ongoing work of the project 247 | creators; afterwards, creating and maintaining a hosted version 248 | using their code. In a fair circumstance, should they benefit from 249 | using the software, they could add certain features, fix bugs and 250 | support the community of users enjoying the product. In many cases 251 | they do, but fair-code ensures that this can happen by bringing 252 | businesses to the negotiation table when it comes to 253 | commercializing software. 254 |
255 |
256 | 257 |
258 |

How does fair-code relate to open-source or free software?

259 |
260 | We see fair-code as an alternative model which addresses key 261 | concerns which open-source and free software currently fail to 262 | address. We support the community at large, and it is strongly 263 | encouraged that fair-code projects donate and contribute to likely 264 | more financially strained free and open source siblings if 265 | possible. As fair-code is adopted by software projects, more 266 | people who appreciate open-source and free software will have the 267 | financial means to support the open-source projects that they rely 268 | on. 269 |
270 |
271 |
272 |
273 | 274 |
275 |

Fair-code licenses

276 | 277 |
278 |
279 | The following existing licenses meet all the fair-code requirements 280 | and projects using any of them can use the "fair-code" term. 281 |
282 | 283 | 333 |
334 | 335 |
336 | There is no affiliation between fair-code and any of the above 337 | organizations! 338 |
339 |
340 | 341 |
342 |

Companies/Projects

343 | 344 |
345 |
The following companies/projects use compatible licenses:
346 | 347 |
    348 |
  • 349 | Airbyte (Elastic License 2.0)
    350 | Airbyte 353 |
  • 354 |
  • 355 | CockroachDB (Business Source License)
    356 | CockroachDB 359 |
  • 360 |
  • 361 | Elastic (Elastic License 2.0)
    362 | elasticsearch |  365 | kibana 368 |
  • 369 |
  • 370 | HashiCorp (Business Source License)
    371 | consul |  374 | nomad |  377 | packer |  380 | terraform |  383 | vagrant 386 |
  • 387 |
  • 388 | ingest (Server Side Public License)
    389 | inngest 392 |
  • 393 |
  • 394 | Keygen (Elastic License 2.0)
    395 | Keygen 398 |
  • 399 |
  • 400 | MongoDB (Server Side Public License)
    401 | MongoDB 404 |
  • 405 |
  • 406 | n8n (Sustainable Use License)
    407 | n8n 408 |
  • 409 |
  • 410 | nango (Elastic License 2.0)
    411 | 412 | nango 413 | 414 |
  • 415 |
  • 416 | OpenReplay (Elastic License 2.0)
    417 | 421 | OpenReplay 422 | 423 |
  • 424 |
  • 425 | Sentry (Business Source License)
    426 | codecov |  429 | sentry 432 |
  • 433 |
434 |
435 | 436 |
437 | There is no affiliation between fair-code and any of the above 438 | projects! 439 |
440 |
441 | 442 |
443 |

Contact

444 | 445 |
446 |
447 | If you have fair-code related questions or you want to be involved 448 | contact us.
449 | We love to get feedback to improve fair-code even further!
450 | (List in alphabetical order) 451 |
452 | 453 | 479 | 480 |
481 | Or best via Twitter 482 | (@faircode_io) 485 | and Github 486 | (faircode-io)! 489 |
490 |
491 |
492 |
493 | 494 | 495 | -------------------------------------------------------------------------------- /logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/faircode-io/faircode/a97bb192eda7e222413879423c672129dd345644/logo.png --------------------------------------------------------------------------------