aboutsummaryrefslogtreecommitdiff
path: root/libphobos/src/std/compiler.d
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2021-12-01 13:30:25 +0100
committerMartin Liska <mliska@suse.cz>2021-12-01 13:30:25 +0100
commit4cba2fa027afd5f815bd9bf3965afe1972c7387c (patch)
treeefa05b4ca35e93c65eb1a2585d5ad3dd2dd3db32 /libphobos/src/std/compiler.d
parent789b80d1fbd0b1d516b389bf11b5c70aa4d1088b (diff)
parentd376b73aa12d183e3040456c7641fb74500d0727 (diff)
downloadgcc-4cba2fa027afd5f815bd9bf3965afe1972c7387c.zip
gcc-4cba2fa027afd5f815bd9bf3965afe1972c7387c.tar.gz
gcc-4cba2fa027afd5f815bd9bf3965afe1972c7387c.tar.bz2
Merge branch 'master' into devel/sphinx
Diffstat (limited to 'libphobos/src/std/compiler.d')
-rw-r--r--libphobos/src/std/compiler.d6
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)