From 3f6636109e704f3fc9747468c6d26a920442fc00 Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Mon, 4 Jan 2021 02:04:20 +0300 Subject: [PATCH] Update copyrights --- LICENSE.txt | 2 +- README.md | 2 +- docs/poodinis.html | 2 +- docs/poodinis/autowire.html | 2 +- docs/poodinis/autowire/AssignNewInstance.html | 2 +- docs/poodinis/autowire/Autowire.html | 2 +- docs/poodinis/autowire/OptionalDependency.html | 2 +- docs/poodinis/autowire/autowire.html | 2 +- docs/poodinis/autowire/globalAutowire.html | 2 +- docs/poodinis/container.html | 2 +- .../container/DependencyContainer.clearAllRegistrations.html | 2 +- docs/poodinis/container/DependencyContainer.html | 2 +- docs/poodinis/container/DependencyContainer.register.html | 2 +- .../container/DependencyContainer.removeRegistration.html | 2 +- docs/poodinis/container/DependencyContainer.resolve.html | 2 +- docs/poodinis/container/DependencyContainer.resolveAll.html | 2 +- .../DependencyContainer.setPersistentRegistrationOptions.html | 2 +- .../DependencyContainer.setPersistentResolveOptions.html | 2 +- .../DependencyContainer.unsetPersistentRegistrationOptions.html | 2 +- .../DependencyContainer.unsetPersistentResolveOptions.html | 2 +- docs/poodinis/container/PostConstruct.html | 2 +- docs/poodinis/container/PreDestroy.html | 2 +- docs/poodinis/container/RegistrationException.html | 2 +- docs/poodinis/container/RegistrationOption.html | 2 +- docs/poodinis/container/ResolveException.html | 2 +- docs/poodinis/container/ResolveOption.html | 2 +- docs/poodinis/context.html | 2 +- docs/poodinis/context/Component.html | 2 +- docs/poodinis/context/Prototype.html | 2 +- docs/poodinis/context/RegisterByType.html | 2 +- docs/poodinis/context/registerContext.html | 2 +- docs/poodinis/factory.html | 2 +- docs/poodinis/polyfill.html | 2 +- docs/poodinis/registration.html | 2 +- docs/poodinis/registration/existingInstance.html | 2 +- docs/poodinis/registration/newInstance.html | 2 +- docs/poodinis/registration/singleInstance.html | 2 +- docs/poodinis/valueinjection.html | 2 +- docs/poodinis/valueinjection/MandatoryValue.html | 2 +- docs/poodinis/valueinjection/MandatoryValue.key.html | 2 +- docs/poodinis/valueinjection/Value.html | 2 +- docs/poodinis/valueinjection/Value.key.html | 2 +- docs/poodinis/valueinjection/ValueInjectionException.html | 2 +- docs/poodinis/valueinjection/ValueInjector.get.html | 2 +- docs/poodinis/valueinjection/ValueInjector.html | 2 +- docs/poodinis/valueinjection/ValueNotAvailableException.html | 2 +- dub.json | 2 +- example/annotations/app.d | 2 +- example/applicationcontext/app.d | 2 +- example/arraycompletion/app.d | 2 +- example/constructorinjection/app.d | 2 +- example/postconstructorpredestructor/app.d | 2 +- example/qualifiers/app.d | 2 +- example/quickstart/app.d | 2 +- example/registeronresolve/app.d | 2 +- example/valueinjection/app.d | 2 +- source/poodinis/autowire.d | 2 +- source/poodinis/container.d | 2 +- source/poodinis/context.d | 2 +- source/poodinis/factory.d | 2 +- source/poodinis/imports.d | 2 +- source/poodinis/package.d | 2 +- source/poodinis/polyfill.d | 2 +- source/poodinis/registration.d | 2 +- source/poodinis/valueinjection.d | 2 +- test/poodinis/autowiretest.d | 2 +- test/poodinis/containertest.d | 2 +- test/poodinis/contexttest.d | 2 +- test/poodinis/factorytest.d | 2 +- test/poodinis/foreigndependencies.d | 2 +- test/poodinis/registrationtest.d | 2 +- test/poodinis/testclasses.d | 2 +- test/poodinis/testmain.d | 2 +- test/poodinis/valueinjectiontest.d | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 2fd9223..06cf202 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,4 +1,4 @@ -Copyright (c) 2014-2020 Mike Bierlee +Copyright (c) 2014-2021 Mike Bierlee Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7728355..8b087c8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Poodinis Dependency Injection Framework ======================================= Version 8.0.3 -Copyright 2014-2020 Mike Bierlee +Copyright 2014-2021 Mike Bierlee Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt) Master: [![Build Status](https://api.travis-ci.org/mbierlee/poodinis.png?branch=master)](https://travis-ci.org/mbierlee/poodinis) - Dev: [![Build Status](https://api.travis-ci.org/mbierlee/poodinis.png?branch=develop)](https://travis-ci.org/mbierlee/poodinis) diff --git a/docs/poodinis.html b/docs/poodinis.html index 3c964ef..51ea4f4 100644 --- a/docs/poodinis.html +++ b/docs/poodinis.html @@ -83,7 +83,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/autowire.html b/docs/poodinis/autowire.html index ab703f7..2a4050c 100644 --- a/docs/poodinis/autowire.html +++ b/docs/poodinis/autowire.html @@ -155,7 +155,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/autowire/AssignNewInstance.html b/docs/poodinis/autowire/AssignNewInstance.html index 87bceef..40ed1e9 100644 --- a/docs/poodinis/autowire/AssignNewInstance.html +++ b/docs/poodinis/autowire/AssignNewInstance.html @@ -101,7 +101,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/autowire/Autowire.html b/docs/poodinis/autowire/Autowire.html index 2f61bf3..6e71e61 100644 --- a/docs/poodinis/autowire/Autowire.html +++ b/docs/poodinis/autowire/Autowire.html @@ -106,7 +106,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/autowire/OptionalDependency.html b/docs/poodinis/autowire/OptionalDependency.html index 114c78c..1a58c3c 100644 --- a/docs/poodinis/autowire/OptionalDependency.html +++ b/docs/poodinis/autowire/OptionalDependency.html @@ -93,7 +93,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/autowire/autowire.html b/docs/poodinis/autowire/autowire.html index 2f61bf3..6e71e61 100644 --- a/docs/poodinis/autowire/autowire.html +++ b/docs/poodinis/autowire/autowire.html @@ -106,7 +106,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/autowire/globalAutowire.html b/docs/poodinis/autowire/globalAutowire.html index 64b0734..a5432c6 100644 --- a/docs/poodinis/autowire/globalAutowire.html +++ b/docs/poodinis/autowire/globalAutowire.html @@ -104,7 +104,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container.html b/docs/poodinis/container.html index 2fb092a..8565416 100644 --- a/docs/poodinis/container.html +++ b/docs/poodinis/container.html @@ -177,7 +177,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/DependencyContainer.clearAllRegistrations.html b/docs/poodinis/container/DependencyContainer.clearAllRegistrations.html index fb6cb79..d78c2c4 100644 --- a/docs/poodinis/container/DependencyContainer.clearAllRegistrations.html +++ b/docs/poodinis/container/DependencyContainer.clearAllRegistrations.html @@ -91,7 +91,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/DependencyContainer.html b/docs/poodinis/container/DependencyContainer.html index c033e11..29c5eab 100644 --- a/docs/poodinis/container/DependencyContainer.html +++ b/docs/poodinis/container/DependencyContainer.html @@ -207,7 +207,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/DependencyContainer.register.html b/docs/poodinis/container/DependencyContainer.register.html index 07e63fe..cdda1a6 100644 --- a/docs/poodinis/container/DependencyContainer.register.html +++ b/docs/poodinis/container/DependencyContainer.register.html @@ -162,7 +162,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/DependencyContainer.removeRegistration.html b/docs/poodinis/container/DependencyContainer.removeRegistration.html index e10fad5..56cd801 100644 --- a/docs/poodinis/container/DependencyContainer.removeRegistration.html +++ b/docs/poodinis/container/DependencyContainer.removeRegistration.html @@ -97,7 +97,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/DependencyContainer.resolve.html b/docs/poodinis/container/DependencyContainer.resolve.html index b4c6418..6ac8e69 100644 --- a/docs/poodinis/container/DependencyContainer.resolve.html +++ b/docs/poodinis/container/DependencyContainer.resolve.html @@ -189,7 +189,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/DependencyContainer.resolveAll.html b/docs/poodinis/container/DependencyContainer.resolveAll.html index e085374..13182fb 100644 --- a/docs/poodinis/container/DependencyContainer.resolveAll.html +++ b/docs/poodinis/container/DependencyContainer.resolveAll.html @@ -109,7 +109,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/DependencyContainer.setPersistentRegistrationOptions.html b/docs/poodinis/container/DependencyContainer.setPersistentRegistrationOptions.html index b9ded70..8d8b9f5 100644 --- a/docs/poodinis/container/DependencyContainer.setPersistentRegistrationOptions.html +++ b/docs/poodinis/container/DependencyContainer.setPersistentRegistrationOptions.html @@ -95,7 +95,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/DependencyContainer.setPersistentResolveOptions.html b/docs/poodinis/container/DependencyContainer.setPersistentResolveOptions.html index fdadc55..86a740a 100644 --- a/docs/poodinis/container/DependencyContainer.setPersistentResolveOptions.html +++ b/docs/poodinis/container/DependencyContainer.setPersistentResolveOptions.html @@ -95,7 +95,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/DependencyContainer.unsetPersistentRegistrationOptions.html b/docs/poodinis/container/DependencyContainer.unsetPersistentRegistrationOptions.html index 8514187..bfc0c50 100644 --- a/docs/poodinis/container/DependencyContainer.unsetPersistentRegistrationOptions.html +++ b/docs/poodinis/container/DependencyContainer.unsetPersistentRegistrationOptions.html @@ -91,7 +91,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/DependencyContainer.unsetPersistentResolveOptions.html b/docs/poodinis/container/DependencyContainer.unsetPersistentResolveOptions.html index d984491..bad2497 100644 --- a/docs/poodinis/container/DependencyContainer.unsetPersistentResolveOptions.html +++ b/docs/poodinis/container/DependencyContainer.unsetPersistentResolveOptions.html @@ -91,7 +91,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/PostConstruct.html b/docs/poodinis/container/PostConstruct.html index d7ee6e3..3fac5df 100644 --- a/docs/poodinis/container/PostConstruct.html +++ b/docs/poodinis/container/PostConstruct.html @@ -96,7 +96,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/PreDestroy.html b/docs/poodinis/container/PreDestroy.html index 8fa824b..4459968 100644 --- a/docs/poodinis/container/PreDestroy.html +++ b/docs/poodinis/container/PreDestroy.html @@ -96,7 +96,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/RegistrationException.html b/docs/poodinis/container/RegistrationException.html index d7b61c8..e833f7d 100644 --- a/docs/poodinis/container/RegistrationException.html +++ b/docs/poodinis/container/RegistrationException.html @@ -92,7 +92,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/RegistrationOption.html b/docs/poodinis/container/RegistrationOption.html index 9942429..22a5651 100644 --- a/docs/poodinis/container/RegistrationOption.html +++ b/docs/poodinis/container/RegistrationOption.html @@ -107,7 +107,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/ResolveException.html b/docs/poodinis/container/ResolveException.html index 1486a5d..4b09703 100644 --- a/docs/poodinis/container/ResolveException.html +++ b/docs/poodinis/container/ResolveException.html @@ -92,7 +92,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/container/ResolveOption.html b/docs/poodinis/container/ResolveOption.html index 16ab8bc..94d0691 100644 --- a/docs/poodinis/container/ResolveOption.html +++ b/docs/poodinis/container/ResolveOption.html @@ -116,7 +116,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/context.html b/docs/poodinis/context.html index f642d8d..a327840 100644 --- a/docs/poodinis/context.html +++ b/docs/poodinis/context.html @@ -142,7 +142,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/context/Component.html b/docs/poodinis/context/Component.html index 959aa6f..6761e32 100644 --- a/docs/poodinis/context/Component.html +++ b/docs/poodinis/context/Component.html @@ -92,7 +92,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/context/Prototype.html b/docs/poodinis/context/Prototype.html index f6514c5..4c68af1 100644 --- a/docs/poodinis/context/Prototype.html +++ b/docs/poodinis/context/Prototype.html @@ -92,7 +92,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/context/RegisterByType.html b/docs/poodinis/context/RegisterByType.html index 6697955..01126b5 100644 --- a/docs/poodinis/context/RegisterByType.html +++ b/docs/poodinis/context/RegisterByType.html @@ -92,7 +92,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/context/registerContext.html b/docs/poodinis/context/registerContext.html index a490c1d..4ad1dd0 100644 --- a/docs/poodinis/context/registerContext.html +++ b/docs/poodinis/context/registerContext.html @@ -100,7 +100,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/factory.html b/docs/poodinis/factory.html index 2076f98..1269454 100644 --- a/docs/poodinis/factory.html +++ b/docs/poodinis/factory.html @@ -83,7 +83,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/polyfill.html b/docs/poodinis/polyfill.html index d0554a1..6f6c076 100644 --- a/docs/poodinis/polyfill.html +++ b/docs/poodinis/polyfill.html @@ -102,7 +102,7 @@ document.getElementById('symbolSearchPane').style.display = 'block'; Mike Bierlee (m.bierlee@lostmoment.com)

-

Copyright Digital Mars 2005 - 2009., Copyright Andrei Alexandrescu 2008-, Jonathan M Davis 2011-., 2014-2020 Mike Bierlee +

Copyright Digital Mars 2005 - 2009., Copyright Andrei Alexandrescu 2008-, Jonathan M Davis 2011-., 2014-2021 Mike Bierlee

boost.org/LICENSE_1_0.txt, Boost License 1.0 diff --git a/docs/poodinis/registration.html b/docs/poodinis/registration.html index 60154bf..ae74795 100644 --- a/docs/poodinis/registration.html +++ b/docs/poodinis/registration.html @@ -121,7 +121,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/registration/existingInstance.html b/docs/poodinis/registration/existingInstance.html index 5ebfc07..12678c0 100644 --- a/docs/poodinis/registration/existingInstance.html +++ b/docs/poodinis/registration/existingInstance.html @@ -97,7 +97,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/registration/newInstance.html b/docs/poodinis/registration/newInstance.html index 025ce5c..0df661b 100644 --- a/docs/poodinis/registration/newInstance.html +++ b/docs/poodinis/registration/newInstance.html @@ -95,7 +95,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/registration/singleInstance.html b/docs/poodinis/registration/singleInstance.html index 9b0e281..5d39bb1 100644 --- a/docs/poodinis/registration/singleInstance.html +++ b/docs/poodinis/registration/singleInstance.html @@ -98,7 +98,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/valueinjection.html b/docs/poodinis/valueinjection.html index 16f45c5..db8f49d 100644 --- a/docs/poodinis/valueinjection.html +++ b/docs/poodinis/valueinjection.html @@ -156,7 +156,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/valueinjection/MandatoryValue.html b/docs/poodinis/valueinjection/MandatoryValue.html index 2f517dd..7b22663 100644 --- a/docs/poodinis/valueinjection/MandatoryValue.html +++ b/docs/poodinis/valueinjection/MandatoryValue.html @@ -120,7 +120,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/valueinjection/MandatoryValue.key.html b/docs/poodinis/valueinjection/MandatoryValue.key.html index eb9d09c..e86cd36 100644 --- a/docs/poodinis/valueinjection/MandatoryValue.key.html +++ b/docs/poodinis/valueinjection/MandatoryValue.key.html @@ -106,7 +106,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/valueinjection/Value.html b/docs/poodinis/valueinjection/Value.html index 077cfa7..f92afe5 100644 --- a/docs/poodinis/valueinjection/Value.html +++ b/docs/poodinis/valueinjection/Value.html @@ -120,7 +120,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/valueinjection/Value.key.html b/docs/poodinis/valueinjection/Value.key.html index 8c8dfac..3f246c6 100644 --- a/docs/poodinis/valueinjection/Value.key.html +++ b/docs/poodinis/valueinjection/Value.key.html @@ -106,7 +106,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/valueinjection/ValueInjectionException.html b/docs/poodinis/valueinjection/ValueInjectionException.html index ff47535..af0b662 100644 --- a/docs/poodinis/valueinjection/ValueInjectionException.html +++ b/docs/poodinis/valueinjection/ValueInjectionException.html @@ -92,7 +92,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/valueinjection/ValueInjector.get.html b/docs/poodinis/valueinjection/ValueInjector.get.html index c12cf13..529071e 100644 --- a/docs/poodinis/valueinjection/ValueInjector.get.html +++ b/docs/poodinis/valueinjection/ValueInjector.get.html @@ -103,7 +103,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/valueinjection/ValueInjector.html b/docs/poodinis/valueinjection/ValueInjector.html index 2558ba2..39cdba8 100644 --- a/docs/poodinis/valueinjection/ValueInjector.html +++ b/docs/poodinis/valueinjection/ValueInjector.html @@ -128,7 +128,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/docs/poodinis/valueinjection/ValueNotAvailableException.html b/docs/poodinis/valueinjection/ValueNotAvailableException.html index 5a23f2f..b8aef33 100644 --- a/docs/poodinis/valueinjection/ValueNotAvailableException.html +++ b/docs/poodinis/valueinjection/ValueNotAvailableException.html @@ -92,7 +92,7 @@ document.getElementById('symbolSearchPane').style.display = 'block';

Mike Bierlee, m.bierlee@lostmoment.com

-

2014-2020 Mike Bierlee +

2014-2021 Mike Bierlee

This software is licensed under the terms of the MIT license. diff --git a/dub.json b/dub.json index 7f165ae..1536f9f 100644 --- a/dub.json +++ b/dub.json @@ -3,7 +3,7 @@ "description" : "A dependency injection framework with support for autowiring.", "homepage": "http://lostmoment.com/open-source/poodinis", "authors": ["Mike Bierlee"], - "copyright": "Copyright 2014-2020 Mike Bierlee", + "copyright": "Copyright 2014-2021 Mike Bierlee", "license": "MIT", "-ddoxTool": "scod", "configurations": [ diff --git a/example/annotations/app.d b/example/annotations/app.d index 339f399..f940a8e 100644 --- a/example/annotations/app.d +++ b/example/annotations/app.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/example/applicationcontext/app.d b/example/applicationcontext/app.d index c527b12..4de5283 100644 --- a/example/applicationcontext/app.d +++ b/example/applicationcontext/app.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/example/arraycompletion/app.d b/example/arraycompletion/app.d index 4cad141..dcb9784 100644 --- a/example/arraycompletion/app.d +++ b/example/arraycompletion/app.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/example/constructorinjection/app.d b/example/constructorinjection/app.d index adb431b..0fac3d7 100644 --- a/example/constructorinjection/app.d +++ b/example/constructorinjection/app.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/example/postconstructorpredestructor/app.d b/example/postconstructorpredestructor/app.d index fa2fc81..4addd49 100644 --- a/example/postconstructorpredestructor/app.d +++ b/example/postconstructorpredestructor/app.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/example/qualifiers/app.d b/example/qualifiers/app.d index 2eb43f5..fc178b5 100644 --- a/example/qualifiers/app.d +++ b/example/qualifiers/app.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/example/quickstart/app.d b/example/quickstart/app.d index 34b2fec..e4236f8 100644 --- a/example/quickstart/app.d +++ b/example/quickstart/app.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/example/registeronresolve/app.d b/example/registeronresolve/app.d index 9fce1c7..0ba6753 100644 --- a/example/registeronresolve/app.d +++ b/example/registeronresolve/app.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/example/valueinjection/app.d b/example/valueinjection/app.d index c7a09e9..a60f768 100644 --- a/example/valueinjection/app.d +++ b/example/valueinjection/app.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/source/poodinis/autowire.d b/source/poodinis/autowire.d index 344e514..8f77648 100644 --- a/source/poodinis/autowire.d +++ b/source/poodinis/autowire.d @@ -9,7 +9,7 @@ * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com - * Copyright: 2014-2020 Mike Bierlee + * Copyright: 2014-2021 Mike Bierlee * License: * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. diff --git a/source/poodinis/container.d b/source/poodinis/container.d index 85b859b..b474166 100644 --- a/source/poodinis/container.d +++ b/source/poodinis/container.d @@ -5,7 +5,7 @@ * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com - * Copyright: 2014-2020 Mike Bierlee + * Copyright: 2014-2021 Mike Bierlee * License: * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. diff --git a/source/poodinis/context.d b/source/poodinis/context.d index 1caf58a..b80841a 100644 --- a/source/poodinis/context.d +++ b/source/poodinis/context.d @@ -5,7 +5,7 @@ * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com - * Copyright: 2014-2020 Mike Bierlee + * Copyright: 2014-2021 Mike Bierlee * License: * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. diff --git a/source/poodinis/factory.d b/source/poodinis/factory.d index 24a55af..262ae5f 100644 --- a/source/poodinis/factory.d +++ b/source/poodinis/factory.d @@ -3,7 +3,7 @@ * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com - * Copyright: 2014-2020 Mike Bierlee + * Copyright: 2014-2021 Mike Bierlee * License: * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. diff --git a/source/poodinis/imports.d b/source/poodinis/imports.d index efb20ed..750e602 100644 --- a/source/poodinis/imports.d +++ b/source/poodinis/imports.d @@ -3,7 +3,7 @@ * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com - * Copyright: 2014-2020 Mike Bierlee + * Copyright: 2014-2021 Mike Bierlee * License: * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. diff --git a/source/poodinis/package.d b/source/poodinis/package.d index a1ded45..54df0a0 100644 --- a/source/poodinis/package.d +++ b/source/poodinis/package.d @@ -3,7 +3,7 @@ * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com - * Copyright: 2014-2020 Mike Bierlee + * Copyright: 2014-2021 Mike Bierlee * License: * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. diff --git a/source/poodinis/polyfill.d b/source/poodinis/polyfill.d index a694374..7eee833 100644 --- a/source/poodinis/polyfill.d +++ b/source/poodinis/polyfill.d @@ -19,7 +19,7 @@ * Kenji Hara, * Shoichi Kato, * Mike Bierlee (m.bierlee@lostmoment.com) - * Copyright: Copyright Digital Mars 2005 - 2009., Copyright Andrei Alexandrescu 2008-, Jonathan M Davis 2011-., 2014-2020 Mike Bierlee + * Copyright: Copyright Digital Mars 2005 - 2009., Copyright Andrei Alexandrescu 2008-, Jonathan M Davis 2011-., 2014-2021 Mike Bierlee * License: $(HTTP boost.org/LICENSE_1_0.txt, Boost License 1.0) */ diff --git a/source/poodinis/registration.d b/source/poodinis/registration.d index 0a7dde3..9c61ae3 100644 --- a/source/poodinis/registration.d +++ b/source/poodinis/registration.d @@ -5,7 +5,7 @@ * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com - * Copyright: 2014-2020 Mike Bierlee + * Copyright: 2014-2021 Mike Bierlee * License: * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. diff --git a/source/poodinis/valueinjection.d b/source/poodinis/valueinjection.d index 435e7c4..b281d90 100644 --- a/source/poodinis/valueinjection.d +++ b/source/poodinis/valueinjection.d @@ -4,7 +4,7 @@ * * Authors: * Mike Bierlee, m.bierlee@lostmoment.com - * Copyright: 2014-2020 Mike Bierlee + * Copyright: 2014-2021 Mike Bierlee * License: * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. diff --git a/test/poodinis/autowiretest.d b/test/poodinis/autowiretest.d index 53d306a..6a0c219 100644 --- a/test/poodinis/autowiretest.d +++ b/test/poodinis/autowiretest.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/test/poodinis/containertest.d b/test/poodinis/containertest.d index dd82fbe..60ce741 100644 --- a/test/poodinis/containertest.d +++ b/test/poodinis/containertest.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/test/poodinis/contexttest.d b/test/poodinis/contexttest.d index 481b9da..8a268c7 100644 --- a/test/poodinis/contexttest.d +++ b/test/poodinis/contexttest.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/test/poodinis/factorytest.d b/test/poodinis/factorytest.d index 349b22e..fad5a38 100644 --- a/test/poodinis/factorytest.d +++ b/test/poodinis/factorytest.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/test/poodinis/foreigndependencies.d b/test/poodinis/foreigndependencies.d index c85431c..c3cd996 100644 --- a/test/poodinis/foreigndependencies.d +++ b/test/poodinis/foreigndependencies.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/test/poodinis/registrationtest.d b/test/poodinis/registrationtest.d index e7f6b63..6c13894 100644 --- a/test/poodinis/registrationtest.d +++ b/test/poodinis/registrationtest.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/test/poodinis/testclasses.d b/test/poodinis/testclasses.d index 59f70c6..9e71d10 100644 --- a/test/poodinis/testclasses.d +++ b/test/poodinis/testclasses.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/test/poodinis/testmain.d b/test/poodinis/testmain.d index bd24b09..7fc43bc 100644 --- a/test/poodinis/testmain.d +++ b/test/poodinis/testmain.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */ diff --git a/test/poodinis/valueinjectiontest.d b/test/poodinis/valueinjectiontest.d index 7aa9dda..8a57db6 100644 --- a/test/poodinis/valueinjectiontest.d +++ b/test/poodinis/valueinjectiontest.d @@ -1,6 +1,6 @@ /** * Poodinis Dependency Injection Framework - * Copyright 2014-2020 Mike Bierlee + * Copyright 2014-2021 Mike Bierlee * This software is licensed under the terms of the MIT license. * The full terms of the license can be found in the LICENSE file. */