Replies: 3 comments
-
sounds good |
Beta Was this translation helpful? Give feedback.
0 replies
-
Actually let's leave it as it is for now, we'll take care of this later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, I will open it again when more progress is done. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Every
.v
file invlib/
should use one type of license instead of multiples as seen in https://github.com/vlang/v/blob/master/vlib/strconv/atof.v https://github.com/vlang/v/blob/master/vlib/encoding/utf8/utf8_util.v and https://github.com/vlang/v/blob/master/vlib/encoding/base64/base64.v even some files don't have any License.I suggest using something like how Go does it i.e.
// Copyright 2011 The Go Authors and Contributors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file.
and have a separate file
CONTRIBUTORS.md
for list of contributors.What you guys think?
Beta Was this translation helpful? Give feedback.
All reactions