docbrown/docs/licensing.md
Jacob Herrington 7d0aeeefe5 Improve the clarity of the docs and fix Prettier config (#4899)
* Improve format and clarity of the docs [ci skip]

While this change produces a lot of git noise by enacting what seems
like an arbitrary linewrap on most of the files in the documentation it
will result in better version control and tracking of the changes in the
documentation.

For example, as it currently stands, if one was to make a
PR to move a comma in a sentence because each paragraph in most of the
files is on a single line, that small change would look in the git
history like the author had modified the entire paragraph. In reality,
this author just moved a comma.

This change also includes a significant number of modifications to the
more article-esque docs. Many of these docs were written in a sort of
stream-of-conciousness and aren't as easy to read as they could be.
Hopefully this is the first of several readability changes. If we could
get these docs to a more accessible reading level, we would probably see
an increase in contributions. :)

* Delegate markdown wrapping to Prettier

* Add linewrapping explanation in the docs [ci skip]
2019-11-26 08:40:53 -05:00

47 lines
1.8 KiB
Markdown

---
title: Licensing
---
# Licensing
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version. Please see the
[LICENSE](https://github.com/thepracticaldev/dev.to/blob/master/LICENSE.md) file
in our repository for the full text.
Like many open source projects, we require that contributors provide us with a
Contributor License Agreement (CLA). By submitting code to the DEV project, you
are granting us a right to use that code under the terms of the CLA.
Our version of the CLA was adapted from the Microsoft Contributor License
Agreement, which they generously made available to the public domain under
Creative Commons CC0 1.0 Universal.
## Where can I learn more about the AGPL-3 license?
Please refer to the official “[Why the Affero
GPL](https://www.gnu.org/licenses/why-affero-gpl.html)” and the [FAQ
page](https://www.gnu.org/licenses/gpl-faq.html) on
[GNU.org](https://www.gnu.org) for full details regarding this license.
## Why does DEV have a CLA?
The Contributor License Agreement (CLA) is a legal document in which you state
that you are entitled to contribute your code to the DEV codebase, and are
willing to have it used in distributions and derivative work.
The CLA helps provide confidence to future users that they will be allowed to
use the DEV codebase without fear that a contributor will try to withdraw
permissions at a later date.
## Am I giving away the copyright of my contributions?
No. You are granting DEV a license to use and distribute your contribution
without further restriction, not assigning the copyright.
## What if I have other questions?
Please check out our main repository or send an email to
[yo@dev.to](mailto:yo@dev.to).