diff options
Diffstat (limited to 'libphobos/src/std/compiler.d')
-rw-r--r-- | libphobos/src/std/compiler.d | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libphobos/src/std/compiler.d b/libphobos/src/std/compiler.d index cb038f9..2f983c5 100644 --- a/libphobos/src/std/compiler.d +++ b/libphobos/src/std/compiler.d @@ -3,12 +3,12 @@ /** * Identify the compiler used and its various features. * - * Copyright: Copyright Digital Mars 2000 - 2011. + * Copyright: Copyright The D Language Foundation 2000 - 2011. * License: $(HTTP www.boost.org/LICENSE_1_0.txt, Boost License 1.0). * Authors: $(HTTP digitalmars.com, Walter Bright), Alex Rønne Petersen - * Source: $(PHOBOSSRC std/_compiler.d) + * Source: $(PHOBOSSRC std/compiler.d) */ -/* Copyright Digital Mars 2000 - 2011. +/* Copyright The D Language Foundation 2000 - 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) |