mirror of
https://github.com/mbierlee/mirage-injector.git
synced 2024-11-14 21:04:00 +01:00
Update copyrights
This commit is contained in:
parent
eda86dc975
commit
ab408d09bd
|
@ -1,4 +1,4 @@
|
||||||
Copyright (c) 2022 Mike Bierlee
|
Copyright (c) 2022-2023 Mike Bierlee
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Mirage Config injector for Poodinis
|
# Mirage Config injector for Poodinis
|
||||||
|
|
||||||
Version 1.0.2
|
Version 1.0.2
|
||||||
Copyright 2022 Mike Bierlee
|
Copyright 2022-2023 Mike Bierlee
|
||||||
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
|
Licensed under the terms of the MIT license - See [LICENSE.txt](LICENSE.txt)
|
||||||
|
|
||||||
A config value injector for the [Poodinis dependency injection framework](https://github.com/mbierlee/poodinis) using [Mirage Config](https://github.com/mbierlee/mirage-config)
|
A config value injector for the [Poodinis dependency injection framework](https://github.com/mbierlee/poodinis) using [Mirage Config](https://github.com/mbierlee/mirage-config)
|
||||||
|
|
2
dub.json
2
dub.json
|
@ -2,7 +2,7 @@
|
||||||
"name": "mirage-injector",
|
"name": "mirage-injector",
|
||||||
"description": "A Poodinis value injector for reading config files using Mirage Config",
|
"description": "A Poodinis value injector for reading config files using Mirage Config",
|
||||||
"authors": ["Mike Bierlee"],
|
"authors": ["Mike Bierlee"],
|
||||||
"copyright": "Copyright © 2022, Mike Bierlee",
|
"copyright": "Copyright © 2022-2023, Mike Bierlee",
|
||||||
"license": "mit",
|
"license": "mit",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"poodinis": "~>8.1.3",
|
"poodinis": "~>8.1.3",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* Mirage Config value injector for the Poodinis Dependency Injection Framework
|
* Mirage Config value injector for the Poodinis Dependency Injection Framework
|
||||||
* Copyright 2022 Mike Bierlee
|
* Copyright 2022-2023 Mike Bierlee
|
||||||
* This software is licensed under the terms of the MIT 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 file.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/**
|
/**
|
||||||
* Mirage Config value injector for the Poodinis Dependency Injection Framework
|
* Mirage Config value injector for the Poodinis Dependency Injection Framework
|
||||||
* Copyright 2022 Mike Bierlee
|
* Copyright 2022-2023 Mike Bierlee
|
||||||
* This software is licensed under the terms of the MIT 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 file.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Authors:
|
* Authors:
|
||||||
* Mike Bierlee, m.bierlee@lostmoment.com
|
* Mike Bierlee, m.bierlee@lostmoment.com
|
||||||
* Copyright: 2022 Mike Bierlee
|
* Copyright: 2022-2023 Mike Bierlee
|
||||||
* License:
|
* License:
|
||||||
* This software is licensed under the terms of the MIT 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 file.
|
||||||
|
|
Loading…
Reference in a new issue