Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil.Test/Properties/AssemblyInfo.cs =================================================================== diff -u -r3585aaaee85811301a4b53d06f3cab9fa8bf4957 -rbbfc5d3db8b4ff93ca31dcd7db4add88c57cfab1 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 3585aaaee85811301a4b53d06f3cab9fa8bf4957) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil.Test/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision bbfc5d3db8b4ff93ca31dcd7db4add88c57cfab1) @@ -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 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; [assembly: AssemblyTitle("Ringtoets.Revetment.TestUtil.Test")] Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil.Test/Ringtoets.Revetment.Data.TestUtil.Test.csproj =================================================================== diff -u -r3585aaaee85811301a4b53d06f3cab9fa8bf4957 -rbbfc5d3db8b4ff93ca31dcd7db4add88c57cfab1 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil.Test/Ringtoets.Revetment.Data.TestUtil.Test.csproj (.../Ringtoets.Revetment.Data.TestUtil.Test.csproj) (revision 3585aaaee85811301a4b53d06f3cab9fa8bf4957) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil.Test/Ringtoets.Revetment.Data.TestUtil.Test.csproj (.../Ringtoets.Revetment.Data.TestUtil.Test.csproj) (revision bbfc5d3db8b4ff93ca31dcd7db4add88c57cfab1) @@ -38,6 +38,10 @@ none + + ..\..\..\..\packages\NUnit.2.6.4\lib\nunit.framework.dll + True + @@ -46,7 +50,44 @@ Properties\GlobalAssembly.cs + + + + Copying.licenseheader + + + + + + {3bbfd65b-b277-4e50-ae6d-bd24c3434609} + Core.Common.Base + + + {f49bd8b2-332a-4c91-a196-8cce0a2c7d98} + Core.Common.Utils + + + {d4200f43-3f72-4f42-af0a-8ced416a38ec} + Ringtoets.Common.Data + + + {4843d6e5-066f-4795-94f5-1d53932dd03c} + Ringtoets.Common.Data.TestUtil + + + {70f8cc9c-5bc8-4fb2-b201-eae7fa8088c2} + Ringtoets.HydraRing.Data + + + {87c2c553-c0bc-40bf-b1ea-b83bff357f27} + Ringtoets.Revetment.Data + + + {3706200e-48c6-4b86-b48c-4e45c69abe95} + Ringtoets.Revetment.Data.TestUtil + + + + + + \ No newline at end of file Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/Properties/AssemblyInfo.cs =================================================================== diff -u -r3585aaaee85811301a4b53d06f3cab9fa8bf4957 -rbbfc5d3db8b4ff93ca31dcd7db4add88c57cfab1 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision 3585aaaee85811301a4b53d06f3cab9fa8bf4957) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/Properties/AssemblyInfo.cs (.../AssemblyInfo.cs) (revision bbfc5d3db8b4ff93ca31dcd7db4add88c57cfab1) @@ -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 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; [assembly: AssemblyTitle("Ringtoets.Revetment.TestUtil")] Index: Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/Ringtoets.Revetment.Data.TestUtil.csproj =================================================================== diff -u -r3585aaaee85811301a4b53d06f3cab9fa8bf4957 -rbbfc5d3db8b4ff93ca31dcd7db4add88c57cfab1 --- Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/Ringtoets.Revetment.Data.TestUtil.csproj (.../Ringtoets.Revetment.Data.TestUtil.csproj) (revision 3585aaaee85811301a4b53d06f3cab9fa8bf4957) +++ Ringtoets/Revetment/test/Ringtoets.Revetment.Data.TestUtil/Ringtoets.Revetment.Data.TestUtil.csproj (.../Ringtoets.Revetment.Data.TestUtil.csproj) (revision bbfc5d3db8b4ff93ca31dcd7db4add88c57cfab1) @@ -46,7 +46,31 @@ Properties\GlobalAssembly.cs + + + + {3bbfd65b-b277-4e50-ae6d-bd24c3434609} + Core.Common.Base + + + {d4200f43-3f72-4f42-af0a-8ced416a38ec} + Ringtoets.Common.Data + + + {70f8cc9c-5bc8-4fb2-b201-eae7fa8088c2} + Ringtoets.HydraRing.Data + + + {87c2c553-c0bc-40bf-b1ea-b83bff357f27} + Ringtoets.Revetment.Data + + + + + Copying.licenseheader + +