From 11aa5343b2dfa54dcebc5dbfe7e4e1cf4f8300b0 Mon Sep 17 00:00:00 2001 From: Mike Redko Date: Mon, 27 Jan 2020 01:33:47 +0300 Subject: [PATCH] update copyright year in asm.v --- vlib/compiler/asm.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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