From 50a9e231e5bcb81a3cfb9092d864ec3f50ce92d3 Mon Sep 17 00:00:00 2001 From: Nebula Lavelle Date: Thu, 11 Dec 2025 09:10:53 -0500 Subject: [PATCH 1/2] Updates license copyright line --- LICENSE | 35 +++++++++++++++++------------------ non-empty-text.cabal | 6 +++--- package.yaml | 4 ++-- 3 files changed, 22 insertions(+), 23 deletions(-) diff --git a/LICENSE b/LICENSE index 2298f16..fdb7fc4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,21 +1,20 @@ -MIT License +Copyright (c) 2025 Flipstone Technology Partners -Copyright (c) 2022 Trevis Elser +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: -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 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. +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. diff --git a/non-empty-text.cabal b/non-empty-text.cabal index 954d209..7549c80 100644 --- a/non-empty-text.cabal +++ b/non-empty-text.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: fec44e5211fe675e5a37ea4993b6ebb7e78ba649413df46f2c5d1a40bbef1073 +-- hash: fa45b30a1387af0914a5772b656120c49b0d78085774280716002774d162e5a2 name: non-empty-text version: 0.2.1 @@ -14,8 +14,8 @@ description: Typesafe thin wrapper around Data.Text to make impossible to be category: Data, Text, NonEmpty homepage: https://github.com/flipstone/haskell-non-empty-text#readme bug-reports: https://github.com/flipstone/haskell-non-empty-text/issues -author: Antoine Catton, Trevis Elser -maintainer: Trevis Elser +author: Antoine Catton, Trevis Elser, Flipstone Technology Partners +maintainer: development@flipstone.com license: MIT license-file: LICENSE build-type: Simple diff --git a/package.yaml b/package.yaml index c1201dc..bca4fe8 100644 --- a/package.yaml +++ b/package.yaml @@ -5,8 +5,8 @@ synopsis: Non empty Data.Text type description: | Typesafe thin wrapper around Data.Text to make impossible to be empty (to always hold at least on character) -author: Antoine Catton, Trevis Elser -maintainer: Trevis Elser +author: Antoine Catton, Trevis Elser, Flipstone Technology Partners +maintainer: development@flipstone.com github: flipstone/haskell-non-empty-text license: MIT tested-with: From ee0195484c209489d7dfa603f0f5dbd67cbe6e80 Mon Sep 17 00:00:00 2001 From: Nebula Lavelle Date: Thu, 11 Dec 2025 10:45:24 -0500 Subject: [PATCH 2/2] Updates maintainers email --- non-empty-text.cabal | 4 ++-- package.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/non-empty-text.cabal b/non-empty-text.cabal index 7549c80..382a2fa 100644 --- a/non-empty-text.cabal +++ b/non-empty-text.cabal @@ -4,7 +4,7 @@ cabal-version: 1.12 -- -- see: https://github.com/sol/hpack -- --- hash: fa45b30a1387af0914a5772b656120c49b0d78085774280716002774d162e5a2 +-- hash: 922653b728a10be452c14cd76c5eed93fbb42a950a1803f0ec379b603d532747 name: non-empty-text version: 0.2.1 @@ -15,7 +15,7 @@ category: Data, Text, NonEmpty homepage: https://github.com/flipstone/haskell-non-empty-text#readme bug-reports: https://github.com/flipstone/haskell-non-empty-text/issues author: Antoine Catton, Trevis Elser, Flipstone Technology Partners -maintainer: development@flipstone.com +maintainer: maintainers@flipstone.com license: MIT license-file: LICENSE build-type: Simple diff --git a/package.yaml b/package.yaml index bca4fe8..7a8fb62 100644 --- a/package.yaml +++ b/package.yaml @@ -6,7 +6,7 @@ description: | Typesafe thin wrapper around Data.Text to make impossible to be empty (to always hold at least on character) author: Antoine Catton, Trevis Elser, Flipstone Technology Partners -maintainer: development@flipstone.com +maintainer: maintainers@flipstone.com github: flipstone/haskell-non-empty-text license: MIT tested-with: