Updated nogcutil doc/copyright.
This commit is contained in:
parent
963d197093
commit
2420b57281
|
@ -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.
|
// Distributed under the Boost Software License, Version 1.0.
|
||||||
// (See accompanying file LICENSE_1_0.txt or copy at
|
// (See accompanying file LICENSE_1_0.txt or copy at
|
||||||
// http://www.boost.org/LICENSE_1_0.txt)
|
// 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;
|
module dyaml.nogcutil;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue