diff --git a/source/dyaml/scanner.d b/source/dyaml/scanner.d index 4914e6b..c156ea9 100644 --- a/source/dyaml/scanner.d +++ b/source/dyaml/scanner.d @@ -1,5 +1,5 @@ -// Copyright Ferdinand Majerech 2011. +// Copyright Ferdinand Majerech 2011-2014. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) diff --git a/source/dyaml/token.d b/source/dyaml/token.d index db67806..554666e 100644 --- a/source/dyaml/token.d +++ b/source/dyaml/token.d @@ -1,5 +1,5 @@ -// Copyright Ferdinand Majerech 2011. +// Copyright Ferdinand Majerech 2011-2014. // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt)