mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-01-29 06:27:49 +00:00
Update OpenJS references.
This commit is contained in:
6
.github/CONTRIBUTING.md
vendored
6
.github/CONTRIBUTING.md
vendored
@@ -1,7 +1,7 @@
|
|||||||
# Contributing to Lodash
|
# Contributing to Lodash
|
||||||
|
|
||||||
Contributions are always welcome. Before contributing please read the
|
Contributions are always welcome. Before contributing please read the
|
||||||
[code of conduct](https://js.foundation/conduct/) &
|
[code of conduct](https://js.foundation/community/code-of-conduct) &
|
||||||
[search the issue tracker](https://github.com/lodash/lodash/issues); your issue
|
[search the issue tracker](https://github.com/lodash/lodash/issues); your issue
|
||||||
may have already been discussed or fixed in `master`. To contribute,
|
may have already been discussed or fixed in `master`. To contribute,
|
||||||
[fork](https://help.github.com/articles/fork-a-repo/) Lodash, commit your changes,
|
[fork](https://help.github.com/articles/fork-a-repo/) Lodash, commit your changes,
|
||||||
@@ -31,8 +31,8 @@ Run unit tests from the command-line via `npm test`, or open `test/index.html` &
|
|||||||
|
|
||||||
## Contributor License Agreement
|
## Contributor License Agreement
|
||||||
|
|
||||||
Lodash is a member of the [JS Foundation](https://js.foundation/).
|
Lodash is a member of the [Open JS Foundation](https://openjsf.org/).
|
||||||
As such, we request that all contributors sign the JS Foundation
|
As such, we request that all contributors sign our
|
||||||
[contributor license agreement (CLA)](https://js.foundation/CLA/).
|
[contributor license agreement (CLA)](https://js.foundation/CLA/).
|
||||||
|
|
||||||
For more information about CLAs, please check out Alex Russell’s excellent post,
|
For more information about CLAs, please check out Alex Russell’s excellent post,
|
||||||
|
|||||||
2
LICENSE
2
LICENSE
@@ -1,4 +1,4 @@
|
|||||||
Copyright JS Foundation and other contributors <https://js.foundation/>
|
Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
||||||
|
|
||||||
Based on Underscore.js, copyright Jeremy Ashkenas,
|
Based on Underscore.js, copyright Jeremy Ashkenas,
|
||||||
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
DocumentCloud and Investigative Reporters & Editors <http://underscorejs.org/>
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
/**
|
/**
|
||||||
* @license
|
* @license
|
||||||
* Lodash <https://lodash.com/>
|
* Lodash <https://lodash.com/>
|
||||||
* Copyright JS Foundation and other contributors <https://js.foundation/>
|
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
|
||||||
* Released under MIT license <https://lodash.com/license>
|
* Released under MIT license <https://lodash.com/license>
|
||||||
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
|
||||||
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
|
||||||
|
|||||||
Reference in New Issue
Block a user