diff --git a/vlib/compiler/asm.v b/vlib/compiler/asm.v index 1be64f70d2..bf3fd5dba8 100644 --- a/vlib/compiler/asm.v +++ b/vlib/compiler/asm.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2020 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. module compiler