diff --git a/example/annotations/app.d b/example/annotations/app.d index e6e06b7..8d1dba2 100644 --- a/example/annotations/app.d +++ b/example/annotations/app.d @@ -1,3 +1,10 @@ +/** + * Poodinis Dependency Injection Framework + * Copyright 2014-2015 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. + */ + import poodinis; import std.random; diff --git a/example/applicationcontext/app.d b/example/applicationcontext/app.d index fe95c04..207e1c4 100644 --- a/example/applicationcontext/app.d +++ b/example/applicationcontext/app.d @@ -1,3 +1,10 @@ +/** + * Poodinis Dependency Injection Framework + * Copyright 2014-2015 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. + */ + import poodinis; import std.stdio; diff --git a/example/arraycompletion/app.d b/example/arraycompletion/app.d index 31bbfda..a288767 100644 --- a/example/arraycompletion/app.d +++ b/example/arraycompletion/app.d @@ -1,3 +1,10 @@ +/** + * Poodinis Dependency Injection Framework + * Copyright 2014-2015 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. + */ + import poodinis; import std.stdio; diff --git a/example/qualifiers/app.d b/example/qualifiers/app.d index 816f741..971c800 100644 --- a/example/qualifiers/app.d +++ b/example/qualifiers/app.d @@ -1,3 +1,10 @@ +/** + * Poodinis Dependency Injection Framework + * Copyright 2014-2015 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. + */ + import poodinis; import std.stdio; diff --git a/example/quickstart/app.d b/example/quickstart/app.d index d1efce2..2881d3b 100644 --- a/example/quickstart/app.d +++ b/example/quickstart/app.d @@ -1,3 +1,10 @@ +/** + * Poodinis Dependency Injection Framework + * Copyright 2014-2015 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. + */ + import poodinis; interface Database{};