From 5037b79998eaa7ead509415f543babe7ae0b609e Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Wed, 26 Nov 2014 23:00:40 +0100 Subject: [PATCH] Add copyright back in --- source/poodinis/container.d | 7 +++++++ 1 file changed, 7 insertions(+) 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");