diff --git a/druntime/src/core/sys/bionic/err.d b/druntime/src/core/sys/bionic/err.d index e2756e10c9..a14f21bb1e 100644 --- a/druntime/src/core/sys/bionic/err.d +++ b/druntime/src/core/sys/bionic/err.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.bionic.err; import core.stdc.stdarg : va_list; diff --git a/druntime/src/core/sys/bionic/string.d b/druntime/src/core/sys/bionic/string.d index 10a5610ac4..9430a7bab4 100644 --- a/druntime/src/core/sys/bionic/string.d +++ b/druntime/src/core/sys/bionic/string.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.bionic.string; diff --git a/druntime/src/core/sys/darwin/err.d b/druntime/src/core/sys/darwin/err.d index d96c790f3b..19b51626a1 100644 --- a/druntime/src/core/sys/darwin/err.d +++ b/druntime/src/core/sys/darwin/err.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.darwin.err; import core.stdc.stdarg : va_list; diff --git a/druntime/src/core/sys/darwin/string.d b/druntime/src/core/sys/darwin/string.d index ac988b58f0..14bae215cd 100644 --- a/druntime/src/core/sys/darwin/string.d +++ b/druntime/src/core/sys/darwin/string.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.darwin.string; diff --git a/druntime/src/core/sys/dragonflybsd/err.d b/druntime/src/core/sys/dragonflybsd/err.d index c3693f85f5..7f7cf9467f 100644 --- a/druntime/src/core/sys/dragonflybsd/err.d +++ b/druntime/src/core/sys/dragonflybsd/err.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.dragonflybsd.err; import core.stdc.stdarg : va_list; diff --git a/druntime/src/core/sys/dragonflybsd/string.d b/druntime/src/core/sys/dragonflybsd/string.d index 1a85ba606a..c15bb9268e 100644 --- a/druntime/src/core/sys/dragonflybsd/string.d +++ b/druntime/src/core/sys/dragonflybsd/string.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.dragonflybsd.string; diff --git a/druntime/src/core/sys/freebsd/err.d b/druntime/src/core/sys/freebsd/err.d index 8937e0ec70..5cb443a6f8 100644 --- a/druntime/src/core/sys/freebsd/err.d +++ b/druntime/src/core/sys/freebsd/err.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.freebsd.err; import core.stdc.stdarg : va_list; diff --git a/druntime/src/core/sys/freebsd/string.d b/druntime/src/core/sys/freebsd/string.d index 459e911587..ba7b3c019d 100644 --- a/druntime/src/core/sys/freebsd/string.d +++ b/druntime/src/core/sys/freebsd/string.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.freebsd.string; diff --git a/druntime/src/core/sys/linux/err.d b/druntime/src/core/sys/linux/err.d index c3752de520..d346a0805f 100644 --- a/druntime/src/core/sys/linux/err.d +++ b/druntime/src/core/sys/linux/err.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.linux.err; import core.stdc.stdarg : va_list; diff --git a/druntime/src/core/sys/linux/string.d b/druntime/src/core/sys/linux/string.d index a8da398246..7288231730 100644 --- a/druntime/src/core/sys/linux/string.d +++ b/druntime/src/core/sys/linux/string.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.linux.string; diff --git a/druntime/src/core/sys/netbsd/err.d b/druntime/src/core/sys/netbsd/err.d index 44eb66adc2..399ddea989 100644 --- a/druntime/src/core/sys/netbsd/err.d +++ b/druntime/src/core/sys/netbsd/err.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.netbsd.err; import core.stdc.stdarg : va_list; diff --git a/druntime/src/core/sys/netbsd/string.d b/druntime/src/core/sys/netbsd/string.d index f1281da275..d83d22d56d 100644 --- a/druntime/src/core/sys/netbsd/string.d +++ b/druntime/src/core/sys/netbsd/string.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.netbsd.string; diff --git a/druntime/src/core/sys/netbsd/sys/featuretest.d b/druntime/src/core/sys/netbsd/sys/featuretest.d index 3901ea9703..ded053a36e 100644 --- a/druntime/src/core/sys/netbsd/sys/featuretest.d +++ b/druntime/src/core/sys/netbsd/sys/featuretest.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.netbsd.sys.featuretest; diff --git a/druntime/src/core/sys/openbsd/err.d b/druntime/src/core/sys/openbsd/err.d index b4676140e3..271f2c4bfc 100644 --- a/druntime/src/core/sys/openbsd/err.d +++ b/druntime/src/core/sys/openbsd/err.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.openbsd.err; import core.stdc.stdarg : va_list; diff --git a/druntime/src/core/sys/openbsd/string.d b/druntime/src/core/sys/openbsd/string.d index 4480c94ac3..e0c33be9d6 100644 --- a/druntime/src/core/sys/openbsd/string.d +++ b/druntime/src/core/sys/openbsd/string.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.openbsd.string; diff --git a/druntime/src/core/sys/solaris/err.d b/druntime/src/core/sys/solaris/err.d index f787643015..03bdd7ecb9 100644 --- a/druntime/src/core/sys/solaris/err.d +++ b/druntime/src/core/sys/solaris/err.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: Boost License 1.0. - * Authors: Ernesto Castellotti + * Authors: Emily Castellotti */ module core.sys.solaris.err; import core.stdc.stdarg : va_list; diff --git a/druntime/src/core/volatile.d b/druntime/src/core/volatile.d index 1703450c65..76ce3879e0 100644 --- a/druntime/src/core/volatile.d +++ b/druntime/src/core/volatile.d @@ -3,7 +3,7 @@ * * Copyright: Copyright © 2019, The D Language Foundation * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) - * Authors: Walter Bright, Ernesto Castellotti + * Authors: Walter Bright, Emily Castellotti * Source: $(DRUNTIMESRC core/volatile.d) */