mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
license headers
This commit is contained in:
parent
b41516e4d5
commit
362970e810
@ -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 (
|
||||
|
@ -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() {
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user