diff --git a/src/Caching/SqlServer/src/Columns.cs b/src/Caching/SqlServer/src/Columns.cs index c723a20b9618..2bb56c49deb4 100644 --- a/src/Caching/SqlServer/src/Columns.cs +++ b/src/Caching/SqlServer/src/Columns.cs @@ -1,6 +1,5 @@ // 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 more information. namespace Microsoft.Extensions.Caching.SqlServer { diff --git a/src/Caching/SqlServer/src/DatabaseOperations.cs b/src/Caching/SqlServer/src/DatabaseOperations.cs index 741836ae0ac0..b8cdbd1c4258 100644 --- a/src/Caching/SqlServer/src/DatabaseOperations.cs +++ b/src/Caching/SqlServer/src/DatabaseOperations.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using System.Data; diff --git a/src/Caching/SqlServer/src/IDatabaseOperations.cs b/src/Caching/SqlServer/src/IDatabaseOperations.cs index 5189f95b5ec3..550f51a9a524 100644 --- a/src/Caching/SqlServer/src/IDatabaseOperations.cs +++ b/src/Caching/SqlServer/src/IDatabaseOperations.cs @@ -1,6 +1,5 @@ // 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 more information. using System.Threading; using System.Threading.Tasks; diff --git a/src/Caching/SqlServer/src/MonoDatabaseOperations.cs b/src/Caching/SqlServer/src/MonoDatabaseOperations.cs index 96978ee76392..2ab18c5d7398 100644 --- a/src/Caching/SqlServer/src/MonoDatabaseOperations.cs +++ b/src/Caching/SqlServer/src/MonoDatabaseOperations.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using System.Data; diff --git a/src/Caching/SqlServer/src/MonoSqlParameterCollectionExtensions.cs b/src/Caching/SqlServer/src/MonoSqlParameterCollectionExtensions.cs index 88fd30b9fb72..1b15b0d46ae0 100644 --- a/src/Caching/SqlServer/src/MonoSqlParameterCollectionExtensions.cs +++ b/src/Caching/SqlServer/src/MonoSqlParameterCollectionExtensions.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using System.Data; diff --git a/src/Caching/SqlServer/src/PlatformHelper.cs b/src/Caching/SqlServer/src/PlatformHelper.cs index 6d0c40ba3144..380302431497 100644 --- a/src/Caching/SqlServer/src/PlatformHelper.cs +++ b/src/Caching/SqlServer/src/PlatformHelper.cs @@ -1,6 +1,5 @@ // 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 more information. using System; diff --git a/src/Caching/SqlServer/src/SqlParameterCollectionExtensions.cs b/src/Caching/SqlServer/src/SqlParameterCollectionExtensions.cs index 1809b24fe3b4..978561af94c8 100644 --- a/src/Caching/SqlServer/src/SqlParameterCollectionExtensions.cs +++ b/src/Caching/SqlServer/src/SqlParameterCollectionExtensions.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using System.Data; diff --git a/src/Caching/SqlServer/src/SqlQueries.cs b/src/Caching/SqlServer/src/SqlQueries.cs index e3816893463a..6ff195fb2100 100644 --- a/src/Caching/SqlServer/src/SqlQueries.cs +++ b/src/Caching/SqlServer/src/SqlQueries.cs @@ -1,6 +1,5 @@ // 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 more information. using System.Globalization; using Microsoft.Extensions.Internal; diff --git a/src/Caching/SqlServer/src/SqlServerCache.cs b/src/Caching/SqlServer/src/SqlServerCache.cs index b285c54c6cf4..4d85032081aa 100644 --- a/src/Caching/SqlServer/src/SqlServerCache.cs +++ b/src/Caching/SqlServer/src/SqlServerCache.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using System.Threading; diff --git a/src/Caching/SqlServer/src/SqlServerCacheOptions.cs b/src/Caching/SqlServer/src/SqlServerCacheOptions.cs index aca5a0d00991..3eaf09d38434 100644 --- a/src/Caching/SqlServer/src/SqlServerCacheOptions.cs +++ b/src/Caching/SqlServer/src/SqlServerCacheOptions.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using Microsoft.Extensions.Internal; diff --git a/src/Caching/SqlServer/src/SqlServerCachingServicesExtensions.cs b/src/Caching/SqlServer/src/SqlServerCachingServicesExtensions.cs index 2ff850d5bbbf..ff4a841f048f 100644 --- a/src/Caching/SqlServer/src/SqlServerCachingServicesExtensions.cs +++ b/src/Caching/SqlServer/src/SqlServerCachingServicesExtensions.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using Microsoft.Extensions.Caching.Distributed; diff --git a/src/Caching/SqlServer/test/CacheItemInfo.cs b/src/Caching/SqlServer/test/CacheItemInfo.cs index 923cb4baacef..bc770d8b8949 100644 --- a/src/Caching/SqlServer/test/CacheItemInfo.cs +++ b/src/Caching/SqlServer/test/CacheItemInfo.cs @@ -1,6 +1,5 @@ // 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 more information. using System; diff --git a/src/Caching/SqlServer/test/SqlServerCacheServicesExtensionsTest.cs b/src/Caching/SqlServer/test/SqlServerCacheServicesExtensionsTest.cs index e7073b306579..24be5be428b1 100644 --- a/src/Caching/SqlServer/test/SqlServerCacheServicesExtensionsTest.cs +++ b/src/Caching/SqlServer/test/SqlServerCacheServicesExtensionsTest.cs @@ -1,6 +1,5 @@ // 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 more information. using System.Linq; using Microsoft.Extensions.Caching.Distributed; diff --git a/src/Caching/SqlServer/test/SqlServerCacheWithDatabaseTest.cs b/src/Caching/SqlServer/test/SqlServerCacheWithDatabaseTest.cs index 3c5c7d47ee1a..f8a2e8e31403 100644 --- a/src/Caching/SqlServer/test/SqlServerCacheWithDatabaseTest.cs +++ b/src/Caching/SqlServer/test/SqlServerCacheWithDatabaseTest.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using System.Collections.Generic; diff --git a/src/Caching/SqlServer/test/TestClock.cs b/src/Caching/SqlServer/test/TestClock.cs index 6f0886cd9907..2221a3d7c227 100644 --- a/src/Caching/SqlServer/test/TestClock.cs +++ b/src/Caching/SqlServer/test/TestClock.cs @@ -1,6 +1,5 @@ // 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 more information. using System; diff --git a/src/Caching/SqlServer/test/TestOptions.cs b/src/Caching/SqlServer/test/TestOptions.cs index 0fdaf105e8ee..bc821e03407d 100644 --- a/src/Caching/SqlServer/test/TestOptions.cs +++ b/src/Caching/SqlServer/test/TestOptions.cs @@ -1,6 +1,5 @@ // 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 more information. using Microsoft.Extensions.Options; diff --git a/src/Caching/StackExchangeRedis/src/RedisCache.cs b/src/Caching/StackExchangeRedis/src/RedisCache.cs index 1e7099209bcd..25704e1a9218 100644 --- a/src/Caching/StackExchangeRedis/src/RedisCache.cs +++ b/src/Caching/StackExchangeRedis/src/RedisCache.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using System.Threading; diff --git a/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs b/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs index 5bba6f3ddbcd..3b42427b4120 100644 --- a/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs +++ b/src/Caching/StackExchangeRedis/src/RedisCacheOptions.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using Microsoft.Extensions.Options; diff --git a/src/Caching/StackExchangeRedis/src/RedisExtensions.cs b/src/Caching/StackExchangeRedis/src/RedisExtensions.cs index 0f9886afc702..181d0ab86b1f 100644 --- a/src/Caching/StackExchangeRedis/src/RedisExtensions.cs +++ b/src/Caching/StackExchangeRedis/src/RedisExtensions.cs @@ -1,6 +1,5 @@ // 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 more information. using System.Threading.Tasks; using StackExchange.Redis; diff --git a/src/Caching/StackExchangeRedis/src/StackExchangeRedisCacheServiceCollectionExtensions.cs b/src/Caching/StackExchangeRedis/src/StackExchangeRedisCacheServiceCollectionExtensions.cs index 8f579e989f47..9aaadb92a122 100644 --- a/src/Caching/StackExchangeRedis/src/StackExchangeRedisCacheServiceCollectionExtensions.cs +++ b/src/Caching/StackExchangeRedis/src/StackExchangeRedisCacheServiceCollectionExtensions.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using Microsoft.Extensions.Caching.Distributed; diff --git a/src/Caching/StackExchangeRedis/test/CacheServiceExtensionsTests.cs b/src/Caching/StackExchangeRedis/test/CacheServiceExtensionsTests.cs index c773fba6c6b9..01396421f5c3 100644 --- a/src/Caching/StackExchangeRedis/test/CacheServiceExtensionsTests.cs +++ b/src/Caching/StackExchangeRedis/test/CacheServiceExtensionsTests.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using System.IO; diff --git a/src/Caching/StackExchangeRedis/test/Infrastructure/RedisTestConfig.cs b/src/Caching/StackExchangeRedis/test/Infrastructure/RedisTestConfig.cs index 9004c99ba90f..69aaa353def6 100644 --- a/src/Caching/StackExchangeRedis/test/Infrastructure/RedisTestConfig.cs +++ b/src/Caching/StackExchangeRedis/test/Infrastructure/RedisTestConfig.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using System.Diagnostics; diff --git a/src/Caching/StackExchangeRedis/test/Infrastructure/RedisXunitTestExecutor.cs b/src/Caching/StackExchangeRedis/test/Infrastructure/RedisXunitTestExecutor.cs index 95d405350a67..424312d3b1bf 100644 --- a/src/Caching/StackExchangeRedis/test/Infrastructure/RedisXunitTestExecutor.cs +++ b/src/Caching/StackExchangeRedis/test/Infrastructure/RedisXunitTestExecutor.cs @@ -1,6 +1,5 @@ // 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 more information. //using System; //using System.Reflection; diff --git a/src/Caching/StackExchangeRedis/test/Infrastructure/RedisXunitTestFramework.cs b/src/Caching/StackExchangeRedis/test/Infrastructure/RedisXunitTestFramework.cs index da2f40184326..0f1aefeea344 100644 --- a/src/Caching/StackExchangeRedis/test/Infrastructure/RedisXunitTestFramework.cs +++ b/src/Caching/StackExchangeRedis/test/Infrastructure/RedisXunitTestFramework.cs @@ -1,6 +1,5 @@ // 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 more information. //using System.Reflection; //using Xunit; diff --git a/src/Caching/StackExchangeRedis/test/RedisCacheSetAndRemoveTests.cs b/src/Caching/StackExchangeRedis/test/RedisCacheSetAndRemoveTests.cs index 616f671f844e..80c0a8fab7d0 100644 --- a/src/Caching/StackExchangeRedis/test/RedisCacheSetAndRemoveTests.cs +++ b/src/Caching/StackExchangeRedis/test/RedisCacheSetAndRemoveTests.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using System.Threading; diff --git a/src/Caching/StackExchangeRedis/test/TimeExpirationTests.cs b/src/Caching/StackExchangeRedis/test/TimeExpirationTests.cs index e38b93aeff3a..1b537e528989 100644 --- a/src/Caching/StackExchangeRedis/test/TimeExpirationTests.cs +++ b/src/Caching/StackExchangeRedis/test/TimeExpirationTests.cs @@ -1,6 +1,5 @@ // 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 more information. using System; using System.Globalization;