mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Docs: Change JS Foundation mentions to OpenJS Foundation
Closes gh-4711
This commit is contained in:
parent
2ffe54ca53
commit
11611967ad
@ -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/.
|
||||
|
@ -291,7 +291,7 @@ module.exports = function( grunt ) {
|
||||
"ascii_only": true
|
||||
},
|
||||
banner: "/*! jQuery v<%= pkg.version %> | " +
|
||||
"(c) JS Foundation and other contributors | jquery.org/license */",
|
||||
"(c) OpenJS Foundation and other contributors | jquery.org/license */",
|
||||
compress: {
|
||||
"hoist_funs": false,
|
||||
loops: false
|
||||
|
@ -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
|
||||
a copy of this software and associated documentation files (the
|
||||
|
@ -6,7 +6,7 @@
|
||||
"main": "dist/jquery.js",
|
||||
"homepage": "https://jquery.com",
|
||||
"author": {
|
||||
"name": "JS Foundation and other contributors",
|
||||
"name": "OpenJS Foundation and other contributors",
|
||||
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
|
||||
},
|
||||
"repository": {
|
||||
|
@ -2,7 +2,7 @@
|
||||
* jQuery JavaScript Library v@VERSION
|
||||
* https://jquery.com/
|
||||
*
|
||||
* Copyright JS Foundation and other contributors
|
||||
* Copyright OpenJS Foundation and other contributors
|
||||
* Released under the MIT license
|
||||
* https://jquery.org/license
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user