diff --git a/Nuclex.Windows.Forms.Ninject (net-4.0).csproj b/Nuclex.Windows.Forms.Ninject (net-4.0).csproj index c10059c..5b6bf24 100644 --- a/Nuclex.Windows.Forms.Ninject (net-4.0).csproj +++ b/Nuclex.Windows.Forms.Ninject (net-4.0).csproj @@ -35,7 +35,7 @@ - ..\..\ItGlueQueryTool\References\ninject\net-4.0\Ninject.ClientProfile.dll + ..\References\ninject\net-4.0\Ninject.ClientProfile.dll diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index a89f730..f3ddb16 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -1,4 +1,24 @@ -using System.Reflection; +#region CPL License +/* +Nuclex Framework +Copyright (C) 2002-2019 Nuclex Development Labs + +This library is free software; you can redistribute it and/or +modify it under the terms of the IBM Common Public License as +published by the IBM Corporation; either version 1.0 of the +License, or (at your option) any later version. + +This library 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 +IBM Common Public License for more details. + +You should have received a copy of the IBM Common Public +License along with this library +*/ +#endregion + +using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; diff --git a/Source/MvvmModule.cs b/Source/MvvmModule.cs index 4f2037e..268143a 100644 --- a/Source/MvvmModule.cs +++ b/Source/MvvmModule.cs @@ -1,4 +1,24 @@ -using System; +#region CPL License +/* +Nuclex Framework +Copyright (C) 2002-2019 Nuclex Development Labs + +This library is free software; you can redistribute it and/or +modify it under the terms of the IBM Common Public License as +published by the IBM Corporation; either version 1.0 of the +License, or (at your option) any later version. + +This library 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 +IBM Common Public License for more details. + +You should have received a copy of the IBM Common Public +License along with this library +*/ +#endregion + +using System; using Ninject; using Ninject.Activation; diff --git a/Source/NinjectWindowManager.cs b/Source/NinjectWindowManager.cs index 4f7f07e..0530604 100644 --- a/Source/NinjectWindowManager.cs +++ b/Source/NinjectWindowManager.cs @@ -1,4 +1,24 @@ -using System; +#region CPL License +/* +Nuclex Framework +Copyright (C) 2002-2019 Nuclex Development Labs + +This library is free software; you can redistribute it and/or +modify it under the terms of the IBM Common Public License as +published by the IBM Corporation; either version 1.0 of the +License, or (at your option) any later version. + +This library 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 +IBM Common Public License for more details. + +You should have received a copy of the IBM Common Public +License along with this library +*/ +#endregion + +using System; using Ninject;