diff --git a/examples/quickstart/app.d b/examples/quickstart/app.d index 702168e..3909541 100644 --- a/examples/quickstart/app.d +++ b/examples/quickstart/app.d @@ -1,8 +1,10 @@ /** - * Mirage Config value injector for the Poodinis Dependency Injection Framework - * Copyright 2022-2023 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. + * Authors: + * Mike Bierlee, m.bierlee@lostmoment.com + * Copyright: 2022-2023 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.txt file. */ module examples.quickstart.app; diff --git a/source/poodinis/valueinjector/mirage.d b/source/poodinis/valueinjector/mirage.d index 4bcaee3..6f86d75 100644 --- a/source/poodinis/valueinjector/mirage.d +++ b/source/poodinis/valueinjector/mirage.d @@ -1,8 +1,12 @@ /** * Mirage Config value injector for the Poodinis Dependency Injection Framework - * Copyright 2022-2023 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. + * + * Authors: + * Mike Bierlee, m.bierlee@lostmoment.com + * Copyright: 2022-2023 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.txt file. */ module poodinis.valueinjector.mirage; diff --git a/testmain.d b/testmain.d index 80d61e3..be787f7 100644 --- a/testmain.d +++ b/testmain.d @@ -4,7 +4,7 @@ * Copyright: 2022-2023 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. + * The full terms of the license can be found in the LICENSE.txt file. */ module testmain;