From 629d1865793182cd967196716f4beff223aa4a91 Mon Sep 17 00:00:00 2001 From: John-David Dalton Date: Tue, 9 Jul 2019 10:12:13 -0700 Subject: [PATCH] Update OpenJS references. --- .github/CONTRIBUTING.md | 6 +++--- LICENSE | 2 +- lodash.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index dcac082a5..c9f7f34f7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -1,7 +1,7 @@ # Contributing to Lodash 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 may have already been discussed or fixed in `master`. To contribute, [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 -Lodash is a member of the [JS Foundation](https://js.foundation/). -As such, we request that all contributors sign the JS Foundation +Lodash is a member of the [Open JS Foundation](https://openjsf.org/). +As such, we request that all contributors sign our [contributor license agreement (CLA)](https://js.foundation/CLA/). For more information about CLAs, please check out Alex Russell’s excellent post, diff --git a/LICENSE b/LICENSE index c6f2f6145..77c42f140 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ -Copyright JS Foundation and other contributors +Copyright OpenJS Foundation and other contributors Based on Underscore.js, copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors diff --git a/lodash.js b/lodash.js index 837cd4205..53f0e8cfd 100644 --- a/lodash.js +++ b/lodash.js @@ -1,7 +1,7 @@ /** * @license * Lodash - * Copyright JS Foundation and other contributors + * Copyright OpenJS Foundation and other contributors * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors