diff options
author | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-05-18 18:41:32 +0200 |
---|---|---|
committer | Michał Gołębiowski-Owczarek <m.goleb@gmail.com> | 2020-05-18 18:46:27 +0200 |
commit | db43ef0bff853bce76f44617aa7219a364d9b176 (patch) | |
tree | 69f03631f445f3fe8d161d89f6f4af0e434d3eb4 | |
parent | 9b8cadc73699a406d4835f77e244ad41c710c4c2 (diff) | |
download | jquery-db43ef0bff853bce76f44617aa7219a364d9b176.tar.gz jquery-db43ef0bff853bce76f44617aa7219a364d9b176.zip |
Docs: Change JS Foundation mentions to OpenJS Foundation
Closes gh-4711
(cherry picked from 11611967adf2bd9ff4304132f917629ec1134049)
-rw-r--r-- | CODE_OF_CONDUCT.md | 4 | ||||
-rw-r--r-- | Gruntfile.js | 2 | ||||
-rw-r--r-- | LICENSE.txt | 2 | ||||
-rw-r--r-- | package.json | 2 | ||||
-rw-r--r-- | src/wrapper.js | 2 |
5 files changed, 6 insertions, 6 deletions
diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 773687ae9..1dc3de996 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -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/. diff --git a/Gruntfile.js b/Gruntfile.js index 486a0f303..25223aee4 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -305,7 +305,7 @@ module.exports = function( grunt ) { "ie8": 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, diff --git a/LICENSE.txt b/LICENSE.txt index e3dbacb99..f642c3f7a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -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 diff --git a/package.json b/package.json index 71ac9cccf..58c5a988c 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/src/wrapper.js b/src/wrapper.js index 24921e290..44a07fe16 100644 --- a/src/wrapper.js +++ b/src/wrapper.js @@ -5,7 +5,7 @@ * Includes Sizzle.js * https://sizzlejs.com/ * - * Copyright JS Foundation and other contributors + * Copyright OpenJS Foundation and other contributors * Released under the MIT license * https://jquery.org/license * |