diff options
author | flywind <xzsflywind@gmail.com> | 2021-10-01 19:57:06 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-01 13:57:06 +0200 |
commit | 2aeac26f088c5170f7f0c4d8e73d099a32e8895a (patch) | |
tree | 2346061a7590f50f94eb81d1c53b5ff9b2512132 /lib/std/compilesettings.nim | |
parent | 4b764f4c7cff02b1f698d90d4605ae8fa85c3ee6 (diff) | |
download | Nim-2aeac26f088c5170f7f0c4d8e73d099a32e8895a.tar.gz |
correct licence header (#18935)
* rename licence * spaces
Diffstat (limited to 'lib/std/compilesettings.nim')
-rw-r--r-- | lib/std/compilesettings.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/std/compilesettings.nim b/lib/std/compilesettings.nim index e1ffc954a..5bb0bd673 100644 --- a/lib/std/compilesettings.nim +++ b/lib/std/compilesettings.nim @@ -1,6 +1,6 @@ # # -# The Nim Compiler +# Nim's Runtime Library # (c) Copyright 2020 Nim Contributors # # See the file "copying.txt", included in this |