docs: update readme for licencing
This commit is contained in:
@ -22,4 +22,3 @@ Or, If you've found a issue that is not on the board, [follow these steps](READM
|
|||||||
Feel free to ask for help on our public [Forum](https://www.freecodecamp.org/forum) or [Contributors chat room](https://gitter.im/FreeCodeCamp/Contributors). We are excited to help you contribute to any of the projects that you would like to work on.
|
Feel free to ask for help on our public [Forum](https://www.freecodecamp.org/forum) or [Contributors chat room](https://gitter.im/FreeCodeCamp/Contributors). We are excited to help you contribute to any of the projects that you would like to work on.
|
||||||
|
|
||||||
Working on your first Pull Request? You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
|
Working on your first Pull Request? You can learn how from this *free* series [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github)
|
||||||
|
|
||||||
|
20
README.md
20
README.md
@ -1,20 +1,20 @@
|
|||||||

|

|
||||||
[](https://travis-ci.org/freeCodeCamp/freeCodeCamp)
|
[](https://travis-ci.org/freeCodeCamp/freeCodeCamp)
|
||||||
[](http://makeapullrequest.com)
|
[](http://makeapullrequest.com)
|
||||||
[](http://www.firsttimersonly.com/)
|
[](http://www.firsttimersonly.com/)
|
||||||
[](https://snyk.io/test/github/freecodecamp/freecodecamp)
|
[](https://snyk.io/test/github/freecodecamp/freecodecamp)
|
||||||
|
|
||||||
## Welcome to freeCodeCamp's open source codebase and curriculum!
|
## Welcome to freeCodeCamp.org's open source codebase and curriculum!
|
||||||
|
|
||||||
freeCodeCamp is a friendly community where you can learn to code for free. It is run by a [donor-supported 501(c)(3) nonprofit](https://donate.freecodecamp.org) with the goal of helping millions of busy adults transition into tech. Our community has already helped more than 10,000 people get their first developer job.
|
freeCodeCamp.org is a friendly community where you can learn to code for free. It is run by a [donor-supported 501(c)(3) nonprofit](https://donate.freecodecamp.org) with the goal of helping millions of busy adults transition into tech. Our community has already helped more than 10,000 people get their first developer job.
|
||||||
|
|
||||||
Our full stack web development curriculum is completely free and self-paced. We have thousands of interactive coding challenges to help you expand your skills.
|
Our full stack web development curriculum is completely free and self-paced. We have thousands of interactive coding challenges to help you expand your skills.
|
||||||
|
|
||||||
### Certifications
|
### Certifications
|
||||||
|
|
||||||
freeCodeCamp offers several free developer certifications. Each of these certifications involves building 5 required web app projects, along with hundreds of optional coding challenges to help you prepare for those projects. We estimate that each certification will take beginner programmers around 300 hours to learn.
|
freeCodeCamp.org offers several free developer certifications. Each of these certifications involves building 5 required web app projects, along with hundreds of optional coding challenges to help you prepare for those projects. We estimate that each certification will take beginner programmers around 300 hours to learn.
|
||||||
|
|
||||||
Each of these 30 project in the freeCodeCamp curriculum has its own agile user stories and automated tests. These help you build up your project incrementally, and ensure you've fulfilled all the user stories before submitting it.
|
Each of these 30 project in the freeCodeCamp.org curriculum has its own agile user stories and automated tests. These help you build up your project incrementally, and ensure you've fulfilled all the user stories before submitting it.
|
||||||
|
|
||||||
You can pull in these test suites through [freeCodeCamp's CDN](https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js). This means you can build these projects on websites like CodePen and Glitch - or even on your local development environment.
|
You can pull in these test suites through [freeCodeCamp's CDN](https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js). This means you can build these projects on websites like CodePen and Glitch - or even on your local development environment.
|
||||||
|
|
||||||
@ -79,7 +79,7 @@ Here are our six core certifications:
|
|||||||
|
|
||||||
#### Full Stack Development Certification
|
#### Full Stack Development Certification
|
||||||
|
|
||||||
Once you earn all 6 of these certifications, you'll be able to claim your freeCodeCamp Full Stack Development Certification. This final distinction signifies that you’ve completed around 1,800 hours of coding with a wide range of web development tools.
|
Once you earn all 6 of these certifications, you'll be able to claim your freeCodeCamp.org Full Stack Development Certification. This final distinction signifies that you’ve completed around 1,800 hours of coding with a wide range of web development tools.
|
||||||
|
|
||||||
#### Legacy Certifications
|
#### Legacy Certifications
|
||||||
|
|
||||||
@ -113,13 +113,13 @@ Please don't create GitHub issues for security issues. Instead, please send an e
|
|||||||
|
|
||||||
### Contributing
|
### Contributing
|
||||||
|
|
||||||
We welcome pull requests from members of the freeCodeCamp community and from veteran developers alike! Please follow [these steps](CONTRIBUTING.md) to contribute.
|
We welcome pull requests from members of the freeCodeCamp.org community and from veteran developers alike! Please follow [these steps](CONTRIBUTING.md) to contribute.
|
||||||
|
|
||||||
### License
|
### License
|
||||||
|
|
||||||
Copyright (c) 2018 freeCodeCamp.
|
Copyright (c) 2018 freeCodeCamp.org
|
||||||
|
|
||||||
The content of this repository bound by the following licenses:
|
The content of this repository bound by the following licenses:
|
||||||
|
|
||||||
- The computer software is licensed under the [BSD-3-Clause](./LICENSE.md).
|
- The computer software is licensed under the [BSD-3-Clause](LICENSE.md) License.
|
||||||
- The [curricular content](https://www.npmjs.com/package/@freecodecamp/curriculum) in the [`/seed`](/seed) and subdirectories are licensed under the [CC-BY-SA-4.0](https://github.com/freeCodeCamp/curriculum/blob/master/LICENSE.md).
|
- The [curricular content](https://www.npmjs.com/package/@freecodecamp/curriculum) in the [`/curriculum`](/curriculum) and subdirectories are licensed under the [CC-BY-SA-4.0](/curriculum/LICENSE.md) License.
|
||||||
|
Reference in New Issue
Block a user