From a193de422be550f14c57a40593820aa932927778 Mon Sep 17 00:00:00 2001 From: ITDancer139 Date: Thu, 13 May 2021 14:27:27 +0200 Subject: [PATCH] fix authors --- LICENSE | 2 +- Sieve/Sieve.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index 3fec255..adf2649 100644 --- a/LICENSE +++ b/LICENSE @@ -1,4 +1,4 @@ - Copyright 2018 Biarity, 2021, a-patel and Kevin Sommer + Copyright 2018 Biarity, 2021 a-patel and Kevin Sommer Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/Sieve/Sieve.csproj b/Sieve/Sieve.csproj index a07fdf8..58d9bef 100644 --- a/Sieve/Sieve.csproj +++ b/Sieve/Sieve.csproj @@ -3,7 +3,7 @@ netstandard2.1 Sieve is a simple, clean, and extensible framework for .NET Core that adds sorting, filtering, and pagination functionality out of the box. Most common use case would be for serving ASP.NET Core GET queries. Documentation available on GitHub: https://github.com/Biarity/Sieve/ - 2018 Biarity, 2021 Kevin Sommer + Biarity;a-patel;Kevin Sommer Filter;Sort;Page;Paging; https://github.com/Biarity/Sieve