From 6cc64fbb60fc5fe139be61e6f725da6b93e7dcf2 Mon Sep 17 00:00:00 2001 From: Kevin Whinnery Date: Mon, 18 Sep 2023 09:08:42 -0500 Subject: [PATCH] Revert "revert changes from denoland/manual#689 (#116)" (#118) * Revert "revert changes from denoland/manual#689 (#116)" This reverts commit 6616602417ba83642cbc06f1d3df3590570bc9bf. * Revert to a33793d --- LICENSE | 6 +++--- README.md | 12 ------------ 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/LICENSE b/LICENSE index 7091d4c34..37beb2277 100644 --- a/LICENSE +++ b/LICENSE @@ -1,9 +1,9 @@ MIT License -Copyright (c) 2018-2023 the Deno authors +Copyright 2023 the Deno Authors Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in +this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, @@ -12,7 +12,7 @@ subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER diff --git a/README.md b/README.md index 9e5007930..ee93452cc 100644 --- a/README.md +++ b/README.md @@ -199,18 +199,6 @@ succeeds without error before submitting a pull request. This will ensure that there are no broken links or invalid MDX syntax in the content you have authored. -## Special thanks for historical contributions - -This repository was created using content from the -[Deno Manual](https://github.com/denoland/manual), a project contributed to by -hundreds of developers since 2018. You can view a list of historical -contributors to the Deno documentation in this repository and the manual with -this command: - -``` -git shortlog -s -n -``` - ## Deployment The `docs.deno.com` site is updated with every push to the `main` branch, which