diff --git a/cmd/tools/fast/fast.v b/cmd/tools/fast/fast.v index 992267f0d9..b4430b0a29 100644 --- a/cmd/tools/fast/fast.v +++ b/cmd/tools/fast/fast.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/cmd/tools/fast/fast_job.v b/cmd/tools/fast/fast_job.v index e03988af8e..d894854556 100644 --- a/cmd/tools/fast/fast_job.v +++ b/cmd/tools/fast/fast_job.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/cmd/tools/vbump.v b/cmd/tools/vbump.v index 88b8721d2b..475167ffa2 100644 --- a/cmd/tools/vbump.v +++ b/cmd/tools/vbump.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Subhomoy Haldar. All rights reserved. +// Copyright (c) 2019-2022 Subhomoy Haldar. All rights reserved. // Use of this source code is governed by an MIT license that can be found in the LICENSE file. module main diff --git a/cmd/tools/vcheck-md.v b/cmd/tools/vcheck-md.v index b485ae15de..45de13dfcf 100644 --- a/cmd/tools/vcheck-md.v +++ b/cmd/tools/vcheck-md.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 main diff --git a/cmd/tools/vcomplete.v b/cmd/tools/vcomplete.v index 29b0322d00..9e4e061fe4 100644 --- a/cmd/tools/vcomplete.v +++ b/cmd/tools/vcomplete.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // diff --git a/cmd/tools/vcreate.v b/cmd/tools/vcreate.v index ab4a99404d..1407db2e36 100644 --- a/cmd/tools/vcreate.v +++ b/cmd/tools/vcreate.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 main diff --git a/cmd/tools/vfmt.v b/cmd/tools/vfmt.v index 0128bd6499..cc839002fd 100644 --- a/cmd/tools/vfmt.v +++ b/cmd/tools/vfmt.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 main diff --git a/cmd/tools/vpm.v b/cmd/tools/vpm.v index 257074b933..0b9e946345 100644 --- a/cmd/tools/vpm.v +++ b/cmd/tools/vpm.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 main diff --git a/cmd/tools/vrepl.v b/cmd/tools/vrepl.v index 701d453195..98c231d1d3 100644 --- a/cmd/tools/vrepl.v +++ b/cmd/tools/vrepl.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 main diff --git a/cmd/tools/vvet/vvet.v b/cmd/tools/vvet/vvet.v index fd04b406c2..9a136ec972 100644 --- a/cmd/tools/vvet/vvet.v +++ b/cmd/tools/vvet/vvet.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 main diff --git a/cmd/v/v.v b/cmd/v/v.v index e8cc695415..b20c1167fb 100644 --- a/cmd/v/v.v +++ b/cmd/v/v.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 main diff --git a/examples/news_fetcher.v b/examples/news_fetcher.v index e724fbad99..06f8b7f950 100644 --- a/examples/news_fetcher.v +++ b/examples/news_fetcher.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 net.http diff --git a/examples/path_tracing.v b/examples/path_tracing.v index 8b17d10a1e..4cfe2ba3c4 100644 --- a/examples/path_tracing.v +++ b/examples/path_tracing.v @@ -1,7 +1,7 @@ /********************************************************************** * path tracing demo * -* Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +* Copyright (c) 2019-2022 Dario Deledda. All rights reserved. * Use of this source code is governed by an MIT license * that can be found in the LICENSE file. * diff --git a/examples/regex/regex_example.v b/examples/regex/regex_example.v index 7469ef5ade..138c7da2be 100644 --- a/examples/regex/regex_example.v +++ b/examples/regex/regex_example.v @@ -1,7 +1,7 @@ /********************************************************************** * regex samples * -* Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +* Copyright (c) 2019-2022 Dario Deledda. All rights reserved. * Use of this source code is governed by an MIT license * that can be found in the LICENSE file. * diff --git a/examples/tetris/tetris.js.v b/examples/tetris/tetris.js.v index b0f704d25e..954246415c 100644 --- a/examples/tetris/tetris.js.v +++ b/examples/tetris/tetris.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 main diff --git a/examples/tetris/tetris.v b/examples/tetris/tetris.v index 8c9fd2620b..a66b9a2dcf 100644 --- a/examples/tetris/tetris.v +++ b/examples/tetris/tetris.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 main diff --git a/examples/word_counter/word_counter.v b/examples/word_counter/word_counter.v index fc60a6fb96..ee4c635554 100644 --- a/examples/word_counter/word_counter.v +++ b/examples/word_counter/word_counter.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/vlib/builtin/array.v b/vlib/builtin/array.v index 96ce76239e..10f21c6935 100644 --- a/vlib/builtin/array.v +++ b/vlib/builtin/array.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builtin diff --git a/vlib/builtin/builtin.v b/vlib/builtin/builtin.v index 325ce88fc8..990ebdbc8c 100644 --- a/vlib/builtin/builtin.v +++ b/vlib/builtin/builtin.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. [has_globals] diff --git a/vlib/builtin/builtin_nix.c.v b/vlib/builtin/builtin_nix.c.v index 7c412efae1..52cc602578 100644 --- a/vlib/builtin/builtin_nix.c.v +++ b/vlib/builtin/builtin_nix.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builtin diff --git a/vlib/builtin/builtin_windows.c.v b/vlib/builtin/builtin_windows.c.v index 87fdd96006..a7054832f5 100644 --- a/vlib/builtin/builtin_windows.c.v +++ b/vlib/builtin/builtin_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. [has_globals] diff --git a/vlib/builtin/float.c.v b/vlib/builtin/float.c.v index 2d8d30a286..d75278f98f 100644 --- a/vlib/builtin/float.c.v +++ b/vlib/builtin/float.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builtin diff --git a/vlib/builtin/float_x64.v b/vlib/builtin/float_x64.v index 4a491a033c..33fc12bd81 100644 --- a/vlib/builtin/float_x64.v +++ b/vlib/builtin/float_x64.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builtin diff --git a/vlib/builtin/int.v b/vlib/builtin/int.v index 4be89c2269..25a3ceeaa5 100644 --- a/vlib/builtin/int.v +++ b/vlib/builtin/int.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builtin diff --git a/vlib/builtin/js/builtin.v b/vlib/builtin/js/builtin.v index ee0fa3cadd..d0c7a28c75 100644 --- a/vlib/builtin/js/builtin.v +++ b/vlib/builtin/js/builtin.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/builtin/js/jsfns.js.v b/vlib/builtin/js/jsfns.js.v index b2ea15de27..8a1403c259 100644 --- a/vlib/builtin/js/jsfns.js.v +++ b/vlib/builtin/js/jsfns.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/builtin/js/jsfns_browser.js.v b/vlib/builtin/js/jsfns_browser.js.v index 72daec3e93..35f64aa935 100644 --- a/vlib/builtin/js/jsfns_browser.js.v +++ b/vlib/builtin/js/jsfns_browser.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/builtin/js/jsfns_node.js.v b/vlib/builtin/js/jsfns_node.js.v index 6f6562941b..a503207969 100644 --- a/vlib/builtin/js/jsfns_node.js.v +++ b/vlib/builtin/js/jsfns_node.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/builtin/js/string_test.js.v b/vlib/builtin/js/string_test.js.v index 720c32b02a..89dd83c56c 100644 --- a/vlib/builtin/js/string_test.js.v +++ b/vlib/builtin/js/string_test.js.v @@ -1,6 +1,6 @@ import strings -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/builtin/map.v b/vlib/builtin/map.v index a396d52105..266e389065 100644 --- a/vlib/builtin/map.v +++ b/vlib/builtin/map.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builtin diff --git a/vlib/builtin/option.v b/vlib/builtin/option.v index cc1a5a3149..4f06c4f5d6 100644 --- a/vlib/builtin/option.v +++ b/vlib/builtin/option.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builtin diff --git a/vlib/builtin/rune.v b/vlib/builtin/rune.v index 28e8b4ba66..bae1423f0b 100644 --- a/vlib/builtin/rune.v +++ b/vlib/builtin/rune.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builtin diff --git a/vlib/builtin/sorted_map.v b/vlib/builtin/sorted_map.v index 0f31424a45..c5bb998fe9 100644 --- a/vlib/builtin/sorted_map.v +++ b/vlib/builtin/sorted_map.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/builtin/string.v b/vlib/builtin/string.v index cf5c654b48..f4015bda93 100644 --- a/vlib/builtin/string.v +++ b/vlib/builtin/string.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builtin diff --git a/vlib/builtin/string_interpolation.v b/vlib/builtin/string_interpolation.v index fa9814ca83..956e36a81e 100644 --- a/vlib/builtin/string_interpolation.v +++ b/vlib/builtin/string_interpolation.v @@ -4,7 +4,7 @@ import strconv import strings /*============================================================================= -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. diff --git a/vlib/builtin/string_strip_margin_test.v b/vlib/builtin/string_strip_margin_test.v index 6b21c13338..c227bea4b8 100644 --- a/vlib/builtin/string_strip_margin_test.v +++ b/vlib/builtin/string_strip_margin_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/builtin/string_test.v b/vlib/builtin/string_test.v index f6a975dfb2..f4a3ccca1a 100644 --- a/vlib/builtin/string_test.v +++ b/vlib/builtin/string_test.v @@ -1,6 +1,6 @@ import strings -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/builtin/utf8.v b/vlib/builtin/utf8.v index decf5724ac..83c1fb8ca9 100644 --- a/vlib/builtin/utf8.v +++ b/vlib/builtin/utf8.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builtin diff --git a/vlib/crypto/aes/aes.v b/vlib/crypto/aes/aes.v index f7e2cecbc8..50c8deccb9 100644 --- a/vlib/crypto/aes/aes.v +++ b/vlib/crypto/aes/aes.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // Based off: https://github.com/golang/go/blob/master/src/crypto/aes diff --git a/vlib/crypto/aes/aes_cbc.v b/vlib/crypto/aes/aes_cbc.v index 253f79c387..f2e69b995f 100644 --- a/vlib/crypto/aes/aes_cbc.v +++ b/vlib/crypto/aes/aes_cbc.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // Cipher block chaining (CBC) mode. diff --git a/vlib/crypto/aes/aes_test.v b/vlib/crypto/aes/aes_test.v index ca85d06089..34c788335c 100644 --- a/vlib/crypto/aes/aes_test.v +++ b/vlib/crypto/aes/aes_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 crypto.aes diff --git a/vlib/crypto/aes/block_generic.v b/vlib/crypto/aes/block_generic.v index 0219644e0f..129d7b47e6 100644 --- a/vlib/crypto/aes/block_generic.v +++ b/vlib/crypto/aes/block_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // This implementation is derived from the golang implementation diff --git a/vlib/crypto/aes/const.v b/vlib/crypto/aes/const.v index 1fe33573dd..78eb88defa 100644 --- a/vlib/crypto/aes/const.v +++ b/vlib/crypto/aes/const.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/crypto/aes/cypher_generic.v b/vlib/crypto/aes/cypher_generic.v index fb8bb08667..19efa7a1d6 100644 --- a/vlib/crypto/aes/cypher_generic.v +++ b/vlib/crypto/aes/cypher_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 aes diff --git a/vlib/crypto/cipher/xor_generic.v b/vlib/crypto/cipher/xor_generic.v index bbec30b3a6..a7b04c1600 100644 --- a/vlib/crypto/cipher/xor_generic.v +++ b/vlib/crypto/cipher/xor_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 cipher diff --git a/vlib/crypto/internal/subtle/aliasing.v b/vlib/crypto/internal/subtle/aliasing.v index e09748ee11..471111bd3c 100644 --- a/vlib/crypto/internal/subtle/aliasing.v +++ b/vlib/crypto/internal/subtle/aliasing.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // Package subtle implements functions that are often useful in cryptographic diff --git a/vlib/crypto/md5/md5.v b/vlib/crypto/md5/md5.v index 17796b16e7..17ca5da6f2 100644 --- a/vlib/crypto/md5/md5.v +++ b/vlib/crypto/md5/md5.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // Package md5 implements the MD5 hash algorithm as defined in RFC 1321. diff --git a/vlib/crypto/md5/md5_test.v b/vlib/crypto/md5/md5_test.v index fd43c1c71f..0081a8fd77 100644 --- a/vlib/crypto/md5/md5_test.v +++ b/vlib/crypto/md5/md5_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 crypto.md5 diff --git a/vlib/crypto/md5/md5block_generic.v b/vlib/crypto/md5/md5block_generic.v index ebc4a8dd32..e66f5c3c59 100644 --- a/vlib/crypto/md5/md5block_generic.v +++ b/vlib/crypto/md5/md5block_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/crypto/rand/rand.v b/vlib/crypto/rand/rand.v index 070355859d..c60f8915ca 100644 --- a/vlib/crypto/rand/rand.v +++ b/vlib/crypto/rand/rand.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/crypto/rand/rand_darwin.c.v b/vlib/crypto/rand/rand_darwin.c.v index 0f346830aa..f2efdd8b24 100644 --- a/vlib/crypto/rand/rand_darwin.c.v +++ b/vlib/crypto/rand/rand_darwin.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/crypto/rand/rand_default.c.v b/vlib/crypto/rand/rand_default.c.v index 2e1e82365e..bcaf950f39 100644 --- a/vlib/crypto/rand/rand_default.c.v +++ b/vlib/crypto/rand/rand_default.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 rand diff --git a/vlib/crypto/rand/rand_linux.c.v b/vlib/crypto/rand/rand_linux.c.v index 23bd32c329..3cd68cd293 100644 --- a/vlib/crypto/rand/rand_linux.c.v +++ b/vlib/crypto/rand/rand_linux.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 rand diff --git a/vlib/crypto/rand/rand_solaris.c.v b/vlib/crypto/rand/rand_solaris.c.v index 5a5316f6d4..97dc8952ed 100644 --- a/vlib/crypto/rand/rand_solaris.c.v +++ b/vlib/crypto/rand/rand_solaris.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/crypto/rand/rand_windows.c.v b/vlib/crypto/rand/rand_windows.c.v index 075a3eddd1..79267efc3b 100644 --- a/vlib/crypto/rand/rand_windows.c.v +++ b/vlib/crypto/rand/rand_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/crypto/rand/utils.v b/vlib/crypto/rand/utils.v index 31eaf2da18..45a2ca5404 100644 --- a/vlib/crypto/rand/utils.v +++ b/vlib/crypto/rand/utils.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/crypto/rc4/rc4.v b/vlib/crypto/rc4/rc4.v index 97b2be4b23..7c28fd2825 100644 --- a/vlib/crypto/rc4/rc4.v +++ b/vlib/crypto/rc4/rc4.v @@ -1,6 +1,6 @@ module rc4 -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // Package rc4 implements RC4 encryption, as defined in Bruce Schneier's diff --git a/vlib/crypto/rc4/rc4_test.v b/vlib/crypto/rc4/rc4_test.v index dd9ac0f908..45a3617e2b 100644 --- a/vlib/crypto/rc4/rc4_test.v +++ b/vlib/crypto/rc4/rc4_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 crypto.rc4 diff --git a/vlib/crypto/sha1/sha1.v b/vlib/crypto/sha1/sha1.v index d792eb14f8..ee606df8e5 100644 --- a/vlib/crypto/sha1/sha1.v +++ b/vlib/crypto/sha1/sha1.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // Package sha1 implements the SHA-1 hash algorithm as defined in RFC 3174. diff --git a/vlib/crypto/sha1/sha1_test.v b/vlib/crypto/sha1/sha1_test.v index b52ea063a9..b063d8aec4 100644 --- a/vlib/crypto/sha1/sha1_test.v +++ b/vlib/crypto/sha1/sha1_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 crypto.sha1 diff --git a/vlib/crypto/sha1/sha1block_generic.v b/vlib/crypto/sha1/sha1block_generic.v index 1469bf0bf7..4f660855d1 100644 --- a/vlib/crypto/sha1/sha1block_generic.v +++ b/vlib/crypto/sha1/sha1block_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // This is the generic version with no architecture optimizations. diff --git a/vlib/crypto/sha256/sha256.v b/vlib/crypto/sha256/sha256.v index 2f793e5bcc..07e28c0716 100644 --- a/vlib/crypto/sha256/sha256.v +++ b/vlib/crypto/sha256/sha256.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // Package sha256 implements the SHA224 and SHA256 hash algorithms as defined diff --git a/vlib/crypto/sha256/sha256_test.v b/vlib/crypto/sha256/sha256_test.v index 5aeacdcbe8..c477af5bc6 100644 --- a/vlib/crypto/sha256/sha256_test.v +++ b/vlib/crypto/sha256/sha256_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 crypto.sha256 diff --git a/vlib/crypto/sha256/sha256block_generic.v b/vlib/crypto/sha256/sha256block_generic.v index f8d949fd26..46416b636d 100644 --- a/vlib/crypto/sha256/sha256block_generic.v +++ b/vlib/crypto/sha256/sha256block_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // SHA256 block step. diff --git a/vlib/crypto/sha512/sha512.v b/vlib/crypto/sha512/sha512.v index dd5d3a9284..da71712c74 100644 --- a/vlib/crypto/sha512/sha512.v +++ b/vlib/crypto/sha512/sha512.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // Package sha512 implements the SHA-384, SHA-512, SHA-512/224, and SHA-512/256 diff --git a/vlib/crypto/sha512/sha512_test.v b/vlib/crypto/sha512/sha512_test.v index 50676d9fc0..cfc96d76fe 100644 --- a/vlib/crypto/sha512/sha512_test.v +++ b/vlib/crypto/sha512/sha512_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 crypto.sha512 diff --git a/vlib/crypto/sha512/sha512block_generic.v b/vlib/crypto/sha512/sha512block_generic.v index 72a6f5e360..777d266da2 100644 --- a/vlib/crypto/sha512/sha512block_generic.v +++ b/vlib/crypto/sha512/sha512block_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // SHA512 block step. diff --git a/vlib/encoding/base64/base64.v b/vlib/encoding/base64/base64.v index 1bd4433650..87dd0b405f 100644 --- a/vlib/encoding/base64/base64.v +++ b/vlib/encoding/base64/base64.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // Based off: https://github.com/golang/go/blob/master/src/encoding/base64/base64.go diff --git a/vlib/encoding/binary/binary.v b/vlib/encoding/binary/binary.v index d7fe298347..48ac434b0b 100644 --- a/vlib/encoding/binary/binary.v +++ b/vlib/encoding/binary/binary.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 binary diff --git a/vlib/encoding/csv/reader.v b/vlib/encoding/csv/reader.v index dafd02217b..1865e454e1 100644 --- a/vlib/encoding/csv/reader.v +++ b/vlib/encoding/csv/reader.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 csv diff --git a/vlib/encoding/csv/writer.v b/vlib/encoding/csv/writer.v index 735ca2010c..8e63d874d5 100644 --- a/vlib/encoding/csv/writer.v +++ b/vlib/encoding/csv/writer.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 csv diff --git a/vlib/encoding/utf8/utf8_tables.v b/vlib/encoding/utf8/utf8_tables.v index 837a1ed8cb..eeef3dd560 100644 --- a/vlib/encoding/utf8/utf8_tables.v +++ b/vlib/encoding/utf8/utf8_tables.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 utf8 diff --git a/vlib/encoding/utf8/utf8_util.v b/vlib/encoding/utf8/utf8_util.v index 6b08caa213..f102deec32 100644 --- a/vlib/encoding/utf8/utf8_util.v +++ b/vlib/encoding/utf8/utf8_util.v @@ -1,7 +1,7 @@ /* utf-8 util -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. diff --git a/vlib/gg/enums.v b/vlib/gg/enums.v index c87f9860de..54e6e6b64b 100644 --- a/vlib/gg/enums.v +++ b/vlib/gg/enums.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 gg diff --git a/vlib/gg/gg.c.v b/vlib/gg/gg.c.v index efcd75da4d..499025162b 100644 --- a/vlib/gg/gg.c.v +++ b/vlib/gg/gg.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 gg diff --git a/vlib/gg/gg.v b/vlib/gg/gg.v index b622cfe064..54220bd185 100644 --- a/vlib/gg/gg.v +++ b/vlib/gg/gg.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 gg diff --git a/vlib/gg/image.c.v b/vlib/gg/image.c.v index 2b91a08b7f..26f241ba53 100644 --- a/vlib/gg/image.c.v +++ b/vlib/gg/image.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 gg diff --git a/vlib/gg/image.v b/vlib/gg/image.v index dbdd232012..43246255d1 100644 --- a/vlib/gg/image.v +++ b/vlib/gg/image.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 gg diff --git a/vlib/gg/text_rendering.c.v b/vlib/gg/text_rendering.c.v index 1a2a3b7e41..0a0f2582e7 100644 --- a/vlib/gg/text_rendering.c.v +++ b/vlib/gg/text_rendering.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 gg diff --git a/vlib/gg/text_rendering.v b/vlib/gg/text_rendering.v index 80ff0dfff8..c2db6c00cb 100644 --- a/vlib/gg/text_rendering.v +++ b/vlib/gg/text_rendering.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 gg diff --git a/vlib/hash/crc32/crc32.v b/vlib/hash/crc32/crc32.v index d29aa124b7..efabed97e5 100644 --- a/vlib/hash/crc32/crc32.v +++ b/vlib/hash/crc32/crc32.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/hash/hash.v b/vlib/hash/hash.v index eabb166c07..bd51a376b0 100644 --- a/vlib/hash/hash.v +++ b/vlib/hash/hash.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 hash diff --git a/vlib/hash/wyhash.v b/vlib/hash/wyhash.v index fb438a13a7..7bbc006135 100644 --- a/vlib/hash/wyhash.v +++ b/vlib/hash/wyhash.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // diff --git a/vlib/json/json_primitives.v b/vlib/json/json_primitives.v index df3a7edf11..4e886e2fe1 100644 --- a/vlib/json/json_primitives.v +++ b/vlib/json/json_primitives.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 json diff --git a/vlib/log/log.v b/vlib/log/log.v index e5d510291c..cfe49e17cc 100644 --- a/vlib/log/log.v +++ b/vlib/log/log.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 log diff --git a/vlib/math/bits.v b/vlib/math/bits.v index f3795538ab..4fa5d59e96 100644 --- a/vlib/math/bits.v +++ b/vlib/math/bits.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 diff --git a/vlib/math/bits/bits.v b/vlib/math/bits/bits.v index 7bc0db049c..5b54c367bc 100644 --- a/vlib/math/bits/bits.v +++ b/vlib/math/bits/bits.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 bits diff --git a/vlib/math/bits/bits_tables.v b/vlib/math/bits/bits_tables.v index 830e1e8335..bfa457b07f 100644 --- a/vlib/math/bits/bits_tables.v +++ b/vlib/math/bits/bits_tables.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 bits diff --git a/vlib/math/complex/complex.v b/vlib/math/complex/complex.v index b7ec6aa74b..2883dab4fe 100644 --- a/vlib/math/complex/complex.v +++ b/vlib/math/complex/complex.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/math/const.v b/vlib/math/const.v index 7c473f79fd..df1460dabb 100644 --- a/vlib/math/const.v +++ b/vlib/math/const.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 diff --git a/vlib/math/fractions/approximations.v b/vlib/math/fractions/approximations.v index dd4f85563f..1b31d36ee3 100644 --- a/vlib/math/fractions/approximations.v +++ b/vlib/math/fractions/approximations.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 fractions diff --git a/vlib/math/fractions/approximations_test.v b/vlib/math/fractions/approximations_test.v index 5ee92bf049..65784d2bb1 100644 --- a/vlib/math/fractions/approximations_test.v +++ b/vlib/math/fractions/approximations_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 math.fractions diff --git a/vlib/math/fractions/fraction.v b/vlib/math/fractions/fraction.v index 69c8f6343a..eabe60964e 100644 --- a/vlib/math/fractions/fraction.v +++ b/vlib/math/fractions/fraction.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 fractions diff --git a/vlib/math/fractions/fraction_test.v b/vlib/math/fractions/fraction_test.v index 4928b7c588..d3c29ea6c8 100644 --- a/vlib/math/fractions/fraction_test.v +++ b/vlib/math/fractions/fraction_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 math.fractions diff --git a/vlib/math/math.c.v b/vlib/math/math.c.v index 503b6ab8bd..7a9674e0d7 100644 --- a/vlib/math/math.c.v +++ b/vlib/math/math.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 diff --git a/vlib/math/math.v b/vlib/math/math.v index 366bf66c90..cf7c457133 100644 --- a/vlib/math/math.v +++ b/vlib/math/math.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 diff --git a/vlib/math/mathutil/mathutil.v b/vlib/math/mathutil/mathutil.v index 0930e2618e..c9e39900fc 100644 --- a/vlib/math/mathutil/mathutil.v +++ b/vlib/math/mathutil/mathutil.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 mathutil diff --git a/vlib/math/unsafe.v b/vlib/math/unsafe.v index 0884edce6e..f9bb689638 100644 --- a/vlib/math/unsafe.v +++ b/vlib/math/unsafe.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 diff --git a/vlib/math/util/util.v b/vlib/math/util/util.v index 0802d2843d..442d3fbc23 100644 --- a/vlib/math/util/util.v +++ b/vlib/math/util/util.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 util diff --git a/vlib/net/http/backend_nix.c.v b/vlib/net/http/backend_nix.c.v index b8d07eebbd..77d442a2ad 100644 --- a/vlib/net/http/backend_nix.c.v +++ b/vlib/net/http/backend_nix.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 http diff --git a/vlib/net/http/backend_windows.c.v b/vlib/net/http/backend_windows.c.v index 9181166098..49de426187 100644 --- a/vlib/net/http/backend_windows.c.v +++ b/vlib/net/http/backend_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 http diff --git a/vlib/net/http/download.v b/vlib/net/http/download.v index 8ca18f0f31..5f704dc6f6 100644 --- a/vlib/net/http/download.v +++ b/vlib/net/http/download.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 http diff --git a/vlib/net/http/download_nix.c.v b/vlib/net/http/download_nix.c.v index 134daf8d21..6e9c4d4288 100644 --- a/vlib/net/http/download_nix.c.v +++ b/vlib/net/http/download_nix.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 http diff --git a/vlib/net/http/download_windows.c.v b/vlib/net/http/download_windows.c.v index 42849cc514..6f22dd31ac 100644 --- a/vlib/net/http/download_windows.c.v +++ b/vlib/net/http/download_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/net/http/header.v b/vlib/net/http/header.v index 1c2075eda2..d2c5f25556 100644 --- a/vlib/net/http/header.v +++ b/vlib/net/http/header.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 http diff --git a/vlib/net/http/http.v b/vlib/net/http/http.v index 2db9cccc74..05b1057472 100644 --- a/vlib/net/http/http.v +++ b/vlib/net/http/http.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 http diff --git a/vlib/net/http/method.v b/vlib/net/http/method.v index 91c93e1a37..b986a3d84b 100644 --- a/vlib/net/http/method.v +++ b/vlib/net/http/method.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 http diff --git a/vlib/net/http/request.v b/vlib/net/http/request.v index cfa8739cf2..c32cf2c35b 100644 --- a/vlib/net/http/request.v +++ b/vlib/net/http/request.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 http diff --git a/vlib/net/http/response.v b/vlib/net/http/response.v index dd58d42ce3..e1fbfd76c3 100644 --- a/vlib/net/http/response.v +++ b/vlib/net/http/response.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 http diff --git a/vlib/net/http/server.v b/vlib/net/http/server.v index 4df665e58b..cf278e30b7 100644 --- a/vlib/net/http/server.v +++ b/vlib/net/http/server.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 http diff --git a/vlib/net/http/version.v b/vlib/net/http/version.v index f4388a3c04..a02a4ec287 100644 --- a/vlib/net/http/version.v +++ b/vlib/net/http/version.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 http diff --git a/vlib/net/urllib/urllib_test.v b/vlib/net/urllib/urllib_test.v index 0870c81bbd..2b41328bf6 100644 --- a/vlib/net/urllib/urllib_test.v +++ b/vlib/net/urllib/urllib_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 net.urllib diff --git a/vlib/net/urllib/values.v b/vlib/net/urllib/values.v index ee5c329b17..9e66ba2cd6 100644 --- a/vlib/net/urllib/values.v +++ b/vlib/net/urllib/values.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 urllib diff --git a/vlib/os/args.v b/vlib/os/args.v index 8c16d2562c..cf1560bb55 100644 --- a/vlib/os/args.v +++ b/vlib/os/args.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/vlib/os/environment.c.v b/vlib/os/environment.c.v index c390ce813a..fe057f04fc 100644 --- a/vlib/os/environment.c.v +++ b/vlib/os/environment.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/vlib/os/inode.c.v b/vlib/os/inode.c.v index 3c6b19bb28..230c9c23ae 100644 --- a/vlib/os/inode.c.v +++ b/vlib/os/inode.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/vlib/os/os.v b/vlib/os/os.v index 093dfed383..38c8b3b8f3 100644 --- a/vlib/os/os.v +++ b/vlib/os/os.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/vlib/os/os_darwin.c.v b/vlib/os/os_darwin.c.v index 9fea518b75..c305207255 100644 --- a/vlib/os/os_darwin.c.v +++ b/vlib/os/os_darwin.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/vlib/os/os_linux.c.v b/vlib/os/os_linux.c.v index e178795b63..7770e345da 100644 --- a/vlib/os/os_linux.c.v +++ b/vlib/os/os_linux.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/vlib/picoev/picoev.v b/vlib/picoev/picoev.v index 9e1d6b477a..5d8aa56a61 100644 --- a/vlib/picoev/picoev.v +++ b/vlib/picoev/picoev.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 picoev diff --git a/vlib/picohttpparser/picohttpparser.v b/vlib/picohttpparser/picohttpparser.v index f4adb61f7a..91d9bd1ab0 100644 --- a/vlib/picohttpparser/picohttpparser.v +++ b/vlib/picohttpparser/picohttpparser.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 picohttpparser diff --git a/vlib/rand/dist/dist.v b/vlib/rand/dist/dist.v index b2d905594d..3259d0db53 100644 --- a/vlib/rand/dist/dist.v +++ b/vlib/rand/dist/dist.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 dist diff --git a/vlib/rand/mt19937/mt19937.v b/vlib/rand/mt19937/mt19937.v index bcb6d8f259..8f93782c36 100644 --- a/vlib/rand/mt19937/mt19937.v +++ b/vlib/rand/mt19937/mt19937.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 mt19937 diff --git a/vlib/rand/musl/musl_rng.v b/vlib/rand/musl/musl_rng.v index 2e484d22ab..942b8a400e 100644 --- a/vlib/rand/musl/musl_rng.v +++ b/vlib/rand/musl/musl_rng.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 musl diff --git a/vlib/rand/pcg32/pcg32.v b/vlib/rand/pcg32/pcg32.v index 91577e98a2..40a54b8feb 100644 --- a/vlib/rand/pcg32/pcg32.v +++ b/vlib/rand/pcg32/pcg32.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 pcg32 diff --git a/vlib/rand/rand.v b/vlib/rand/rand.v index aa56a0c27a..13d4e18236 100644 --- a/vlib/rand/rand.v +++ b/vlib/rand/rand.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. [has_globals] diff --git a/vlib/rand/seed/seed.v b/vlib/rand/seed/seed.v index 16de517095..aedb586215 100644 --- a/vlib/rand/seed/seed.v +++ b/vlib/rand/seed/seed.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 seed diff --git a/vlib/rand/splitmix64/splitmix64.v b/vlib/rand/splitmix64/splitmix64.v index 6452cbd4a8..99d475a4a5 100644 --- a/vlib/rand/splitmix64/splitmix64.v +++ b/vlib/rand/splitmix64/splitmix64.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 splitmix64 diff --git a/vlib/rand/sys/system_rng.c.v b/vlib/rand/sys/system_rng.c.v index e36527f49e..5bd3c9f527 100644 --- a/vlib/rand/sys/system_rng.c.v +++ b/vlib/rand/sys/system_rng.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 sys diff --git a/vlib/rand/sys/system_rng.js.v b/vlib/rand/sys/system_rng.js.v index 496794db17..cebc7e2f98 100644 --- a/vlib/rand/sys/system_rng.js.v +++ b/vlib/rand/sys/system_rng.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 sys diff --git a/vlib/rand/util/util.v b/vlib/rand/util/util.v index e1c30caa11..22343047e8 100644 --- a/vlib/rand/util/util.v +++ b/vlib/rand/util/util.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 util diff --git a/vlib/rand/wyrand/wyrand.v b/vlib/rand/wyrand/wyrand.v index 22b71afbad..9b1fb997f7 100644 --- a/vlib/rand/wyrand/wyrand.v +++ b/vlib/rand/wyrand/wyrand.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 wyrand diff --git a/vlib/readline/readline.v b/vlib/readline/readline.v index ae41ddcf0a..620c6f7464 100644 --- a/vlib/readline/readline.v +++ b/vlib/readline/readline.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // diff --git a/vlib/readline/readline_default.c.v b/vlib/readline/readline_default.c.v index 4d2107c8d5..9c2f03e199 100644 --- a/vlib/readline/readline_default.c.v +++ b/vlib/readline/readline_default.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // diff --git a/vlib/readline/readline_linux.c.v b/vlib/readline/readline_linux.c.v index 235a7908b2..aed8fa6cab 100644 --- a/vlib/readline/readline_linux.c.v +++ b/vlib/readline/readline_linux.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // diff --git a/vlib/readline/readline_windows.c.v b/vlib/readline/readline_windows.c.v index bcd28f3fc9..511c26c3a0 100644 --- a/vlib/readline/readline_windows.c.v +++ b/vlib/readline/readline_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // diff --git a/vlib/regex/regex.v b/vlib/regex/regex.v index a0c8f51514..686d281988 100644 --- a/vlib/regex/regex.v +++ b/vlib/regex/regex.v @@ -1,7 +1,7 @@ /* regex 1.0 alpha -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. diff --git a/vlib/regex/regex_util.v b/vlib/regex/regex_util.v index 2cb84a51d1..dfb8b68de9 100644 --- a/vlib/regex/regex_util.v +++ b/vlib/regex/regex_util.v @@ -1,7 +1,7 @@ /* regex 1.0 alpha -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. */ diff --git a/vlib/runtime/runtime.v b/vlib/runtime/runtime.v index 4f92fe1a58..018e2cd46b 100644 --- a/vlib/runtime/runtime.v +++ b/vlib/runtime/runtime.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/stbi/link_to_libm.c.v b/vlib/stbi/link_to_libm.c.v index 6af2b692a7..6630fe1357 100644 --- a/vlib/stbi/link_to_libm.c.v +++ b/vlib/stbi/link_to_libm.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 stbi diff --git a/vlib/stbi/stbi.c.v b/vlib/stbi/stbi.c.v index cdfee99e4a..835abaecd8 100644 --- a/vlib/stbi/stbi.c.v +++ b/vlib/stbi/stbi.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. diff --git a/vlib/strconv/atof.c.v b/vlib/strconv/atof.c.v index fbe3eb6c7d..f537afb327 100644 --- a/vlib/strconv/atof.c.v +++ b/vlib/strconv/atof.c.v @@ -3,7 +3,7 @@ module strconv /* atof util -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. diff --git a/vlib/strconv/atoi.v b/vlib/strconv/atoi.v index 31a0b7e9be..28c00b57de 100644 --- a/vlib/strconv/atoi.v +++ b/vlib/strconv/atoi.v @@ -1,6 +1,6 @@ module strconv -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // TODO: use optionals, or some way to return default with error. diff --git a/vlib/strconv/f32_str.c.v b/vlib/strconv/f32_str.c.v index 8e17c8995d..0c040a9e8c 100644 --- a/vlib/strconv/f32_str.c.v +++ b/vlib/strconv/f32_str.c.v @@ -4,7 +4,7 @@ module strconv f32 to string -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. diff --git a/vlib/strconv/f64_str.c.v b/vlib/strconv/f64_str.c.v index 69ffd439f4..d24d709b23 100644 --- a/vlib/strconv/f64_str.c.v +++ b/vlib/strconv/f64_str.c.v @@ -4,7 +4,7 @@ module strconv f64 to string -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. diff --git a/vlib/strconv/format_mem.c.v b/vlib/strconv/format_mem.c.v index 8719df12dd..238c8b4a0e 100644 --- a/vlib/strconv/format_mem.c.v +++ b/vlib/strconv/format_mem.c.v @@ -1,5 +1,5 @@ /*============================================================================= -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. diff --git a/vlib/strconv/ftoa.c.v b/vlib/strconv/ftoa.c.v index 700ecc7085..6efd609426 100644 --- a/vlib/strconv/ftoa.c.v +++ b/vlib/strconv/ftoa.c.v @@ -3,7 +3,7 @@ module strconv /* f32/f64 ftoa functions -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. diff --git a/vlib/strconv/utilities.c.v b/vlib/strconv/utilities.c.v index e99e16167f..a2b6d4cf80 100644 --- a/vlib/strconv/utilities.c.v +++ b/vlib/strconv/utilities.c.v @@ -5,7 +5,7 @@ module strconv /* f32/f64 to string utilities -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. diff --git a/vlib/strconv/vprintf.c.v b/vlib/strconv/vprintf.c.v index bbf78179c2..ad560e1bac 100644 --- a/vlib/strconv/vprintf.c.v +++ b/vlib/strconv/vprintf.c.v @@ -1,5 +1,5 @@ /*============================================================================= -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. diff --git a/vlib/strings/builder.c.v b/vlib/strings/builder.c.v index b9a227eb4d..4156f61e54 100644 --- a/vlib/strings/builder.c.v +++ b/vlib/strings/builder.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 strings diff --git a/vlib/strings/builder.js.v b/vlib/strings/builder.js.v index 356f01516a..4b1fe60eaf 100644 --- a/vlib/strings/builder.js.v +++ b/vlib/strings/builder.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 strings diff --git a/vlib/sync/sync_darwin.c.v b/vlib/sync/sync_darwin.c.v index 3f83198e61..b46ec05903 100644 --- a/vlib/sync/sync_darwin.c.v +++ b/vlib/sync/sync_darwin.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 sync diff --git a/vlib/sync/sync_default.c.v b/vlib/sync/sync_default.c.v index 51ccb840d0..5a1680b209 100644 --- a/vlib/sync/sync_default.c.v +++ b/vlib/sync/sync_default.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 sync diff --git a/vlib/sync/sync_windows.c.v b/vlib/sync/sync_windows.c.v index d0942b709c..7826edf4cd 100644 --- a/vlib/sync/sync_windows.c.v +++ b/vlib/sync/sync_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 sync diff --git a/vlib/term/colors.v b/vlib/term/colors.v index c5e8d2b43b..576ba0b00a 100644 --- a/vlib/term/colors.v +++ b/vlib/term/colors.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 term diff --git a/vlib/term/control.v b/vlib/term/control.v index 377cc4228b..e5f410771d 100644 --- a/vlib/term/control.v +++ b/vlib/term/control.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 term diff --git a/vlib/time/format.v b/vlib/time/format.v index 6a77bb3acf..02a9c1dd5d 100644 --- a/vlib/time/format.v +++ b/vlib/time/format.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 time diff --git a/vlib/time/parse.c.v b/vlib/time/parse.c.v index b3f94ebd56..2554a22617 100644 --- a/vlib/time/parse.c.v +++ b/vlib/time/parse.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 time diff --git a/vlib/time/parse.v b/vlib/time/parse.v index af333504fb..0a2b5102d2 100644 --- a/vlib/time/parse.v +++ b/vlib/time/parse.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 time diff --git a/vlib/time/stopwatch.v b/vlib/time/stopwatch.v index 049563dc8a..b5bbb7992e 100644 --- a/vlib/time/stopwatch.v +++ b/vlib/time/stopwatch.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 time diff --git a/vlib/time/time.c.v b/vlib/time/time.c.v index 89d2142752..503c4815f5 100644 --- a/vlib/time/time.c.v +++ b/vlib/time/time.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 time diff --git a/vlib/time/time_nix.c.v b/vlib/time/time_nix.c.v index f4ad2c8005..0a371597fa 100644 --- a/vlib/time/time_nix.c.v +++ b/vlib/time/time_nix.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 time diff --git a/vlib/time/time_windows.c.v b/vlib/time/time_windows.c.v index a810cb97d7..5795ce8983 100644 --- a/vlib/time/time_windows.c.v +++ b/vlib/time/time_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 time diff --git a/vlib/time/unix.v b/vlib/time/unix.v index 30cae42e9d..a20c1a0682 100644 --- a/vlib/time/unix.v +++ b/vlib/time/unix.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 time diff --git a/vlib/v/ast/ast.v b/vlib/v/ast/ast.v index 8ab3a8c3fd..a02f1a00c7 100644 --- a/vlib/v/ast/ast.v +++ b/vlib/v/ast/ast.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 ast diff --git a/vlib/v/ast/attr.v b/vlib/v/ast/attr.v index f836817461..ce284ae962 100644 --- a/vlib/v/ast/attr.v +++ b/vlib/v/ast/attr.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 ast diff --git a/vlib/v/ast/cflags.v b/vlib/v/ast/cflags.v index 347f1919a0..12fedd9815 100644 --- a/vlib/v/ast/cflags.v +++ b/vlib/v/ast/cflags.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 ast diff --git a/vlib/v/ast/scope.v b/vlib/v/ast/scope.v index cdd71b5eac..5f94dd82f8 100644 --- a/vlib/v/ast/scope.v +++ b/vlib/v/ast/scope.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 ast diff --git a/vlib/v/ast/str.v b/vlib/v/ast/str.v index 77cd5acc65..9e127ae2f8 100644 --- a/vlib/v/ast/str.v +++ b/vlib/v/ast/str.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 ast diff --git a/vlib/v/ast/table.v b/vlib/v/ast/table.v index d899a4801c..758f3d4e71 100644 --- a/vlib/v/ast/table.v +++ b/vlib/v/ast/table.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. [has_globals] diff --git a/vlib/v/ast/types.v b/vlib/v/ast/types.v index 99a2dd9a39..4c09037a68 100644 --- a/vlib/v/ast/types.v +++ b/vlib/v/ast/types.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // diff --git a/vlib/v/builder/cc.v b/vlib/v/builder/cc.v index 3306988d34..4fa015a8ab 100644 --- a/vlib/v/builder/cc.v +++ b/vlib/v/builder/cc.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builder diff --git a/vlib/v/builder/compile.v b/vlib/v/builder/compile.v index b951fd8a7f..79ebf5497a 100644 --- a/vlib/v/builder/compile.v +++ b/vlib/v/builder/compile.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 builder diff --git a/vlib/v/cflag/cflags.v b/vlib/v/cflag/cflags.v index 30da3b6b1b..c124e283b6 100644 --- a/vlib/v/cflag/cflags.v +++ b/vlib/v/cflag/cflags.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 cflag diff --git a/vlib/v/checker/assign.v b/vlib/v/checker/assign.v index 71c68bf037..81ff58c3a6 100644 --- a/vlib/v/checker/assign.v +++ b/vlib/v/checker/assign.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 checker diff --git a/vlib/v/checker/check_types.v b/vlib/v/checker/check_types.v index 79a03a476e..29413bcaba 100644 --- a/vlib/v/checker/check_types.v +++ b/vlib/v/checker/check_types.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 checker diff --git a/vlib/v/checker/checker.v b/vlib/v/checker/checker.v index 0fc80478d1..6c03962e7f 100644 --- a/vlib/v/checker/checker.v +++ b/vlib/v/checker/checker.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 checker diff --git a/vlib/v/checker/comptime.v b/vlib/v/checker/comptime.v index 2768059e29..180909c0f1 100644 --- a/vlib/v/checker/comptime.v +++ b/vlib/v/checker/comptime.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 checker diff --git a/vlib/v/checker/containers.v b/vlib/v/checker/containers.v index 9ad4e84c39..2d6d5c1d87 100644 --- a/vlib/v/checker/containers.v +++ b/vlib/v/checker/containers.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 checker diff --git a/vlib/v/checker/for.v b/vlib/v/checker/for.v index 293e077218..9dc77045db 100644 --- a/vlib/v/checker/for.v +++ b/vlib/v/checker/for.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 checker diff --git a/vlib/v/checker/if.v b/vlib/v/checker/if.v index ff08004007..a22f72380d 100644 --- a/vlib/v/checker/if.v +++ b/vlib/v/checker/if.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 checker diff --git a/vlib/v/checker/interface.v b/vlib/v/checker/interface.v index 2243e63de0..7182667bf5 100644 --- a/vlib/v/checker/interface.v +++ b/vlib/v/checker/interface.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 checker diff --git a/vlib/v/checker/orm.v b/vlib/v/checker/orm.v index b930c5c78f..72d8776b16 100644 --- a/vlib/v/checker/orm.v +++ b/vlib/v/checker/orm.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 checker diff --git a/vlib/v/checker/return.v b/vlib/v/checker/return.v index 76012c10ac..92e805f8c9 100644 --- a/vlib/v/checker/return.v +++ b/vlib/v/checker/return.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 checker diff --git a/vlib/v/checker/struct.v b/vlib/v/checker/struct.v index 828f684285..44afaf77be 100644 --- a/vlib/v/checker/struct.v +++ b/vlib/v/checker/struct.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 checker diff --git a/vlib/v/depgraph/depgraph.v b/vlib/v/depgraph/depgraph.v index f6706dae98..7bb0aa12f1 100644 --- a/vlib/v/depgraph/depgraph.v +++ b/vlib/v/depgraph/depgraph.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. // Directed acyclic graph diff --git a/vlib/v/eval/eval.v b/vlib/v/eval/eval.v index bace061fdc..f932c50e9c 100644 --- a/vlib/v/eval/eval.v +++ b/vlib/v/eval/eval.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 eval diff --git a/vlib/v/fmt/align.v b/vlib/v/fmt/align.v index 47e455cc45..823af919f2 100644 --- a/vlib/v/fmt/align.v +++ b/vlib/v/fmt/align.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 fmt diff --git a/vlib/v/fmt/asm.v b/vlib/v/fmt/asm.v index 0060ff4663..aa82fd0438 100644 --- a/vlib/v/fmt/asm.v +++ b/vlib/v/fmt/asm.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 fmt diff --git a/vlib/v/fmt/attrs.v b/vlib/v/fmt/attrs.v index 0539d63f67..58cdbe4ebe 100644 --- a/vlib/v/fmt/attrs.v +++ b/vlib/v/fmt/attrs.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 fmt diff --git a/vlib/v/fmt/comments.v b/vlib/v/fmt/comments.v index 3cb760411b..98d52bd72a 100644 --- a/vlib/v/fmt/comments.v +++ b/vlib/v/fmt/comments.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 fmt diff --git a/vlib/v/fmt/fmt.v b/vlib/v/fmt/fmt.v index 65298041a5..ce231b262c 100644 --- a/vlib/v/fmt/fmt.v +++ b/vlib/v/fmt/fmt.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 fmt diff --git a/vlib/v/fmt/fmt_keep_test.v b/vlib/v/fmt/fmt_keep_test.v index a26897d2df..840fdd61ff 100644 --- a/vlib/v/fmt/fmt_keep_test.v +++ b/vlib/v/fmt/fmt_keep_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/vlib/v/fmt/fmt_test.v b/vlib/v/fmt/fmt_test.v index 32d7445ad4..88e71c065a 100644 --- a/vlib/v/fmt/fmt_test.v +++ b/vlib/v/fmt/fmt_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/vlib/v/fmt/fmt_vlib_test.v b/vlib/v/fmt/fmt_vlib_test.v index 0715d5f518..bbcc631cf9 100644 --- a/vlib/v/fmt/fmt_vlib_test.v +++ b/vlib/v/fmt/fmt_vlib_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 os diff --git a/vlib/v/fmt/struct.v b/vlib/v/fmt/struct.v index 6654dc4cb7..929e212e3b 100644 --- a/vlib/v/fmt/struct.v +++ b/vlib/v/fmt/struct.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 fmt diff --git a/vlib/v/gen/c/array.v b/vlib/v/gen/c/array.v index 494e737294..9fdef0e60b 100644 --- a/vlib/v/gen/c/array.v +++ b/vlib/v/gen/c/array.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/assert.v b/vlib/v/gen/c/assert.v index 3cca64d38a..439b6a6ac5 100644 --- a/vlib/v/gen/c/assert.v +++ b/vlib/v/gen/c/assert.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/assign.v b/vlib/v/gen/c/assign.v index 0118642628..1890d2db3f 100644 --- a/vlib/v/gen/c/assign.v +++ b/vlib/v/gen/c/assign.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/auto_eq_methods.v b/vlib/v/gen/c/auto_eq_methods.v index 06fbbc59bb..91fde36173 100644 --- a/vlib/v/gen/c/auto_eq_methods.v +++ b/vlib/v/gen/c/auto_eq_methods.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/auto_free_methods.v b/vlib/v/gen/c/auto_free_methods.v index ecf2d7fac7..59864571eb 100644 --- a/vlib/v/gen/c/auto_free_methods.v +++ b/vlib/v/gen/c/auto_free_methods.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/auto_str_methods.v b/vlib/v/gen/c/auto_str_methods.v index 19a3501aed..88c9e3b3d2 100644 --- a/vlib/v/gen/c/auto_str_methods.v +++ b/vlib/v/gen/c/auto_str_methods.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/cgen.v b/vlib/v/gen/c/cgen.v index 7e4b5dce57..f9a50da289 100644 --- a/vlib/v/gen/c/cgen.v +++ b/vlib/v/gen/c/cgen.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/comptime.v b/vlib/v/gen/c/comptime.v index 434b522295..5fff17b520 100644 --- a/vlib/v/gen/c/comptime.v +++ b/vlib/v/gen/c/comptime.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/fn.v b/vlib/v/gen/c/fn.v index 0db4fa2e10..f24889bc0f 100644 --- a/vlib/v/gen/c/fn.v +++ b/vlib/v/gen/c/fn.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/index.v b/vlib/v/gen/c/index.v index baab24346d..53068f794a 100644 --- a/vlib/v/gen/c/index.v +++ b/vlib/v/gen/c/index.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/infix_expr.v b/vlib/v/gen/c/infix_expr.v index c006803146..4010d6e529 100644 --- a/vlib/v/gen/c/infix_expr.v +++ b/vlib/v/gen/c/infix_expr.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/json.v b/vlib/v/gen/c/json.v index b6c8156ea3..d9dc2fb48c 100644 --- a/vlib/v/gen/c/json.v +++ b/vlib/v/gen/c/json.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/sql.v b/vlib/v/gen/c/sql.v index f36cfb5198..07a8a3e2a8 100644 --- a/vlib/v/gen/c/sql.v +++ b/vlib/v/gen/c/sql.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/str.v b/vlib/v/gen/c/str.v index 50ff799108..cdbb52436c 100644 --- a/vlib/v/gen/c/str.v +++ b/vlib/v/gen/c/str.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/c/str_intp.v b/vlib/v/gen/c/str_intp.v index 47397461c4..7ea30feab7 100644 --- a/vlib/v/gen/c/str_intp.v +++ b/vlib/v/gen/c/str_intp.v @@ -1,7 +1,7 @@ /* str_intp.v -Copyright (c) 2019-2021 Dario Deledda. All rights reserved. +Copyright (c) 2019-2022 Dario Deledda. All rights reserved. Use of this source code is governed by an MIT license that can be found in the LICENSE file. diff --git a/vlib/v/gen/c/utils.v b/vlib/v/gen/c/utils.v index c06155f2f0..fe2aa4a9cb 100644 --- a/vlib/v/gen/c/utils.v +++ b/vlib/v/gen/c/utils.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 c diff --git a/vlib/v/gen/js/auto_str_methods.v b/vlib/v/gen/js/auto_str_methods.v index 4b20ebb6fb..bcf0e051ab 100644 --- a/vlib/v/gen/js/auto_str_methods.v +++ b/vlib/v/gen/js/auto_str_methods.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 js diff --git a/vlib/v/gen/native/elf.v b/vlib/v/gen/native/elf.v index 88084fe544..e1d3642c77 100644 --- a/vlib/v/gen/native/elf.v +++ b/vlib/v/gen/native/elf.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 native diff --git a/vlib/v/gen/native/elf_obj.v b/vlib/v/gen/native/elf_obj.v index d3b7f42ed8..047bf213ad 100644 --- a/vlib/v/gen/native/elf_obj.v +++ b/vlib/v/gen/native/elf_obj.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 native diff --git a/vlib/v/gen/native/gen.v b/vlib/v/gen/native/gen.v index a066ba5b31..4668f497bd 100644 --- a/vlib/v/gen/native/gen.v +++ b/vlib/v/gen/native/gen.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 native diff --git a/vlib/v/gen/native/macho.v b/vlib/v/gen/native/macho.v index c7aee25b03..d0bd9c6b1f 100644 --- a/vlib/v/gen/native/macho.v +++ b/vlib/v/gen/native/macho.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 native diff --git a/vlib/v/markused/markused.v b/vlib/v/markused/markused.v index d02eee82c4..d3fae9d800 100644 --- a/vlib/v/markused/markused.v +++ b/vlib/v/markused/markused.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 markused diff --git a/vlib/v/markused/walker.v b/vlib/v/markused/walker.v index ac66a71065..4d399aae09 100644 --- a/vlib/v/markused/walker.v +++ b/vlib/v/markused/walker.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 markused diff --git a/vlib/v/parser/assign.v b/vlib/v/parser/assign.v index 383abcaded..f95b9c6887 100644 --- a/vlib/v/parser/assign.v +++ b/vlib/v/parser/assign.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/comptime.v b/vlib/v/parser/comptime.v index af19d93d0a..785f300098 100644 --- a/vlib/v/parser/comptime.v +++ b/vlib/v/parser/comptime.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/containers.v b/vlib/v/parser/containers.v index 8c64afb0cb..12cd95a288 100644 --- a/vlib/v/parser/containers.v +++ b/vlib/v/parser/containers.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/expr.v b/vlib/v/parser/expr.v index 1e00231315..7d319e0d7e 100644 --- a/vlib/v/parser/expr.v +++ b/vlib/v/parser/expr.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/fn.v b/vlib/v/parser/fn.v index 0f5787918a..56eb9bb975 100644 --- a/vlib/v/parser/fn.v +++ b/vlib/v/parser/fn.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/for.v b/vlib/v/parser/for.v index ee00941bef..137088e5f8 100644 --- a/vlib/v/parser/for.v +++ b/vlib/v/parser/for.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/if_match.v b/vlib/v/parser/if_match.v index 194f868675..44b275cf21 100644 --- a/vlib/v/parser/if_match.v +++ b/vlib/v/parser/if_match.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/module.v b/vlib/v/parser/module.v index e3ba49856e..db082d1152 100644 --- a/vlib/v/parser/module.v +++ b/vlib/v/parser/module.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/parse_type.v b/vlib/v/parser/parse_type.v index ae956965cb..e4086ee448 100644 --- a/vlib/v/parser/parse_type.v +++ b/vlib/v/parser/parse_type.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/parser.v b/vlib/v/parser/parser.v index c94a892f0b..e0eb138a6f 100644 --- a/vlib/v/parser/parser.v +++ b/vlib/v/parser/parser.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/sql.v b/vlib/v/parser/sql.v index 28a71570db..0909afc094 100644 --- a/vlib/v/parser/sql.v +++ b/vlib/v/parser/sql.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/struct.v b/vlib/v/parser/struct.v index e1adf12c6b..5960f17122 100644 --- a/vlib/v/parser/struct.v +++ b/vlib/v/parser/struct.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/parser/tmpl.v b/vlib/v/parser/tmpl.v index 5e6a53895f..dd9a258a75 100644 --- a/vlib/v/parser/tmpl.v +++ b/vlib/v/parser/tmpl.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 parser diff --git a/vlib/v/pref/default.v b/vlib/v/pref/default.v index 86dbba9362..f3d33b6b96 100644 --- a/vlib/v/pref/default.v +++ b/vlib/v/pref/default.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 pref diff --git a/vlib/v/pref/os.v b/vlib/v/pref/os.v index 17745acda6..52aacf2469 100644 --- a/vlib/v/pref/os.v +++ b/vlib/v/pref/os.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 pref diff --git a/vlib/v/pref/pref.v b/vlib/v/pref/pref.v index 90dd13e69e..d0354580ad 100644 --- a/vlib/v/pref/pref.v +++ b/vlib/v/pref/pref.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 pref diff --git a/vlib/v/scanner/scanner.v b/vlib/v/scanner/scanner.v index 7a50884e9f..bd6fe0d7ad 100644 --- a/vlib/v/scanner/scanner.v +++ b/vlib/v/scanner/scanner.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 scanner diff --git a/vlib/v/scanner/scanner_test.v b/vlib/v/scanner/scanner_test.v index 469017508c..07fdb43e30 100644 --- a/vlib/v/scanner/scanner_test.v +++ b/vlib/v/scanner/scanner_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 scanner diff --git a/vlib/v/token/position.v b/vlib/v/token/position.v index 086396f2be..9fe2cd454f 100644 --- a/vlib/v/token/position.v +++ b/vlib/v/token/position.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 token diff --git a/vlib/v/token/token.v b/vlib/v/token/token.v index 7aadb2bb9a..3c73552ea9 100644 --- a/vlib/v/token/token.v +++ b/vlib/v/token/token.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 token diff --git a/vlib/v/util/errors.v b/vlib/v/util/errors.v index 4fe25f0377..65ff18d4a1 100644 --- a/vlib/v/util/errors.v +++ b/vlib/v/util/errors.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 util diff --git a/vlib/v/util/timers.v b/vlib/v/util/timers.v index c384e4815a..452b0bda15 100644 --- a/vlib/v/util/timers.v +++ b/vlib/v/util/timers.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 Alexander Medvednikov. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. [has_globals] diff --git a/vlib/v/util/util.v b/vlib/v/util/util.v index 5cf0659b7e..764806601b 100644 --- a/vlib/v/util/util.v +++ b/vlib/v/util/util.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 util diff --git a/vlib/v/vet/vet.v b/vlib/v/vet/vet.v index 7d16c18817..39feab0d41 100644 --- a/vlib/v/vet/vet.v +++ b/vlib/v/vet/vet.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 vet diff --git a/vlib/vweb/vweb.v b/vlib/vweb/vweb.v index ce9b6affd7..bf28f34480 100644 --- a/vlib/vweb/vweb.v +++ b/vlib/vweb/vweb.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 vweb diff --git a/vlib/x/json2/decoder.v b/vlib/x/json2/decoder.v index 9f62df3ea7..a649c1276c 100644 --- a/vlib/x/json2/decoder.v +++ b/vlib/x/json2/decoder.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 json2 diff --git a/vlib/x/json2/encoder.v b/vlib/x/json2/encoder.v index ee8f0b7c0a..89a706da7e 100644 --- a/vlib/x/json2/encoder.v +++ b/vlib/x/json2/encoder.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 json2 diff --git a/vlib/x/json2/json2.v b/vlib/x/json2/json2.v index 602aa4ef4b..e0ae391466 100644 --- a/vlib/x/json2/json2.v +++ b/vlib/x/json2/json2.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 json2 diff --git a/vlib/x/json2/scanner.v b/vlib/x/json2/scanner.v index 795625857a..1b3e7b8606 100644 --- a/vlib/x/json2/scanner.v +++ b/vlib/x/json2/scanner.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2021 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2022 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 json2