Index: Migration/Scripts/test/Migration.Scripts.Data.TestUtil/TestUpgradeScript.cs =================================================================== diff -u -r9e9976818f1b446948c3bf815cafe2e023f98ac1 -re93ca434037205455b9fa33353b2c8c73d4f3baa --- Migration/Scripts/test/Migration.Scripts.Data.TestUtil/TestUpgradeScript.cs (.../TestUpgradeScript.cs) (revision 9e9976818f1b446948c3bf815cafe2e023f98ac1) +++ Migration/Scripts/test/Migration.Scripts.Data.TestUtil/TestUpgradeScript.cs (.../TestUpgradeScript.cs) (revision e93ca434037205455b9fa33353b2c8c73d4f3baa) @@ -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. // @@ -37,7 +37,8 @@ /// /// is empty or null, /// is empty or null, - /// + /// + /// public TestUpgradeScript(string fromVersion, string toVersion) : base(fromVersion, toVersion) {}