From c17db82db27b9ec97b601a728af5fb3016d11558 Mon Sep 17 00:00:00 2001 From: Callum Newton Date: Thu, 4 Dec 2025 14:44:41 +0000 Subject: [PATCH 1/2] Create LICENSE for reviewstack The file headers currently refer to a missing LICENSE file for the contents of the MIT license --- eden/contrib/reviewstack/LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 eden/contrib/reviewstack/LICENSE diff --git a/eden/contrib/reviewstack/LICENSE b/eden/contrib/reviewstack/LICENSE new file mode 100644 index 0000000000000..1b277b98b674a --- /dev/null +++ b/eden/contrib/reviewstack/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Meta Platforms, Inc. and its affiliates. + +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 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, 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 +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 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. From 313f744a8026bcbd1725db5792af2a7897a71275 Mon Sep 17 00:00:00 2001 From: Callum Newton Date: Thu, 4 Dec 2025 14:46:38 +0000 Subject: [PATCH 2/2] Create LICENSE for reviewstack.dev --- eden/contrib/reviewstack.dev/LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 eden/contrib/reviewstack.dev/LICENSE diff --git a/eden/contrib/reviewstack.dev/LICENSE b/eden/contrib/reviewstack.dev/LICENSE new file mode 100644 index 0000000000000..1b277b98b674a --- /dev/null +++ b/eden/contrib/reviewstack.dev/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) Meta Platforms, Inc. and its affiliates. + +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 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, 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 +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 IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE.