- fix double comment in headers

pull/32/head
Simon Gockner 7 years ago
parent a252b81799
commit 90efa03f22
  1. 6
      LightweightIocContainer/EnumerableExtension.cs
  2. 6
      LightweightIocContainer/Exceptions/IllegalAbstractMethodCreationException.cs
  3. 6
      LightweightIocContainer/Exceptions/MultipleRegistrationException.cs
  4. 6
      LightweightIocContainer/Exceptions/MultitonResolveException.cs
  5. 6
      LightweightIocContainer/Installers/AssemblyInstaller.cs
  6. 6
      LightweightIocContainer/Installers/FromAssembly.cs
  7. 6
      LightweightIocContainer/Interfaces/Installers/IAssemblyInstaller.cs
  8. 6
      LightweightIocContainer/Interfaces/Registrations/IMultitonRegistration.cs
  9. 6
      LightweightIocContainer/Registrations/MultitonRegistration.cs
  10. 6
      LightweightIocContainer/TypeExtension.cs
  11. 6
      Test.LightweightIocContainer/AssemblyInstallerTest.cs
  12. 6
      Test.LightweightIocContainer/DefaultRegistrationTest.cs

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-07-02
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-07-02
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System;
using System.Collections.Generic;

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-06-28
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-06-28
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System;
using System.Reflection;

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-06-07
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-06-07
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System;
using LightweightIocContainer.Interfaces;

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-06-07
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-06-07
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System;

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-06-12
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-06-12
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System;
using System.Collections.Generic;

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-06-12
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-06-12
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System.Reflection;
using LightweightIocContainer.Interfaces.Installers;

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-06-12
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-06-12
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System.Collections.Generic;
using System.Reflection;

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-06-07
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-06-07
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System;

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-06-07
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-06-07
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System;
using LightweightIocContainer.Interfaces.Registrations;

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-07-01
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-07-01
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System;

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-06-12
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-06-12
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System;
using System.Collections.Generic;

@ -1,6 +1,6 @@
// // Author: Gockner, Simon
// // Created: 2019-06-06
// // Copyright(c) 2019 SimonG. All Rights Reserved.
// Author: Gockner, Simon
// Created: 2019-06-06
// Copyright(c) 2019 SimonG. All Rights Reserved.
using System;
using LightweightIocContainer.Interfaces.Registrations;

Loading…
Cancel
Save