From c1bd362aa0060d3878888559a1f02e71f0cd7697 Mon Sep 17 00:00:00 2001 From: Haakam Date: Mon, 17 Aug 2026 01:54:32 -0700 Subject: [PATCH 1/2] Add MIT LICENSE This repository is publicly distributed but carried no license file, which leaves the default of all rights reserved and gives users no grant to the code they install. Adds the MIT text already used in agentextract. Co-Authored-By: Claude Opus 5 --- .fernignore | 3 ++- LICENSE | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 LICENSE diff --git a/.fernignore b/.fernignore index 53c8943..1a32117 100644 --- a/.fernignore +++ b/.fernignore @@ -2,4 +2,5 @@ src/wrapper src/index.ts tests/unit/wrapper -src/serialization/resources/inboxes/types/UpdateMetadata.ts \ No newline at end of file +src/serialization/resources/inboxes/types/UpdateMetadata.ts +LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..7003b4c --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2026 AgentMail + +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 b3a5e2e3afcb07320b6a15ead0d916f4a5297c10 Mon Sep 17 00:00:00 2001 From: Haakam Date: Mon, 17 Aug 2026 01:58:33 -0700 Subject: [PATCH 2/2] Let Fern manage LICENSE rather than ignoring it The license is being configured in agentmail-docs/fern/generators.yml via the github.license field, so Fern generates and maintains this file. Keeping it in .fernignore would prevent that. Co-Authored-By: Claude Opus 5 --- .fernignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.fernignore b/.fernignore index 1a32117..53c8943 100644 --- a/.fernignore +++ b/.fernignore @@ -2,5 +2,4 @@ src/wrapper src/index.ts tests/unit/wrapper -src/serialization/resources/inboxes/types/UpdateMetadata.ts -LICENSE +src/serialization/resources/inboxes/types/UpdateMetadata.ts \ No newline at end of file