Index: Core/Components/src/Core.Components.BruTile.Data/BruTileSettings.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.Data/BruTileSettings.cs (.../BruTileSettings.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.Data/BruTileSettings.cs (.../BruTileSettings.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile.Data/Properties/AssemblyInfo.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.Data/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.Data/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile.Forms/BrutileConfigurationFactory.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.Forms/BrutileConfigurationFactory.cs (.../BrutileConfigurationFactory.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.Forms/BrutileConfigurationFactory.cs (.../BrutileConfigurationFactory.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile.Forms/BrutileWmtsCapabilityFactory.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.Forms/BrutileWmtsCapabilityFactory.cs (.../BrutileWmtsCapabilityFactory.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.Forms/BrutileWmtsCapabilityFactory.cs (.../BrutileWmtsCapabilityFactory.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile.Forms/Properties/AssemblyInfo.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.Forms/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.Forms/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // @@ -40,7 +40,7 @@ // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { Index: Core/Components/src/Core.Components.BruTile.IO/AsyncTileFetcher.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.IO/AsyncTileFetcher.cs (.../AsyncTileFetcher.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.IO/AsyncTileFetcher.cs (.../AsyncTileFetcher.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile.IO/ITileFetcher.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.IO/ITileFetcher.cs (.../ITileFetcher.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.IO/ITileFetcher.cs (.../ITileFetcher.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile.IO/NoopTileCache.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.IO/NoopTileCache.cs (.../NoopTileCache.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.IO/NoopTileCache.cs (.../NoopTileCache.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile.IO/Properties/AssemblyInfo.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.IO/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.IO/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile.IO/Properties/Resources.Designer.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.IO/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // @@ -40,7 +40,7 @@ // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { Index: Core/Components/src/Core.Components.BruTile.IO/TileReceivedEventArgs.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile.IO/TileReceivedEventArgs.cs (.../TileReceivedEventArgs.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile.IO/TileReceivedEventArgs.cs (.../TileReceivedEventArgs.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile/Configurations/IConfiguration.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile/Configurations/IConfiguration.cs (.../IConfiguration.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile/Configurations/IConfiguration.cs (.../IConfiguration.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile/Configurations/ITileSourceFactory.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile/Configurations/ITileSourceFactory.cs (.../ITileSourceFactory.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile/Configurations/ITileSourceFactory.cs (.../ITileSourceFactory.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs =================================================================== diff -u -ra8518500063c964d232681a5b97cab462692297f -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs (.../PersistentCacheConfiguration.cs) (revision a8518500063c964d232681a5b97cab462692297f) +++ Core/Components/src/Core.Components.BruTile/Configurations/PersistentCacheConfiguration.cs (.../PersistentCacheConfiguration.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile/Configurations/TileSourceFactory.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile/Configurations/TileSourceFactory.cs (.../TileSourceFactory.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile/Configurations/TileSourceFactory.cs (.../TileSourceFactory.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs (.../WellKnownTileSourceLayerConfiguration.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile/Configurations/WellKnownTileSourceLayerConfiguration.cs (.../WellKnownTileSourceLayerConfiguration.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile/Configurations/WmtsLayerConfiguration.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile/Configurations/WmtsLayerConfiguration.cs (.../WmtsLayerConfiguration.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile/Configurations/WmtsLayerConfiguration.cs (.../WmtsLayerConfiguration.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile/FileCacheManager.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile/FileCacheManager.cs (.../FileCacheManager.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile/FileCacheManager.cs (.../FileCacheManager.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile/Properties/AssemblyInfo.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Core/Components/src/Core.Components.BruTile/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // Index: Core/Components/src/Core.Components.BruTile/Properties/Resources.Designer.cs =================================================================== diff -u -ra8518500063c964d232681a5b97cab462692297f -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision a8518500063c964d232681a5b97cab462692297f) +++ Core/Components/src/Core.Components.BruTile/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,4 +1,4 @@ -// Copyright (C) Stichting Deltares 2022. All rights reserved. +// Copyright (C) Stichting Deltares and State of the Netherlands 2023. All rights reserved. // // This file is part of Riskeer. // @@ -40,7 +40,7 @@ // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] internal class Resources { Index: Core/Components/src/Core.Components.BruTile/app.config =================================================================== diff -u -r22d0624d4dacaa53bdfaaf94efb800da0c4919ad -r751d60500c8de6dd5f75ca4d111b73de75e0d207 --- Core/Components/src/Core.Components.BruTile/app.config (.../app.config) (revision 22d0624d4dacaa53bdfaaf94efb800da0c4919ad) +++ Core/Components/src/Core.Components.BruTile/app.config (.../app.config) (revision 751d60500c8de6dd5f75ca4d111b73de75e0d207) @@ -1,5 +1,5 @@