Index: Core/Common/src/Core.Common.Base/Data/RoundedDouble.cs
===================================================================
diff -u -r4ab1163cadf17fe7f0ee6e81d5b3e9b340440114 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/src/Core.Common.Base/Data/RoundedDouble.cs (.../RoundedDouble.cs) (revision 4ab1163cadf17fe7f0ee6e81d5b3e9b340440114)
+++ Core/Common/src/Core.Common.Base/Data/RoundedDouble.cs (.../RoundedDouble.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.ComponentModel;
using System.Globalization;
Index: Core/Common/src/Core.Common.Gui/Forms/ViewManager/ViewLocation.cs
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/src/Core.Common.Gui/Forms/ViewManager/ViewLocation.cs (.../ViewLocation.cs) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/src/Core.Common.Gui/Forms/ViewManager/ViewLocation.cs (.../ViewLocation.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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;
namespace Core.Common.Gui.Forms.ViewManager
Index: Core/Common/src/Core.Common.IO/Exceptions/LineParseException.cs
===================================================================
diff -u -r16fef01c5d2d8ef8d15c652585efa85125ba7b25 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/src/Core.Common.IO/Exceptions/LineParseException.cs (.../LineParseException.cs) (revision 16fef01c5d2d8ef8d15c652585efa85125ba7b25)
+++ Core/Common/src/Core.Common.IO/Exceptions/LineParseException.cs (.../LineParseException.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -3,16 +3,16 @@
// This file is part of Ringtoets.
//
// Ringtoets is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// 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 General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// 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
Index: Core/Common/src/Core.Common.IO/Readers/IRowBasedDatabaseReader.cs
===================================================================
diff -u -r49f905d3363336d44ef828259692644dcf5f9edc -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/src/Core.Common.IO/Readers/IRowBasedDatabaseReader.cs (.../IRowBasedDatabaseReader.cs) (revision 49f905d3363336d44ef828259692644dcf5f9edc)
+++ Core/Common/src/Core.Common.IO/Readers/IRowBasedDatabaseReader.cs (.../IRowBasedDatabaseReader.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -3,16 +3,16 @@
// This file is part of Ringtoets.
//
// Ringtoets is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// 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 General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// 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
Index: Core/Common/src/Core.Common.IO/Readers/ReadResult.cs
===================================================================
diff -u -r98fc85d8cecf9edae9fe7c1f2f47b60ecda5e187 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/src/Core.Common.IO/Readers/ReadResult.cs (.../ReadResult.cs) (revision 98fc85d8cecf9edae9fe7c1f2f47b60ecda5e187)
+++ Core/Common/src/Core.Common.IO/Readers/ReadResult.cs (.../ReadResult.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -3,16 +3,16 @@
// This file is part of Ringtoets.
//
// Ringtoets is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// 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 General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// 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
Index: Core/Common/src/Core.Common.Utils/EnumDisplayWrapper.cs
===================================================================
diff -u -r219f8633c1b5b24f9e9aec3e903734fa94775f0e -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/src/Core.Common.Utils/EnumDisplayWrapper.cs (.../EnumDisplayWrapper.cs) (revision 219f8633c1b5b24f9e9aec3e903734fa94775f0e)
+++ Core/Common/src/Core.Common.Utils/EnumDisplayWrapper.cs (.../EnumDisplayWrapper.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -3,16 +3,16 @@
// This file is part of Ringtoets.
//
// Ringtoets is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// 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 General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// 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
Index: Core/Common/src/Core.Common.Version/GlobalAssembly.cs.svn
===================================================================
diff -u -rf48e1f03fef1dd8f0bd623e308b3ee9234152e96 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/src/Core.Common.Version/GlobalAssembly.cs.svn (.../GlobalAssembly.cs.svn) (revision f48e1f03fef1dd8f0bd623e308b3ee9234152e96)
+++ Core/Common/src/Core.Common.Version/GlobalAssembly.cs.svn (.../GlobalAssembly.cs.svn) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
using System.Resources;
Index: Core/Common/test/Core.Common.Base.Test/Data/ProjectTest.cs
===================================================================
diff -u -rad6f88d1d7b21f950588f6109b79fe007aab0c9e -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Data/ProjectTest.cs (.../ProjectTest.cs) (revision ad6f88d1d7b21f950588f6109b79fe007aab0c9e)
+++ Core/Common/test/Core.Common.Base.Test/Data/ProjectTest.cs (.../ProjectTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Base.Data;
using NUnit.Framework;
using Rhino.Mocks;
Index: Core/Common/test/Core.Common.Base.Test/Data/RoundedDoubleTest.cs
===================================================================
diff -u -r7281eec1d929b1495d44b0c18655de9b0c21a392 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Data/RoundedDoubleTest.cs (.../RoundedDoubleTest.cs) (revision 7281eec1d929b1495d44b0c18655de9b0c21a392)
+++ Core/Common/test/Core.Common.Base.Test/Data/RoundedDoubleTest.cs (.../RoundedDoubleTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.ComponentModel;
using System.Globalization;
using System.Linq;
Index: Core/Common/test/Core.Common.Base.Test/Geometry/Math2DTest.cs
===================================================================
diff -u -rd6a913bdd073dce236a3f18d34bf415f41b54a00 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Geometry/Math2DTest.cs (.../Math2DTest.cs) (revision d6a913bdd073dce236a3f18d34bf415f41b54a00)
+++ Core/Common/test/Core.Common.Base.Test/Geometry/Math2DTest.cs (.../Math2DTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections;
using System.Collections.Generic;
using System.Linq;
Index: Core/Common/test/Core.Common.Base.Test/Geometry/Point2DTest.cs
===================================================================
diff -u -r5b63cfab474523f97be999403eb4906a0c376a3d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Geometry/Point2DTest.cs (.../Point2DTest.cs) (revision 5b63cfab474523f97be999403eb4906a0c376a3d)
+++ Core/Common/test/Core.Common.Base.Test/Geometry/Point2DTest.cs (.../Point2DTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -3,16 +3,16 @@
// This file is part of Ringtoets.
//
// Ringtoets is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// 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 General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// 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
Index: Core/Common/test/Core.Common.Base.Test/Geometry/Point3DTest.cs
===================================================================
diff -u -r8a2d2653ceff765beecfcedab41a6be91df7d16e -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Geometry/Point3DTest.cs (.../Point3DTest.cs) (revision 8a2d2653ceff765beecfcedab41a6be91df7d16e)
+++ Core/Common/test/Core.Common.Base.Test/Geometry/Point3DTest.cs (.../Point3DTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Geometry;
using Core.Common.Base.Storage;
Index: Core/Common/test/Core.Common.Base.Test/Geometry/Segment2DIntersectSegment2DResultTest.cs
===================================================================
diff -u -rd305785c5a4330022a5d01cc62ea793a0ae1c5d8 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Geometry/Segment2DIntersectSegment2DResultTest.cs (.../Segment2DIntersectSegment2DResultTest.cs) (revision d305785c5a4330022a5d01cc62ea793a0ae1c5d8)
+++ Core/Common/test/Core.Common.Base.Test/Geometry/Segment2DIntersectSegment2DResultTest.cs (.../Segment2DIntersectSegment2DResultTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using Core.Common.Base.Geometry;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Base.Geometry;
+
using NUnit.Framework;
namespace Core.Common.Base.Test.Geometry
Index: Core/Common/test/Core.Common.Base.Test/Geometry/Segment2DTest.cs
===================================================================
diff -u -r5b63cfab474523f97be999403eb4906a0c376a3d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Geometry/Segment2DTest.cs (.../Segment2DTest.cs) (revision 5b63cfab474523f97be999403eb4906a0c376a3d)
+++ Core/Common/test/Core.Common.Base.Test/Geometry/Segment2DTest.cs (.../Segment2DTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Geometry;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Base.Test/IO/FileImporterBaseTest.cs
===================================================================
diff -u -re04155c0cc0efa8bbd13e0a82cb8643711a2dfd6 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/IO/FileImporterBaseTest.cs (.../FileImporterBaseTest.cs) (revision e04155c0cc0efa8bbd13e0a82cb8643711a2dfd6)
+++ Core/Common/test/Core.Common.Base.Test/IO/FileImporterBaseTest.cs (.../FileImporterBaseTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Drawing;
Index: Core/Common/test/Core.Common.Base.Test/ObservableListTest.cs
===================================================================
diff -u -rad6f88d1d7b21f950588f6109b79fe007aab0c9e -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/ObservableListTest.cs (.../ObservableListTest.cs) (revision ad6f88d1d7b21f950588f6109b79fe007aab0c9e)
+++ Core/Common/test/Core.Common.Base.Test/ObservableListTest.cs (.../ObservableListTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using NUnit.Framework;
using Rhino.Mocks;
Index: Core/Common/test/Core.Common.Base.Test/ObservableTest.cs
===================================================================
diff -u -rad6f88d1d7b21f950588f6109b79fe007aab0c9e -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/ObservableTest.cs (.../ObservableTest.cs) (revision ad6f88d1d7b21f950588f6109b79fe007aab0c9e)
+++ Core/Common/test/Core.Common.Base.Test/ObservableTest.cs (.../ObservableTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 NUnit.Framework;
using Rhino.Mocks;
Index: Core/Common/test/Core.Common.Base.Test/Plugin/ApplicationCoreTest.cs
===================================================================
diff -u -re04155c0cc0efa8bbd13e0a82cb8643711a2dfd6 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Plugin/ApplicationCoreTest.cs (.../ApplicationCoreTest.cs) (revision e04155c0cc0efa8bbd13e0a82cb8643711a2dfd6)
+++ Core/Common/test/Core.Common.Base.Test/Plugin/ApplicationCoreTest.cs (.../ApplicationCoreTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Drawing;
using System.Linq;
Index: Core/Common/test/Core.Common.Base.Test/Plugin/ApplicationPluginTest.cs
===================================================================
diff -u -r2d209fab7140dfcd277106ee15a1896234159930 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Plugin/ApplicationPluginTest.cs (.../ApplicationPluginTest.cs) (revision 2d209fab7140dfcd277106ee15a1896234159930)
+++ Core/Common/test/Core.Common.Base.Test/Plugin/ApplicationPluginTest.cs (.../ApplicationPluginTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Linq;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
using Core.Common.Base.Plugin;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Base.Test/Plugin/DataItemInfoTest.cs
===================================================================
diff -u -r3fe1e0bdfa0ff0939bbabbc78386ecc7617c96c4 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Plugin/DataItemInfoTest.cs (.../DataItemInfoTest.cs) (revision 3fe1e0bdfa0ff0939bbabbc78386ecc7617c96c4)
+++ Core/Common/test/Core.Common.Base.Test/Plugin/DataItemInfoTest.cs (.../DataItemInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Drawing;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing;
using Core.Common.Base.Plugin;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Base.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -r1cfb16d56f5e2e0067f1e9d9b8af401883697687 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 1cfb16d56f5e2e0067f1e9d9b8af401883697687)
+++ Core/Common/test/Core.Common.Base.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Core.Common.Base.Test")]
Index: Core/Common/test/Core.Common.Base.Test/Service/ActivityTest.cs
===================================================================
diff -u -rc45538da49b7940b722e1f12b95d16beb4ee8206 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Service/ActivityTest.cs (.../ActivityTest.cs) (revision c45538da49b7940b722e1f12b95d16beb4ee8206)
+++ Core/Common/test/Core.Common.Base.Test/Service/ActivityTest.cs (.../ActivityTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Service;
using Core.Common.TestUtil;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Base.Test/Service/FileImportActivityTest.cs
===================================================================
diff -u -re04155c0cc0efa8bbd13e0a82cb8643711a2dfd6 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Service/FileImportActivityTest.cs (.../FileImportActivityTest.cs) (revision e04155c0cc0efa8bbd13e0a82cb8643711a2dfd6)
+++ Core/Common/test/Core.Common.Base.Test/Service/FileImportActivityTest.cs (.../FileImportActivityTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing;
using Core.Common.Base.IO;
using Core.Common.Base.Service;
Index: Core/Common/test/Core.Common.Base.Test/Storage/CouldNotConnectExceptionTest.cs
===================================================================
diff -u -r468ee58c212f14704baa1992fe906da456448ff5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Storage/CouldNotConnectExceptionTest.cs (.../CouldNotConnectExceptionTest.cs) (revision 468ee58c212f14704baa1992fe906da456448ff5)
+++ Core/Common/test/Core.Common.Base.Test/Storage/CouldNotConnectExceptionTest.cs (.../CouldNotConnectExceptionTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Storage;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Base.Test/Storage/StorageExceptionTest.cs
===================================================================
diff -u -r985570095b487598c6c2ae93b92e2bce65bf7e90 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Storage/StorageExceptionTest.cs (.../StorageExceptionTest.cs) (revision 985570095b487598c6c2ae93b92e2bce65bf7e90)
+++ Core/Common/test/Core.Common.Base.Test/Storage/StorageExceptionTest.cs (.../StorageExceptionTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Storage;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Base.Test/Storage/StorageValidationExceptionTest.cs
===================================================================
diff -u -r468ee58c212f14704baa1992fe906da456448ff5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Storage/StorageValidationExceptionTest.cs (.../StorageValidationExceptionTest.cs) (revision 468ee58c212f14704baa1992fe906da456448ff5)
+++ Core/Common/test/Core.Common.Base.Test/Storage/StorageValidationExceptionTest.cs (.../StorageValidationExceptionTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Storage;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Base.Test/Storage/UpdateStorageExceptionTest.cs
===================================================================
diff -u -r468ee58c212f14704baa1992fe906da456448ff5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/Storage/UpdateStorageExceptionTest.cs (.../UpdateStorageExceptionTest.cs) (revision 468ee58c212f14704baa1992fe906da456448ff5)
+++ Core/Common/test/Core.Common.Base.Test/Storage/UpdateStorageExceptionTest.cs (.../UpdateStorageExceptionTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Storage;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Base.Test/TypeConverters/RoundedDoubleConverterTest.cs
===================================================================
diff -u -r1119ad16afc56bb523cac630e15fb98b1fcf8d25 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/TypeConverters/RoundedDoubleConverterTest.cs (.../RoundedDoubleConverterTest.cs) (revision 1119ad16afc56bb523cac630e15fb98b1fcf8d25)
+++ Core/Common/test/Core.Common.Base.Test/TypeConverters/RoundedDoubleConverterTest.cs (.../RoundedDoubleConverterTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.ComponentModel;
using System.Globalization;
Index: Core/Common/test/Core.Common.Base.Test/packages.config
===================================================================
diff -u -rfcc49aac894f989182fb9faa487e50a585fbed03 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Base.Test/packages.config (.../packages.config) (revision fcc49aac894f989182fb9faa487e50a585fbed03)
+++ Core/Common/test/Core.Common.Base.Test/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
Index: Core/Common/test/Core.Common.Controls.TreeView.Test/Core.Common.Controls.TreeView.Test.csproj
===================================================================
diff -u -rc8813d252befec1494a76e44e04b64985b34d7fc -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Controls.TreeView.Test/Core.Common.Controls.TreeView.Test.csproj (.../Core.Common.Controls.TreeView.Test.csproj) (revision c8813d252befec1494a76e44e04b64985b34d7fc)
+++ Core/Common/test/Core.Common.Controls.TreeView.Test/Core.Common.Controls.TreeView.Test.csproj (.../Core.Common.Controls.TreeView.Test.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -79,6 +79,9 @@
+
+ Copying.Lesser.licenseheader
+
Index: Core/Common/test/Core.Common.Controls.TreeView.Test/DragDropHandlerTest.cs
===================================================================
diff -u -rc228254c72f67153ebe8c369d9bd4a3c1a262b4b -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Controls.TreeView.Test/DragDropHandlerTest.cs (.../DragDropHandlerTest.cs) (revision c228254c72f67153ebe8c369d9bd4a3c1a262b4b)
+++ Core/Common/test/Core.Common.Controls.TreeView.Test/DragDropHandlerTest.cs (.../DragDropHandlerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing;
using System.Windows.Forms;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Controls.TreeView.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -r8cae5d69ac2d4cf678486ac2b457c0dfe97089d5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Controls.TreeView.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 8cae5d69ac2d4cf678486ac2b457c0dfe97089d5)
+++ Core/Common/test/Core.Common.Controls.TreeView.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
Index: Core/Common/test/Core.Common.Controls.TreeView.Test/TreeNodeInfoTest.cs
===================================================================
diff -u -r4ca4b2260f66713349c9aae32f5f4b82373c312b -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Controls.TreeView.Test/TreeNodeInfoTest.cs (.../TreeNodeInfoTest.cs) (revision 4ca4b2260f66713349c9aae32f5f4b82373c312b)
+++ Core/Common/test/Core.Common.Controls.TreeView.Test/TreeNodeInfoTest.cs (.../TreeNodeInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing;
using System.Windows.Forms;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Controls.TreeView.Test/TreeViewControlTest.cs
===================================================================
diff -u -r3976f9a99ffe93215ffaa9af9a626a4d4985c736 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Controls.TreeView.Test/TreeViewControlTest.cs (.../TreeViewControlTest.cs) (revision 3976f9a99ffe93215ffaa9af9a626a4d4985c736)
+++ Core/Common/test/Core.Common.Controls.TreeView.Test/TreeViewControlTest.cs (.../TreeViewControlTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Common.Base;
using Core.Common.TestUtil;
Index: Core/Common/test/Core.Common.Controls.TreeView.Test/packages.config
===================================================================
diff -u -r8cae5d69ac2d4cf678486ac2b457c0dfe97089d5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Controls.TreeView.Test/packages.config (.../packages.config) (revision 8cae5d69ac2d4cf678486ac2b457c0dfe97089d5)
+++ Core/Common/test/Core.Common.Controls.TreeView.Test/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
Index: Core/Common/test/Core.Common.Geometry.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -r9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Geometry.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1)
+++ Core/Common/test/Core.Common.Geometry.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -18,6 +18,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.
+
using System.Reflection;
using System.Runtime.InteropServices;
Index: Core/Common/test/Core.Common.Gui.Test/Appenders/RenderedMessageLogAppenderTest.cs
===================================================================
diff -u -reff889238a2ecfab9aacabe9b99a35c6989006d9 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Appenders/RenderedMessageLogAppenderTest.cs (.../RenderedMessageLogAppenderTest.cs) (revision eff889238a2ecfab9aacabe9b99a35c6989006d9)
+++ Core/Common/test/Core.Common.Gui.Test/Appenders/RenderedMessageLogAppenderTest.cs (.../RenderedMessageLogAppenderTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.Appenders;
using log4net.Appender;
Index: Core/Common/test/Core.Common.Gui.Test/Appenders/RingtoetsUserDataFolderConverterTest.cs
===================================================================
diff -u -r0c64d8a6c718c0aa67403a16c94dd0c10f862455 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Appenders/RingtoetsUserDataFolderConverterTest.cs (.../RingtoetsUserDataFolderConverterTest.cs) (revision 0c64d8a6c718c0aa67403a16c94dd0c10f862455)
+++ Core/Common/test/Core.Common.Gui.Test/Appenders/RingtoetsUserDataFolderConverterTest.cs (.../RingtoetsUserDataFolderConverterTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System.IO;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.IO;
+
using Core.Common.Gui.Appenders;
using Core.Common.Gui.Settings;
Index: Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicReadOnlyAttributeTest.cs
===================================================================
diff -u -rb92517dbc9956b930a6cfc7f96a1f762dfa41cf6 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicReadOnlyAttributeTest.cs (.../DynamicReadOnlyAttributeTest.cs) (revision b92517dbc9956b930a6cfc7f96a1f762dfa41cf6)
+++ Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicReadOnlyAttributeTest.cs (.../DynamicReadOnlyAttributeTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.Attributes;
using Core.Common.Gui.Test.Attributes.TestCaseClasses;
Index: Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicReadOnlyValidationMethodAttributeTest.cs
===================================================================
diff -u -rb92517dbc9956b930a6cfc7f96a1f762dfa41cf6 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicReadOnlyValidationMethodAttributeTest.cs (.../DynamicReadOnlyValidationMethodAttributeTest.cs) (revision b92517dbc9956b930a6cfc7f96a1f762dfa41cf6)
+++ Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicReadOnlyValidationMethodAttributeTest.cs (.../DynamicReadOnlyValidationMethodAttributeTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.Attributes;
using Core.Common.Gui.Test.Attributes.TestCaseClasses;
Index: Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicVisibleAttributeTest.cs
===================================================================
diff -u -rb743d495d10779d51c8f75b7cb04b5babb4b226f -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicVisibleAttributeTest.cs (.../DynamicVisibleAttributeTest.cs) (revision b743d495d10779d51c8f75b7cb04b5babb4b226f)
+++ Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicVisibleAttributeTest.cs (.../DynamicVisibleAttributeTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.Attributes;
using Core.Common.Gui.Test.Attributes.TestCaseClasses;
Index: Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicVisibleValidationMethodAttributeTest.cs
===================================================================
diff -u -rb743d495d10779d51c8f75b7cb04b5babb4b226f -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicVisibleValidationMethodAttributeTest.cs (.../DynamicVisibleValidationMethodAttributeTest.cs) (revision b743d495d10779d51c8f75b7cb04b5babb4b226f)
+++ Core/Common/test/Core.Common.Gui.Test/Attributes/DynamicVisibleValidationMethodAttributeTest.cs (.../DynamicVisibleValidationMethodAttributeTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.Attributes;
using Core.Common.Gui.Test.Attributes.TestCaseClasses;
Index: Core/Common/test/Core.Common.Gui.Test/Attributes/PropertyOrderAttributeTest.cs
===================================================================
diff -u -rcd9655d356bdff388c7058eeff1cdbed076c407b -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Attributes/PropertyOrderAttributeTest.cs (.../PropertyOrderAttributeTest.cs) (revision cd9655d356bdff388c7058eeff1cdbed076c407b)
+++ Core/Common/test/Core.Common.Gui.Test/Attributes/PropertyOrderAttributeTest.cs (.../PropertyOrderAttributeTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.Attributes;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Gui.Test/Attributes/TestCaseClasses/DynamicReadOnlyTestCases.cs
===================================================================
diff -u -rb92517dbc9956b930a6cfc7f96a1f762dfa41cf6 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Attributes/TestCaseClasses/DynamicReadOnlyTestCases.cs (.../DynamicReadOnlyTestCases.cs) (revision b92517dbc9956b930a6cfc7f96a1f762dfa41cf6)
+++ Core/Common/test/Core.Common.Gui.Test/Attributes/TestCaseClasses/DynamicReadOnlyTestCases.cs (.../DynamicReadOnlyTestCases.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using Core.Common.Gui.Attributes;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Gui.Attributes;
+
namespace Core.Common.Gui.Test.Attributes.TestCaseClasses
{
internal class ClassWithPropertyWithoutDynamicReadOnlyAttribute
Index: Core/Common/test/Core.Common.Gui.Test/Attributes/TestCaseClasses/DynamicVisibilityTestCases.cs
===================================================================
diff -u -rb743d495d10779d51c8f75b7cb04b5babb4b226f -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Attributes/TestCaseClasses/DynamicVisibilityTestCases.cs (.../DynamicVisibilityTestCases.cs) (revision b743d495d10779d51c8f75b7cb04b5babb4b226f)
+++ Core/Common/test/Core.Common.Gui.Test/Attributes/TestCaseClasses/DynamicVisibilityTestCases.cs (.../DynamicVisibilityTestCases.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using Core.Common.Gui.Attributes;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Gui.Attributes;
+
namespace Core.Common.Gui.Test.Attributes.TestCaseClasses
{
internal class ClassWithPropertyWithoutDynamicVisibleAttribute
Index: Core/Common/test/Core.Common.Gui.Test/Commands/ApplicationFeatureCommandHandlerTest.cs
===================================================================
diff -u -r791e86bf9004a55178386416eb6a9c545380bd1c -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Commands/ApplicationFeatureCommandHandlerTest.cs (.../ApplicationFeatureCommandHandlerTest.cs) (revision 791e86bf9004a55178386416eb6a9c545380bd1c)
+++ Core/Common/test/Core.Common.Gui.Test/Commands/ApplicationFeatureCommandHandlerTest.cs (.../ApplicationFeatureCommandHandlerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using Core.Common.Gui.Commands;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Gui.Commands;
using Core.Common.Gui.Forms.MainWindow;
using Core.Common.Gui.Forms.PropertyGridView;
using Core.Common.Gui.PropertyBag;
Index: Core/Common/test/Core.Common.Gui.Test/Commands/ExportImportCommandHandlerTest.cs
===================================================================
diff -u -re04155c0cc0efa8bbd13e0a82cb8643711a2dfd6 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Commands/ExportImportCommandHandlerTest.cs (.../ExportImportCommandHandlerTest.cs) (revision e04155c0cc0efa8bbd13e0a82cb8643711a2dfd6)
+++ Core/Common/test/Core.Common.Gui.Test/Commands/ExportImportCommandHandlerTest.cs (.../ExportImportCommandHandlerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System.Windows.Forms;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
+
using Core.Common.Base.IO;
using Core.Common.Base.Plugin;
using Core.Common.Gui.Commands;
Index: Core/Common/test/Core.Common.Gui.Test/Commands/ProjectCommandHandlerTest.cs
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Commands/ProjectCommandHandlerTest.cs (.../ProjectCommandHandlerTest.cs) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/test/Core.Common.Gui.Test/Commands/ProjectCommandHandlerTest.cs (.../ProjectCommandHandlerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System.Windows.Forms;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
+
using Core.Common.Base;
using Core.Common.Base.Data;
using Core.Common.Base.Plugin;
Index: Core/Common/test/Core.Common.Gui.Test/Commands/StorageCommandHandlerTest.cs
===================================================================
diff -u -r58846a8af268aab642a28805373d6fb234341f70 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Commands/StorageCommandHandlerTest.cs (.../StorageCommandHandlerTest.cs) (revision 58846a8af268aab642a28805373d6fb234341f70)
+++ Core/Common/test/Core.Common.Gui.Test/Commands/StorageCommandHandlerTest.cs (.../StorageCommandHandlerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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;
using Core.Common.Base.Data;
using Core.Common.Base.Storage;
Index: Core/Common/test/Core.Common.Gui.Test/Commands/ViewCommandHandlerTest.cs
===================================================================
diff -u -r56ff0f1d920928ea93ba1a739936bca2df327391 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Commands/ViewCommandHandlerTest.cs (.../ViewCommandHandlerTest.cs) (revision 56ff0f1d920928ea93ba1a739936bca2df327391)
+++ Core/Common/test/Core.Common.Gui.Test/Commands/ViewCommandHandlerTest.cs (.../ViewCommandHandlerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System.Collections.Generic;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
+
using Core.Common.Controls.Views;
using Core.Common.Gui.Commands;
using Core.Common.Gui.Forms.ViewManager;
Index: Core/Common/test/Core.Common.Gui.Test/ContextMenu/ContextMenuBuilderExceptionTest.cs
===================================================================
diff -u -rdd34060f96f6ad881bc93bee9c8f7505f322bcdc -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/ContextMenu/ContextMenuBuilderExceptionTest.cs (.../ContextMenuBuilderExceptionTest.cs) (revision dd34060f96f6ad881bc93bee9c8f7505f322bcdc)
+++ Core/Common/test/Core.Common.Gui.Test/ContextMenu/ContextMenuBuilderExceptionTest.cs (.../ContextMenuBuilderExceptionTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.ContextMenu;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Gui.Test/ContextMenu/GuiContextMenuItemFactoryTest.cs
===================================================================
diff -u -r97fb97c5677e2afbd1675ba0fb3e989028a65d09 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/ContextMenu/GuiContextMenuItemFactoryTest.cs (.../GuiContextMenuItemFactoryTest.cs) (revision 97fb97c5677e2afbd1675ba0fb3e989028a65d09)
+++ Core/Common/test/Core.Common.Gui.Test/ContextMenu/GuiContextMenuItemFactoryTest.cs (.../GuiContextMenuItemFactoryTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.Commands;
using Core.Common.Gui.ContextMenu;
using Core.Common.Gui.Properties;
Index: Core/Common/test/Core.Common.Gui.Test/ContextMenu/StrictContextMenuItemTest.cs
===================================================================
diff -u -rd6e6eadf4a2521df75b6d371bacbb181a43058a3 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/ContextMenu/StrictContextMenuItemTest.cs (.../StrictContextMenuItemTest.cs) (revision d6e6eadf4a2521df75b6d371bacbb181a43058a3)
+++ Core/Common/test/Core.Common.Gui.Test/ContextMenu/StrictContextMenuItemTest.cs (.../StrictContextMenuItemTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.ContextMenu;
using Core.Common.Gui.Properties;
using Core.Common.TestUtil;
Index: Core/Common/test/Core.Common.Gui.Test/ContextMenu/TreeViewContextMenuItemFactoryTest.cs
===================================================================
diff -u -r4e6c8ac0eb663ddfe4565745fb4829a8432019e2 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/ContextMenu/TreeViewContextMenuItemFactoryTest.cs (.../TreeViewContextMenuItemFactoryTest.cs) (revision 4e6c8ac0eb663ddfe4565745fb4829a8432019e2)
+++ Core/Common/test/Core.Common.Gui.Test/ContextMenu/TreeViewContextMenuItemFactoryTest.cs (.../TreeViewContextMenuItemFactoryTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Controls.TreeView;
using Core.Common.Gui.ContextMenu;
using Core.Common.Gui.Properties;
Index: Core/Common/test/Core.Common.Gui.Test/Converters/PngToIconConverterTest.cs
===================================================================
diff -u -rce50b65f662bcccb1849444e4d51549731131234 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Converters/PngToIconConverterTest.cs (.../PngToIconConverterTest.cs) (revision ce50b65f662bcccb1849444e4d51549731131234)
+++ Core/Common/test/Core.Common.Gui.Test/Converters/PngToIconConverterTest.cs (.../PngToIconConverterTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing;
using System.Globalization;
using System.Windows.Data;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/MainWindow/MainWindowTest.cs
===================================================================
diff -u -rf906ba10d1763e14a608bb2629b15893f37e9deb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/MainWindow/MainWindowTest.cs (.../MainWindowTest.cs) (revision f906ba10d1763e14a608bb2629b15893f37e9deb)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/MainWindow/MainWindowTest.cs (.../MainWindowTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.ComponentModel;
using System.Configuration;
using System.Linq;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowDialogTest.cs
===================================================================
diff -u -re50fb8e657dd3b1aef55b0a5e327d2064a1efa3f -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowDialogTest.cs (.../MessageWindowDialogTest.cs) (revision e50fb8e657dd3b1aef55b0a5e327d2064a1efa3f)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowDialogTest.cs (.../MessageWindowDialogTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Windows.Forms;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Common.Gui.Forms.MessageWindow;
using NUnit.Framework;
using Rhino.Mocks;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowLogAppenderTest.cs
===================================================================
diff -u -r1f6265b1d9adfbc379c82a9e9e2d648b4b4b6b7c -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowLogAppenderTest.cs (.../MessageWindowLogAppenderTest.cs) (revision 1f6265b1d9adfbc379c82a9e9e2d648b4b4b6b7c)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowLogAppenderTest.cs (.../MessageWindowLogAppenderTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Globalization;
using Core.Common.Gui.Forms.MessageWindow;
using Core.Common.TestUtil;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowTest.cs
===================================================================
diff -u -r732e6ecce60a2e6122063e81449f5e083543c547 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowTest.cs (.../MessageWindowTest.cs) (revision 732e6ecce60a2e6122063e81449f5e083543c547)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/MessageWindow/MessageWindowTest.cs (.../MessageWindowTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Data;
using System.Windows.Forms;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/Options/OptionsDialogTest.cs
===================================================================
diff -u -r13d085cce60350733df7e62c9ccba0525d9fd279 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/Options/OptionsDialogTest.cs (.../OptionsDialogTest.cs) (revision 13d085cce60350733df7e62c9ccba0525d9fd279)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/Options/OptionsDialogTest.cs (.../OptionsDialogTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Windows.Forms;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Common.Gui.Forms.Options;
using NUnit.Framework;
using Rhino.Mocks;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/PropertyGridView/PropertyResolverTest.cs
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/PropertyGridView/PropertyResolverTest.cs (.../PropertyResolverTest.cs) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/PropertyGridView/PropertyResolverTest.cs (.../PropertyResolverTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
using Core.Common.Gui.Forms.PropertyGridView;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/RichTextFileTest.cs
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/RichTextFileTest.cs (.../RichTextFileTest.cs) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/RichTextFileTest.cs (.../RichTextFileTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using Core.Common.Gui.Forms;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Gui.Forms;
+
using NUnit.Framework;
namespace Core.Common.Gui.Test.Forms
Index: Core/Common/test/Core.Common.Gui.Test/Forms/RichTextViewTest.cs
===================================================================
diff -u -r652b03cb8115830641e05bffb356bcf5779bc9f0 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/RichTextViewTest.cs (.../RichTextViewTest.cs) (revision 652b03cb8115830641e05bffb356bcf5779bc9f0)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/RichTextViewTest.cs (.../RichTextViewTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System.Windows.Forms;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
+
using Core.Common.Controls.Views;
using Core.Common.Gui.Forms;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/SplashScreen/SplashScreenTest.cs
===================================================================
diff -u -rb743d495d10779d51c8f75b7cb04b5babb4b226f -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/SplashScreen/SplashScreenTest.cs (.../SplashScreenTest.cs) (revision b743d495d10779d51c8f75b7cb04b5babb4b226f)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/SplashScreen/SplashScreenTest.cs (.../SplashScreenTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Windows;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows;
using System.Windows.Controls;
using System.Windows.Media;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ActiveViewChangeEventArgsTest.cs
===================================================================
diff -u -r1e9f415cb615bf84526faeecb51f9a70498f9ffc -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ActiveViewChangeEventArgsTest.cs (.../ActiveViewChangeEventArgsTest.cs) (revision 1e9f415cb615bf84526faeecb51f9a70498f9ffc)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ActiveViewChangeEventArgsTest.cs (.../ActiveViewChangeEventArgsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Controls.Views;
using Core.Common.Gui.Forms.ViewManager;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/AvalonDockDockingManagerTest.cs
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/AvalonDockDockingManagerTest.cs (.../AvalonDockDockingManagerTest.cs) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/AvalonDockDockingManagerTest.cs (.../AvalonDockDockingManagerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using Core.Common.Gui.Forms.ViewManager;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Gui.Forms.ViewManager;
using Core.Common.Utils.Reflection;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/DockTabClosingEventArgsTest.cs
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/DockTabClosingEventArgsTest.cs (.../DockTabClosingEventArgsTest.cs) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/DockTabClosingEventArgsTest.cs (.../DockTabClosingEventArgsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using Core.Common.Controls.Views;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Controls.Views;
using Core.Common.Gui.Forms.ViewManager;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/TestView.cs
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/TestView.cs (.../TestView.cs) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/TestView.cs (.../TestView.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System.Windows.Forms;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
+
using Core.Common.Controls.Views;
namespace Core.Common.Gui.Test.Forms.ViewManager
Index: Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ToolWindowTestControl.cs
===================================================================
diff -u -r1e9f415cb615bf84526faeecb51f9a70498f9ffc -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ToolWindowTestControl.cs (.../ToolWindowTestControl.cs) (revision 1e9f415cb615bf84526faeecb51f9a70498f9ffc)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ToolWindowTestControl.cs (.../ToolWindowTestControl.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Common.Controls.Views;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ViewListTest.cs
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ViewListTest.cs (.../ViewListTest.cs) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ViewListTest.cs (.../ViewListTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
Index: Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ViewResolverTest.cs
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ViewResolverTest.cs (.../ViewResolverTest.cs) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/test/Core.Common.Gui.Test/Forms/ViewManager/ViewResolverTest.cs (.../ViewResolverTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
using System.Windows.Forms;
Index: Core/Common/test/Core.Common.Gui.Test/GuiCoreTest.cs
===================================================================
diff -u -rf906ba10d1763e14a608bb2629b15893f37e9deb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/GuiCoreTest.cs (.../GuiCoreTest.cs) (revision f906ba10d1763e14a608bb2629b15893f37e9deb)
+++ Core/Common/test/Core.Common.Gui.Test/GuiCoreTest.cs (.../GuiCoreTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Collections.Specialized;
Index: Core/Common/test/Core.Common.Gui.Test/Plugin/GuiPluginTest.cs
===================================================================
diff -u -r67980a5c3c5cb71c185278e849b123e7f92990eb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Plugin/GuiPluginTest.cs (.../GuiPluginTest.cs) (revision 67980a5c3c5cb71c185278e849b123e7f92990eb)
+++ Core/Common/test/Core.Common.Gui.Test/Plugin/GuiPluginTest.cs (.../GuiPluginTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using Core.Common.Gui.Plugin;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Gui.Plugin;
+
using NUnit.Framework;
using Rhino.Mocks;
Index: Core/Common/test/Core.Common.Gui.Test/Plugin/PropertyInfoExtensionsTest.cs
===================================================================
diff -u -r67980a5c3c5cb71c185278e849b123e7f92990eb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Plugin/PropertyInfoExtensionsTest.cs (.../PropertyInfoExtensionsTest.cs) (revision 67980a5c3c5cb71c185278e849b123e7f92990eb)
+++ Core/Common/test/Core.Common.Gui.Test/Plugin/PropertyInfoExtensionsTest.cs (.../PropertyInfoExtensionsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using Core.Common.Gui.Plugin;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Gui.Plugin;
using Core.Common.Gui.PropertyBag;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Gui.Test/Plugin/PropertyInfoTest.cs
===================================================================
diff -u -r67980a5c3c5cb71c185278e849b123e7f92990eb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Plugin/PropertyInfoTest.cs (.../PropertyInfoTest.cs) (revision 67980a5c3c5cb71c185278e849b123e7f92990eb)
+++ Core/Common/test/Core.Common.Gui.Test/Plugin/PropertyInfoTest.cs (.../PropertyInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.Plugin;
using Core.Common.Gui.PropertyBag;
Index: Core/Common/test/Core.Common.Gui.Test/Plugin/ViewInfoTest.cs
===================================================================
diff -u -r67980a5c3c5cb71c185278e849b123e7f92990eb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Plugin/ViewInfoTest.cs (.../ViewInfoTest.cs) (revision 67980a5c3c5cb71c185278e849b123e7f92990eb)
+++ Core/Common/test/Core.Common.Gui.Test/Plugin/ViewInfoTest.cs (.../ViewInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing;
using Core.Common.Controls.Views;
Index: Core/Common/test/Core.Common.Gui.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -r0bfd1f4e2a179c8575045e5af70dce2930665626 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0bfd1f4e2a179c8575045e5af70dce2930665626)
+++ Core/Common/test/Core.Common.Gui.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
Index: Core/Common/test/Core.Common.Gui.Test/PropertyBag/DynamicPropertyBagTest.cs
===================================================================
diff -u -rb743d495d10779d51c8f75b7cb04b5babb4b226f -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/PropertyBag/DynamicPropertyBagTest.cs (.../DynamicPropertyBagTest.cs) (revision b743d495d10779d51c8f75b7cb04b5babb4b226f)
+++ Core/Common/test/Core.Common.Gui.Test/PropertyBag/DynamicPropertyBagTest.cs (.../DynamicPropertyBagTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.ComponentModel;
using System.Drawing.Design;
using System.Linq;
Index: Core/Common/test/Core.Common.Gui.Test/PropertyBag/ObjectPropertiesTest.cs
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/PropertyBag/ObjectPropertiesTest.cs (.../ObjectPropertiesTest.cs) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/test/Core.Common.Gui.Test/PropertyBag/ObjectPropertiesTest.cs (.../ObjectPropertiesTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.ComponentModel;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.ComponentModel;
using System.Reflection;
using Core.Common.Gui.PropertyBag;
Index: Core/Common/test/Core.Common.Gui.Test/PropertyBag/PropertySpecDescriptorTest.cs
===================================================================
diff -u -r770547be3030f73473282742f9a63ca6805ff74b -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/PropertyBag/PropertySpecDescriptorTest.cs (.../PropertySpecDescriptorTest.cs) (revision 770547be3030f73473282742f9a63ca6805ff74b)
+++ Core/Common/test/Core.Common.Gui.Test/PropertyBag/PropertySpecDescriptorTest.cs (.../PropertySpecDescriptorTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.ComponentModel;
using Core.Common.Gui.Attributes;
Index: Core/Common/test/Core.Common.Gui.Test/Selection/SelectedItemChangedEventArgsTest.cs
===================================================================
diff -u -r0ae715fe2b16306e4147fed9749bae67ce186168 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Selection/SelectedItemChangedEventArgsTest.cs (.../SelectedItemChangedEventArgsTest.cs) (revision 0ae715fe2b16306e4147fed9749bae67ce186168)
+++ Core/Common/test/Core.Common.Gui.Test/Selection/SelectedItemChangedEventArgsTest.cs (.../SelectedItemChangedEventArgsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.Selection;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Gui.Test/Settings/SettingsHelperTest.cs
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Settings/SettingsHelperTest.cs (.../SettingsHelperTest.cs) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/test/Core.Common.Gui.Test/Settings/SettingsHelperTest.cs (.../SettingsHelperTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using Core.Common.Gui.Settings;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Gui.Settings;
using Core.Common.Utils.Reflection;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Gui.Test/Theme/ColorThemeExtensionsTest.cs
===================================================================
diff -u -r75aa4fefacf584d5172dc3bdffd348b0aacb05a4 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Theme/ColorThemeExtensionsTest.cs (.../ColorThemeExtensionsTest.cs) (revision 75aa4fefacf584d5172dc3bdffd348b0aacb05a4)
+++ Core/Common/test/Core.Common.Gui.Test/Theme/ColorThemeExtensionsTest.cs (.../ColorThemeExtensionsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.ObjectModel;
using Core.Common.Gui.Properties;
using Core.Common.Gui.Theme;
Index: Core/Common/test/Core.Common.Gui.Test/Theme/ColorThemeTest.cs
===================================================================
diff -u -r75aa4fefacf584d5172dc3bdffd348b0aacb05a4 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/Theme/ColorThemeTest.cs (.../ColorThemeTest.cs) (revision 75aa4fefacf584d5172dc3bdffd348b0aacb05a4)
+++ Core/Common/test/Core.Common.Gui.Test/Theme/ColorThemeTest.cs (.../ColorThemeTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui.Theme;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Gui.Test/ViewPropertyEditorTest.cs
===================================================================
diff -u -r0ae715fe2b16306e4147fed9749bae67ce186168 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/ViewPropertyEditorTest.cs (.../ViewPropertyEditorTest.cs) (revision 0ae715fe2b16306e4147fed9749bae67ce186168)
+++ Core/Common/test/Core.Common.Gui.Test/ViewPropertyEditorTest.cs (.../ViewPropertyEditorTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System.Drawing.Design;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing.Design;
+
using Core.Common.Gui.Commands;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Gui.Test/packages.config
===================================================================
diff -u -rf1e2ad82328ef2ef9a8079b79dc405c0a166188a -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.Test/packages.config (.../packages.config) (revision f1e2ad82328ef2ef9a8079b79dc405c0a166188a)
+++ Core/Common/test/Core.Common.Gui.Test/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
Index: Core/Common/test/Core.Common.Gui.TestUtil/ContextMenu/CustomItemsOnlyContextMenuBuilder.cs
===================================================================
diff -u -r80393d2db0b9788fbedadf667391f67f014086e4 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.TestUtil/ContextMenu/CustomItemsOnlyContextMenuBuilder.cs (.../CustomItemsOnlyContextMenuBuilder.cs) (revision 80393d2db0b9788fbedadf667391f67f014086e4)
+++ Core/Common/test/Core.Common.Gui.TestUtil/ContextMenu/CustomItemsOnlyContextMenuBuilder.cs (.../CustomItemsOnlyContextMenuBuilder.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Windows.Forms;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Common.Gui.ContextMenu;
namespace Core.Common.Gui.TestUtil.ContextMenu
Index: Core/Common/test/Core.Common.Gui.TestUtil/Core.Common.Gui.TestUtil.csproj
===================================================================
diff -u -r7b21de12e02f56cb9b01753f5711ec1650a37924 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.TestUtil/Core.Common.Gui.TestUtil.csproj (.../Core.Common.Gui.TestUtil.csproj) (revision 7b21de12e02f56cb9b01753f5711ec1650a37924)
+++ Core/Common/test/Core.Common.Gui.TestUtil/Core.Common.Gui.TestUtil.csproj (.../Core.Common.Gui.TestUtil.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -103,6 +103,9 @@
+
+ Copying.Lesser.licenseheader
+
Index: Core/Common/test/Core.Common.Gui.TestUtil/Properties/AssemblyInfo.cs
===================================================================
diff -u -rd6e6eadf4a2521df75b6d371bacbb181a43058a3 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision d6e6eadf4a2521df75b6d371bacbb181a43058a3)
+++ Core/Common/test/Core.Common.Gui.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Core.Common.Gui.TestUtil")]
Index: Core/Common/test/Core.Common.Gui.TestUtil/packages.config
===================================================================
diff -u -rd6e6eadf4a2521df75b6d371bacbb181a43058a3 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Gui.TestUtil/packages.config (.../packages.config) (revision d6e6eadf4a2521df75b6d371bacbb181a43058a3)
+++ Core/Common/test/Core.Common.Gui.TestUtil/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
\ No newline at end of file
Index: Core/Common/test/Core.Common.IO.Test/Exceptions/LineParseExceptionTest.cs
===================================================================
diff -u -r16fef01c5d2d8ef8d15c652585efa85125ba7b25 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.IO.Test/Exceptions/LineParseExceptionTest.cs (.../LineParseExceptionTest.cs) (revision 16fef01c5d2d8ef8d15c652585efa85125ba7b25)
+++ Core/Common/test/Core.Common.IO.Test/Exceptions/LineParseExceptionTest.cs (.../LineParseExceptionTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.IO.Exceptions;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.IO.Test/Readers/ReadResultTest.cs
===================================================================
diff -u -r98fc85d8cecf9edae9fe7c1f2f47b60ecda5e187 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.IO.Test/Readers/ReadResultTest.cs (.../ReadResultTest.cs) (revision 98fc85d8cecf9edae9fe7c1f2f47b60ecda5e187)
+++ Core/Common/test/Core.Common.IO.Test/Readers/ReadResultTest.cs (.../ReadResultTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using Core.Common.IO.Readers;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.IO.Readers;
using NUnit.Framework;
namespace Core.Common.IO.Test.Readers
Index: Core/Common/test/Core.Common.Integration.Test/App.config
===================================================================
diff -u -r6fc99be8198e5795ca4be54719dab3d1be3c6299 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Integration.Test/App.config (.../App.config) (revision 6fc99be8198e5795ca4be54719dab3d1be3c6299)
+++ Core/Common/test/Core.Common.Integration.Test/App.config (.../App.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
Index: Core/Common/test/Core.Common.Integration.Test/Core.Common.Integration.Test.csproj
===================================================================
diff -u -ref1c61d94f2aec3b4ff32fcf03253d7ad386c8e5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Integration.Test/Core.Common.Integration.Test.csproj (.../Core.Common.Integration.Test.csproj) (revision ef1c61d94f2aec3b4ff32fcf03253d7ad386c8e5)
+++ Core/Common/test/Core.Common.Integration.Test/Core.Common.Integration.Test.csproj (.../Core.Common.Integration.Test.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -142,6 +142,9 @@
+
+ Copying.Lesser.licenseheader
+
Index: Core/Common/test/Core.Common.Integration.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -r0bfd1f4e2a179c8575045e5af70dce2930665626 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 0bfd1f4e2a179c8575045e5af70dce2930665626)
+++ Core/Common/test/Core.Common.Integration.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Core.Common.Integration.Test")]
Index: Core/Common/test/Core.Common.Integration.Test/Ringtoets/Application.Ringtoets/GuiCoreIntegrationTest.cs
===================================================================
diff -u -rf906ba10d1763e14a608bb2629b15893f37e9deb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Integration.Test/Ringtoets/Application.Ringtoets/GuiCoreIntegrationTest.cs (.../GuiCoreIntegrationTest.cs) (revision f906ba10d1763e14a608bb2629b15893f37e9deb)
+++ Core/Common/test/Core.Common.Integration.Test/Ringtoets/Application.Ringtoets/GuiCoreIntegrationTest.cs (.../GuiCoreIntegrationTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Controls;
using System.Windows.Threading;
using Core.Common.Base.Plugin;
Index: Core/Common/test/Core.Common.Integration.Test/Ringtoets/Application.Ringtoets/GuiImportHandlerTest.cs
===================================================================
diff -u -r64d5609bb2912cd52dc74deffdd189222e240599 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Integration.Test/Ringtoets/Application.Ringtoets/GuiImportHandlerTest.cs (.../GuiImportHandlerTest.cs) (revision 64d5609bb2912cd52dc74deffdd189222e240599)
+++ Core/Common/test/Core.Common.Integration.Test/Ringtoets/Application.Ringtoets/GuiImportHandlerTest.cs (.../GuiImportHandlerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Plugin;
using Core.Common.Gui.Commands;
Index: Core/Common/test/Core.Common.Integration.Test/packages.config
===================================================================
diff -u -r3ee80d5d797653a6eac5c4a46c4900ad4fbe8380 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Integration.Test/packages.config (.../packages.config) (revision 3ee80d5d797653a6eac5c4a46c4900ad4fbe8380)
+++ Core/Common/test/Core.Common.Integration.Test/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
Index: Core/Common/test/Core.Common.Utils.Test/Attributes/ResourcesCategoryAttributeTest.cs
===================================================================
diff -u -rcb1ceb9c6a3d2d7a7117e68cc3028e0cc4077bdf -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Attributes/ResourcesCategoryAttributeTest.cs (.../ResourcesCategoryAttributeTest.cs) (revision cb1ceb9c6a3d2d7a7117e68cc3028e0cc4077bdf)
+++ Core/Common/test/Core.Common.Utils.Test/Attributes/ResourcesCategoryAttributeTest.cs (.../ResourcesCategoryAttributeTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Utils.Attributes;
using Core.Common.Utils.Test.Properties;
Index: Core/Common/test/Core.Common.Utils.Test/Attributes/ResourcesDescriptionAttributeTest.cs
===================================================================
diff -u -r29cfa36a80794e6c3264d29ec8e72d204f3302d3 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Attributes/ResourcesDescriptionAttributeTest.cs (.../ResourcesDescriptionAttributeTest.cs) (revision 29cfa36a80794e6c3264d29ec8e72d204f3302d3)
+++ Core/Common/test/Core.Common.Utils.Test/Attributes/ResourcesDescriptionAttributeTest.cs (.../ResourcesDescriptionAttributeTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Utils.Attributes;
using Core.Common.Utils.Test.Properties;
Index: Core/Common/test/Core.Common.Utils.Test/Builders/FileReaderErrorMessageBuilderTest.cs
===================================================================
diff -u -r654d3a712eedbdeea718dc0448c5544f09e053cd -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Builders/FileReaderErrorMessageBuilderTest.cs (.../FileReaderErrorMessageBuilderTest.cs) (revision 654d3a712eedbdeea718dc0448c5544f09e053cd)
+++ Core/Common/test/Core.Common.Utils.Test/Builders/FileReaderErrorMessageBuilderTest.cs (.../FileReaderErrorMessageBuilderTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using Core.Common.Utils.Builders;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Utils.Builders;
using NUnit.Framework;
namespace Core.Common.Utils.Test.Builders
Index: Core/Common/test/Core.Common.Utils.Test/Builders/FileWriterErrorMessageBuilderTest.cs
===================================================================
diff -u -r39db35bed5aea7238bcb03d842598ee87a002390 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Builders/FileWriterErrorMessageBuilderTest.cs (.../FileWriterErrorMessageBuilderTest.cs) (revision 39db35bed5aea7238bcb03d842598ee87a002390)
+++ Core/Common/test/Core.Common.Utils.Test/Builders/FileWriterErrorMessageBuilderTest.cs (.../FileWriterErrorMessageBuilderTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using Core.Common.Utils.Builders;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Utils.Builders;
using NUnit.Framework;
namespace Core.Common.Utils.Test.Builders
Index: Core/Common/test/Core.Common.Utils.Test/Drawing/GraphicsExtensionsTest.cs
===================================================================
diff -u -r770547be3030f73473282742f9a63ca6805ff74b -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Drawing/GraphicsExtensionsTest.cs (.../GraphicsExtensionsTest.cs) (revision 770547be3030f73473282742f9a63ca6805ff74b)
+++ Core/Common/test/Core.Common.Utils.Test/Drawing/GraphicsExtensionsTest.cs (.../GraphicsExtensionsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Drawing;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing;
using System.Drawing.Imaging;
using Core.Common.TestUtil;
Index: Core/Common/test/Core.Common.Utils.Test/Drawing/ImageExtensionsTest.cs
===================================================================
diff -u -r632b9c8cd36e7663a17e53320d3bfedb873889e0 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Drawing/ImageExtensionsTest.cs (.../ImageExtensionsTest.cs) (revision 632b9c8cd36e7663a17e53320d3bfedb873889e0)
+++ Core/Common/test/Core.Common.Utils.Test/Drawing/ImageExtensionsTest.cs (.../ImageExtensionsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Drawing;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing;
using System.Drawing.Imaging;
using Core.Common.TestUtil;
Index: Core/Common/test/Core.Common.Utils.Test/EnumDisplayWrapperTest.cs
===================================================================
diff -u -rea99af5c043eadf5c2ba83b82a847ae009181191 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/EnumDisplayWrapperTest.cs (.../EnumDisplayWrapperTest.cs) (revision ea99af5c043eadf5c2ba83b82a847ae009181191)
+++ Core/Common/test/Core.Common.Utils.Test/EnumDisplayWrapperTest.cs (.../EnumDisplayWrapperTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -3,16 +3,16 @@
// This file is part of Ringtoets.
//
// Ringtoets is free software: you can redistribute it and/or modify
-// it under the terms of the GNU General Public License as published by
+// 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 General Public License for more details.
+// GNU Lesser General Public License for more details.
//
-// You should have received a copy of the GNU General Public License
+// 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
Index: Core/Common/test/Core.Common.Utils.Test/Events/EventArgsTest.cs
===================================================================
diff -u -rd53a27a49d8db860ff0894554dab040a1b6204a5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Events/EventArgsTest.cs (.../EventArgsTest.cs) (revision d53a27a49d8db860ff0894554dab040a1b6204a5)
+++ Core/Common/test/Core.Common.Utils.Test/Events/EventArgsTest.cs (.../EventArgsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using Core.Common.Utils.Events;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Utils.Events;
+
using NUnit.Framework;
namespace Core.Common.Utils.Test.Events
Index: Core/Common/test/Core.Common.Utils.Test/Events/NotifyCollectionChangeEventArgsTest.cs
===================================================================
diff -u -rd53a27a49d8db860ff0894554dab040a1b6204a5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Events/NotifyCollectionChangeEventArgsTest.cs (.../NotifyCollectionChangeEventArgsTest.cs) (revision d53a27a49d8db860ff0894554dab040a1b6204a5)
+++ Core/Common/test/Core.Common.Utils.Test/Events/NotifyCollectionChangeEventArgsTest.cs (.../NotifyCollectionChangeEventArgsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using Core.Common.Utils.Events;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Utils.Events;
+
using NUnit.Framework;
namespace Core.Common.Utils.Test.Events
Index: Core/Common/test/Core.Common.Utils.Test/Extensions/CollectionExtensionsTest.cs
===================================================================
diff -u -r2a1dc72ed9a202b720c26828e5d53cecc5a0e6c8 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Extensions/CollectionExtensionsTest.cs (.../CollectionExtensionsTest.cs) (revision 2a1dc72ed9a202b720c26828e5d53cecc5a0e6c8)
+++ Core/Common/test/Core.Common.Utils.Test/Extensions/CollectionExtensionsTest.cs (.../CollectionExtensionsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System.Collections.Generic;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
+
using Core.Common.Utils.Extensions;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Utils.Test/Extensions/ComparableExtensionsTest.cs
===================================================================
diff -u -r1a6f65407809a58d25b871af1fc77d6323c6c83a -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Extensions/ComparableExtensionsTest.cs (.../ComparableExtensionsTest.cs) (revision 1a6f65407809a58d25b871af1fc77d6323c6c83a)
+++ Core/Common/test/Core.Common.Utils.Test/Extensions/ComparableExtensionsTest.cs (.../ComparableExtensionsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Utils.Extensions;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Utils.Test/Extensions/EnumerableExtensionsTest.cs
===================================================================
diff -u -r770547be3030f73473282742f9a63ca6805ff74b -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Extensions/EnumerableExtensionsTest.cs (.../EnumerableExtensionsTest.cs) (revision 770547be3030f73473282742f9a63ca6805ff74b)
+++ Core/Common/test/Core.Common.Utils.Test/Extensions/EnumerableExtensionsTest.cs (.../EnumerableExtensionsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using Core.Common.Utils.Extensions;
Index: Core/Common/test/Core.Common.Utils.Test/FileUtilsTest.cs
===================================================================
diff -u -r16d6d5ad38a45e4e0e8b3a9b41b3383d31595a36 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/FileUtilsTest.cs (.../FileUtilsTest.cs) (revision 16d6d5ad38a45e4e0e8b3a9b41b3383d31595a36)
+++ Core/Common/test/Core.Common.Utils.Test/FileUtilsTest.cs (.../FileUtilsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.IO;
using Core.Common.TestUtil;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Utils.Test/IO/EmbeddedResourceFileWriterTest.cs
===================================================================
diff -u -rc2117f62d195ac85d35d4f983822acf401b66647 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/IO/EmbeddedResourceFileWriterTest.cs (.../EmbeddedResourceFileWriterTest.cs) (revision c2117f62d195ac85d35d4f983822acf401b66647)
+++ Core/Common/test/Core.Common.Utils.Test/IO/EmbeddedResourceFileWriterTest.cs (.../EmbeddedResourceFileWriterTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.IO;
using Core.Common.Utils.IO;
using NUnit.Framework;
Index: Core/Common/test/Core.Common.Utils.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -r41c77f9f36ae74a406fd382187426cc06d2b0200 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 41c77f9f36ae74a406fd382187426cc06d2b0200)
+++ Core/Common/test/Core.Common.Utils.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Core.Common.Utils.Test")]
Index: Core/Common/test/Core.Common.Utils.Test/ReferenceEqualityComparerTest.cs
===================================================================
diff -u -rc0c01906c23d8951360f8c299473e1eb92729451 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/ReferenceEqualityComparerTest.cs (.../ReferenceEqualityComparerTest.cs) (revision c0c01906c23d8951360f8c299473e1eb92729451)
+++ Core/Common/test/Core.Common.Utils.Test/ReferenceEqualityComparerTest.cs (.../ReferenceEqualityComparerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,5 +1,26 @@
-using NUnit.Framework;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 NUnit.Framework;
+
namespace Core.Common.Utils.Test
{
[TestFixture]
Index: Core/Common/test/Core.Common.Utils.Test/Reflection/AssemblyUtilsTest.cs
===================================================================
diff -u -rb81978adc73edcf368115b58fd37f34dc7fb6ab5 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Reflection/AssemblyUtilsTest.cs (.../AssemblyUtilsTest.cs) (revision b81978adc73edcf368115b58fd37f34dc7fb6ab5)
+++ Core/Common/test/Core.Common.Utils.Test/Reflection/AssemblyUtilsTest.cs (.../AssemblyUtilsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.IO;
using System.Reflection;
Index: Core/Common/test/Core.Common.Utils.Test/Reflection/TypeUtilsTest.cs
===================================================================
diff -u -rce94b8228bc7e51779b3754217580f13cb35e475 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/Reflection/TypeUtilsTest.cs (.../TypeUtilsTest.cs) (revision ce94b8228bc7e51779b3754217580f13cb35e475)
+++ Core/Common/test/Core.Common.Utils.Test/Reflection/TypeUtilsTest.cs (.../TypeUtilsTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.ComponentModel;
using System.Reflection;
Index: Core/Common/test/Core.Common.Utils.Test/WebLinkTest.cs
===================================================================
diff -u -r24813ad65687801c7e34ce33dd7a82b95b108c65 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/WebLinkTest.cs (.../WebLinkTest.cs) (revision 24813ad65687801c7e34ce33dd7a82b95b108c65)
+++ Core/Common/test/Core.Common.Utils.Test/WebLinkTest.cs (.../WebLinkTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 NUnit.Framework;
Index: Core/Common/test/Core.Common.Utils.Test/packages.config
===================================================================
diff -u -r1a6f65407809a58d25b871af1fc77d6323c6c83a -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Common/test/Core.Common.Utils.Test/packages.config (.../packages.config) (revision 1a6f65407809a58d25b871af1fc77d6323c6c83a)
+++ Core/Common/test/Core.Common.Utils.Test/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
\ No newline at end of file
Index: Core/Components/src/Core.Components.DotSpatial.Forms/Properties/AssemblyInfo.cs
===================================================================
diff -u -r9f8c22d452747d0d7b435f91f4a44b0b89714089 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/src/Core.Components.DotSpatial.Forms/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 9f8c22d452747d0d7b435f91f4a44b0b89714089)
+++ Core/Components/src/Core.Components.DotSpatial.Forms/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
Index: Core/Components/src/Core.Components.DotSpatial/Converter/MapDataHelper.cs
===================================================================
diff -u -r0b76c9841bdeef5c3b9fa1ba0d6cb98a63b90c21 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/src/Core.Components.DotSpatial/Converter/MapDataHelper.cs (.../MapDataHelper.cs) (revision 0b76c9841bdeef5c3b9fa1ba0d6cb98a63b90c21)
+++ Core/Components/src/Core.Components.DotSpatial/Converter/MapDataHelper.cs (.../MapDataHelper.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Components.Gis.Data;
using Core.Components.Gis.Style;
using DotSpatial.Symbology;
Index: Core/Components/src/Core.Components.Gis/Properties/AssemblyInfo.cs
===================================================================
diff -u -r61f3b606ba0003553fe583462bab6e493043be5e -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/src/Core.Components.Gis/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 61f3b606ba0003553fe583462bab6e493043be5e)
+++ Core/Components/src/Core.Components.Gis/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
Index: Core/Components/test/Core.Components.Charting.TestUtil/Core.Components.Charting.TestUtil.csproj
===================================================================
diff -u -reb44708823d5479991162f63376ae85dd944e513 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Charting.TestUtil/Core.Components.Charting.TestUtil.csproj (.../Core.Components.Charting.TestUtil.csproj) (revision eb44708823d5479991162f63376ae85dd944e513)
+++ Core/Components/test/Core.Components.Charting.TestUtil/Core.Components.Charting.TestUtil.csproj (.../Core.Components.Charting.TestUtil.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -54,6 +54,11 @@
Core.Components.Charting
+
+
+ Copying.Lesser.licenseheader
+
+
Index: Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataCollectionConverterTest.cs
===================================================================
diff -u -r04b631b486b742c5339deb1d5504bb13ab5e248d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataCollectionConverterTest.cs (.../MapDataCollectionConverterTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d)
+++ Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataCollectionConverterTest.cs (.../MapDataCollectionConverterTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using Core.Common.Base.Geometry;
using Core.Common.TestUtil;
Index: Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataConverterTest.cs
===================================================================
diff -u -rc9f9c04e4fc62406231afd07d63cd7da11673ec6 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataConverterTest.cs (.../MapDataConverterTest.cs) (revision c9f9c04e4fc62406231afd07d63cd7da11673ec6)
+++ Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataConverterTest.cs (.../MapDataConverterTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using Core.Common.TestUtil;
using Core.Components.DotSpatial.Converter;
Index: Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataFactoryTest.cs
===================================================================
diff -u -r04b631b486b742c5339deb1d5504bb13ab5e248d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataFactoryTest.cs (.../MapDataFactoryTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d)
+++ Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataFactoryTest.cs (.../MapDataFactoryTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using Core.Common.Base.Geometry;
Index: Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataHelperTest.cs
===================================================================
diff -u -rc67c5e4d2dcf0e3a105aab6b2bb323e9a128ff22 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataHelperTest.cs (.../MapDataHelperTest.cs) (revision c67c5e4d2dcf0e3a105aab6b2bb323e9a128ff22)
+++ Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapDataHelperTest.cs (.../MapDataHelperTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using Core.Components.DotSpatial.Converter;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Components.DotSpatial.Converter;
using Core.Components.Gis.Style;
using DotSpatial.Symbology;
using NUnit.Framework;
Index: Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapLineDataConverterTest.cs
===================================================================
diff -u -r04b631b486b742c5339deb1d5504bb13ab5e248d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapLineDataConverterTest.cs (.../MapLineDataConverterTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d)
+++ Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapLineDataConverterTest.cs (.../MapLineDataConverterTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Collections.ObjectModel;
using System.Drawing;
Index: Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapPointDataConverterTest.cs
===================================================================
diff -u -r04b631b486b742c5339deb1d5504bb13ab5e248d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapPointDataConverterTest.cs (.../MapPointDataConverterTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d)
+++ Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapPointDataConverterTest.cs (.../MapPointDataConverterTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Drawing;
using System.Linq;
Index: Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapPolygonDataConverterTest.cs
===================================================================
diff -u -rd6a913bdd073dce236a3f18d34bf415f41b54a00 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapPolygonDataConverterTest.cs (.../MapPolygonDataConverterTest.cs) (revision d6a913bdd073dce236a3f18d34bf415f41b54a00)
+++ Core/Components/test/Core.Components.DotSpatial.Test/Converter/MapPolygonDataConverterTest.cs (.../MapPolygonDataConverterTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Collections.ObjectModel;
using System.Drawing;
Index: Core/Components/test/Core.Components.DotSpatial.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -r5c3f702f76f617808344416749d1ec1cfb104559 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.DotSpatial.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 5c3f702f76f617808344416749d1ec1cfb104559)
+++ Core/Components/test/Core.Components.DotSpatial.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Core.Components.DotSpatial.Test")]
Index: Core/Components/test/Core.Components.DotSpatial.Test/packages.config
===================================================================
diff -u -r884543108a6db82b36fca454624a7e9aacaf801d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.DotSpatial.Test/packages.config (.../packages.config) (revision 884543108a6db82b36fca454624a7e9aacaf801d)
+++ Core/Components/test/Core.Components.DotSpatial.Test/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
Index: Core/Components/test/Core.Components.DotSpatial.TestUtil/Core.Components.DotSpatial.TestUtil.csproj
===================================================================
diff -u -r2310b1df9f3fcfa1e01ee6eec2206a4dd0f38f5c -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.DotSpatial.TestUtil/Core.Components.DotSpatial.TestUtil.csproj (.../Core.Components.DotSpatial.TestUtil.csproj) (revision 2310b1df9f3fcfa1e01ee6eec2206a4dd0f38f5c)
+++ Core/Components/test/Core.Components.DotSpatial.TestUtil/Core.Components.DotSpatial.TestUtil.csproj (.../Core.Components.DotSpatial.TestUtil.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -60,6 +60,11 @@
Core.Components.Gis
+
+
+ Copying.Lesser.licenseheader
+
+
\ No newline at end of file
Index: Core/Components/test/Core.Components.Gis.Test/Core.Components.Gis.Test.csproj
===================================================================
diff -u -r4dc676d1823dfb3c1d52935ccc2f107883fa10ad -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Core.Components.Gis.Test.csproj (.../Core.Components.Gis.Test.csproj) (revision 4dc676d1823dfb3c1d52935ccc2f107883fa10ad)
+++ Core/Components/test/Core.Components.Gis.Test/Core.Components.Gis.Test.csproj (.../Core.Components.Gis.Test.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -56,6 +56,9 @@
+
+ Copying.Lesser.licenseheader
+
Index: Core/Components/test/Core.Components.Gis.Test/Data/FeatureBasedMapDataTest.cs
===================================================================
diff -u -r04b631b486b742c5339deb1d5504bb13ab5e248d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Data/FeatureBasedMapDataTest.cs (.../FeatureBasedMapDataTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d)
+++ Core/Components/test/Core.Components.Gis.Test/Data/FeatureBasedMapDataTest.cs (.../FeatureBasedMapDataTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
Index: Core/Components/test/Core.Components.Gis.Test/Data/MapDataCollectionTest.cs
===================================================================
diff -u -rba81c979693c5d5467b232696a688b6305e57c5e -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Data/MapDataCollectionTest.cs (.../MapDataCollectionTest.cs) (revision ba81c979693c5d5467b232696a688b6305e57c5e)
+++ Core/Components/test/Core.Components.Gis.Test/Data/MapDataCollectionTest.cs (.../MapDataCollectionTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
using Core.Common.TestUtil;
Index: Core/Components/test/Core.Components.Gis.Test/Data/MapDataTest.cs
===================================================================
diff -u -r41185195682bf4c3afa93edd81af55d2ba67cba9 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Data/MapDataTest.cs (.../MapDataTest.cs) (revision 41185195682bf4c3afa93edd81af55d2ba67cba9)
+++ Core/Components/test/Core.Components.Gis.Test/Data/MapDataTest.cs (.../MapDataTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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;
using Core.Common.TestUtil;
using Core.Components.Gis.Data;
Index: Core/Components/test/Core.Components.Gis.Test/Data/MapLineDataTest.cs
===================================================================
diff -u -r04b631b486b742c5339deb1d5504bb13ab5e248d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Data/MapLineDataTest.cs (.../MapLineDataTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d)
+++ Core/Components/test/Core.Components.Gis.Test/Data/MapLineDataTest.cs (.../MapLineDataTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
Index: Core/Components/test/Core.Components.Gis.Test/Data/MapPointDataTest.cs
===================================================================
diff -u -r04b631b486b742c5339deb1d5504bb13ab5e248d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Data/MapPointDataTest.cs (.../MapPointDataTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d)
+++ Core/Components/test/Core.Components.Gis.Test/Data/MapPointDataTest.cs (.../MapPointDataTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
Index: Core/Components/test/Core.Components.Gis.Test/Data/MapPolygonDataTest.cs
===================================================================
diff -u -rd6a913bdd073dce236a3f18d34bf415f41b54a00 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Data/MapPolygonDataTest.cs (.../MapPolygonDataTest.cs) (revision d6a913bdd073dce236a3f18d34bf415f41b54a00)
+++ Core/Components/test/Core.Components.Gis.Test/Data/MapPolygonDataTest.cs (.../MapPolygonDataTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
Index: Core/Components/test/Core.Components.Gis.Test/Features/MapFeatureTest.cs
===================================================================
diff -u -r04b631b486b742c5339deb1d5504bb13ab5e248d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Features/MapFeatureTest.cs (.../MapFeatureTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d)
+++ Core/Components/test/Core.Components.Gis.Test/Features/MapFeatureTest.cs (.../MapFeatureTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using Core.Common.Base.Geometry;
Index: Core/Components/test/Core.Components.Gis.Test/Geometries/MapGeometryTest.cs
===================================================================
diff -u -r04b631b486b742c5339deb1d5504bb13ab5e248d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Geometries/MapGeometryTest.cs (.../MapGeometryTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d)
+++ Core/Components/test/Core.Components.Gis.Test/Geometries/MapGeometryTest.cs (.../MapGeometryTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using Core.Common.Base.Geometry;
using Core.Common.TestUtil;
Index: Core/Components/test/Core.Components.Gis.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -r64d5609bb2912cd52dc74deffdd189222e240599 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 64d5609bb2912cd52dc74deffdd189222e240599)
+++ Core/Components/test/Core.Components.Gis.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
// General Information about an assembly is controlled through the following
Index: Core/Components/test/Core.Components.Gis.Test/Style/LineStyleTest.cs
===================================================================
diff -u -r4dc676d1823dfb3c1d52935ccc2f107883fa10ad -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Style/LineStyleTest.cs (.../LineStyleTest.cs) (revision 4dc676d1823dfb3c1d52935ccc2f107883fa10ad)
+++ Core/Components/test/Core.Components.Gis.Test/Style/LineStyleTest.cs (.../LineStyleTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Drawing;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing;
using System.Drawing.Drawing2D;
using Core.Components.Gis.Style;
using NUnit.Framework;
Index: Core/Components/test/Core.Components.Gis.Test/Style/PointStyleTest.cs
===================================================================
diff -u -r4dc676d1823dfb3c1d52935ccc2f107883fa10ad -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Style/PointStyleTest.cs (.../PointStyleTest.cs) (revision 4dc676d1823dfb3c1d52935ccc2f107883fa10ad)
+++ Core/Components/test/Core.Components.Gis.Test/Style/PointStyleTest.cs (.../PointStyleTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Drawing;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing;
using Core.Components.Gis.Style;
using NUnit.Framework;
Index: Core/Components/test/Core.Components.Gis.Test/Style/PolygonStyleTest.cs
===================================================================
diff -u -r4dc676d1823dfb3c1d52935ccc2f107883fa10ad -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/Style/PolygonStyleTest.cs (.../PolygonStyleTest.cs) (revision 4dc676d1823dfb3c1d52935ccc2f107883fa10ad)
+++ Core/Components/test/Core.Components.Gis.Test/Style/PolygonStyleTest.cs (.../PolygonStyleTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Drawing;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Drawing;
using Core.Components.Gis.Style;
using NUnit.Framework;
Index: Core/Components/test/Core.Components.Gis.Test/packages.config
===================================================================
diff -u -rf612f81e3d6435ddd1a9c571738aab54e6048a9e -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.Gis.Test/packages.config (.../packages.config) (revision f612f81e3d6435ddd1a9c571738aab54e6048a9e)
+++ Core/Components/test/Core.Components.Gis.Test/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
\ No newline at end of file
Index: Core/Components/test/Core.Components.OxyPlot.Test/Converter/ChartMultipleAreaDataConverterTest.cs
===================================================================
diff -u -rd494567cc0771ff224e920de98682a901dcfe01a -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Components/test/Core.Components.OxyPlot.Test/Converter/ChartMultipleAreaDataConverterTest.cs (.../ChartMultipleAreaDataConverterTest.cs) (revision d494567cc0771ff224e920de98682a901dcfe01a)
+++ Core/Components/test/Core.Components.OxyPlot.Test/Converter/ChartMultipleAreaDataConverterTest.cs (.../ChartMultipleAreaDataConverterTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Collections.ObjectModel;
using System.Drawing;
Index: Core/Plugins/test/Core.Plugins.CommonTools.Test/CommonToolsGuiPluginTest.cs
===================================================================
diff -u -r67980a5c3c5cb71c185278e849b123e7f92990eb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.CommonTools.Test/CommonToolsGuiPluginTest.cs (.../CommonToolsGuiPluginTest.cs) (revision 67980a5c3c5cb71c185278e849b123e7f92990eb)
+++ Core/Plugins/test/Core.Plugins.CommonTools.Test/CommonToolsGuiPluginTest.cs (.../CommonToolsGuiPluginTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Linq;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
using Core.Common.Base.Data;
using Core.Common.Controls.Views;
using Core.Common.Gui.Forms;
Index: Core/Plugins/test/Core.Plugins.CommonTools.Test/Core.Plugins.CommonTools.Test.csproj
===================================================================
diff -u -rf4a633bf7b75c0e25f0c5bcd600df6def184962c -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.CommonTools.Test/Core.Plugins.CommonTools.Test.csproj (.../Core.Plugins.CommonTools.Test.csproj) (revision f4a633bf7b75c0e25f0c5bcd600df6def184962c)
+++ Core/Plugins/test/Core.Plugins.CommonTools.Test/Core.Plugins.CommonTools.Test.csproj (.../Core.Plugins.CommonTools.Test.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -120,6 +120,9 @@
+
+ Copying.Lesser.licenseheader
+
Index: Core/Plugins/test/Core.Plugins.CommonTools.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -r05cb574013e8873850f93483dcb332acd73d6bd3 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.CommonTools.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 05cb574013e8873850f93483dcb332acd73d6bd3)
+++ Core/Plugins/test/Core.Plugins.CommonTools.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Core.Plugins.CommonTools.Test")]
Index: Core/Plugins/test/Core.Plugins.CommonTools.Test/Property/ProjectPropertiesTest.cs
===================================================================
diff -u -rcd9655d356bdff388c7058eeff1cdbed076c407b -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.CommonTools.Test/Property/ProjectPropertiesTest.cs (.../ProjectPropertiesTest.cs) (revision cd9655d356bdff388c7058eeff1cdbed076c407b)
+++ Core/Plugins/test/Core.Plugins.CommonTools.Test/Property/ProjectPropertiesTest.cs (.../ProjectPropertiesTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.ComponentModel;
using Core.Common.Base.Data;
using Core.Common.Gui.PropertyBag;
Index: Core/Plugins/test/Core.Plugins.CommonTools.Test/Property/UrlPropertiesTest.cs
===================================================================
diff -u -r64d5609bb2912cd52dc74deffdd189222e240599 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.CommonTools.Test/Property/UrlPropertiesTest.cs (.../UrlPropertiesTest.cs) (revision 64d5609bb2912cd52dc74deffdd189222e240599)
+++ Core/Plugins/test/Core.Plugins.CommonTools.Test/Property/UrlPropertiesTest.cs (.../UrlPropertiesTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.ComponentModel;
using Core.Common.Gui.PropertyBag;
using Core.Common.Utils;
Index: Core/Plugins/test/Core.Plugins.CommonTools.Test/packages.config
===================================================================
diff -u -r5fc49ff1f8950ee4e33887edb6c543fac700b5dd -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.CommonTools.Test/packages.config (.../packages.config) (revision 5fc49ff1f8950ee4e33887edb6c543fac700b5dd)
+++ Core/Plugins/test/Core.Plugins.CommonTools.Test/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Commands/ToggleMapLegendViewCommandTest.cs
===================================================================
diff -u -r5e80369138024933a45f3e4ae721509dfb17d8fb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Commands/ToggleMapLegendViewCommandTest.cs (.../ToggleMapLegendViewCommandTest.cs) (revision 5e80369138024933a45f3e4ae721509dfb17d8fb)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Commands/ToggleMapLegendViewCommandTest.cs (.../ToggleMapLegendViewCommandTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Windows.Forms;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Common.Controls.Commands;
using Core.Common.Gui;
using Core.Common.Gui.ContextMenu;
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Core.Plugins.DotSpatial.Test.csproj
===================================================================
diff -u -re8ed2a7235a3d440d258ce5f76862196388c64bc -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Core.Plugins.DotSpatial.Test.csproj (.../Core.Plugins.DotSpatial.Test.csproj) (revision e8ed2a7235a3d440d258ce5f76862196388c64bc)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Core.Plugins.DotSpatial.Test.csproj (.../Core.Plugins.DotSpatial.Test.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -134,6 +134,9 @@
+
+ Copying.Lesser.licenseheader
+
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/DotSpatialGuiPluginTest.cs
===================================================================
diff -u -rf906ba10d1763e14a608bb2629b15893f37e9deb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/DotSpatialGuiPluginTest.cs (.../DotSpatialGuiPluginTest.cs) (revision f906ba10d1763e14a608bb2629b15893f37e9deb)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/DotSpatialGuiPluginTest.cs (.../DotSpatialGuiPluginTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
using System.Windows;
using System.Windows.Threading;
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Forms/MapDataViewTest.cs
===================================================================
diff -u -r04b631b486b742c5339deb1d5504bb13ab5e248d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Forms/MapDataViewTest.cs (.../MapDataViewTest.cs) (revision 04b631b486b742c5339deb1d5504bb13ab5e248d)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Forms/MapDataViewTest.cs (.../MapDataViewTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapDataCollectionTreeNodeInfoTest.cs
===================================================================
diff -u -r20415b2886919a103cb4677f56a8f61abbb7aa8a -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapDataCollectionTreeNodeInfoTest.cs (.../MapDataCollectionTreeNodeInfoTest.cs) (revision 20415b2886919a103cb4677f56a8f61abbb7aa8a)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapDataCollectionTreeNodeInfoTest.cs (.../MapDataCollectionTreeNodeInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLegendControllerTest.cs
===================================================================
diff -u -r354027b2a36a779798852d3edadaaf339140295c -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLegendControllerTest.cs (.../MapLegendControllerTest.cs) (revision 354027b2a36a779798852d3edadaaf339140295c)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLegendControllerTest.cs (.../MapLegendControllerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Common.Gui;
using Core.Common.Gui.ContextMenu;
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLegendViewTest.cs
===================================================================
diff -u -raadef283cdf782eaefc208b8a40df9c568fdaece -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLegendViewTest.cs (.../MapLegendViewTest.cs) (revision aadef283cdf782eaefc208b8a40df9c568fdaece)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLegendViewTest.cs (.../MapLegendViewTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLineDataTreeNodeInfoTest.cs
===================================================================
diff -u -rc9396d0af18873fda14c7e486decbfca7d4e8b21 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLineDataTreeNodeInfoTest.cs (.../MapLineDataTreeNodeInfoTest.cs) (revision c9396d0af18873fda14c7e486decbfca7d4e8b21)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapLineDataTreeNodeInfoTest.cs (.../MapLineDataTreeNodeInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPointDataTreeNodeInfoTest.cs
===================================================================
diff -u -rc9396d0af18873fda14c7e486decbfca7d4e8b21 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPointDataTreeNodeInfoTest.cs (.../MapPointDataTreeNodeInfoTest.cs) (revision c9396d0af18873fda14c7e486decbfca7d4e8b21)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPointDataTreeNodeInfoTest.cs (.../MapPointDataTreeNodeInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPolygonDataTreeNodeInfoTest.cs
===================================================================
diff -u -rc9396d0af18873fda14c7e486decbfca7d4e8b21 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPolygonDataTreeNodeInfoTest.cs (.../MapPolygonDataTreeNodeInfoTest.cs) (revision c9396d0af18873fda14c7e486decbfca7d4e8b21)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Legend/MapPolygonDataTreeNodeInfoTest.cs (.../MapPolygonDataTreeNodeInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/MapRibbonTest.cs
===================================================================
diff -u -r5e80369138024933a45f3e4ae721509dfb17d8fb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/MapRibbonTest.cs (.../MapRibbonTest.cs) (revision 5e80369138024933a45f3e4ae721509dfb17d8fb)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/MapRibbonTest.cs (.../MapRibbonTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Linq;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
using System.Windows;
using System.Windows.Forms;
using Core.Common.Controls.Commands;
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -r5c3f702f76f617808344416749d1ec1cfb104559 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 5c3f702f76f617808344416749d1ec1cfb104559)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Core.Plugins.DotSpatial.Test")]
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/TestMapView.cs
===================================================================
diff -u -r8b40a436f54ae91cbecd2b1e053311466711bf53 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/TestMapView.cs (.../TestMapView.cs) (revision 8b40a436f54ae91cbecd2b1e053311466711bf53)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/TestMapView.cs (.../TestMapView.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Windows.Forms;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Components.DotSpatial.Forms;
using Core.Components.Gis.Forms;
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/TestView.cs
===================================================================
diff -u -r5c3f702f76f617808344416749d1ec1cfb104559 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/TestView.cs (.../TestView.cs) (revision 5c3f702f76f617808344416749d1ec1cfb104559)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/TestView.cs (.../TestView.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Windows.Forms;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Common.Controls.Views;
namespace Core.Plugins.DotSpatial.Test
Index: Core/Plugins/test/Core.Plugins.DotSpatial.Test/packages.config
===================================================================
diff -u -r884543108a6db82b36fca454624a7e9aacaf801d -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.DotSpatial.Test/packages.config (.../packages.config) (revision 884543108a6db82b36fca454624a7e9aacaf801d)
+++ Core/Plugins/test/Core.Plugins.DotSpatial.Test/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/ChartingRibbonTest.cs
===================================================================
diff -u -r170ec8698dfed095e23f4fa822fe2198b3e5f242 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/ChartingRibbonTest.cs (.../ChartingRibbonTest.cs) (revision 170ec8698dfed095e23f4fa822fe2198b3e5f242)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/ChartingRibbonTest.cs (.../ChartingRibbonTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Linq;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
using System.Windows;
using Core.Common.Gui;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Commands/ToggleLegendViewCommandTest.cs
===================================================================
diff -u -r170ec8698dfed095e23f4fa822fe2198b3e5f242 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Commands/ToggleLegendViewCommandTest.cs (.../ToggleLegendViewCommandTest.cs) (revision 170ec8698dfed095e23f4fa822fe2198b3e5f242)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Commands/ToggleLegendViewCommandTest.cs (.../ToggleLegendViewCommandTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using Core.Common.Controls.Commands;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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 Core.Common.Controls.Commands;
using Core.Common.Gui;
using Core.Plugins.OxyPlot.Commands;
using Core.Plugins.OxyPlot.Legend;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Core.Plugins.OxyPlot.Test.csproj
===================================================================
diff -u -rd494567cc0771ff224e920de98682a901dcfe01a -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Core.Plugins.OxyPlot.Test.csproj (.../Core.Plugins.OxyPlot.Test.csproj) (revision d494567cc0771ff224e920de98682a901dcfe01a)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Core.Plugins.OxyPlot.Test.csproj (.../Core.Plugins.OxyPlot.Test.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -79,6 +79,9 @@
+
+ Copying.Lesser.licenseheader
+
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Forms/ChartDataViewTest.cs
===================================================================
diff -u -r6ead8434d15966a27fa92e7bac29111281e7ccc3 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Forms/ChartDataViewTest.cs (.../ChartDataViewTest.cs) (revision 6ead8434d15966a27fa92e7bac29111281e7ccc3)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Forms/ChartDataViewTest.cs (.../ChartDataViewTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Components.Charting.Data;
using Core.Components.OxyPlot.Forms;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartAreaDataTreeNodeInfoTest.cs
===================================================================
diff -u -r9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartAreaDataTreeNodeInfoTest.cs (.../ChartAreaDataTreeNodeInfoTest.cs) (revision 9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartAreaDataTreeNodeInfoTest.cs (.../ChartAreaDataTreeNodeInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using Core.Common.Base;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartDataCollectionTreeNodeInfoTest.cs
===================================================================
diff -u -r9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartDataCollectionTreeNodeInfoTest.cs (.../ChartDataCollectionTreeNodeInfoTest.cs) (revision 9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartDataCollectionTreeNodeInfoTest.cs (.../ChartDataCollectionTreeNodeInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using Core.Common.Base;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartLegendControllerTest.cs
===================================================================
diff -u -r170ec8698dfed095e23f4fa822fe2198b3e5f242 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartLegendControllerTest.cs (.../ChartLegendControllerTest.cs) (revision 170ec8698dfed095e23f4fa822fe2198b3e5f242)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartLegendControllerTest.cs (.../ChartLegendControllerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Gui;
using Core.Plugins.OxyPlot.Legend;
using NUnit.Framework;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartLegendViewTest.cs
===================================================================
diff -u -rf926bf3621c9a8d5b6e57a0b34f8b26ea3b655c4 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartLegendViewTest.cs (.../ChartLegendViewTest.cs) (revision f926bf3621c9a8d5b6e57a0b34f8b26ea3b655c4)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartLegendViewTest.cs (.../ChartLegendViewTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartLineDataTreeNodeInfoTest.cs
===================================================================
diff -u -r9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartLineDataTreeNodeInfoTest.cs (.../ChartLineDataTreeNodeInfoTest.cs) (revision 9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartLineDataTreeNodeInfoTest.cs (.../ChartLineDataTreeNodeInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using Core.Common.Base;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartMultipleAreaDataTreeNodeInfoTest.cs
===================================================================
diff -u -r9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartMultipleAreaDataTreeNodeInfoTest.cs (.../ChartMultipleAreaDataTreeNodeInfoTest.cs) (revision 9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartMultipleAreaDataTreeNodeInfoTest.cs (.../ChartMultipleAreaDataTreeNodeInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Collections.ObjectModel;
using System.Linq;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartPointDataTreeNodeInfoTest.cs
===================================================================
diff -u -r9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartPointDataTreeNodeInfoTest.cs (.../ChartPointDataTreeNodeInfoTest.cs) (revision 9b2c164b84e6bbdfdced4f8a1a1a9e023f078fc1)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Legend/ChartPointDataTreeNodeInfoTest.cs (.../ChartPointDataTreeNodeInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using Core.Common.Base;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/OxyPlotGuiPluginTest.cs
===================================================================
diff -u -rf816a8ef737d38b4f044855b73abf3ea32b79422 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/OxyPlotGuiPluginTest.cs (.../OxyPlotGuiPluginTest.cs) (revision f816a8ef737d38b4f044855b73abf3ea32b79422)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/OxyPlotGuiPluginTest.cs (.../OxyPlotGuiPluginTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
using System.Windows;
using System.Windows.Threading;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -rec36de61b0eb813fedd9616e5113bd695470935c -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision ec36de61b0eb813fedd9616e5113bd695470935c)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Core.Plugins.OxyPlot.Test")]
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/TestChartView.cs
===================================================================
diff -u -r30b12b82918d500fe834eafd9f6cd9b2c5dbe60f -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/TestChartView.cs (.../TestChartView.cs) (revision 30b12b82918d500fe834eafd9f6cd9b2c5dbe60f)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/TestChartView.cs (.../TestChartView.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Components.Charting.Forms;
using Core.Components.OxyPlot.Forms;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/TestView.cs
===================================================================
diff -u -r9bf140313b222568c57110c9a8a664e2e1a213e1 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/TestView.cs (.../TestView.cs) (revision 9bf140313b222568c57110c9a8a664e2e1a213e1)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/TestView.cs (.../TestView.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows.Forms;
using Core.Common.Controls.Views;
Index: Core/Plugins/test/Core.Plugins.OxyPlot.Test/packages.config
===================================================================
diff -u -r3c816a265bc4ea959ced0376d8b4b0d244e146b3 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.OxyPlot.Test/packages.config (.../packages.config) (revision 3c816a265bc4ea959ced0376d8b4b0d244e146b3)
+++ Core/Plugins/test/Core.Plugins.OxyPlot.Test/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/App.config
===================================================================
diff -u -r6633a5deea8082d57dec6185caf4ff428f034672 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/App.config (.../App.config) (revision 6633a5deea8082d57dec6185caf4ff428f034672)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/App.config (.../App.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Commands/ToggleProjectExplorerCommandTest.cs
===================================================================
diff -u -r961926e415b670350827c72e39751bfce40281ca -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Commands/ToggleProjectExplorerCommandTest.cs (.../ToggleProjectExplorerCommandTest.cs) (revision 961926e415b670350827c72e39751bfce40281ca)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Commands/ToggleProjectExplorerCommandTest.cs (.../ToggleProjectExplorerCommandTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
using Core.Common.Controls.Commands;
using Core.Common.Controls.TreeView;
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Core.Plugins.ProjectExplorer.Test.csproj
===================================================================
diff -u -rfafe08c402bd6ab5a283556660e34df47ce01dea -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Core.Plugins.ProjectExplorer.Test.csproj (.../Core.Plugins.ProjectExplorer.Test.csproj) (revision fafe08c402bd6ab5a283556660e34df47ce01dea)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Core.Plugins.ProjectExplorer.Test.csproj (.../Core.Plugins.ProjectExplorer.Test.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -142,6 +142,9 @@
+
+ Copying.Lesser.licenseheader
+
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Exceptions/PluginActivationExceptionTest.cs
===================================================================
diff -u -r8598c47dd25fb62ccaab803cc9fc01e7b0be5299 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Exceptions/PluginActivationExceptionTest.cs (.../PluginActivationExceptionTest.cs) (revision 8598c47dd25fb62ccaab803cc9fc01e7b0be5299)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Exceptions/PluginActivationExceptionTest.cs (.../PluginActivationExceptionTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Plugins.ProjectExplorer.Exceptions;
using NUnit.Framework;
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerGuiPluginTest.cs
===================================================================
diff -u -r961926e415b670350827c72e39751bfce40281ca -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerGuiPluginTest.cs (.../ProjectExplorerGuiPluginTest.cs) (revision 961926e415b670350827c72e39751bfce40281ca)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerGuiPluginTest.cs (.../ProjectExplorerGuiPluginTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,3 +1,24 @@
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerTest.cs
===================================================================
diff -u -raadef283cdf782eaefc208b8a40df9c568fdaece -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerTest.cs (.../ProjectExplorerTest.cs) (revision aadef283cdf782eaefc208b8a40df9c568fdaece)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerTest.cs (.../ProjectExplorerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using System.Windows.Forms;
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerViewControllerTest.cs
===================================================================
diff -u -r961926e415b670350827c72e39751bfce40281ca -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerViewControllerTest.cs (.../ProjectExplorerViewControllerTest.cs) (revision 961926e415b670350827c72e39751bfce40281ca)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/ProjectExplorerViewControllerTest.cs (.../ProjectExplorerViewControllerTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Collections.Generic;
using System.Linq;
using Core.Common.Base.Data;
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Properties/AssemblyInfo.cs
===================================================================
diff -u -ra70fac40e34e16bed007b1d0d4e437d91c89d0cb -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision a70fac40e34e16bed007b1d0d4e437d91c89d0cb)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Reflection;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Reflection;
using System.Runtime.InteropServices;
[assembly: AssemblyTitle("Core.Plugins.ProjectExplorer.Test")]
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/RibbonTest.cs
===================================================================
diff -u -rdaac7f75692224f6ad3b765cb0b3d8117c1165a6 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/RibbonTest.cs (.../RibbonTest.cs) (revision daac7f75692224f6ad3b765cb0b3d8117c1165a6)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/RibbonTest.cs (.../RibbonTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Windows;
using System.Windows.Controls.Primitives;
using Core.Common.Controls.Commands;
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/TreeNodeInfos/ProjectTreeNodeInfoTest.cs
===================================================================
diff -u -rc9396d0af18873fda14c7e486decbfca7d4e8b21 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/TreeNodeInfos/ProjectTreeNodeInfoTest.cs (.../ProjectTreeNodeInfoTest.cs) (revision c9396d0af18873fda14c7e486decbfca7d4e8b21)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/TreeNodeInfos/ProjectTreeNodeInfoTest.cs (.../ProjectTreeNodeInfoTest.cs) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,25 @@
-using System.Linq;
+// Copyright (C) Stichting Deltares 2016. All rights reserved.
+//
+// This file is part of Ringtoets.
+//
+// Ringtoets 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.Linq;
using Core.Common.Base.Data;
using Core.Common.Controls.TreeView;
using Core.Common.Gui;
Index: Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/packages.config
===================================================================
diff -u -r78b15d3290c831ef1d7070aa1ccb48f57a15961f -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/packages.config (.../packages.config) (revision 78b15d3290c831ef1d7070aa1ccb48f57a15961f)
+++ Core/Plugins/test/Core.Plugins.ProjectExplorer.Test/packages.config (.../packages.config) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -1,4 +1,27 @@
+
+
Index: Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil.Test/Ringtoets.Piping.Data.TestUtil.Test.csproj
===================================================================
diff -u -r80c86231452b9beb7e8b8eba3698ceb9c0551de3 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil.Test/Ringtoets.Piping.Data.TestUtil.Test.csproj (.../Ringtoets.Piping.Data.TestUtil.Test.csproj) (revision 80c86231452b9beb7e8b8eba3698ceb9c0551de3)
+++ Ringtoets/Piping/test/Ringtoets.Piping.Data.TestUtil.Test/Ringtoets.Piping.Data.TestUtil.Test.csproj (.../Ringtoets.Piping.Data.TestUtil.Test.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -50,6 +50,9 @@
+
+ Copying.licenseheader
+
Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.Test/Ringtoets.Piping.KernelWrapper.Test.csproj
===================================================================
diff -u -r1f622b4c6f58e22a752097c0375fe68f370a3fb2 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.Test/Ringtoets.Piping.KernelWrapper.Test.csproj (.../Ringtoets.Piping.KernelWrapper.Test.csproj) (revision 1f622b4c6f58e22a752097c0375fe68f370a3fb2)
+++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.Test/Ringtoets.Piping.KernelWrapper.Test.csproj (.../Ringtoets.Piping.KernelWrapper.Test.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -100,6 +100,9 @@
+
+ Copying.licenseheader
+
Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/Ringtoets.Piping.KernelWrapper.TestUtil.Test.csproj
===================================================================
diff -u -r1f622b4c6f58e22a752097c0375fe68f370a3fb2 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/Ringtoets.Piping.KernelWrapper.TestUtil.Test.csproj (.../Ringtoets.Piping.KernelWrapper.TestUtil.Test.csproj) (revision 1f622b4c6f58e22a752097c0375fe68f370a3fb2)
+++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil.Test/Ringtoets.Piping.KernelWrapper.TestUtil.Test.csproj (.../Ringtoets.Piping.KernelWrapper.TestUtil.Test.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -57,6 +57,9 @@
+
+ Copying.licenseheader
+
Index: Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/Ringtoets.Piping.KernelWrapper.TestUtil.csproj
===================================================================
diff -u -r1f622b4c6f58e22a752097c0375fe68f370a3fb2 -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/Ringtoets.Piping.KernelWrapper.TestUtil.csproj (.../Ringtoets.Piping.KernelWrapper.TestUtil.csproj) (revision 1f622b4c6f58e22a752097c0375fe68f370a3fb2)
+++ Ringtoets/Piping/test/Ringtoets.Piping.KernelWrapper.TestUtil/Ringtoets.Piping.KernelWrapper.TestUtil.csproj (.../Ringtoets.Piping.KernelWrapper.TestUtil.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -84,6 +84,9 @@
+
+ Copying.licenseheader
+
Index: Ringtoets/Piping/test/Ringtoets.Piping.Primitives.Test/Ringtoets.Piping.Primitives.Test.csproj
===================================================================
diff -u -r65ea41e01d41d77df1e30bf8e850a44de46e870f -r151bab16a7ebc1bffc0621ab56c6dc219db1e90f
--- Ringtoets/Piping/test/Ringtoets.Piping.Primitives.Test/Ringtoets.Piping.Primitives.Test.csproj (.../Ringtoets.Piping.Primitives.Test.csproj) (revision 65ea41e01d41d77df1e30bf8e850a44de46e870f)
+++ Ringtoets/Piping/test/Ringtoets.Piping.Primitives.Test/Ringtoets.Piping.Primitives.Test.csproj (.../Ringtoets.Piping.Primitives.Test.csproj) (revision 151bab16a7ebc1bffc0621ab56c6dc219db1e90f)
@@ -48,6 +48,11 @@
+
+
+ Copying.licenseheader
+
+