Add copyright back in

This commit is contained in:
Mike Bierlee 2014-11-26 23:00:40 +01:00
parent db1f76b766
commit 5037b79998

View file

@ -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; module poodinis.container;
pragma(msg, "Module \"container\" has been renamed to \"dependency\". The use of the \"container\" module is deprecated"); pragma(msg, "Module \"container\" has been renamed to \"dependency\". The use of the \"container\" module is deprecated");