Skip to content

Commit 1161196

Browse files
authored
Docs: Change JS Foundation mentions to OpenJS Foundation
Closes gh-4711
1 parent 2ffe54c commit 1161196

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

CODE_OF_CONDUCT.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
jQuery is a [JS Foundation](https://js.foundation/) project and subscribes to its code of conduct.
1+
jQuery is an [OpenJS Foundation](https://openjsf.org/) project and subscribes to its code of conduct.
22

3-
It is available at https://js.foundation/community/code-of-conduct.
3+
It is available at https://code-of-conduct.openjsf.org/.

Gruntfile.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ module.exports = function( grunt ) {
291291
"ascii_only": true
292292
},
293293
banner: "/*! jQuery v<%= pkg.version %> | " +
294-
"(c) JS Foundation and other contributors | jquery.org/license */",
294+
"(c) OpenJS Foundation and other contributors | jquery.org/license */",
295295
compress: {
296296
"hoist_funs": false,
297297
loops: false

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright JS Foundation and other contributors, https://js.foundation/
1+
Copyright OpenJS Foundation and other contributors, https://openjsf.org/
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"main": "dist/jquery.js",
77
"homepage": "https://jquery.com",
88
"author": {
9-
"name": "JS Foundation and other contributors",
9+
"name": "OpenJS Foundation and other contributors",
1010
"url": "https://github.com/jquery/jquery/blob/master/AUTHORS.txt"
1111
},
1212
"repository": {

src/wrapper.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* jQuery JavaScript Library v@VERSION
33
* https://jquery.com/
44
*
5-
* Copyright JS Foundation and other contributors
5+
* Copyright OpenJS Foundation and other contributors
66
* Released under the MIT license
77
* https://jquery.org/license
88
*

0 commit comments

Comments
 (0)