From 738cf942c863890607735e954e5d435707ffa880 Mon Sep 17 00:00:00 2001 From: Jay Herron Date: Fri, 20 Jun 2025 15:35:19 +0200 Subject: [PATCH 1/3] chore: Fixes AFL license format --- LICENSE | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/LICENSE b/LICENSE index a7d0b9b..daf0b02 100644 --- a/LICENSE +++ b/LICENSE @@ -1,3 +1,10 @@ +Academic Free License ("AFL") v. 3.0 + +This Academic Free License (the "License") applies to any original work of +authorship (the "Original Work") whose owner (the "Licensor") has placed the +following licensing notice adjacent to the copyright notice for the Original +Work: + Licensed under the Academic Free License version 3.0 1) Grant of Copyright License. Licensor grants You a worldwide, royalty-free, From f03c48277eae742ff7c3b2a7b8d8d3fa8269b346 Mon Sep 17 00:00:00 2001 From: Jay Herron Date: Fri, 20 Jun 2025 15:36:15 +0200 Subject: [PATCH 2/3] docs: Adds SPI badges --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bc336c0..a8d7477 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Swift Haystack +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNeedleInAJayStack%2Fswift-haystack%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/NeedleInAJayStack/swift-haystack) +[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FNeedleInAJayStack%2Fswift-haystack%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/NeedleInAJayStack/swift-haystack) + An implementation of [Project Haystack](https://project-haystack.org/) in Swift. ## Getting Started From b44e46256d185a7c52d1f95dfda7056c0d61ae04 Mon Sep 17 00:00:00 2001 From: Jay Herron Date: Fri, 20 Jun 2025 15:49:44 +0200 Subject: [PATCH 3/3] docs: Adds SPI config --- .spi.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .spi.yml diff --git a/.spi.yml b/.spi.yml new file mode 100644 index 0000000..fbf5631 --- /dev/null +++ b/.spi.yml @@ -0,0 +1,10 @@ +version: 1 +builder: + configs: + - documentation_targets: + - "Haystack" + - "HaystackClient" + - "HaystackClientDarwin" + - "HaystackClientNIO" + - "HaystackServer" + - "HaystackServerVapor"