diff --git a/Snappier/Snappier.csproj b/Snappier/Snappier.csproj index 3e736b1..dad9c9d 100644 --- a/Snappier/Snappier.csproj +++ b/Snappier/Snappier.csproj @@ -11,7 +11,7 @@ btburnett3 snappy;compression;fast;io - Copyright 2011, Google Inc. All rights reserved. + Copyright 2011-2020, Google, Inc. and Snappier Authors A near-C++ performance implementation of the Snappy compression algorithm for .NET. Snappier is ported to C# directly from the official C++ implementation, with the addition of support for the framed stream format. @@ -20,7 +20,8 @@ by .NET Core. However, Snappier performs best in .NET Core 3.0 and later on little-endian x86/64 processors with the help of System.Runtime.Instrinsics. - COPYING.txt + BSD-3-Clause + README.md true true true @@ -38,7 +39,7 @@ - +