From 20c72de4c73099c45734e59ea7e8cf88967644b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Mon, 11 May 2020 17:43:35 +0200 Subject: [PATCH 1/3] Docs: Update the copyright notice to mention the OpenJS Foundation So far they were all about the JS Foundation. --- CODE_OF_CONDUCT.md | 2 +- Gruntfile.js | 2 +- LICENSE.txt | 2 +- package.json | 2 +- src/wrapper.js | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 773687ae98..3801dcb15a 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 a [OpenJS Foundation](https://js.foundation/) project and subscribes to its code of conduct. It is available at https://js.foundation/community/code-of-conduct. diff --git a/Gruntfile.js b/Gruntfile.js index 3b6cd5bba0..43507c24bf 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -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 diff --git a/LICENSE.txt b/LICENSE.txt index e3dbacb999..f10ddee98b 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://js.foundation/ 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 6500d44587..2994e9ef78 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 22ddbf8126..8a0b2a1ca0 100644 --- a/src/wrapper.js +++ b/src/wrapper.js @@ -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 * From 69361f84f2fd6d16fc8c5dd2dc4862c427039bca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Tue, 12 May 2020 08:42:32 +0200 Subject: [PATCH 2/3] Docs: Fix a typo --- CODE_OF_CONDUCT.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 3801dcb15a..761fd8d5a5 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,3 @@ -jQuery is a [OpenJS Foundation](https://js.foundation/) project and subscribes to its code of conduct. +jQuery is an [OpenJS Foundation](https://js.foundation/) project and subscribes to its code of conduct. It is available at https://js.foundation/community/code-of-conduct. From 95ca79bed444a5ad2434c67c7bc875376160429b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Tue, 12 May 2020 17:37:00 +0200 Subject: [PATCH 3/3] Docs: Update js.foundation links to openjsf.org ones --- CODE_OF_CONDUCT.md | 4 ++-- LICENSE.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 761fd8d5a5..1dc3de996b 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,3 +1,3 @@ -jQuery is an [OpenJS 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/LICENSE.txt b/LICENSE.txt index f10ddee98b..f642c3f7a7 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright OpenJS 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