diff --git a/src/Akavache.Core/BlobCache/BlobCache.cs b/src/Akavache.Core/BlobCache/BlobCache.cs index 56575f596..92371bda4 100644 --- a/src/Akavache.Core/BlobCache/BlobCache.cs +++ b/src/Akavache.Core/BlobCache/BlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/BlobCache/CacheEntry.cs b/src/Akavache.Core/BlobCache/CacheEntry.cs index aa7aaab71..13ab3bfd1 100644 --- a/src/Akavache.Core/BlobCache/CacheEntry.cs +++ b/src/Akavache.Core/BlobCache/CacheEntry.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/BlobCache/IBlobCache.cs b/src/Akavache.Core/BlobCache/IBlobCache.cs index 5acda5d44..3668f5261 100644 --- a/src/Akavache.Core/BlobCache/IBlobCache.cs +++ b/src/Akavache.Core/BlobCache/IBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/BlobCache/IBulkBlobCache.cs b/src/Akavache.Core/BlobCache/IBulkBlobCache.cs index fec5413d9..c0f82db8e 100644 --- a/src/Akavache.Core/BlobCache/IBulkBlobCache.cs +++ b/src/Akavache.Core/BlobCache/IBulkBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/BlobCache/IObjectBlobCache.cs b/src/Akavache.Core/BlobCache/IObjectBlobCache.cs index 56c690f3f..73f00cd5f 100644 --- a/src/Akavache.Core/BlobCache/IObjectBlobCache.cs +++ b/src/Akavache.Core/BlobCache/IObjectBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/BlobCache/IObjectBulkBlobCache.cs b/src/Akavache.Core/BlobCache/IObjectBulkBlobCache.cs index df7ac517c..9931f9d69 100644 --- a/src/Akavache.Core/BlobCache/IObjectBulkBlobCache.cs +++ b/src/Akavache.Core/BlobCache/IObjectBulkBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/BlobCache/IObjectWrapper.cs b/src/Akavache.Core/BlobCache/IObjectWrapper.cs index d83cf078f..8b60d2783 100644 --- a/src/Akavache.Core/BlobCache/IObjectWrapper.cs +++ b/src/Akavache.Core/BlobCache/IObjectWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/BlobCache/ISecureBlobCache.cs b/src/Akavache.Core/BlobCache/ISecureBlobCache.cs index 0fd0d5b92..745e2dd91 100644 --- a/src/Akavache.Core/BlobCache/ISecureBlobCache.cs +++ b/src/Akavache.Core/BlobCache/ISecureBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/BlobCache/InMemoryBlobCache.cs b/src/Akavache.Core/BlobCache/InMemoryBlobCache.cs index f8ba225e0..6058bc6c6 100644 --- a/src/Akavache.Core/BlobCache/InMemoryBlobCache.cs +++ b/src/Akavache.Core/BlobCache/InMemoryBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/BlobCache/ObjectWrapper.cs b/src/Akavache.Core/BlobCache/ObjectWrapper.cs index 1b8b2c856..c3636a63e 100644 --- a/src/Akavache.Core/BlobCache/ObjectWrapper.cs +++ b/src/Akavache.Core/BlobCache/ObjectWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/BulkOperationsMixin.cs b/src/Akavache.Core/BulkOperationsMixin.cs index 9f6a7bb86..bd3d53d89 100644 --- a/src/Akavache.Core/BulkOperationsMixin.cs +++ b/src/Akavache.Core/BulkOperationsMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/DataProtectionScope.cs b/src/Akavache.Core/DataProtectionScope.cs index 75161a399..253dbba3a 100644 --- a/src/Akavache.Core/DataProtectionScope.cs +++ b/src/Akavache.Core/DataProtectionScope.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -15,4 +15,4 @@ public enum DataProtectionScope /// CurrentUser, } -} \ No newline at end of file +} diff --git a/src/Akavache.Core/DependencyResolverMixin.cs b/src/Akavache.Core/DependencyResolverMixin.cs index 29030872f..939a1b7b8 100644 --- a/src/Akavache.Core/DependencyResolverMixin.cs +++ b/src/Akavache.Core/DependencyResolverMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/ExceptionHelper.cs b/src/Akavache.Core/ExceptionHelper.cs index 77316f02b..87e475ab1 100644 --- a/src/Akavache.Core/ExceptionHelper.cs +++ b/src/Akavache.Core/ExceptionHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/HttpMixinExtensions.cs b/src/Akavache.Core/HttpMixinExtensions.cs index c87d380ee..bc3f49930 100644 --- a/src/Akavache.Core/HttpMixinExtensions.cs +++ b/src/Akavache.Core/HttpMixinExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/IAkavacheHttpMixin.cs b/src/Akavache.Core/IAkavacheHttpMixin.cs index 37ca3e3e6..4995c27bc 100644 --- a/src/Akavache.Core/IAkavacheHttpMixin.cs +++ b/src/Akavache.Core/IAkavacheHttpMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/IWantsToRegisterStuff.cs b/src/Akavache.Core/IWantsToRegisterStuff.cs index 53e9d5327..0084d8aa0 100644 --- a/src/Akavache.Core/IWantsToRegisterStuff.cs +++ b/src/Akavache.Core/IWantsToRegisterStuff.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Json/JsonDateTimeContractResolver.cs b/src/Akavache.Core/Json/JsonDateTimeContractResolver.cs index 34e631196..77f5c9304 100644 --- a/src/Akavache.Core/Json/JsonDateTimeContractResolver.cs +++ b/src/Akavache.Core/Json/JsonDateTimeContractResolver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Json/JsonDateTimeOffsetTickConverter.cs b/src/Akavache.Core/Json/JsonDateTimeOffsetTickConverter.cs index 74e683d43..0d3ccf8a8 100644 --- a/src/Akavache.Core/Json/JsonDateTimeOffsetTickConverter.cs +++ b/src/Akavache.Core/Json/JsonDateTimeOffsetTickConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Json/JsonDateTimeTickConverter.cs b/src/Akavache.Core/Json/JsonDateTimeTickConverter.cs index 1cf9394c0..5ef4fe5ac 100644 --- a/src/Akavache.Core/Json/JsonDateTimeTickConverter.cs +++ b/src/Akavache.Core/Json/JsonDateTimeTickConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Json/JsonSerializationMixin.cs b/src/Akavache.Core/Json/JsonSerializationMixin.cs index 8485f9c49..7eb95d231 100644 --- a/src/Akavache.Core/Json/JsonSerializationMixin.cs +++ b/src/Akavache.Core/Json/JsonSerializationMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/KeyedOperations/IKeyedOperationQueue.cs b/src/Akavache.Core/KeyedOperations/IKeyedOperationQueue.cs index 558b6c75c..417c8f0d1 100644 --- a/src/Akavache.Core/KeyedOperations/IKeyedOperationQueue.cs +++ b/src/Akavache.Core/KeyedOperations/IKeyedOperationQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/KeyedOperations/KeyedOperation.cs b/src/Akavache.Core/KeyedOperations/KeyedOperation.cs index 6f642b5d8..ec81eb77a 100644 --- a/src/Akavache.Core/KeyedOperations/KeyedOperation.cs +++ b/src/Akavache.Core/KeyedOperations/KeyedOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/KeyedOperations/KeyedOperationQueue.cs b/src/Akavache.Core/KeyedOperations/KeyedOperationQueue.cs index 342924398..0d68e1b0c 100644 --- a/src/Akavache.Core/KeyedOperations/KeyedOperationQueue.cs +++ b/src/Akavache.Core/KeyedOperations/KeyedOperationQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/LoginInfo.cs b/src/Akavache.Core/LoginInfo.cs index 7e91bf3c4..108007262 100644 --- a/src/Akavache.Core/LoginInfo.cs +++ b/src/Akavache.Core/LoginInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/LoginMixin.cs b/src/Akavache.Core/LoginMixin.cs index 53ef45acd..57b3230fe 100644 --- a/src/Akavache.Core/LoginMixin.cs +++ b/src/Akavache.Core/LoginMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/android/AndroidFilesystemProvider.cs b/src/Akavache.Core/Platforms/android/AndroidFilesystemProvider.cs index 3e982cab6..5648b3b95 100644 --- a/src/Akavache.Core/Platforms/android/AndroidFilesystemProvider.cs +++ b/src/Akavache.Core/Platforms/android/AndroidFilesystemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/apple-common/MacFilesystemProvider.cs b/src/Akavache.Core/Platforms/apple-common/MacFilesystemProvider.cs index 264963666..9a84bc4d8 100644 --- a/src/Akavache.Core/Platforms/apple-common/MacFilesystemProvider.cs +++ b/src/Akavache.Core/Platforms/apple-common/MacFilesystemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/shared-not-uwp/SimpleFilesystemProvider.cs b/src/Akavache.Core/Platforms/shared-not-uwp/SimpleFilesystemProvider.cs index 34e2ec79c..33f80ce0e 100644 --- a/src/Akavache.Core/Platforms/shared-not-uwp/SimpleFilesystemProvider.cs +++ b/src/Akavache.Core/Platforms/shared-not-uwp/SimpleFilesystemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/shared/AkavacheHttpMixin.cs b/src/Akavache.Core/Platforms/shared/AkavacheHttpMixin.cs index 6d255d947..0db9027ee 100644 --- a/src/Akavache.Core/Platforms/shared/AkavacheHttpMixin.cs +++ b/src/Akavache.Core/Platforms/shared/AkavacheHttpMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/shared/EncryptionProvider.cs b/src/Akavache.Core/Platforms/shared/EncryptionProvider.cs index f5125c097..ae0236ecc 100644 --- a/src/Akavache.Core/Platforms/shared/EncryptionProvider.cs +++ b/src/Akavache.Core/Platforms/shared/EncryptionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/shared/MD5Managed.cs b/src/Akavache.Core/Platforms/shared/MD5Managed.cs index 929e62a39..d4c472aac 100644 --- a/src/Akavache.Core/Platforms/shared/MD5Managed.cs +++ b/src/Akavache.Core/Platforms/shared/MD5Managed.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/shared/Registrations.cs b/src/Akavache.Core/Platforms/shared/Registrations.cs index 1b122456c..1c141e44a 100644 --- a/src/Akavache.Core/Platforms/shared/Registrations.cs +++ b/src/Akavache.Core/Platforms/shared/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/shared/StreamMixins.cs b/src/Akavache.Core/Platforms/shared/StreamMixins.cs index efd7e5020..933ccaf11 100644 --- a/src/Akavache.Core/Platforms/shared/StreamMixins.cs +++ b/src/Akavache.Core/Platforms/shared/StreamMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/shared/Utility.cs b/src/Akavache.Core/Platforms/shared/Utility.cs index ec29e71ad..8ebf74f58 100644 --- a/src/Akavache.Core/Platforms/shared/Utility.cs +++ b/src/Akavache.Core/Platforms/shared/Utility.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/tizen/TizenFilesystemProvider.cs b/src/Akavache.Core/Platforms/tizen/TizenFilesystemProvider.cs index 8e7cb40eb..d194db6e3 100644 --- a/src/Akavache.Core/Platforms/tizen/TizenFilesystemProvider.cs +++ b/src/Akavache.Core/Platforms/tizen/TizenFilesystemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/uap/Shims/IsolatedStorageException.cs b/src/Akavache.Core/Platforms/uap/Shims/IsolatedStorageException.cs index 9193ad8a4..21894dddf 100644 --- a/src/Akavache.Core/Platforms/uap/Shims/IsolatedStorageException.cs +++ b/src/Akavache.Core/Platforms/uap/Shims/IsolatedStorageException.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/uap/Shims/MicrosoftStreamExtensions.cs b/src/Akavache.Core/Platforms/uap/Shims/MicrosoftStreamExtensions.cs index 0a8f4d7cf..78ed52974 100644 --- a/src/Akavache.Core/Platforms/uap/Shims/MicrosoftStreamExtensions.cs +++ b/src/Akavache.Core/Platforms/uap/Shims/MicrosoftStreamExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/uap/Shims/RandomStream.cs b/src/Akavache.Core/Platforms/uap/Shims/RandomStream.cs index 7fae653de..f1e741b99 100644 --- a/src/Akavache.Core/Platforms/uap/Shims/RandomStream.cs +++ b/src/Akavache.Core/Platforms/uap/Shims/RandomStream.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/uap/WinRTEncryptionProvider.cs b/src/Akavache.Core/Platforms/uap/WinRTEncryptionProvider.cs index 2d43be8f4..564930e24 100644 --- a/src/Akavache.Core/Platforms/uap/WinRTEncryptionProvider.cs +++ b/src/Akavache.Core/Platforms/uap/WinRTEncryptionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/uap/WinRTFilesystemProvider.cs b/src/Akavache.Core/Platforms/uap/WinRTFilesystemProvider.cs index c4f1986cd..d43a5bfbb 100644 --- a/src/Akavache.Core/Platforms/uap/WinRTFilesystemProvider.cs +++ b/src/Akavache.Core/Platforms/uap/WinRTFilesystemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Platforms/xamarin-mobile/IsolatedStorageProvider.cs b/src/Akavache.Core/Platforms/xamarin-mobile/IsolatedStorageProvider.cs index 23475ed50..dc79ed4ff 100644 --- a/src/Akavache.Core/Platforms/xamarin-mobile/IsolatedStorageProvider.cs +++ b/src/Akavache.Core/Platforms/xamarin-mobile/IsolatedStorageProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/PortableExtensions.cs b/src/Akavache.Core/PortableExtensions.cs index 63da881d5..74ccedcb9 100644 --- a/src/Akavache.Core/PortableExtensions.cs +++ b/src/Akavache.Core/PortableExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/PreserveAttribute.cs b/src/Akavache.Core/PreserveAttribute.cs index 3c9050f82..a91acca64 100644 --- a/src/Akavache.Core/PreserveAttribute.cs +++ b/src/Akavache.Core/PreserveAttribute.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Properties/AssemblyInfo.cs b/src/Akavache.Core/Properties/AssemblyInfo.cs index d3e5f8713..db0309b2e 100644 --- a/src/Akavache.Core/Properties/AssemblyInfo.cs +++ b/src/Akavache.Core/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -11,4 +11,4 @@ [assembly: InternalsVisibleTo("Akavache.Mobile")] [assembly: InternalsVisibleTo("Akavache.Drawing")] [assembly: InternalsVisibleTo("Akavache")] -[assembly: Preserve] \ No newline at end of file +[assembly: Preserve] diff --git a/src/Akavache.Core/ProtectedData.cs b/src/Akavache.Core/ProtectedData.cs index 56859efed..eba53222e 100644 --- a/src/Akavache.Core/ProtectedData.cs +++ b/src/Akavache.Core/ProtectedData.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Providers/FileAccess.cs b/src/Akavache.Core/Providers/FileAccess.cs index 28ebf10fb..679339778 100644 --- a/src/Akavache.Core/Providers/FileAccess.cs +++ b/src/Akavache.Core/Providers/FileAccess.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Providers/FileMode.cs b/src/Akavache.Core/Providers/FileMode.cs index d6a834b3e..c6d543a82 100644 --- a/src/Akavache.Core/Providers/FileMode.cs +++ b/src/Akavache.Core/Providers/FileMode.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Providers/FileShare.cs b/src/Akavache.Core/Providers/FileShare.cs index e45b25bda..04a8b920e 100644 --- a/src/Akavache.Core/Providers/FileShare.cs +++ b/src/Akavache.Core/Providers/FileShare.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Providers/IEncryptionProvider.cs b/src/Akavache.Core/Providers/IEncryptionProvider.cs index cb07160fa..c08cbd198 100644 --- a/src/Akavache.Core/Providers/IEncryptionProvider.cs +++ b/src/Akavache.Core/Providers/IEncryptionProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/Providers/IFilesystemProvider.cs b/src/Akavache.Core/Providers/IFilesystemProvider.cs index 47d2a79f1..fc20f5da3 100644 --- a/src/Akavache.Core/Providers/IFilesystemProvider.cs +++ b/src/Akavache.Core/Providers/IFilesystemProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Core/RelativeTimeMixin.cs b/src/Akavache.Core/RelativeTimeMixin.cs index ba7b3e82f..c4f175a2a 100644 --- a/src/Akavache.Core/RelativeTimeMixin.cs +++ b/src/Akavache.Core/RelativeTimeMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Drawing/BitmapImageMixin.cs b/src/Akavache.Drawing/BitmapImageMixin.cs index 4a39484b6..602867bee 100644 --- a/src/Akavache.Drawing/BitmapImageMixin.cs +++ b/src/Akavache.Drawing/BitmapImageMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Drawing/Registrations.cs b/src/Akavache.Drawing/Registrations.cs index 9e61fe280..75c921147 100644 --- a/src/Akavache.Drawing/Registrations.cs +++ b/src/Akavache.Drawing/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Mobile/AkavacheDriver.cs b/src/Akavache.Mobile/AkavacheDriver.cs index 893be93a9..570121417 100644 --- a/src/Akavache.Mobile/AkavacheDriver.cs +++ b/src/Akavache.Mobile/AkavacheDriver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Mobile/Registrations.cs b/src/Akavache.Mobile/Registrations.cs index 76ba3d3ef..d9416c779 100644 --- a/src/Akavache.Mobile/Registrations.cs +++ b/src/Akavache.Mobile/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/AsyncLock.cs b/src/Akavache.Sqlite3/AsyncLock.cs index 729b5e86f..42a7e277c 100644 --- a/src/Akavache.Sqlite3/AsyncLock.cs +++ b/src/Akavache.Sqlite3/AsyncLock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/EnumerableEx.cs b/src/Akavache.Sqlite3/EnumerableEx.cs index bcf58bdb0..b9d6f5759 100644 --- a/src/Akavache.Sqlite3/EnumerableEx.cs +++ b/src/Akavache.Sqlite3/EnumerableEx.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -14,4 +14,4 @@ public static IEnumerable Return(T value) yield return value; } } -} \ No newline at end of file +} diff --git a/src/Akavache.Sqlite3/Operations/BeginTransactionSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BeginTransactionSqliteOperation.cs index b00d4e951..bed45a78a 100644 --- a/src/Akavache.Sqlite3/Operations/BeginTransactionSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BeginTransactionSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -51,4 +51,4 @@ public void Dispose() Interlocked.Exchange(ref _inner, Disposable.Empty).Dispose(); } } -} \ No newline at end of file +} diff --git a/src/Akavache.Sqlite3/Operations/BulkInsertSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BulkInsertSqliteOperation.cs index adaa2a8b2..5f1a19ea2 100644 --- a/src/Akavache.Sqlite3/Operations/BulkInsertSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BulkInsertSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/Operations/BulkInvalidateByTypeSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BulkInvalidateByTypeSqliteOperation.cs index 97dd051b2..51f2dc548 100644 --- a/src/Akavache.Sqlite3/Operations/BulkInvalidateByTypeSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BulkInvalidateByTypeSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -16,4 +16,4 @@ public BulkInvalidateByTypeSqliteOperation(SQLiteConnection conn) { } } -} \ No newline at end of file +} diff --git a/src/Akavache.Sqlite3/Operations/BulkInvalidateSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BulkInvalidateSqliteOperation.cs index 574d967a8..795e7887c 100644 --- a/src/Akavache.Sqlite3/Operations/BulkInvalidateSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BulkInvalidateSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/Operations/BulkSelectByTypeSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BulkSelectByTypeSqliteOperation.cs index 2cfa5c7b2..c31d18216 100644 --- a/src/Akavache.Sqlite3/Operations/BulkSelectByTypeSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BulkSelectByTypeSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -15,4 +15,4 @@ public BulkSelectByTypeSqliteOperation(SQLiteConnection conn, IScheduler schedul { } } -} \ No newline at end of file +} diff --git a/src/Akavache.Sqlite3/Operations/BulkSelectSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/BulkSelectSqliteOperation.cs index d29d15f63..b7d1d54a5 100644 --- a/src/Akavache.Sqlite3/Operations/BulkSelectSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/BulkSelectSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/Operations/CommitTransactionSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/CommitTransactionSqliteOperation.cs index 50f974c7a..bd3e5932c 100644 --- a/src/Akavache.Sqlite3/Operations/CommitTransactionSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/CommitTransactionSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -51,4 +51,4 @@ public void Dispose() Interlocked.Exchange(ref _inner, Disposable.Empty).Dispose(); } } -} \ No newline at end of file +} diff --git a/src/Akavache.Sqlite3/Operations/Constants.cs b/src/Akavache.Sqlite3/Operations/Constants.cs index 318dacf29..159d22aa0 100644 --- a/src/Akavache.Sqlite3/Operations/Constants.cs +++ b/src/Akavache.Sqlite3/Operations/Constants.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -9,4 +9,4 @@ internal static class Constants { public const int OperationQueueChunkSize = 64; } -} \ No newline at end of file +} diff --git a/src/Akavache.Sqlite3/Operations/DeleteExpiredSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/DeleteExpiredSqliteOperation.cs index 4694c72a4..3aa6c1f59 100644 --- a/src/Akavache.Sqlite3/Operations/DeleteExpiredSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/DeleteExpiredSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -57,4 +57,4 @@ public void Dispose() Interlocked.Exchange(ref _inner, Disposable.Empty).Dispose(); } } -} \ No newline at end of file +} diff --git a/src/Akavache.Sqlite3/Operations/GetKeysSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/GetKeysSqliteOperation.cs index c566a6ddc..30ca5d7ab 100644 --- a/src/Akavache.Sqlite3/Operations/GetKeysSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/GetKeysSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/Operations/IPreparedSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/IPreparedSqliteOperation.cs index b3ed012bc..9bbc09181 100644 --- a/src/Akavache.Sqlite3/Operations/IPreparedSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/IPreparedSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/Operations/InvalidateAllSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/InvalidateAllSqliteOperation.cs index ebdf7eb20..ad7d8c3dc 100644 --- a/src/Akavache.Sqlite3/Operations/InvalidateAllSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/InvalidateAllSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -30,4 +30,4 @@ public void Dispose() { } } -} \ No newline at end of file +} diff --git a/src/Akavache.Sqlite3/Operations/OperationType.cs b/src/Akavache.Sqlite3/Operations/OperationType.cs index 5e4882e7d..5af24c0c2 100644 --- a/src/Akavache.Sqlite3/Operations/OperationType.cs +++ b/src/Akavache.Sqlite3/Operations/OperationType.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -18,4 +18,4 @@ internal enum OperationType DeleteExpiredSqliteOperation, GetKeysSqliteOperation, } -} \ No newline at end of file +} diff --git a/src/Akavache.Sqlite3/Operations/SqliteOperationMixin.cs b/src/Akavache.Sqlite3/Operations/SqliteOperationMixin.cs index c32e50e04..5026448de 100644 --- a/src/Akavache.Sqlite3/Operations/SqliteOperationMixin.cs +++ b/src/Akavache.Sqlite3/Operations/SqliteOperationMixin.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/Operations/VacuumSqliteOperation.cs b/src/Akavache.Sqlite3/Operations/VacuumSqliteOperation.cs index f90e1a43c..9c0f74045 100644 --- a/src/Akavache.Sqlite3/Operations/VacuumSqliteOperation.cs +++ b/src/Akavache.Sqlite3/Operations/VacuumSqliteOperation.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -56,4 +56,4 @@ public void Dispose() Interlocked.Exchange(ref _inner, Disposable.Empty).Dispose(); } } -} \ No newline at end of file +} diff --git a/src/Akavache.Sqlite3/Properties/AssemblyInfo.cs b/src/Akavache.Sqlite3/Properties/AssemblyInfo.cs index bb0e1cef1..5e5bf2545 100644 --- a/src/Akavache.Sqlite3/Properties/AssemblyInfo.cs +++ b/src/Akavache.Sqlite3/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/Queues/OperationQueue.cs b/src/Akavache.Sqlite3/Queues/OperationQueue.cs index 2c1903147..b600f373a 100644 --- a/src/Akavache.Sqlite3/Queues/OperationQueue.cs +++ b/src/Akavache.Sqlite3/Queues/OperationQueue.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/Queues/OperationQueueCoalescing.cs b/src/Akavache.Sqlite3/Queues/OperationQueueCoalescing.cs index 0ac2ffe96..a17c51a9c 100644 --- a/src/Akavache.Sqlite3/Queues/OperationQueueCoalescing.cs +++ b/src/Akavache.Sqlite3/Queues/OperationQueueCoalescing.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/Queues/OperationQueueItem.cs b/src/Akavache.Sqlite3/Queues/OperationQueueItem.cs index e166df48a..04c12f6a5 100644 --- a/src/Akavache.Sqlite3/Queues/OperationQueueItem.cs +++ b/src/Akavache.Sqlite3/Queues/OperationQueueItem.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/Registrations.cs b/src/Akavache.Sqlite3/Registrations.cs index ae8809430..4dc27bfd3 100644 --- a/src/Akavache.Sqlite3/Registrations.cs +++ b/src/Akavache.Sqlite3/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/SqlLiteCache/CacheElement.cs b/src/Akavache.Sqlite3/SqlLiteCache/CacheElement.cs index 02a1f8998..bddf6ac79 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/CacheElement.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/CacheElement.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/SqlLiteCache/IObjectWrapper.cs b/src/Akavache.Sqlite3/SqlLiteCache/IObjectWrapper.cs index 76e47463a..f8f6e0c69 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/IObjectWrapper.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/IObjectWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/SqlLiteCache/ObjectWrapper.cs b/src/Akavache.Sqlite3/SqlLiteCache/ObjectWrapper.cs index 03541a519..6c1abd42a 100755 --- a/src/Akavache.Sqlite3/SqlLiteCache/ObjectWrapper.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/ObjectWrapper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/SqlLiteCache/SQLiteEncryptedBlobCache.cs b/src/Akavache.Sqlite3/SqlLiteCache/SQLiteEncryptedBlobCache.cs index 20b78467d..eaff5eead 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/SQLiteEncryptedBlobCache.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/SQLiteEncryptedBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/SqlLiteCache/SchemaInfo.cs b/src/Akavache.Sqlite3/SqlLiteCache/SchemaInfo.cs index 258a9bb4b..47f999ea4 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/SchemaInfo.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/SchemaInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. @@ -9,4 +9,4 @@ internal class SchemaInfo { public int Version { get; set; } } -} \ No newline at end of file +} diff --git a/src/Akavache.Sqlite3/SqlLiteCache/SqlLite.cs b/src/Akavache.Sqlite3/SqlLiteCache/SqlLite.cs index 61d2b0d14..1edd5e6c3 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/SqlLite.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/SqlLite.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Sqlite3/SqlLiteCache/SqlRawPersistentBlobCache.cs b/src/Akavache.Sqlite3/SqlLiteCache/SqlRawPersistentBlobCache.cs index e07542f27..355edf9cb 100644 --- a/src/Akavache.Sqlite3/SqlLiteCache/SqlRawPersistentBlobCache.cs +++ b/src/Akavache.Sqlite3/SqlLiteCache/SqlRawPersistentBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/API/ApiApprovalTests.cs b/src/Akavache.Tests/API/ApiApprovalTests.cs index d28306787..1404ed3a9 100644 --- a/src/Akavache.Tests/API/ApiApprovalTests.cs +++ b/src/Akavache.Tests/API/ApiApprovalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/AsyncLockTests.cs b/src/Akavache.Tests/AsyncLockTests.cs index 1b66b9f78..a56bbff76 100644 --- a/src/Akavache.Tests/AsyncLockTests.cs +++ b/src/Akavache.Tests/AsyncLockTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/BasicEncryptionTests.cs b/src/Akavache.Tests/BasicEncryptionTests.cs index 1cd8a478f..8b9f8e44e 100644 --- a/src/Akavache.Tests/BasicEncryptionTests.cs +++ b/src/Akavache.Tests/BasicEncryptionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/BlockingDispose/BlockingDisposeBulkCache.cs b/src/Akavache.Tests/BlockingDispose/BlockingDisposeBulkCache.cs index a75c768c7..8b25a8bdd 100644 --- a/src/Akavache.Tests/BlockingDispose/BlockingDisposeBulkCache.cs +++ b/src/Akavache.Tests/BlockingDispose/BlockingDisposeBulkCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/BlockingDispose/BlockingDisposeCache.cs b/src/Akavache.Tests/BlockingDispose/BlockingDisposeCache.cs index 53efc0a29..8ca6bed25 100644 --- a/src/Akavache.Tests/BlockingDispose/BlockingDisposeCache.cs +++ b/src/Akavache.Tests/BlockingDispose/BlockingDisposeCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/BlockingDispose/BlockingDisposeObjectCache.cs b/src/Akavache.Tests/BlockingDispose/BlockingDisposeObjectCache.cs index 02c08fbfa..39a5863a6 100644 --- a/src/Akavache.Tests/BlockingDispose/BlockingDisposeObjectCache.cs +++ b/src/Akavache.Tests/BlockingDispose/BlockingDisposeObjectCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/CoalescerTests.cs b/src/Akavache.Tests/CoalescerTests.cs index 9b8209bbd..5ad6aee1d 100644 --- a/src/Akavache.Tests/CoalescerTests.cs +++ b/src/Akavache.Tests/CoalescerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/DateTimeResolverTests.cs b/src/Akavache.Tests/DateTimeResolverTests.cs index 549331a2c..3a84f94e8 100644 --- a/src/Akavache.Tests/DateTimeResolverTests.cs +++ b/src/Akavache.Tests/DateTimeResolverTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/EncryptedSqliteBlobBulkExtensionsTest.cs b/src/Akavache.Tests/EncryptedSqliteBlobBulkExtensionsTest.cs index ce94b0829..f2640a4ad 100644 --- a/src/Akavache.Tests/EncryptedSqliteBlobBulkExtensionsTest.cs +++ b/src/Akavache.Tests/EncryptedSqliteBlobBulkExtensionsTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/EncryptedSqliteBlobCacheBulkOperationsTests.cs b/src/Akavache.Tests/EncryptedSqliteBlobCacheBulkOperationsTests.cs index 48f4f17fd..f5cfac4a3 100644 --- a/src/Akavache.Tests/EncryptedSqliteBlobCacheBulkOperationsTests.cs +++ b/src/Akavache.Tests/EncryptedSqliteBlobCacheBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/EncryptedSqliteBlobCacheDateTimeTests.cs b/src/Akavache.Tests/EncryptedSqliteBlobCacheDateTimeTests.cs index 632d51e67..84db9d22b 100644 --- a/src/Akavache.Tests/EncryptedSqliteBlobCacheDateTimeTests.cs +++ b/src/Akavache.Tests/EncryptedSqliteBlobCacheDateTimeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/EncryptedSqliteBlobCacheExtensionsFixture.cs b/src/Akavache.Tests/EncryptedSqliteBlobCacheExtensionsFixture.cs index b514b911d..f37fed711 100644 --- a/src/Akavache.Tests/EncryptedSqliteBlobCacheExtensionsFixture.cs +++ b/src/Akavache.Tests/EncryptedSqliteBlobCacheExtensionsFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/EncryptedSqliteBlobCacheObjectBulkOperationsTests.cs b/src/Akavache.Tests/EncryptedSqliteBlobCacheObjectBulkOperationsTests.cs index 0a2c41880..8ff93a1d8 100644 --- a/src/Akavache.Tests/EncryptedSqliteBlobCacheObjectBulkOperationsTests.cs +++ b/src/Akavache.Tests/EncryptedSqliteBlobCacheObjectBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Fixtures/DummyRoutedViewModel.cs b/src/Akavache.Tests/Fixtures/DummyRoutedViewModel.cs index 45651397d..b62b33c63 100644 --- a/src/Akavache.Tests/Fixtures/DummyRoutedViewModel.cs +++ b/src/Akavache.Tests/Fixtures/DummyRoutedViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionContractResolver.cs b/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionContractResolver.cs index 5fe01b0c0..c12238fcd 100644 --- a/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionContractResolver.cs +++ b/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionContractResolver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionJsonConverter.cs b/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionJsonConverter.cs index 75d7748ab..2b9476963 100644 --- a/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionJsonConverter.cs +++ b/src/Akavache.Tests/Fixtures/FakeDateTimeHighPrecisionJsonConverter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Fixtures/ServiceProvider.cs b/src/Akavache.Tests/Fixtures/ServiceProvider.cs index acd78c5a0..0798056f6 100644 --- a/src/Akavache.Tests/Fixtures/ServiceProvider.cs +++ b/src/Akavache.Tests/Fixtures/ServiceProvider.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Fixtures/TestObjectDateTime.cs b/src/Akavache.Tests/Fixtures/TestObjectDateTime.cs index b86ae3455..21ddd6bdd 100644 --- a/src/Akavache.Tests/Fixtures/TestObjectDateTime.cs +++ b/src/Akavache.Tests/Fixtures/TestObjectDateTime.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Fixtures/TestObjectDateTimeOffset.cs b/src/Akavache.Tests/Fixtures/TestObjectDateTimeOffset.cs index 678b1fb50..a2d506265 100644 --- a/src/Akavache.Tests/Fixtures/TestObjectDateTimeOffset.cs +++ b/src/Akavache.Tests/Fixtures/TestObjectDateTimeOffset.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Fixtures/UserModel.cs b/src/Akavache.Tests/Fixtures/UserModel.cs index 0bb633dcb..5c8204ab4 100644 --- a/src/Akavache.Tests/Fixtures/UserModel.cs +++ b/src/Akavache.Tests/Fixtures/UserModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Fixtures/UserObject.cs b/src/Akavache.Tests/Fixtures/UserObject.cs index 824cb76f6..cf099cc1e 100644 --- a/src/Akavache.Tests/Fixtures/UserObject.cs +++ b/src/Akavache.Tests/Fixtures/UserObject.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Helpers/IntegrationTestHelper.cs b/src/Akavache.Tests/Helpers/IntegrationTestHelper.cs index dfbe7ba1a..584df67a6 100644 --- a/src/Akavache.Tests/Helpers/IntegrationTestHelper.cs +++ b/src/Akavache.Tests/Helpers/IntegrationTestHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Helpers/Utility.cs b/src/Akavache.Tests/Helpers/Utility.cs index 8001c68dc..25fd5b900 100644 --- a/src/Akavache.Tests/Helpers/Utility.cs +++ b/src/Akavache.Tests/Helpers/Utility.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/InMemoryBlobCacheBulkOperationsTests.cs b/src/Akavache.Tests/InMemoryBlobCacheBulkOperationsTests.cs index 7945c1671..7780a4e56 100644 --- a/src/Akavache.Tests/InMemoryBlobCacheBulkOperationsTests.cs +++ b/src/Akavache.Tests/InMemoryBlobCacheBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/InMemoryBlobCacheDateTimeTests.cs b/src/Akavache.Tests/InMemoryBlobCacheDateTimeTests.cs index 1d8a26fd8..dbbe9df34 100644 --- a/src/Akavache.Tests/InMemoryBlobCacheDateTimeTests.cs +++ b/src/Akavache.Tests/InMemoryBlobCacheDateTimeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/InMemoryBlobCacheInterfaceTests.cs b/src/Akavache.Tests/InMemoryBlobCacheInterfaceTests.cs index ce6237122..ef03c3e6d 100644 --- a/src/Akavache.Tests/InMemoryBlobCacheInterfaceTests.cs +++ b/src/Akavache.Tests/InMemoryBlobCacheInterfaceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/InMemoryBlobCacheObjectBulkOperationsTests.cs b/src/Akavache.Tests/InMemoryBlobCacheObjectBulkOperationsTests.cs index 01357b593..e818f38c4 100644 --- a/src/Akavache.Tests/InMemoryBlobCacheObjectBulkOperationsTests.cs +++ b/src/Akavache.Tests/InMemoryBlobCacheObjectBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/InMemoryBlobCacheTests.cs b/src/Akavache.Tests/InMemoryBlobCacheTests.cs index 9a580828a..70d538816 100644 --- a/src/Akavache.Tests/InMemoryBlobCacheTests.cs +++ b/src/Akavache.Tests/InMemoryBlobCacheTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Performance/PerfHelper.cs b/src/Akavache.Tests/Performance/PerfHelper.cs index 9d14b52c5..de4b95c0a 100644 --- a/src/Akavache.Tests/Performance/PerfHelper.cs +++ b/src/Akavache.Tests/Performance/PerfHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Performance/ReadTests.cs b/src/Akavache.Tests/Performance/ReadTests.cs index cfbcb328f..be05fa1bc 100644 --- a/src/Akavache.Tests/Performance/ReadTests.cs +++ b/src/Akavache.Tests/Performance/ReadTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Performance/Sqlite3ReadTests.cs b/src/Akavache.Tests/Performance/Sqlite3ReadTests.cs index 52f0bd25b..0e4575e73 100644 --- a/src/Akavache.Tests/Performance/Sqlite3ReadTests.cs +++ b/src/Akavache.Tests/Performance/Sqlite3ReadTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Performance/Sqlite3WriteTests.cs b/src/Akavache.Tests/Performance/Sqlite3WriteTests.cs index feddbb84f..ba9477697 100644 --- a/src/Akavache.Tests/Performance/Sqlite3WriteTests.cs +++ b/src/Akavache.Tests/Performance/Sqlite3WriteTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/Performance/WriteTests.cs b/src/Akavache.Tests/Performance/WriteTests.cs index 61b4af646..4f23e352a 100644 --- a/src/Akavache.Tests/Performance/WriteTests.cs +++ b/src/Akavache.Tests/Performance/WriteTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/SqliteBlobCacheBulkExtensionsTest.cs b/src/Akavache.Tests/SqliteBlobCacheBulkExtensionsTest.cs index a65a3c140..cf224537e 100644 --- a/src/Akavache.Tests/SqliteBlobCacheBulkExtensionsTest.cs +++ b/src/Akavache.Tests/SqliteBlobCacheBulkExtensionsTest.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/SqliteBlobCacheBulkOperationsTests.cs b/src/Akavache.Tests/SqliteBlobCacheBulkOperationsTests.cs index c7110462c..174b9ecb1 100644 --- a/src/Akavache.Tests/SqliteBlobCacheBulkOperationsTests.cs +++ b/src/Akavache.Tests/SqliteBlobCacheBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/SqliteBlobCacheDateTimeTests.cs b/src/Akavache.Tests/SqliteBlobCacheDateTimeTests.cs index cffe68e42..25a6f77b0 100644 --- a/src/Akavache.Tests/SqliteBlobCacheDateTimeTests.cs +++ b/src/Akavache.Tests/SqliteBlobCacheDateTimeTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/SqliteBlobCacheExtensionsTests.cs b/src/Akavache.Tests/SqliteBlobCacheExtensionsTests.cs index ac725d990..21c92327d 100644 --- a/src/Akavache.Tests/SqliteBlobCacheExtensionsTests.cs +++ b/src/Akavache.Tests/SqliteBlobCacheExtensionsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/SqliteBlobCacheInterfaceTests.cs b/src/Akavache.Tests/SqliteBlobCacheInterfaceTests.cs index 348a6894b..36d2a8544 100644 --- a/src/Akavache.Tests/SqliteBlobCacheInterfaceTests.cs +++ b/src/Akavache.Tests/SqliteBlobCacheInterfaceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/SqliteBlobCacheObjectBulkOperationsTests.cs b/src/Akavache.Tests/SqliteBlobCacheObjectBulkOperationsTests.cs index 05aeeb36a..a7ae58ea5 100644 --- a/src/Akavache.Tests/SqliteBlobCacheObjectBulkOperationsTests.cs +++ b/src/Akavache.Tests/SqliteBlobCacheObjectBulkOperationsTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/TestBases/BlobCacheExtensionsTestBase.cs b/src/Akavache.Tests/TestBases/BlobCacheExtensionsTestBase.cs index 4905f85ef..95d5b57e4 100644 --- a/src/Akavache.Tests/TestBases/BlobCacheExtensionsTestBase.cs +++ b/src/Akavache.Tests/TestBases/BlobCacheExtensionsTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/TestBases/BlobCacheInterfaceTestBase.cs b/src/Akavache.Tests/TestBases/BlobCacheInterfaceTestBase.cs index a3a5bc180..68a143c64 100644 --- a/src/Akavache.Tests/TestBases/BlobCacheInterfaceTestBase.cs +++ b/src/Akavache.Tests/TestBases/BlobCacheInterfaceTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/TestBases/BulkOperationsTestBase.cs b/src/Akavache.Tests/TestBases/BulkOperationsTestBase.cs index 679c654ec..0f844981e 100644 --- a/src/Akavache.Tests/TestBases/BulkOperationsTestBase.cs +++ b/src/Akavache.Tests/TestBases/BulkOperationsTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/TestBases/DateTimeTestBase.cs b/src/Akavache.Tests/TestBases/DateTimeTestBase.cs index 395248652..2f841e05b 100644 --- a/src/Akavache.Tests/TestBases/DateTimeTestBase.cs +++ b/src/Akavache.Tests/TestBases/DateTimeTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/TestBases/ObjectBulkOperationsTestBase.cs b/src/Akavache.Tests/TestBases/ObjectBulkOperationsTestBase.cs index 7f90ac05a..fa6e951b9 100644 --- a/src/Akavache.Tests/TestBases/ObjectBulkOperationsTestBase.cs +++ b/src/Akavache.Tests/TestBases/ObjectBulkOperationsTestBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache.Tests/UtilityTests.cs b/src/Akavache.Tests/UtilityTests.cs index 46aaece80..f757755be 100644 --- a/src/Akavache.Tests/UtilityTests.cs +++ b/src/Akavache.Tests/UtilityTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache/LinkerPreserve.cs b/src/Akavache/LinkerPreserve.cs index f088c93a1..59eb0292e 100644 --- a/src/Akavache/LinkerPreserve.cs +++ b/src/Akavache/LinkerPreserve.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache/Properties/AssemblyInfo.cs b/src/Akavache/Properties/AssemblyInfo.cs index bb917d70f..7cc984ade 100644 --- a/src/Akavache/Properties/AssemblyInfo.cs +++ b/src/Akavache/Properties/AssemblyInfo.cs @@ -1,8 +1,8 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. using Akavache.Core; -[assembly: Preserve] \ No newline at end of file +[assembly: Preserve] diff --git a/src/Akavache/Registrations.cs b/src/Akavache/Registrations.cs index a2cb01ebe..9fd7d9dc5 100644 --- a/src/Akavache/Registrations.cs +++ b/src/Akavache/Registrations.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/Akavache/SQLitePersistentBlobCache.cs b/src/Akavache/SQLitePersistentBlobCache.cs index ecc2c7118..fd6265973 100644 --- a/src/Akavache/SQLitePersistentBlobCache.cs +++ b/src/Akavache/SQLitePersistentBlobCache.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2020 .NET Foundation and Contributors. All rights reserved. +// Copyright (c) 2021 .NET Foundation and Contributors. All rights reserved. // Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for full license information. diff --git a/src/stylecop.json b/src/stylecop.json index 3d6be4428..ba9d23818 100644 --- a/src/stylecop.json +++ b/src/stylecop.json @@ -13,7 +13,7 @@ "documentPrivateFields": false, "documentationCulture": "en-US", "companyName": ".NET Foundation and Contributors", - "copyrightText": "Copyright (c) 2020 {companyName}. All rights reserved.\nLicensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", + "copyrightText": "Copyright (c) 2021 {companyName}. All rights reserved.\nLicensed to the .NET Foundation under one or more agreements.\nThe .NET Foundation licenses this file to you under the {licenseName} license.\nSee the {licenseFile} file in the project root for full license information.", "variables": { "licenseName": "MIT", "licenseFile": "LICENSE"