diff --git a/Sample/SextantSample.UWP/Properties/AssemblyInfo.cs b/Sample/SextantSample.UWP/Properties/AssemblyInfo.cs index e26442e2..ab8fe06f 100644 --- a/Sample/SextantSample.UWP/Properties/AssemblyInfo.cs +++ b/Sample/SextantSample.UWP/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("SextantSample.UWP")] -[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyCopyright("Copyright © .NET Foundation 2021")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -26,4 +26,4 @@ // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] -[assembly: ComVisible(false)] \ No newline at end of file +[assembly: ComVisible(false)] diff --git a/src/ApiGeneratorGlobalSuppressions.cs b/src/ApiGeneratorGlobalSuppressions.cs index 867404d2..8b0d7767 100644 --- a/src/ApiGeneratorGlobalSuppressions.cs +++ b/src/ApiGeneratorGlobalSuppressions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Benchmarks/Mocks/BenchmarkView.cs b/src/Benchmarks/Mocks/BenchmarkView.cs index 877599fa..084ff5b0 100644 --- a/src/Benchmarks/Mocks/BenchmarkView.cs +++ b/src/Benchmarks/Mocks/BenchmarkView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Benchmarks/Mocks/InMemoryViewLocator.cs b/src/Benchmarks/Mocks/InMemoryViewLocator.cs index 27bf928e..4abfd184 100644 --- a/src/Benchmarks/Mocks/InMemoryViewLocator.cs +++ b/src/Benchmarks/Mocks/InMemoryViewLocator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Benchmarks/Mocks/TestView.cs b/src/Benchmarks/Mocks/TestView.cs index c89703b3..3e0f4262 100644 --- a/src/Benchmarks/Mocks/TestView.cs +++ b/src/Benchmarks/Mocks/TestView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Benchmarks/Mocks/ViewModel.cs b/src/Benchmarks/Mocks/ViewModel.cs index 111bb005..a5961fba 100644 --- a/src/Benchmarks/Mocks/ViewModel.cs +++ b/src/Benchmarks/Mocks/ViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Benchmarks/Program.cs b/src/Benchmarks/Program.cs index d9575181..964fe3db 100644 --- a/src/Benchmarks/Program.cs +++ b/src/Benchmarks/Program.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Benchmarks/ViewStackServiceBenchmark.cs b/src/Benchmarks/ViewStackServiceBenchmark.cs index 02d340f8..a540240c 100644 --- a/src/Benchmarks/ViewStackServiceBenchmark.cs +++ b/src/Benchmarks/ViewStackServiceBenchmark.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Avalonia/DependencyResolverMixins.cs b/src/Sextant.Avalonia/DependencyResolverMixins.cs index 1abfd88a..67789fa1 100644 --- a/src/Sextant.Avalonia/DependencyResolverMixins.cs +++ b/src/Sextant.Avalonia/DependencyResolverMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Avalonia/NavigationView.cs b/src/Sextant.Avalonia/NavigationView.cs index cffa9778..108358dc 100644 --- a/src/Sextant.Avalonia/NavigationView.cs +++ b/src/Sextant.Avalonia/NavigationView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Mocks/AbstractViewModel.cs b/src/Sextant.Mocks/AbstractViewModel.cs index e2346d0e..7f76bc8d 100644 --- a/src/Sextant.Mocks/AbstractViewModel.cs +++ b/src/Sextant.Mocks/AbstractViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Mocks/IDestructibleMock.cs b/src/Sextant.Mocks/IDestructibleMock.cs index 3b75614e..438b89eb 100644 --- a/src/Sextant.Mocks/IDestructibleMock.cs +++ b/src/Sextant.Mocks/IDestructibleMock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Mocks/IEverything.cs b/src/Sextant.Mocks/IEverything.cs index b0f05b75..b5388c89 100644 --- a/src/Sextant.Mocks/IEverything.cs +++ b/src/Sextant.Mocks/IEverything.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Mocks/NavigableViewModelMock.cs b/src/Sextant.Mocks/NavigableViewModelMock.cs index 7ecc5521..4e64817f 100644 --- a/src/Sextant.Mocks/NavigableViewModelMock.cs +++ b/src/Sextant.Mocks/NavigableViewModelMock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Mocks/NavigatedMock.cs b/src/Sextant.Mocks/NavigatedMock.cs index f3de16f5..bced62c1 100644 --- a/src/Sextant.Mocks/NavigatedMock.cs +++ b/src/Sextant.Mocks/NavigatedMock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Mocks/NavigationViewMock.cs b/src/Sextant.Mocks/NavigationViewMock.cs index bac5ff13..a43d5e51 100644 --- a/src/Sextant.Mocks/NavigationViewMock.cs +++ b/src/Sextant.Mocks/NavigationViewMock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Mocks/NullViewModelMock.cs b/src/Sextant.Mocks/NullViewModelMock.cs index 7979f6b5..2004d94b 100644 --- a/src/Sextant.Mocks/NullViewModelMock.cs +++ b/src/Sextant.Mocks/NullViewModelMock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Mocks/PageView.cs b/src/Sextant.Mocks/PageView.cs index e42c14fa..0b24e50e 100644 --- a/src/Sextant.Mocks/PageView.cs +++ b/src/Sextant.Mocks/PageView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Mocks/ParameterViewModel.cs b/src/Sextant.Mocks/ParameterViewModel.cs index 207db1aa..759b4a58 100644 --- a/src/Sextant.Mocks/ParameterViewModel.cs +++ b/src/Sextant.Mocks/ParameterViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Plugins.Popup.Tests/API/ApiApprovalTests.cs b/src/Sextant.Plugins.Popup.Tests/API/ApiApprovalTests.cs index 58d626e3..9eaeb6a4 100644 --- a/src/Sextant.Plugins.Popup.Tests/API/ApiApprovalTests.cs +++ b/src/Sextant.Plugins.Popup.Tests/API/ApiApprovalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Plugins.Popup.Tests/PopupMock.cs b/src/Sextant.Plugins.Popup.Tests/PopupMock.cs index d414e1c5..f5c6586b 100644 --- a/src/Sextant.Plugins.Popup.Tests/PopupMock.cs +++ b/src/Sextant.Plugins.Popup.Tests/PopupMock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Plugins.Popup.Tests/PopupNavigationMock.cs b/src/Sextant.Plugins.Popup.Tests/PopupNavigationMock.cs index 795b353f..52e0551f 100644 --- a/src/Sextant.Plugins.Popup.Tests/PopupNavigationMock.cs +++ b/src/Sextant.Plugins.Popup.Tests/PopupNavigationMock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Plugins.Popup.Tests/PopupViewStackServiceFixture.cs b/src/Sextant.Plugins.Popup.Tests/PopupViewStackServiceFixture.cs index 7c9fdebb..e21cf185 100644 --- a/src/Sextant.Plugins.Popup.Tests/PopupViewStackServiceFixture.cs +++ b/src/Sextant.Plugins.Popup.Tests/PopupViewStackServiceFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Plugins.Popup.Tests/PopupViewStackServiceTests.cs b/src/Sextant.Plugins.Popup.Tests/PopupViewStackServiceTests.cs index 47e94823..b7a3ca94 100644 --- a/src/Sextant.Plugins.Popup.Tests/PopupViewStackServiceTests.cs +++ b/src/Sextant.Plugins.Popup.Tests/PopupViewStackServiceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Plugins.Popup/IPopupViewStackService.cs b/src/Sextant.Plugins.Popup/IPopupViewStackService.cs index 0bb856ae..0e5ccb96 100644 --- a/src/Sextant.Plugins.Popup/IPopupViewStackService.cs +++ b/src/Sextant.Plugins.Popup/IPopupViewStackService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Plugins.Popup/PopupNavigationEvent.cs b/src/Sextant.Plugins.Popup/PopupNavigationEvent.cs index 8cc85d72..2ae9affb 100644 --- a/src/Sextant.Plugins.Popup/PopupNavigationEvent.cs +++ b/src/Sextant.Plugins.Popup/PopupNavigationEvent.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Plugins.Popup/PopupViewStackService.cs b/src/Sextant.Plugins.Popup/PopupViewStackService.cs index e8b2932d..cf7c82ac 100644 --- a/src/Sextant.Plugins.Popup/PopupViewStackService.cs +++ b/src/Sextant.Plugins.Popup/PopupViewStackService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Plugins.Popup/PopupViewStackServiceBase.cs b/src/Sextant.Plugins.Popup/PopupViewStackServiceBase.cs index 1bbb7d21..389fc42d 100644 --- a/src/Sextant.Plugins.Popup/PopupViewStackServiceBase.cs +++ b/src/Sextant.Plugins.Popup/PopupViewStackServiceBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Plugins.Popup/SextantPopupPage.cs b/src/Sextant.Plugins.Popup/SextantPopupPage.cs index 7deae979..ec57f698 100644 --- a/src/Sextant.Plugins.Popup/SextantPopupPage.cs +++ b/src/Sextant.Plugins.Popup/SextantPopupPage.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/API/ApiApprovalTests.cs b/src/Sextant.Tests/API/ApiApprovalTests.cs index 22a2bb01..9895cb7a 100644 --- a/src/Sextant.Tests/API/ApiApprovalTests.cs +++ b/src/Sextant.Tests/API/ApiApprovalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/DependencyResolverMixinTests.cs b/src/Sextant.Tests/DependencyResolverMixinTests.cs index b8aa5c34..d77045a9 100644 --- a/src/Sextant.Tests/DependencyResolverMixinTests.cs +++ b/src/Sextant.Tests/DependencyResolverMixinTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/Navigation/DestructibleTests.cs b/src/Sextant.Tests/Navigation/DestructibleTests.cs index e1b46896..135bd93c 100644 --- a/src/Sextant.Tests/Navigation/DestructibleTests.cs +++ b/src/Sextant.Tests/Navigation/DestructibleTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/Navigation/NavigatedTests.cs b/src/Sextant.Tests/Navigation/NavigatedTests.cs index 8154aef2..70e0227c 100644 --- a/src/Sextant.Tests/Navigation/NavigatedTests.cs +++ b/src/Sextant.Tests/Navigation/NavigatedTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/Navigation/NavigatingTests.cs b/src/Sextant.Tests/Navigation/NavigatingTests.cs index 760a447f..2999060f 100644 --- a/src/Sextant.Tests/Navigation/NavigatingTests.cs +++ b/src/Sextant.Tests/Navigation/NavigatingTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/Navigation/NavigationParameterTests.cs b/src/Sextant.Tests/Navigation/NavigationParameterTests.cs index 9c16d925..0a6a9286 100644 --- a/src/Sextant.Tests/Navigation/NavigationParameterTests.cs +++ b/src/Sextant.Tests/Navigation/NavigationParameterTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/Navigation/ParameterViewStackServiceFixture.cs b/src/Sextant.Tests/Navigation/ParameterViewStackServiceFixture.cs index 99be8a8e..5a1faff8 100644 --- a/src/Sextant.Tests/Navigation/ParameterViewStackServiceFixture.cs +++ b/src/Sextant.Tests/Navigation/ParameterViewStackServiceFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/Navigation/ParameterViewStackServiceTests.cs b/src/Sextant.Tests/Navigation/ParameterViewStackServiceTests.cs index 9d596b1f..b33f0eae 100644 --- a/src/Sextant.Tests/Navigation/ParameterViewStackServiceTests.cs +++ b/src/Sextant.Tests/Navigation/ParameterViewStackServiceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/Navigation/ViewStackServiceFixture.cs b/src/Sextant.Tests/Navigation/ViewStackServiceFixture.cs index 3d85b268..9dba0cad 100644 --- a/src/Sextant.Tests/Navigation/ViewStackServiceFixture.cs +++ b/src/Sextant.Tests/Navigation/ViewStackServiceFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/Navigation/ViewStackServiceFixtureExtensions.cs b/src/Sextant.Tests/Navigation/ViewStackServiceFixtureExtensions.cs index 8ba3d165..7a973a5f 100644 --- a/src/Sextant.Tests/Navigation/ViewStackServiceFixtureExtensions.cs +++ b/src/Sextant.Tests/Navigation/ViewStackServiceFixtureExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/Navigation/ViewStackServiceTests.cs b/src/Sextant.Tests/Navigation/ViewStackServiceTests.cs index b14771ad..422fd0b8 100644 --- a/src/Sextant.Tests/Navigation/ViewStackServiceTests.cs +++ b/src/Sextant.Tests/Navigation/ViewStackServiceTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.Tests/ViewModelFactoryTests.cs b/src/Sextant.Tests/ViewModelFactoryTests.cs index c1b75f1a..585e7219 100644 --- a/src/Sextant.Tests/ViewModelFactoryTests.cs +++ b/src/Sextant.Tests/ViewModelFactoryTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.XamForms.Tests/API/ApiApprovalTests.cs b/src/Sextant.XamForms.Tests/API/ApiApprovalTests.cs index 8eaf4876..31af7123 100644 --- a/src/Sextant.XamForms.Tests/API/ApiApprovalTests.cs +++ b/src/Sextant.XamForms.Tests/API/ApiApprovalTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.XamForms.Tests/DependencyResolverMixinTests.cs b/src/Sextant.XamForms.Tests/DependencyResolverMixinTests.cs index d0ce2473..1a8db59e 100644 --- a/src/Sextant.XamForms.Tests/DependencyResolverMixinTests.cs +++ b/src/Sextant.XamForms.Tests/DependencyResolverMixinTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.XamForms.Tests/SextantExtensionTests.cs b/src/Sextant.XamForms.Tests/SextantExtensionTests.cs index 470b8ff4..f41e80b4 100644 --- a/src/Sextant.XamForms.Tests/SextantExtensionTests.cs +++ b/src/Sextant.XamForms.Tests/SextantExtensionTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.XamForms/Mixins/DependencyResolverMixins.cs b/src/Sextant.XamForms/Mixins/DependencyResolverMixins.cs index c0d20d92..858b0f2e 100644 --- a/src/Sextant.XamForms/Mixins/DependencyResolverMixins.cs +++ b/src/Sextant.XamForms/Mixins/DependencyResolverMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.XamForms/Mixins/SextantExtensions.cs b/src/Sextant.XamForms/Mixins/SextantExtensions.cs index 6036250b..e5305358 100644 --- a/src/Sextant.XamForms/Mixins/SextantExtensions.cs +++ b/src/Sextant.XamForms/Mixins/SextantExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.XamForms/NavigationView.cs b/src/Sextant.XamForms/NavigationView.cs index ef31ce20..8d4255f4 100644 --- a/src/Sextant.XamForms/NavigationView.cs +++ b/src/Sextant.XamForms/NavigationView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.XamForms/SextantHelper.cs b/src/Sextant.XamForms/SextantHelper.cs index 170a3f3c..ecb1b8ad 100644 --- a/src/Sextant.XamForms/SextantHelper.cs +++ b/src/Sextant.XamForms/SextantHelper.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.iOS.Runner/AppDelegate.cs b/src/Sextant.iOS.Runner/AppDelegate.cs index ada126e8..955ade55 100644 --- a/src/Sextant.iOS.Runner/AppDelegate.cs +++ b/src/Sextant.iOS.Runner/AppDelegate.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.iOS.Runner/Main.cs b/src/Sextant.iOS.Runner/Main.cs index eb2dd692..96546780 100644 --- a/src/Sextant.iOS.Runner/Main.cs +++ b/src/Sextant.iOS.Runner/Main.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.iOS.Runner/NavigationViewControllerFixture.cs b/src/Sextant.iOS.Runner/NavigationViewControllerFixture.cs index 3dea68e4..d2e9fbe6 100644 --- a/src/Sextant.iOS.Runner/NavigationViewControllerFixture.cs +++ b/src/Sextant.iOS.Runner/NavigationViewControllerFixture.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.iOS.Runner/NavigationViewControllerTests.cs b/src/Sextant.iOS.Runner/NavigationViewControllerTests.cs index cde3b478..d575f9a4 100644 --- a/src/Sextant.iOS.Runner/NavigationViewControllerTests.cs +++ b/src/Sextant.iOS.Runner/NavigationViewControllerTests.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.iOS.Runner/PageUiViewController.cs b/src/Sextant.iOS.Runner/PageUiViewController.cs index 11f2dd92..bc05feb1 100644 --- a/src/Sextant.iOS.Runner/PageUiViewController.cs +++ b/src/Sextant.iOS.Runner/PageUiViewController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.iOS.Runner/PageViewModelMock.cs b/src/Sextant.iOS.Runner/PageViewModelMock.cs index e389eeec..1cabca46 100644 --- a/src/Sextant.iOS.Runner/PageViewModelMock.cs +++ b/src/Sextant.iOS.Runner/PageViewModelMock.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.iOS.Runner/Properties/AssemblyInfo.cs b/src/Sextant.iOS.Runner/Properties/AssemblyInfo.cs index 9c8dc009..9313b242 100644 --- a/src/Sextant.iOS.Runner/Properties/AssemblyInfo.cs +++ b/src/Sextant.iOS.Runner/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant.iOS.Runner/TestViewLocator.cs b/src/Sextant.iOS.Runner/TestViewLocator.cs index 4f215f91..9770099e 100644 --- a/src/Sextant.iOS.Runner/TestViewLocator.cs +++ b/src/Sextant.iOS.Runner/TestViewLocator.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Abstractions/IDestructible.cs b/src/Sextant/Abstractions/IDestructible.cs index c2e23b16..a79adbb1 100644 --- a/src/Sextant/Abstractions/IDestructible.cs +++ b/src/Sextant/Abstractions/IDestructible.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Abstractions/INavigable.cs b/src/Sextant/Abstractions/INavigable.cs index aa803ea1..32c1a87f 100644 --- a/src/Sextant/Abstractions/INavigable.cs +++ b/src/Sextant/Abstractions/INavigable.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Abstractions/INavigated.cs b/src/Sextant/Abstractions/INavigated.cs index f2bf3ac8..4d85bf04 100644 --- a/src/Sextant/Abstractions/INavigated.cs +++ b/src/Sextant/Abstractions/INavigated.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Abstractions/INavigating.cs b/src/Sextant/Abstractions/INavigating.cs index c163166d..3104309e 100644 --- a/src/Sextant/Abstractions/INavigating.cs +++ b/src/Sextant/Abstractions/INavigating.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Abstractions/INavigationParameter.cs b/src/Sextant/Abstractions/INavigationParameter.cs index 0e13326a..4313ff0e 100644 --- a/src/Sextant/Abstractions/INavigationParameter.cs +++ b/src/Sextant/Abstractions/INavigationParameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Abstractions/IPageViewModel.cs b/src/Sextant/Abstractions/IPageViewModel.cs index 010372f4..8e59c350 100644 --- a/src/Sextant/Abstractions/IPageViewModel.cs +++ b/src/Sextant/Abstractions/IPageViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Abstractions/IParameterViewStackService.cs b/src/Sextant/Abstractions/IParameterViewStackService.cs index 7d6ec63e..d2c004fa 100644 --- a/src/Sextant/Abstractions/IParameterViewStackService.cs +++ b/src/Sextant/Abstractions/IParameterViewStackService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Abstractions/IView.cs b/src/Sextant/Abstractions/IView.cs index 9fe1513a..2e61e73d 100644 --- a/src/Sextant/Abstractions/IView.cs +++ b/src/Sextant/Abstractions/IView.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Abstractions/IViewModel.cs b/src/Sextant/Abstractions/IViewModel.cs index 84c4b030..ce4dd8f9 100644 --- a/src/Sextant/Abstractions/IViewModel.cs +++ b/src/Sextant/Abstractions/IViewModel.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Abstractions/IViewModelFactory.cs b/src/Sextant/Abstractions/IViewModelFactory.cs index 35e52dcf..9628c92f 100644 --- a/src/Sextant/Abstractions/IViewModelFactory.cs +++ b/src/Sextant/Abstractions/IViewModelFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Abstractions/IViewStackService.cs b/src/Sextant/Abstractions/IViewStackService.cs index 9a43d7de..68a71b3b 100644 --- a/src/Sextant/Abstractions/IViewStackService.cs +++ b/src/Sextant/Abstractions/IViewStackService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/DefaultViewModelFactory.cs b/src/Sextant/DefaultViewModelFactory.cs index 4f61c5d5..7eb2a77f 100644 --- a/src/Sextant/DefaultViewModelFactory.cs +++ b/src/Sextant/DefaultViewModelFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/DependencyResolverMixins.cs b/src/Sextant/DependencyResolverMixins.cs index d3e2ba64..3f55e739 100644 --- a/src/Sextant/DependencyResolverMixins.cs +++ b/src/Sextant/DependencyResolverMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Navigation/NavigationParameter.cs b/src/Sextant/Navigation/NavigationParameter.cs index 3fb20c91..1eb3715b 100644 --- a/src/Sextant/Navigation/NavigationParameter.cs +++ b/src/Sextant/Navigation/NavigationParameter.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Navigation/ParameterViewStackService.cs b/src/Sextant/Navigation/ParameterViewStackService.cs index c24c430f..852d3836 100644 --- a/src/Sextant/Navigation/ParameterViewStackService.cs +++ b/src/Sextant/Navigation/ParameterViewStackService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Navigation/ParameterViewStackServiceBase.cs b/src/Sextant/Navigation/ParameterViewStackServiceBase.cs index 6cd3a634..bb8acba8 100644 --- a/src/Sextant/Navigation/ParameterViewStackServiceBase.cs +++ b/src/Sextant/Navigation/ParameterViewStackServiceBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Navigation/ViewModelActionExtensions.cs b/src/Sextant/Navigation/ViewModelActionExtensions.cs index 933c25c6..d3a9d48d 100644 --- a/src/Sextant/Navigation/ViewModelActionExtensions.cs +++ b/src/Sextant/Navigation/ViewModelActionExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Navigation/ViewStackService.cs b/src/Sextant/Navigation/ViewStackService.cs index a17439c6..7fcad025 100644 --- a/src/Sextant/Navigation/ViewStackService.cs +++ b/src/Sextant/Navigation/ViewStackService.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Navigation/ViewStackServiceBase.cs b/src/Sextant/Navigation/ViewStackServiceBase.cs index 763e8357..b00ce49a 100644 --- a/src/Sextant/Navigation/ViewStackServiceBase.cs +++ b/src/Sextant/Navigation/ViewStackServiceBase.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Platforms/net4/SextantExtensions.cs b/src/Sextant/Platforms/net4/SextantExtensions.cs index de445142..2eb978a9 100644 --- a/src/Sextant/Platforms/net4/SextantExtensions.cs +++ b/src/Sextant/Platforms/net4/SextantExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Platforms/net5/SextantExtensions.cs b/src/Sextant/Platforms/net5/SextantExtensions.cs index 4b0255ad..b11ec829 100644 --- a/src/Sextant/Platforms/net5/SextantExtensions.cs +++ b/src/Sextant/Platforms/net5/SextantExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Platforms/netstandard2.0/SextantExtensions.cs b/src/Sextant/Platforms/netstandard2.0/SextantExtensions.cs index 4b0255ad..b11ec829 100644 --- a/src/Sextant/Platforms/netstandard2.0/SextantExtensions.cs +++ b/src/Sextant/Platforms/netstandard2.0/SextantExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Platforms/uap/DeviceFamilyTrigger.cs b/src/Sextant/Platforms/uap/DeviceFamilyTrigger.cs index 2a78c44f..11971f73 100644 --- a/src/Sextant/Platforms/uap/DeviceFamilyTrigger.cs +++ b/src/Sextant/Platforms/uap/DeviceFamilyTrigger.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Platforms/uap/Mixins/DependencyResolverMixins.cs b/src/Sextant/Platforms/uap/Mixins/DependencyResolverMixins.cs index 2bb6c900..7439e9a1 100644 --- a/src/Sextant/Platforms/uap/Mixins/DependencyResolverMixins.cs +++ b/src/Sextant/Platforms/uap/Mixins/DependencyResolverMixins.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Platforms/uap/Mixins/SextantExtensions.cs b/src/Sextant/Platforms/uap/Mixins/SextantExtensions.cs index 3e643821..eca4151c 100644 --- a/src/Sextant/Platforms/uap/Mixins/SextantExtensions.cs +++ b/src/Sextant/Platforms/uap/Mixins/SextantExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Platforms/uap/Mixins/ViewTypeResolver.cs b/src/Sextant/Platforms/uap/Mixins/ViewTypeResolver.cs index cd37c403..b226ced5 100644 --- a/src/Sextant/Platforms/uap/Mixins/ViewTypeResolver.cs +++ b/src/Sextant/Platforms/uap/Mixins/ViewTypeResolver.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Platforms/uap/NavigationView.xaml.cs b/src/Sextant/Platforms/uap/NavigationView.xaml.cs index c75c2320..825efee8 100644 --- a/src/Sextant/Platforms/uap/NavigationView.xaml.cs +++ b/src/Sextant/Platforms/uap/NavigationView.xaml.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Platforms/uikit-common/NavigationViewController.cs b/src/Sextant/Platforms/uikit-common/NavigationViewController.cs index 7e7e3232..7327a6f3 100644 --- a/src/Sextant/Platforms/uikit-common/NavigationViewController.cs +++ b/src/Sextant/Platforms/uikit-common/NavigationViewController.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Platforms/uikit-common/SextantExtensions.cs b/src/Sextant/Platforms/uikit-common/SextantExtensions.cs index 5b2c897e..3b9e5b61 100644 --- a/src/Sextant/Platforms/uikit-common/SextantExtensions.cs +++ b/src/Sextant/Platforms/uikit-common/SextantExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/Sextant.cs b/src/Sextant/Sextant.cs index 7d99f421..471a39a4 100644 --- a/src/Sextant/Sextant.cs +++ b/src/Sextant/Sextant.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/System/Reactive/Linq/SubscribeSafeExtensions.cs b/src/Sextant/System/Reactive/Linq/SubscribeSafeExtensions.cs index 94188c29..3d9f28e3 100644 --- a/src/Sextant/System/Reactive/Linq/SubscribeSafeExtensions.cs +++ b/src/Sextant/System/Reactive/Linq/SubscribeSafeExtensions.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/System/Reactive/Linq/ToSignalExtension.cs b/src/Sextant/System/Reactive/Linq/ToSignalExtension.cs index 79988bde..3d0189e4 100644 --- a/src/Sextant/System/Reactive/Linq/ToSignalExtension.cs +++ b/src/Sextant/System/Reactive/Linq/ToSignalExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/System/Reactive/Linq/WhereNotNullExtension.cs b/src/Sextant/System/Reactive/Linq/WhereNotNullExtension.cs index 9d70f5f4..44f1cb98 100644 --- a/src/Sextant/System/Reactive/Linq/WhereNotNullExtension.cs +++ b/src/Sextant/System/Reactive/Linq/WhereNotNullExtension.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/ViewModelFactory.cs b/src/Sextant/ViewModelFactory.cs index 64994303..a5410e7a 100644 --- a/src/Sextant/ViewModelFactory.cs +++ b/src/Sextant/ViewModelFactory.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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/Sextant/ViewModelFactoryNotFoundException.cs b/src/Sextant/ViewModelFactoryNotFoundException.cs index 70d6d806..e20676fa 100644 --- a/src/Sextant/ViewModelFactoryNotFoundException.cs +++ b/src/Sextant/ViewModelFactoryNotFoundException.cs @@ -1,4 +1,4 @@ -// Copyright (c) 2019 .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 66c88ad6..ba9d2381 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) 2019 {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"