Index: Application/Riskeer/src/Application.Riskeer/RiskeerRunner.cs =================================================================== diff -u -r1a89098ebd57234ccea9377c898203741a543cf2 -r80bed5eedd6624f85039b9a3f6ac838a370d2afa --- Application/Riskeer/src/Application.Riskeer/RiskeerRunner.cs (.../RiskeerRunner.cs) (revision 1a89098ebd57234ccea9377c898203741a543cf2) +++ Application/Riskeer/src/Application.Riskeer/RiskeerRunner.cs (.../RiskeerRunner.cs) (revision 80bed5eedd6624f85039b9a3f6ac838a370d2afa) @@ -1,4 +1,25 @@ -using System; +// 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; using System.Configuration; using System.Diagnostics; using System.DirectoryServices.AccountManagement; @@ -19,7 +40,6 @@ using Core.Plugins.CommonTools; using Core.Plugins.Map; using Core.Plugins.ProjectExplorer; -using Demo.Riskeer.GUIs; using log4net; using log4net.Appender; using Riskeer.ClosingStructures.Plugin;