Index: build/GlobalAssembly.cs =================================================================== diff -u -r624b79046befa32185f168e9e63c42859ec0f83e -re52ae2f4988a2e1689c14b2b1a498ccc15cd1ad8 --- build/GlobalAssembly.cs (.../GlobalAssembly.cs) (revision 624b79046befa32185f168e9e63c42859ec0f83e) +++ build/GlobalAssembly.cs (.../GlobalAssembly.cs) (revision e52ae2f4988a2e1689c14b2b1a498ccc15cd1ad8) @@ -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. // @@ -24,10 +24,10 @@ using System.Resources; using System.Runtime.InteropServices; -[assembly: AssemblyCompany("Deltares")] +[assembly: AssemblyCompany("Stichting Deltares and State of the Netherlands")] [assembly: AssemblyDescription("")] [assembly: AssemblyConfiguration("")] -[assembly: AssemblyCopyright("Copyright © Deltares 2022")] +[assembly: AssemblyCopyright("Copyright © Stichting Deltares and State of the Netherlands 2023")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] [assembly: NeutralResourcesLanguage("nl-NL")]