Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/CalculationTypeTest.cs =================================================================== diff -u -r3ba69784fc127823de31db82ea6191c4caaf98a9 -r97a53b8a4bdb6a7b79d5ec9a1b3ef5adf572510d --- Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/CalculationTypeTest.cs (.../CalculationTypeTest.cs) (revision 3ba69784fc127823de31db82ea6191c4caaf98a9) +++ Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/CalculationTypeTest.cs (.../CalculationTypeTest.cs) (revision 97a53b8a4bdb6a7b79d5ec9a1b3ef5adf572510d) @@ -1,3 +1,24 @@ +// 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. + using System.Collections.Generic; using Core.Common.TestUtil; using NUnit.Framework; Index: Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerTreeNodeInfoFactoryTest.cs =================================================================== diff -u -r87452d01a3f950c5ac75374dd3e75aa72b4a4844 -r97a53b8a4bdb6a7b79d5ec9a1b3ef5adf572510d --- Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerTreeNodeInfoFactoryTest.cs (.../RiskeerTreeNodeInfoFactoryTest.cs) (revision 87452d01a3f950c5ac75374dd3e75aa72b4a4844) +++ Riskeer/Common/test/Riskeer.Common.Forms.Test/TreeNodeInfos/RiskeerTreeNodeInfoFactoryTest.cs (.../RiskeerTreeNodeInfoFactoryTest.cs) (revision 97a53b8a4bdb6a7b79d5ec9a1b3ef5adf572510d) @@ -20,8 +20,6 @@ // All rights reserved. using System; -using System.Collections.Generic; -using System.ComponentModel; using System.Drawing; using System.Linq; using System.Windows.Forms;