diff options
| author | Ludovic Courtès <ludo@gnu.org> | 2020-01-21 14:45:37 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2020-01-21 14:45:37 +0100 |
| commit | f039dfad8be5db4a086c2b8942531a66713c82a2 (patch) | |
| tree | f34fa6b1cc9afe4092bd3d164415ea8299600b48 | |
| parent | test.txt: Add test page to wiki. (diff) | |
Add draft of the GNU Social Contract.
* pages/social-contract.txt: New file.
Diffstat (limited to '')
| -rw-r--r-- | pages/social-contract.txt | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/pages/social-contract.txt b/pages/social-contract.txt new file mode 100644 index 0000000..f7e2389 --- /dev/null +++ b/pages/social-contract.txt | |||
| @@ -0,0 +1,55 @@ | |||
| 1 | GNU Social Contract [DRAFT] | ||
| 2 | |||
| 3 | This document states the core commitments of the GNU Project to the | ||
| 4 | broader free software community. All current GNU Project members | ||
| 5 | have agreed to uphold these values. | ||
| 6 | |||
| 7 | |||
| 8 | The purpose of the GNU Project is to provide software and systems that | ||
| 9 | respect users' freedoms. | ||
| 10 | |||
| 11 | * GNU respects users' freedoms | ||
| 12 | |||
| 13 | We provide software that guarantees to users the four essential freedoms, | ||
| 14 | without compromise: | ||
| 15 | 0. The freedom to run the program as they wish, for any purpose. | ||
| 16 | 1. The freedom to study how the program works, and change it so it does | ||
| 17 | their computing as they wish. | ||
| 18 | Access to the source code is a precondition for this. | ||
| 19 | 2. The freedom to redistribute copies so they can help others. | ||
| 20 | 3. The freedom to distribute copies of their modified versions to others. | ||
| 21 | By doing this they can give the whole community a chance to benefit | ||
| 22 | from their changes. | ||
| 23 | Access to the source code is a precondition for this. | ||
| 24 | |||
| 25 | All software written by us is distributed under copyleft licenses, designed | ||
| 26 | to ensure that developers cannot strip off users' freedom from GNU software. | ||
| 27 | |||
| 28 | Besides upholding the four essential freedoms, we pay attention and respond | ||
| 29 | to new threats to users' freedom as they arise, such as services as a | ||
| 30 | software substitute (SaaSS), use of non-free scripts on web pages, mass | ||
| 31 | surveillance, digital restrictions management (DRM), etc. | ||
| 32 | |||
| 33 | |||
| 34 | * GNU provides consistent systems | ||
| 35 | |||
| 36 | We develop an operating system and a set of applications, in the form of | ||
| 37 | GNU packages. GNU package developers work together to ensure consistency | ||
| 38 | across packages. GNU packages follow the design and development guidelines | ||
| 39 | of the GNU Project. | ||
| 40 | |||
| 41 | |||
| 42 | * GNU collaborates with the broader free software community | ||
| 43 | |||
| 44 | Free software has extended beyond the GNU Project, and we work with | ||
| 45 | companion free software projects that develop key components of our system. | ||
| 46 | We aim to extend the reach of free software to new fields. | ||
| 47 | |||
| 48 | |||
| 49 | * GNU welcomes contributions from all and everyone | ||
| 50 | |||
| 51 | We want to give everyone the opportunity to contribute to our efforts | ||
| 52 | on any of the many tasks that require work. We welcome all contributors, | ||
| 53 | regardless of their gender, ethnicity, sexual orientation, level of | ||
| 54 | experience, or any other personal characteristics. We commit to providing | ||
| 55 | a harassment-free experience for all our contributors. | ||