1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

license headers

This commit is contained in:
Alexander Medvednikov 2019-04-07 03:21:32 +02:00
parent b41516e4d5
commit 362970e810
3 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,7 @@
// Copyright (c) 2019 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 base64
const (

View File

@ -1,3 +1,7 @@
// Copyright (c) 2019 Alexander Medvednikov. All rights reserved.
// Use of this source code is governed by an MIT license
// that can be found in the LICENSE file.
import base64
fn test_decode() {

View File

@ -1,3 +1,7 @@
// Copyright (c) 2019 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 math
#include <math.h>