Index: Riskeer/Common/src/Riskeer.Common.Forms/Helpers/StructureCalculationConfigurationHelper.cs =================================================================== diff -u -rc237d392efd465a39343760f0b7409cd6861b18a -r988c54b8c1d76a0d9fca5d80a3814c5f39222c60 --- Riskeer/Common/src/Riskeer.Common.Forms/Helpers/StructureCalculationConfigurationHelper.cs (.../StructureCalculationConfigurationHelper.cs) (revision c237d392efd465a39343760f0b7409cd6861b18a) +++ Riskeer/Common/src/Riskeer.Common.Forms/Helpers/StructureCalculationConfigurationHelper.cs (.../StructureCalculationConfigurationHelper.cs) (revision 988c54b8c1d76a0d9fca5d80a3814c5f39222c60) @@ -38,8 +38,9 @@ /// The calculation group. /// The collection of structures. /// Thrown when any parameter is null. - public static void GenerateCalculations(CalculationGroup calculationGroup, IEnumerable structures) where TStructureBase : StructureBase - where TInputBase : StructuresInputBase, new() + public static void GenerateCalculations(CalculationGroup calculationGroup, IEnumerable structures) + where TStructureBase : StructureBase + where TInputBase : StructuresInputBase, new() { if (calculationGroup == null) { Index: Riskeer/Common/src/Riskeer.Common.Forms/PresentationObjects/IllustrationPointNodeContext.cs =================================================================== diff -u -ra087afbe055a94a42feb9a5bdc702af3f5a9f773 -r988c54b8c1d76a0d9fca5d80a3814c5f39222c60 --- Riskeer/Common/src/Riskeer.Common.Forms/PresentationObjects/IllustrationPointNodeContext.cs (.../IllustrationPointNodeContext.cs) (revision a087afbe055a94a42feb9a5bdc702af3f5a9f773) +++ Riskeer/Common/src/Riskeer.Common.Forms/PresentationObjects/IllustrationPointNodeContext.cs (.../IllustrationPointNodeContext.cs) (revision 988c54b8c1d76a0d9fca5d80a3814c5f39222c60) @@ -1,8 +1,8 @@ -// Copyright (C) Stichting Deltares 2017. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // -// This file is part of Ringtoets. +// This file is part of Riskeer. // -// Ringtoets is free software: you can redistribute it and/or modify +// Riskeer is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. Index: Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -r19cb5416755b464820d056fa7e4576e1c2ada4d6 -r988c54b8c1d76a0d9fca5d80a3814c5f39222c60 --- Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 19cb5416755b464820d056fa7e4576e1c2ada4d6) +++ Riskeer/Common/src/Riskeer.Common.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 988c54b8c1d76a0d9fca5d80a3814c5f39222c60) @@ -1,4 +1,25 @@ -//------------------------------------------------------------------------------ +// Copyright (C) Stichting Deltares 2019. All rights reserved. +// +// This file is part of Riskeer. +// +// Riskeer is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000 Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/PresentationObjects/IllustrationPointNodeContextTest.cs =================================================================== diff -u -ra087afbe055a94a42feb9a5bdc702af3f5a9f773 -r988c54b8c1d76a0d9fca5d80a3814c5f39222c60 --- Riskeer/Common/test/Riskeer.Common.Forms.Test/PresentationObjects/IllustrationPointNodeContextTest.cs (.../IllustrationPointNodeContextTest.cs) (revision a087afbe055a94a42feb9a5bdc702af3f5a9f773) +++ Riskeer/Common/test/Riskeer.Common.Forms.Test/PresentationObjects/IllustrationPointNodeContextTest.cs (.../IllustrationPointNodeContextTest.cs) (revision 988c54b8c1d76a0d9fca5d80a3814c5f39222c60) @@ -1,8 +1,8 @@ -// Copyright (C) Stichting Deltares 2017. All rights reserved. +// Copyright (C) Stichting Deltares 2019. All rights reserved. // -// This file is part of Ringtoets. +// This file is part of Riskeer. // -// Ringtoets is free software: you can redistribute it and/or modify +// Riskeer is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as published by // the Free Software Foundation, either version 3 of the License, or // (at your option) any later version. Index: Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -rbab6e2f55474e23481bf4f119b1cd356c13c4be1 -r988c54b8c1d76a0d9fca5d80a3814c5f39222c60 --- Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision bab6e2f55474e23481bf4f119b1cd356c13c4be1) +++ Riskeer/StabilityPointStructures/src/Riskeer.StabilityPointStructures.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 988c54b8c1d76a0d9fca5d80a3814c5f39222c60) @@ -1,4 +1,25 @@ -//------------------------------------------------------------------------------ +// Copyright (C) Stichting Deltares 2019. All rights reserved. +// +// This file is part of Riskeer. +// +// Riskeer is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. +// +// This program is distributed in the hope that it will be useful, +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License +// along with this program. If not, see . +// +// All names, logos, and references to "Deltares" are registered trademarks of +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. + +//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.42000