From 53b39dc590d49f94ab04f436ff3f0c0f3372f67c Mon Sep 17 00:00:00 2001 From: Ferdinand Majerech Date: Tue, 29 Jul 2014 01:58:22 +0200 Subject: [PATCH] Updated copyright and description. --- source/dyaml/nogcutil.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/dyaml/nogcutil.d b/source/dyaml/nogcutil.d index aff88a4..ea9fec4 100644 --- a/source/dyaml/nogcutil.d +++ b/source/dyaml/nogcutil.d @@ -1,11 +1,11 @@ -// Copyright Ferdinand Majerech 2014, Andrei Alexandrescu 2008- and Jonathan M Davis 2011-. +// Copyright Ferdinand Majerech 2014, Digital Mars 2000-2012, 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 and wrappers to simplify -// their use. +/// @nogc versions of or alternatives to Phobos functions that are not yet @nogc and +/// wrappers to simplify their use. module dyaml.nogcutil;