From 2420b572817756675d4eceb606e1bf5cc5fe083c Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Fri, 25 Jul 2014 16:52:47 +0200 Subject: [PATCH] Updated nogcutil doc/copyright. --- source/dyaml/nogcutil.d | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/dyaml/nogcutil.d b/source/dyaml/nogcutil.d index ad715b1..dcabec4 100644 --- a/source/dyaml/nogcutil.d +++ b/source/dyaml/nogcutil.d @@ -1,10 +1,11 @@ -// Copyright Ferdinand Majerech 2014. +// Copyright Ferdinand Majerech 2014, Andrei Alexandrescu 2008- and Jonathan M Davis 2011-. // 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) -// @nogc versions of Phobos functions that are not yet @nogc. +// @nogc versions of Phobos functions that are not yet @nogc and wrappers to simplify +// their use. module dyaml.nogcutil;