Index: DamFailureMechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/TestHelper.cs
===================================================================
diff -u -r878 -r890
--- DamFailureMechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/TestHelper.cs (.../TestHelper.cs) (revision 878)
+++ DamFailureMechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/TestHelper.cs (.../TestHelper.cs) (revision 890)
@@ -1,4 +1,25 @@
-using System.IO;
+// Copyright (C) Stichting Deltares 2018. All rights reserved.
+//
+// This file is part of the Dam Macrostability Kernel.
+//
+// The Dam Macrostability Kernel is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero 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.IO;
using NUnit.Framework;
namespace Deltares.DamMacroStability.CalculatorTests
Index: DamFailureMechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/DGeoStabilityResultReaderTests.cs
===================================================================
diff -u -r878 -r890
--- DamFailureMechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/DGeoStabilityResultReaderTests.cs (.../DGeoStabilityResultReaderTests.cs) (revision 878)
+++ DamFailureMechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/DGeoStabilityResultReaderTests.cs (.../DGeoStabilityResultReaderTests.cs) (revision 890)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2018. All rights reserved.
+//
+// This file is part of the Dam Macrostability Kernel.
+//
+// The Dam Macrostability Kernel is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero 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.IO;
using System.Linq;
using Deltares.DamMacroStability.Calculator;
Index: DamFailureMechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Geo/ObjectExtensions.cs
===================================================================
diff -u -r878 -r890
--- DamFailureMechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Geo/ObjectExtensions.cs (.../ObjectExtensions.cs) (revision 878)
+++ DamFailureMechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Geo/ObjectExtensions.cs (.../ObjectExtensions.cs) (revision 890)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2018. All rights reserved.
+//
+// This file is part of the Dam Macrostability Kernel.
+//
+// The Dam Macrostability Kernel is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero 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.ComponentModel;
using System.Globalization;
Index: DamFailureMechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Geo/ConversionException.cs
===================================================================
diff -u -r878 -r890
--- DamFailureMechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Geo/ConversionException.cs (.../ConversionException.cs) (revision 878)
+++ DamFailureMechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/Geo/ConversionException.cs (.../ConversionException.cs) (revision 890)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2018. All rights reserved.
+//
+// This file is part of the Dam Macrostability Kernel.
+//
+// The Dam Macrostability Kernel is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero 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;
+
namespace Deltares.DamMacroStability.Calculator.Geo
{
///
Index: DamFailureMechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/StabilityCalculator.cs
===================================================================
diff -u -r878 -r890
--- DamFailureMechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/StabilityCalculator.cs (.../StabilityCalculator.cs) (revision 878)
+++ DamFailureMechanisms/damMacroStability/trunk/src/Deltares.DamMacroStability.Calculator/StabilityCalculator.cs (.../StabilityCalculator.cs) (revision 890)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2018. All rights reserved.
+//
+// This file is part of the Dam Macrostability Kernel.
+//
+// The Dam Macrostability Kernel is free software: you can redistribute it and/or modify
+// it under the terms of the GNU Affero 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 Affero General Public License for more details.
+//
+// You should have received a copy of the GNU Affero 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.Collections.Generic;
using Deltares.DamMacroStability.Calculator.Properties;
Index: DamFailureMechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/Deltares.DamMacroStability.CalculatorTests.csproj
===================================================================
diff -u -r878 -r890
--- DamFailureMechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/Deltares.DamMacroStability.CalculatorTests.csproj (.../Deltares.DamMacroStability.CalculatorTests.csproj) (revision 878)
+++ DamFailureMechanisms/damMacroStability/trunk/src/Tests/Deltares.DamMacroStability.CalculatorTests/Deltares.DamMacroStability.CalculatorTests.csproj (.../Deltares.DamMacroStability.CalculatorTests.csproj) (revision 890)
@@ -49,6 +49,11 @@
Deltares.DamMacroStability.Calculator
+
+
+ Copying.AGPL.licenseheader
+
+
\ No newline at end of file