Index: Core/Common/src/Core.Common.Base/Data/ProjectFactoryException.cs =================================================================== diff -u -r87d6c394b9d1eaf7fcfcb9d3ee9b08a2d09774d4 -r24a4258cc7e9f3b78db1b5c9707025e7d335485e --- Core/Common/src/Core.Common.Base/Data/ProjectFactoryException.cs (.../ProjectFactoryException.cs) (revision 87d6c394b9d1eaf7fcfcb9d3ee9b08a2d09774d4) +++ Core/Common/src/Core.Common.Base/Data/ProjectFactoryException.cs (.../ProjectFactoryException.cs) (revision 24a4258cc7e9f3b78db1b5c9707025e7d335485e) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2021. 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 Lesser 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 Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser 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. + +using System; using System.Runtime.Serialization; namespace Core.Common.Base.Data Index: Core/Common/test/Core.Common.Base.Test/Data/ProjectFactoryExceptionTest.cs =================================================================== diff -u -r7f397d62e5fd14b5202c620c2aed09b79f8f94c8 -r24a4258cc7e9f3b78db1b5c9707025e7d335485e --- Core/Common/test/Core.Common.Base.Test/Data/ProjectFactoryExceptionTest.cs (.../ProjectFactoryExceptionTest.cs) (revision 7f397d62e5fd14b5202c620c2aed09b79f8f94c8) +++ Core/Common/test/Core.Common.Base.Test/Data/ProjectFactoryExceptionTest.cs (.../ProjectFactoryExceptionTest.cs) (revision 24a4258cc7e9f3b78db1b5c9707025e7d335485e) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2021. 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 Lesser 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 Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser 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. + +using System; using Core.Common.Base.Data; using Core.Common.TestUtil; using NUnit.Framework; Index: Riskeer/Common/src/Riskeer.Common.Forms/PresentationObjects/HydraulicBoundaryLocationCalculationsForUserDefinedTargetProbabilitiesGroupContext.cs =================================================================== diff -u -r364ee92c804029b22cafd4a21ec3503801409eb8 -r24a4258cc7e9f3b78db1b5c9707025e7d335485e --- Riskeer/Common/src/Riskeer.Common.Forms/PresentationObjects/HydraulicBoundaryLocationCalculationsForUserDefinedTargetProbabilitiesGroupContext.cs (.../HydraulicBoundaryLocationCalculationsForUserDefinedTargetProbabilitiesGroupContext.cs) (revision 364ee92c804029b22cafd4a21ec3503801409eb8) +++ Riskeer/Common/src/Riskeer.Common.Forms/PresentationObjects/HydraulicBoundaryLocationCalculationsForUserDefinedTargetProbabilitiesGroupContext.cs (.../HydraulicBoundaryLocationCalculationsForUserDefinedTargetProbabilitiesGroupContext.cs) (revision 24a4258cc7e9f3b78db1b5c9707025e7d335485e) @@ -1,4 +1,25 @@ -using System; +// Copyright (C) Stichting Deltares 2021. 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. + +using System; using Core.Common.Base; using Core.Common.Controls.PresentationObjects; using Riskeer.Common.Data.AssessmentSection; Index: Riskeer/Common/test/Riskeer.Common.Data.Test/FailureMechanismSectionResultExtensionsTest.cs =================================================================== diff -u -r1c010faf7d1bfc27dc08bfe71c2067fc2d449ca7 -r24a4258cc7e9f3b78db1b5c9707025e7d335485e --- Riskeer/Common/test/Riskeer.Common.Data.Test/FailureMechanismSectionResultExtensionsTest.cs (.../FailureMechanismSectionResultExtensionsTest.cs) (revision 1c010faf7d1bfc27dc08bfe71c2067fc2d449ca7) +++ Riskeer/Common/test/Riskeer.Common.Data.Test/FailureMechanismSectionResultExtensionsTest.cs (.../FailureMechanismSectionResultExtensionsTest.cs) (revision 24a4258cc7e9f3b78db1b5c9707025e7d335485e) @@ -16,7 +16,8 @@ // along with this program. If not, see . // // All names, logos, and references to "Deltares" are registered trademarks of -// Stichting Deltares and +// Stichting Deltares and remain full property of Stichting Deltares at all times. +// All rights reserved. using System; using System.Collections.Generic; Index: Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs =================================================================== diff -u -rd3aebf09917c7fa88b2a236c1ef411eafa870d38 -r24a4258cc7e9f3b78db1b5c9707025e7d335485e --- Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision d3aebf09917c7fa88b2a236c1ef411eafa870d38) +++ Riskeer/Integration/src/Riskeer.Integration.Forms/Properties/Resources.Designer.cs (.../Resources.Designer.cs) (revision 24a4258cc7e9f3b78db1b5c9707025e7d335485e) @@ -17,7 +17,7 @@ // // 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.// +// All rights reserved. // ------------------------------------------------------------------------------ // Index: Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/UpdateInfos/SpecificFailureMechanismSectionsContextUpdateInfoTest.cs =================================================================== diff -u -rcc44d1d703e9c3568794918545ad131072375c0b -r24a4258cc7e9f3b78db1b5c9707025e7d335485e --- Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/UpdateInfos/SpecificFailureMechanismSectionsContextUpdateInfoTest.cs (.../SpecificFailureMechanismSectionsContextUpdateInfoTest.cs) (revision cc44d1d703e9c3568794918545ad131072375c0b) +++ Riskeer/Integration/test/Riskeer.Integration.Plugin.Test/UpdateInfos/SpecificFailureMechanismSectionsContextUpdateInfoTest.cs (.../SpecificFailureMechanismSectionsContextUpdateInfoTest.cs) (revision 24a4258cc7e9f3b78db1b5c9707025e7d335485e) @@ -1,4 +1,25 @@ -using System.Drawing; +// Copyright (C) Stichting Deltares 2021. 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. + +using System.Drawing; using System.Linq; using Core.Common.Base.IO; using Core.Common.TestUtil;