Docs: Change JS Foundation mentions to OpenJS Foundation

Closes gh-4711

(cherry picked from 11611967ad)
This commit is contained in:
Michał Gołębiowski-Owczarek 2020-05-18 18:41:32 +02:00 committed by Michał Gołębiowski-Owczarek
parent 9b8cadc736
commit db43ef0bff
5 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
jQuery is a [JS Foundation](https://js.foundation/) project and subscribes to its code of conduct. jQuery is an [OpenJS Foundation](https://openjsf.org/) project and subscribes to its code of conduct.
It is available at https://js.foundation/community/code-of-conduct. It is available at https://code-of-conduct.openjsf.org/.

View File

@ -305,7 +305,7 @@ module.exports = function( grunt ) {
"ie8": true "ie8": true
}, },
banner: "/*! jQuery v<%= pkg.version %> | " + banner: "/*! jQuery v<%= pkg.version %> | " +
"(c) JS Foundation and other contributors | jquery.org/license */", "(c) OpenJS Foundation and other contributors | jquery.org/license */",
compress: { compress: {
"hoist_funs": false, "hoist_funs": false,
loops: false, loops: false,

View File

@ -1,4 +1,4 @@
Copyright JS Foundation and other contributors, https://js.foundation/ Copyright OpenJS Foundation and other contributors, https://openjsf.org/
Permission is hereby granted, free of charge, to any person obtaining Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the a copy of this software and associated documentation files (the

View File

@ -6,7 +6,7 @@
"main": "dist/jquery.js", "main": "dist/jquery.js",
"homepage": "https://jquery.com", "homepage": "https://jquery.com",
"author": { "author": {
"name": "JS Foundation and other contributors", "name": "OpenJS Foundation and other contributors",
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt" "url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
}, },
"repository": { "repository": {

View File

@ -5,7 +5,7 @@
* Includes Sizzle.js * Includes Sizzle.js
* https://sizzlejs.com/ * https://sizzlejs.com/
* *
* Copyright JS Foundation and other contributors * Copyright OpenJS Foundation and other contributors
* Released under the MIT license * Released under the MIT license
* https://jquery.org/license * https://jquery.org/license
* *