diff --git a/source/poodinis/container.d b/source/poodinis/container.d index 510edd8..6fd0eec 100644 --- a/source/poodinis/container.d +++ b/source/poodinis/container.d @@ -1,3 +1,10 @@ +/** + * Poodinis Dependency Injection Framework + * Copyright 2014 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. + */ + module poodinis.container; pragma(msg, "Module \"container\" has been renamed to \"dependency\". The use of the \"container\" module is deprecated");