From e17a595ef3aff32fc2eb9e0bba5e37b9deab0c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82e=CC=A8biowski-Owczarek?= Date: Mon, 10 Jan 2022 21:51:56 +0100 Subject: [PATCH 1/2] Build: Update AUTHORS.txt --- AUTHORS.TXT | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/AUTHORS.TXT b/AUTHORS.TXT index c5db685..0bb3623 100644 --- a/AUTHORS.TXT +++ b/AUTHORS.TXT @@ -7,3 +7,8 @@ Trey Hunner Mike Sherov Andrei Picus Lars Laade +Anne-Gaelle Colom +Jörn Zaefferer +Kai Cataldo +Alexander Schmitz +Michał Gołębiowski-Owczarek From a68ce63fe53fac1db870dc7e20f87784db844393 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Go=C5=82=C4=99biowski-Owczarek?= Date: Mon, 18 Jul 2022 13:47:40 +0200 Subject: [PATCH 2/2] Docs: Remove JS Foundation info in favor of OpenJS Foundation --- CONTRIBUTING.md | 2 +- LICENSE.txt | 2 +- README.md | 2 +- jquery.simulate.js | 2 +- package.json | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5364bfe..7149211 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ -Welcome! Thanks for your interest in contributing to the jQuery Simulate plugin. You're **almost** in the right place. More information on how to contribute to this and all other jQuery Foundation projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](http://contribute.jquery.org/code). +Welcome! Thanks for your interest in contributing to the jQuery Simulate plugin. You're **almost** in the right place. More information on how to contribute to this and all other jQuery projects is over at [contribute.jquery.org](http://contribute.jquery.org). You'll definitely want to take a look at the articles on contributing [code](http://contribute.jquery.org/code). You may also want to take a look at our [commit & pull request guide](http://contribute.jquery.org/commits-and-pull-requests/) and [style guides](http://contribute.jquery.org/style-guide/) for instructions on how to maintain your fork and submit your code. Before we can merge any pull request, we'll also need you to sign our [contributor license agreement](http://contribute.jquery.org/cla). diff --git a/LICENSE.txt b/LICENSE.txt index 38d2ab8..80411a1 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright jQuery Foundation and other contributors, https://jquery.org/ +Copyright OpenJS Foundation and other contributors, https://openjsf.org/ This software consists of voluntary contributions made by many individuals. For exact contribution history, see the revision history diff --git a/README.md b/README.md index c239010..ce13e86 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Simulate events to help unit test user interactions. Project Status -------------- -jquery-simulate is in use by projects of the jQuery Foundation, but isn't under active development. Usually issues are addressed by members of the jQuery UI team when they're affected, while other pull requests linger and get stale. We hesitate to put more time into this project, since its future is unclear. +jquery-simulate is in use by projects of the OpenJS Foundation, but isn't under active development. Usually issues are addressed by members of the jQuery UI team when they're affected, while other pull requests linger and get stale. We hesitate to put more time into this project, since its future is unclear. Specifically we're hoping for the WebDriver API to become a much better solution. We're currently experimenting with that, via [Intern](http://theintern.io/) on [PEP](https://github.com/jquery/pep)). diff --git a/jquery.simulate.js b/jquery.simulate.js index 1a1e78e..b10d9e4 100644 --- a/jquery.simulate.js +++ b/jquery.simulate.js @@ -2,7 +2,7 @@ * jQuery Simulate v@VERSION - simulate browser mouse and keyboard events * https://github.com/jquery/jquery-simulate * - * Copyright jQuery Foundation and other contributors + * Copyright OpenJS Foundation and other contributors * Released under the MIT license. * http://jquery.org/license * diff --git a/package.json b/package.json index 593eba6..cd8ff77 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "version": "1.1.2-pre", "homepage": "https://github.com/jquery/jquery-simulate", "author": { - "name": "jQuery Foundation and other contributors", + "name": "OpenJS Foundation and other contributors", "url": "https://github.com/jquery/jquery-simulate/blob/master/AUTHORS.txt" }, "maintainers": [