From 763f94388b1ceff59c3e68ebda2c9f57197f32a4 Mon Sep 17 00:00:00 2001 From: Anton Date: Mon, 1 Jan 2024 23:29:54 +0200 Subject: [PATCH] all: update copyright year (#20334) --- LICENSE | 2 +- cmd/tools/fast/fast.v | 2 +- cmd/tools/fast/fast_job.v | 2 +- cmd/tools/vbump.v | 2 +- cmd/tools/vcheck-md.v | 2 +- cmd/tools/vcomplete.v | 2 +- cmd/tools/vcreate/vcreate.v | 2 +- cmd/tools/vfmt.v | 2 +- cmd/tools/vrepl.v | 2 +- cmd/tools/vshader.v | 2 +- cmd/v/v.v | 2 +- cmd/v2/v2.v | 2 +- examples/news_fetcher.v | 2 +- examples/path_tracing.v | 2 +- examples/pendulum-simulation/LICENSE | 2 +- examples/regex/regex_example.v | 2 +- examples/tetris/tetris.js.v | 2 +- examples/tetris/tetris.v | 2 +- examples/word_counter/word_counter.v | 2 +- vlib/builtin/array.v | 2 +- vlib/builtin/builtin_nix.c.v | 2 +- vlib/builtin/builtin_windows.c.v | 2 +- vlib/builtin/float.c.v | 2 +- vlib/builtin/float_x64.v | 2 +- vlib/builtin/int.v | 2 +- vlib/builtin/js/builtin.v | 2 +- vlib/builtin/js/jsfns.js.v | 2 +- vlib/builtin/js/jsfns_browser.js.v | 2 +- vlib/builtin/js/jsfns_node.js.v | 2 +- vlib/builtin/js/string_test.js.v | 2 +- vlib/builtin/map.v | 2 +- vlib/builtin/option.v | 2 +- vlib/builtin/result.v | 2 +- vlib/builtin/rune.v | 2 +- vlib/builtin/sorted_map.v | 2 +- vlib/builtin/string.v | 2 +- vlib/builtin/string_interpolation.v | 2 +- vlib/builtin/string_strip_margin_test.v | 2 +- vlib/builtin/string_test.v | 2 +- vlib/builtin/string_trim_indent_test.v | 2 +- vlib/builtin/utf8.v | 2 +- vlib/coroutines/coroutines.c.v | 2 +- vlib/crypto/aes/aes.v | 2 +- vlib/crypto/aes/aes_test.v | 2 +- vlib/crypto/aes/block_generic.v | 2 +- vlib/crypto/aes/const.v | 2 +- vlib/crypto/aes/cypher_generic.v | 2 +- vlib/crypto/cipher/aes_cbc_test.v | 2 +- vlib/crypto/cipher/xor_generic.v | 2 +- vlib/crypto/internal/subtle/aliasing.v | 2 +- vlib/crypto/md5/md5.v | 2 +- vlib/crypto/md5/md5_test.v | 2 +- vlib/crypto/md5/md5block_generic.v | 2 +- vlib/crypto/rand/rand.v | 2 +- vlib/crypto/rand/rand_darwin.c.v | 2 +- vlib/crypto/rand/rand_default.c.v | 2 +- vlib/crypto/rand/rand_linux.c.v | 2 +- vlib/crypto/rand/rand_solaris.c.v | 2 +- vlib/crypto/rand/rand_windows.c.v | 2 +- vlib/crypto/rand/utils.v | 2 +- vlib/crypto/rc4/rc4.v | 2 +- vlib/crypto/rc4/rc4_test.v | 2 +- vlib/crypto/sha1/sha1.v | 2 +- vlib/crypto/sha1/sha1_test.v | 2 +- vlib/crypto/sha1/sha1block_generic.v | 2 +- vlib/crypto/sha256/sha256.v | 2 +- vlib/crypto/sha256/sha256_test.v | 2 +- vlib/crypto/sha256/sha256block_generic.v | 2 +- vlib/crypto/sha512/sha512.v | 2 +- vlib/crypto/sha512/sha512_test.v | 2 +- vlib/crypto/sha512/sha512block_generic.v | 2 +- vlib/encoding/base32/base32.v | 2 +- vlib/encoding/base64/base64.v | 2 +- vlib/encoding/binary/big_endian.v | 2 +- vlib/encoding/binary/little_endian.v | 2 +- vlib/encoding/csv/reader.v | 2 +- vlib/encoding/csv/writer.v | 2 +- vlib/encoding/utf8/utf8_tables.v | 2 +- vlib/encoding/utf8/utf8_util.v | 2 +- vlib/gg/draw.c.v | 2 +- vlib/gg/enums.v | 2 +- vlib/gg/gg.c.v | 2 +- vlib/gg/gg.v | 2 +- vlib/gg/image.c.v | 2 +- vlib/gg/image.v | 2 +- vlib/gg/text_rendering.c.v | 2 +- vlib/gg/text_rendering.v | 2 +- vlib/hash/crc32/crc32.v | 2 +- vlib/hash/hash.v | 2 +- vlib/hash/wyhash.v | 2 +- vlib/json/cjson/cjson_wrapper.c.v | 2 +- vlib/json/json_primitives.c.v | 2 +- vlib/log/default.c.v | 2 +- vlib/log/default.v | 2 +- vlib/log/log.v | 2 +- vlib/math/bits.v | 2 +- vlib/math/bits/bits.v | 2 +- vlib/math/bits/bits_tables.v | 2 +- vlib/math/bits/unsafe_bits.v | 2 +- vlib/math/complex/complex.v | 2 +- vlib/math/const.v | 2 +- vlib/math/fractions/approximations.v | 2 +- vlib/math/fractions/approximations_test.v | 2 +- vlib/math/fractions/fraction.v | 2 +- vlib/math/fractions/fraction_test.v | 2 +- vlib/math/limit.v | 2 +- vlib/math/math.c.v | 2 +- vlib/math/math.v | 2 +- vlib/math/min_max_abs.v | 2 +- vlib/math/unsafe.v | 2 +- vlib/math/vec/vec2.v | 2 +- vlib/math/vec/vec3.v | 2 +- vlib/math/vec/vec4.v | 2 +- vlib/net/http/backend.c.v | 2 +- vlib/net/http/backend_vschannel_windows.c.v | 2 +- vlib/net/http/download.v | 2 +- vlib/net/http/download_nix.c.v | 2 +- vlib/net/http/download_windows.c.v | 2 +- vlib/net/http/header.v | 2 +- vlib/net/http/http.v | 2 +- vlib/net/http/method.v | 2 +- vlib/net/http/request.v | 2 +- vlib/net/http/response.v | 2 +- vlib/net/http/server.v | 2 +- vlib/net/http/util.v | 2 +- vlib/net/http/version.v | 2 +- vlib/net/urllib/urllib_test.v | 2 +- vlib/net/urllib/values.v | 2 +- vlib/net/urllib/values_test.v | 2 +- vlib/os/args.v | 2 +- vlib/os/environment.c.v | 2 +- vlib/os/font/font.v | 2 +- vlib/os/inode.c.v | 2 +- vlib/os/os.v | 2 +- vlib/os/os_darwin.c.v | 2 +- vlib/os/os_linux.c.v | 2 +- vlib/rand/buffer/buffer.v | 2 +- vlib/rand/config/config.v | 2 +- vlib/rand/mini_math.v | 2 +- vlib/rand/mt19937/mt19937.v | 2 +- vlib/rand/musl/musl_rng.v | 2 +- vlib/rand/pcg32/pcg32.v | 2 +- vlib/rand/rand.v | 2 +- vlib/rand/seed/seed.v | 2 +- vlib/rand/splitmix64/splitmix64.v | 2 +- vlib/rand/sys/system_rng.c.v | 2 +- vlib/rand/sys/system_rng.js.v | 2 +- vlib/rand/wyrand/wyrand.v | 2 +- vlib/readline/readline.v | 2 +- vlib/readline/readline_default.c.v | 2 +- vlib/readline/readline_nix.c.v | 2 +- vlib/readline/readline_windows.c.v | 2 +- vlib/regex/regex.v | 2 +- vlib/regex/regex_util.v | 2 +- vlib/runtime/runtime.v | 2 +- vlib/stbi/link_to_libm.c.v | 2 +- vlib/stbi/stbi.c.v | 2 +- vlib/strconv/atof.c.v | 2 +- vlib/strconv/atoi.v | 2 +- vlib/strconv/f32_str.c.v | 2 +- vlib/strconv/f64_str.c.v | 2 +- vlib/strconv/format_mem.c.v | 2 +- vlib/strconv/ftoa.c.v | 2 +- vlib/strconv/utilities.c.v | 2 +- vlib/strconv/vprintf.c.v | 2 +- vlib/strings/builder.c.v | 2 +- vlib/strings/builder.js.v | 2 +- vlib/sync/sync_darwin.c.v | 2 +- vlib/sync/sync_default.c.v | 2 +- vlib/sync/sync_freebsd.c.v | 2 +- vlib/sync/sync_windows.c.v | 2 +- vlib/term/colors.v | 2 +- vlib/term/control.v | 2 +- vlib/term/termios/termios_android.c.v | 2 +- vlib/term/termios/termios_darwin.c.v | 2 +- vlib/term/termios/termios_default.c.v | 2 +- vlib/term/termios/termios_dragonfly.c.v | 2 +- vlib/term/termios/termios_freebsd.c.v | 2 +- vlib/term/termios/termios_linux.c.v | 2 +- vlib/term/termios/termios_openbsd.c.v | 2 +- vlib/term/termios/termios_qnx.c.v | 2 +- vlib/term/termios/termios_solaris.c.v | 2 +- vlib/term/termios/termios_windows.c.v | 2 +- vlib/term/ui/input.v | 2 +- vlib/term/ui/input_nix.c.v | 2 +- vlib/term/ui/input_windows.c.v | 2 +- vlib/term/ui/termios_nix.c.v | 2 +- vlib/term/ui/ui.c.v | 2 +- vlib/time/format.v | 2 +- vlib/time/parse.c.v | 2 +- vlib/time/parse.v | 2 +- vlib/time/stopwatch.v | 2 +- vlib/time/time.c.v | 2 +- vlib/time/time_nix.c.v | 2 +- vlib/time/time_windows.c.v | 2 +- vlib/time/unix.v | 2 +- vlib/v/ast/ast.v | 2 +- vlib/v/ast/attr.v | 2 +- vlib/v/ast/cflags.v | 2 +- vlib/v/ast/embed_file.v | 2 +- vlib/v/ast/scope.v | 2 +- vlib/v/ast/str.v | 2 +- vlib/v/ast/table.v | 2 +- vlib/v/ast/types.v | 2 +- vlib/v/builder/cc.v | 2 +- vlib/v/builder/cc_windows.v | 2 +- vlib/v/builder/compile.v | 2 +- vlib/v/cflag/cflags.v | 2 +- vlib/v/checker/assign.v | 2 +- vlib/v/checker/autocomplete.v | 2 +- vlib/v/checker/check_types.v | 2 +- vlib/v/checker/checker.v | 2 +- vlib/v/checker/comptime.v | 2 +- vlib/v/checker/containers.v | 2 +- vlib/v/checker/errors.v | 2 +- vlib/v/checker/for.v | 2 +- vlib/v/checker/if.v | 2 +- vlib/v/checker/interface.v | 2 +- vlib/v/checker/orm.v | 2 +- vlib/v/checker/return.v | 2 +- vlib/v/checker/str.v | 2 +- vlib/v/checker/struct.v | 2 +- vlib/v/comptime/comptimeinfo.v | 2 +- vlib/v/depgraph/depgraph.v | 2 +- vlib/v/eval/eval.v | 2 +- vlib/v/fmt/align.v | 2 +- vlib/v/fmt/asm.v | 2 +- vlib/v/fmt/attrs.v | 2 +- vlib/v/fmt/comments.v | 2 +- vlib/v/fmt/fmt.v | 2 +- vlib/v/fmt/fmt_keep_test.v | 2 +- vlib/v/fmt/fmt_test.v | 2 +- vlib/v/fmt/fmt_vlib_test.v | 2 +- vlib/v/fmt/struct.v | 2 +- vlib/v/gen/c/array.v | 2 +- vlib/v/gen/c/assert.v | 2 +- vlib/v/gen/c/assign.v | 2 +- vlib/v/gen/c/auto_eq_methods.v | 2 +- vlib/v/gen/c/auto_free_methods.v | 2 +- vlib/v/gen/c/auto_str_methods.v | 2 +- vlib/v/gen/c/cgen.v | 2 +- vlib/v/gen/c/comptime.v | 2 +- vlib/v/gen/c/fn.v | 2 +- vlib/v/gen/c/for.v | 2 +- vlib/v/gen/c/if.v | 2 +- vlib/v/gen/c/index.v | 2 +- vlib/v/gen/c/infix.v | 2 +- vlib/v/gen/c/json.v | 2 +- vlib/v/gen/c/match.v | 2 +- vlib/v/gen/c/orm.v | 2 +- vlib/v/gen/c/spawn_and_go.v | 2 +- vlib/v/gen/c/str.v | 2 +- vlib/v/gen/c/str_intp.v | 2 +- vlib/v/gen/c/struct.v | 2 +- vlib/v/gen/c/text_manipulation.v | 2 +- vlib/v/gen/c/utils.v | 2 +- vlib/v/gen/golang/attrs.v | 2 +- vlib/v/gen/golang/golang.v | 2 +- vlib/v/gen/golang/struct.v | 2 +- vlib/v/gen/js/auto_str_methods.v | 2 +- vlib/v/gen/native/amd64.v | 2 +- vlib/v/gen/native/arm64.v | 2 +- vlib/v/gen/native/array.v | 2 +- vlib/v/gen/native/blacklist.v | 2 +- vlib/v/gen/native/builtins.v | 2 +- vlib/v/gen/native/comptime.v | 2 +- vlib/v/gen/native/dos.v | 2 +- vlib/v/gen/native/elf.v | 2 +- vlib/v/gen/native/expr.v | 2 +- vlib/v/gen/native/gen.v | 2 +- vlib/v/gen/native/macho.v | 2 +- vlib/v/gen/native/pe.v | 2 +- vlib/v/gen/native/readdll.c.v | 2 +- vlib/v/gen/native/stmt.c.v | 2 +- vlib/v/gen/native/syscall.v | 2 +- vlib/v/markused/markused.v | 2 +- vlib/v/markused/walker.v | 2 +- vlib/v/mathutil/mathutil.v | 2 +- vlib/v/parser/assign.v | 2 +- vlib/v/parser/comptime.v | 2 +- vlib/v/parser/containers.v | 2 +- vlib/v/parser/expr.v | 2 +- vlib/v/parser/fn.v | 2 +- vlib/v/parser/for.v | 2 +- vlib/v/parser/if_match.v | 2 +- vlib/v/parser/module.v | 2 +- vlib/v/parser/orm.v | 2 +- vlib/v/parser/parse_type.v | 2 +- vlib/v/parser/parser.v | 2 +- vlib/v/parser/struct.v | 2 +- vlib/v/parser/tmpl.v | 2 +- vlib/v/pref/default.v | 2 +- vlib/v/pref/line_info.v | 2 +- vlib/v/pref/os.v | 2 +- vlib/v/pref/pref.c.v | 2 +- vlib/v/scanner/scanner.v | 2 +- vlib/v/scanner/scanner_test.v | 2 +- vlib/v/token/pos.v | 2 +- vlib/v/token/token.v | 2 +- vlib/v/util/errors.v | 2 +- vlib/v/util/timers.v | 2 +- vlib/v/util/util.v | 2 +- vlib/v/vet/vet.v | 2 +- vlib/v2/ast/ast.v | 2 +- vlib/v2/ast/desugar.v | 2 +- vlib/v2/builder/builder.v | 2 +- vlib/v2/builder/parse.v | 2 +- vlib/v2/builder/parse_parallel.v | 2 +- vlib/v2/builder/util.v | 2 +- vlib/v2/gen/v/gen.v | 2 +- vlib/v2/parser/parser.v | 2 +- vlib/v2/parser/type.v | 2 +- vlib/v2/pref/module.v | 2 +- vlib/v2/pref/pref.v | 2 +- vlib/v2/scanner/scanner.v | 2 +- vlib/v2/token/position.v | 2 +- vlib/v2/token/token.v | 2 +- vlib/v2/types/checker.v | 2 +- vlib/v2/types/module.v | 2 +- vlib/v2/types/object.v | 2 +- vlib/v2/types/scope.v | 2 +- vlib/v2/types/types.v | 2 +- vlib/v2/types/universe.v | 2 +- vlib/vweb/vweb.v | 2 +- vlib/x/json2/decoder.v | 2 +- vlib/x/json2/encoder.v | 2 +- vlib/x/json2/json2.v | 2 +- vlib/x/json2/scanner.v | 2 +- 328 files changed, 328 insertions(+), 328 deletions(-) diff --git a/LICENSE b/LICENSE index 59ad222b73..6955c1e748 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2019-2023 Alexander Medvednikov +Copyright (c) 2019-2024 Alexander Medvednikov Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/cmd/tools/fast/fast.v b/cmd/tools/fast/fast.v index 860d2c6b23..66f6dce592 100644 --- a/cmd/tools/fast/fast.v +++ b/cmd/tools/fast/fast.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 42cab8a74d..f226b57ee7 100644 --- a/cmd/tools/fast/fast_job.v +++ b/cmd/tools/fast/fast_job.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 f6622080f7..2739d0cf7b 100644 --- a/cmd/tools/vbump.v +++ b/cmd/tools/vbump.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Subhomoy Haldar. All rights reserved. +// Copyright (c) 2019-2024 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 2169d67bfb..f5d776b463 100644 --- a/cmd/tools/vcheck-md.v +++ b/cmd/tools/vcheck-md.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 8d275f63c1..ada74f63f2 100644 --- a/cmd/tools/vcomplete.v +++ b/cmd/tools/vcomplete.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/vcreate.v b/cmd/tools/vcreate/vcreate.v index 05df0d0bb8..5dfc2260ef 100644 --- a/cmd/tools/vcreate/vcreate.v +++ b/cmd/tools/vcreate/vcreate.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 30b6b6daba..7b7d08b185 100644 --- a/cmd/tools/vfmt.v +++ b/cmd/tools/vfmt.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 7c9d0ff879..98d3640e9c 100644 --- a/cmd/tools/vrepl.v +++ b/cmd/tools/vrepl.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/vshader.v b/cmd/tools/vshader.v index a6253023e5..cbd7bfead7 100644 --- a/cmd/tools/vshader.v +++ b/cmd/tools/vshader.v @@ -1,4 +1,4 @@ -// Copyright (c) 2021 Lars Pontoppidan. All rights reserved. +// Copyright (c) 2024 Lars Pontoppidan. 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/v/v.v b/cmd/v/v.v index 146270226c..f274c5bbed 100644 --- a/cmd/v/v.v +++ b/cmd/v/v.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/v2/v2.v b/cmd/v2/v2.v index d2b7296012..01764826f6 100644 --- a/cmd/v2/v2.v +++ b/cmd/v2/v2.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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 6a18bc253d..123617845d 100644 --- a/examples/news_fetcher.v +++ b/examples/news_fetcher.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 b9d062631e..802144f735 100644 --- a/examples/path_tracing.v +++ b/examples/path_tracing.v @@ -1,7 +1,7 @@ /********************************************************************** * path tracing demo * -* Copyright (c) 2019-2023 Dario Deledda. All rights reserved. +* Copyright (c) 2019-2024 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/pendulum-simulation/LICENSE b/examples/pendulum-simulation/LICENSE index 1d17ebf251..8ebf21050b 100644 --- a/examples/pendulum-simulation/LICENSE +++ b/examples/pendulum-simulation/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2021-2022 Ulises Jeremias Cornejo Fandos +Copyright (c) 2021-2024 Ulises Jeremias Cornejo Fandos Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/examples/regex/regex_example.v b/examples/regex/regex_example.v index 2394ef22cd..a7820d5cd3 100644 --- a/examples/regex/regex_example.v +++ b/examples/regex/regex_example.v @@ -1,7 +1,7 @@ /********************************************************************** * regex samples * -* Copyright (c) 2019-2023 Dario Deledda. All rights reserved. +* Copyright (c) 2019-2024 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 b7e681cd90..2364d87461 100644 --- a/examples/tetris/tetris.js.v +++ b/examples/tetris/tetris.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 e3f5f8c90b..1f69d9c4bb 100644 --- a/examples/tetris/tetris.v +++ b/examples/tetris/tetris.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 148e992eda..bc5fd4602b 100644 --- a/examples/word_counter/word_counter.v +++ b/examples/word_counter/word_counter.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 3c564b7c3d..4ca21ea058 100644 --- a/vlib/builtin/array.v +++ b/vlib/builtin/array.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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_nix.c.v b/vlib/builtin/builtin_nix.c.v index 37c6a53749..12611f5a9c 100644 --- a/vlib/builtin/builtin_nix.c.v +++ b/vlib/builtin/builtin_nix.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 2b03559424..0c87494290 100644 --- a/vlib/builtin/builtin_windows.c.v +++ b/vlib/builtin/builtin_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 ec06996c80..278609fc2f 100644 --- a/vlib/builtin/float.c.v +++ b/vlib/builtin/float.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 78a5d362c9..4502d99320 100644 --- a/vlib/builtin/float_x64.v +++ b/vlib/builtin/float_x64.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 1ac88311e7..2fe1a067b7 100644 --- a/vlib/builtin/int.v +++ b/vlib/builtin/int.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 2c46dad58d..d57d2aa820 100644 --- a/vlib/builtin/js/builtin.v +++ b/vlib/builtin/js/builtin.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 712bee1119..49c3b38831 100644 --- a/vlib/builtin/js/jsfns.js.v +++ b/vlib/builtin/js/jsfns.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 8a07d822e2..95ef014f69 100644 --- a/vlib/builtin/js/jsfns_browser.js.v +++ b/vlib/builtin/js/jsfns_browser.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 5e7239a09c..088aee537b 100644 --- a/vlib/builtin/js/jsfns_node.js.v +++ b/vlib/builtin/js/jsfns_node.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 cd6815a9ba..c1fe48eefd 100644 --- a/vlib/builtin/js/string_test.js.v +++ b/vlib/builtin/js/string_test.js.v @@ -3,7 +3,7 @@ // import strings -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 02f39809f8..d5daae6280 100644 --- a/vlib/builtin/map.v +++ b/vlib/builtin/map.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 dcafcd815f..dfd2467587 100644 --- a/vlib/builtin/option.v +++ b/vlib/builtin/option.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/result.v b/vlib/builtin/result.v index 4fd316c451..287b0234a0 100644 --- a/vlib/builtin/result.v +++ b/vlib/builtin/result.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 883a50efa0..fa1ef5a5ce 100644 --- a/vlib/builtin/rune.v +++ b/vlib/builtin/rune.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 9601ebb0d3..b6027f2e7c 100644 --- a/vlib/builtin/sorted_map.v +++ b/vlib/builtin/sorted_map.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 4fc423ca62..818a46d83c 100644 --- a/vlib/builtin/string.v +++ b/vlib/builtin/string.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 3c31b274b7..c6176eec2d 100644 --- a/vlib/builtin/string_interpolation.v +++ b/vlib/builtin/string_interpolation.v @@ -4,7 +4,7 @@ import strconv import strings /*============================================================================= -Copyright (c) 2019-2023 Dario Deledda. All rights reserved. +Copyright (c) 2019-2024 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 171d2855f4..cfcb36c9ad 100644 --- a/vlib/builtin/string_strip_margin_test.v +++ b/vlib/builtin/string_strip_margin_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 3c1125ec42..e96dbe79b1 100644 --- a/vlib/builtin/string_test.v +++ b/vlib/builtin/string_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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_trim_indent_test.v b/vlib/builtin/string_trim_indent_test.v index 0c6901a04b..9f7e345f98 100644 --- a/vlib/builtin/string_trim_indent_test.v +++ b/vlib/builtin/string_trim_indent_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 a235d436da..4fef35616a 100644 --- a/vlib/builtin/utf8.v +++ b/vlib/builtin/utf8.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/coroutines/coroutines.c.v b/vlib/coroutines/coroutines.c.v index f0f340a238..cab05456f8 100644 --- a/vlib/coroutines/coroutines.c.v +++ b/vlib/coroutines/coroutines.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 coroutines diff --git a/vlib/crypto/aes/aes.v b/vlib/crypto/aes/aes.v index ad5f3dc3ad..cfde9f67d4 100644 --- a/vlib/crypto/aes/aes.v +++ b/vlib/crypto/aes/aes.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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_test.v b/vlib/crypto/aes/aes_test.v index 60880992e3..8ebad7e12e 100644 --- a/vlib/crypto/aes/aes_test.v +++ b/vlib/crypto/aes/aes_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 a42995aece..a0f24b414f 100644 --- a/vlib/crypto/aes/block_generic.v +++ b/vlib/crypto/aes/block_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 193a850663..4761bd52bf 100644 --- a/vlib/crypto/aes/const.v +++ b/vlib/crypto/aes/const.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 bf05f9eb73..531d0d2fda 100644 --- a/vlib/crypto/aes/cypher_generic.v +++ b/vlib/crypto/aes/cypher_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/aes_cbc_test.v b/vlib/crypto/cipher/aes_cbc_test.v index 447a7aae1b..d7ab8d7b47 100644 --- a/vlib/crypto/cipher/aes_cbc_test.v +++ b/vlib/crypto/cipher/aes_cbc_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/cipher/xor_generic.v b/vlib/crypto/cipher/xor_generic.v index 3cc6e1eb6b..4937b07bd4 100644 --- a/vlib/crypto/cipher/xor_generic.v +++ b/vlib/crypto/cipher/xor_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 c91117f87e..7f56080364 100644 --- a/vlib/crypto/internal/subtle/aliasing.v +++ b/vlib/crypto/internal/subtle/aliasing.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 509726c307..143c89b9b1 100644 --- a/vlib/crypto/md5/md5.v +++ b/vlib/crypto/md5/md5.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 1a3ba3e10a..c3793c96cd 100644 --- a/vlib/crypto/md5/md5_test.v +++ b/vlib/crypto/md5/md5_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 d6aab28c4f..4abde62a5b 100644 --- a/vlib/crypto/md5/md5block_generic.v +++ b/vlib/crypto/md5/md5block_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 6db667ccba..e7cef51fa0 100644 --- a/vlib/crypto/rand/rand.v +++ b/vlib/crypto/rand/rand.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 414b158204..1053753c65 100644 --- a/vlib/crypto/rand/rand_darwin.c.v +++ b/vlib/crypto/rand/rand_darwin.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 3150290445..8c073c0949 100644 --- a/vlib/crypto/rand/rand_default.c.v +++ b/vlib/crypto/rand/rand_default.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 775b9bd940..0f4469d41a 100644 --- a/vlib/crypto/rand/rand_linux.c.v +++ b/vlib/crypto/rand/rand_linux.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 907796d168..454d54390d 100644 --- a/vlib/crypto/rand/rand_solaris.c.v +++ b/vlib/crypto/rand/rand_solaris.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 c1da7ad569..bb6ffd247f 100644 --- a/vlib/crypto/rand/rand_windows.c.v +++ b/vlib/crypto/rand/rand_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 f9db8d239c..bde236f791 100644 --- a/vlib/crypto/rand/utils.v +++ b/vlib/crypto/rand/utils.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 0f5d0d795d..7046f0ad8c 100644 --- a/vlib/crypto/rc4/rc4.v +++ b/vlib/crypto/rc4/rc4.v @@ -1,6 +1,6 @@ module rc4 -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 8c3d182721..3e69a1ed5e 100644 --- a/vlib/crypto/rc4/rc4_test.v +++ b/vlib/crypto/rc4/rc4_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 52df0b229b..a17387a151 100644 --- a/vlib/crypto/sha1/sha1.v +++ b/vlib/crypto/sha1/sha1.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 96c8542ed4..c16736551e 100644 --- a/vlib/crypto/sha1/sha1_test.v +++ b/vlib/crypto/sha1/sha1_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 39867a3542..f2cd2438d0 100644 --- a/vlib/crypto/sha1/sha1block_generic.v +++ b/vlib/crypto/sha1/sha1block_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 9882c9125b..0867ea1109 100644 --- a/vlib/crypto/sha256/sha256.v +++ b/vlib/crypto/sha256/sha256.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 6b1f8c959a..2f9a424c0b 100644 --- a/vlib/crypto/sha256/sha256_test.v +++ b/vlib/crypto/sha256/sha256_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 7322e2024c..31b17e3ce6 100644 --- a/vlib/crypto/sha256/sha256block_generic.v +++ b/vlib/crypto/sha256/sha256block_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 60986c50c1..402b040f2a 100644 --- a/vlib/crypto/sha512/sha512.v +++ b/vlib/crypto/sha512/sha512.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 2d73c38d0a..e66041e5bf 100644 --- a/vlib/crypto/sha512/sha512_test.v +++ b/vlib/crypto/sha512/sha512_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 f37f7b2db1..1d8e374179 100644 --- a/vlib/crypto/sha512/sha512block_generic.v +++ b/vlib/crypto/sha512/sha512block_generic.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/base32/base32.v b/vlib/encoding/base32/base32.v index c2fc6c26e9..4207d2d065 100644 --- a/vlib/encoding/base32/base32.v +++ b/vlib/encoding/base32/base32.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/encoding/base64/base64.v b/vlib/encoding/base64/base64.v index eb690806a9..97de3d02cc 100644 --- a/vlib/encoding/base64/base64.v +++ b/vlib/encoding/base64/base64.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/big_endian.v b/vlib/encoding/binary/big_endian.v index 246eae8d0b..6d893b73a8 100644 --- a/vlib/encoding/binary/big_endian.v +++ b/vlib/encoding/binary/big_endian.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/binary/little_endian.v b/vlib/encoding/binary/little_endian.v index 395f9c8917..b4e3979702 100644 --- a/vlib/encoding/binary/little_endian.v +++ b/vlib/encoding/binary/little_endian.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 ebe85b76e6..d94cdf6027 100644 --- a/vlib/encoding/csv/reader.v +++ b/vlib/encoding/csv/reader.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 0247ea1bac..e28660ad50 100644 --- a/vlib/encoding/csv/writer.v +++ b/vlib/encoding/csv/writer.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 48c456b2d8..32cc0dc219 100644 --- a/vlib/encoding/utf8/utf8_tables.v +++ b/vlib/encoding/utf8/utf8_tables.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 3807538318..c02b02890c 100644 --- a/vlib/encoding/utf8/utf8_util.v +++ b/vlib/encoding/utf8/utf8_util.v @@ -1,6 +1,6 @@ // utf-8 utility string functions // -// Copyright (c) 2019-2023 Dario Deledda. All rights reserved. +// Copyright (c) 2019-2024 Dario Deledda. 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/gg/draw.c.v b/vlib/gg/draw.c.v index a0e797479c..15a9c0f5e1 100644 --- a/vlib/gg/draw.c.v +++ b/vlib/gg/draw.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/enums.v b/vlib/gg/enums.v index 98b3cd133a..b148f9a1a0 100644 --- a/vlib/gg/enums.v +++ b/vlib/gg/enums.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 65763ea789..e2a3f5a291 100644 --- a/vlib/gg/gg.c.v +++ b/vlib/gg/gg.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 67bb9e93c4..af56bea52d 100644 --- a/vlib/gg/gg.v +++ b/vlib/gg/gg.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 6f8d12ffc6..1a030ea0db 100644 --- a/vlib/gg/image.c.v +++ b/vlib/gg/image.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 c1c6164922..6c3ce6ec6d 100644 --- a/vlib/gg/image.v +++ b/vlib/gg/image.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 0f7b37709b..145b7d057d 100644 --- a/vlib/gg/text_rendering.c.v +++ b/vlib/gg/text_rendering.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 c2bd428755..2903966f76 100644 --- a/vlib/gg/text_rendering.v +++ b/vlib/gg/text_rendering.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 e6228a7168..2efb403f11 100644 --- a/vlib/hash/crc32/crc32.v +++ b/vlib/hash/crc32/crc32.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 c273fbdb19..0446ec5b52 100644 --- a/vlib/hash/hash.v +++ b/vlib/hash/hash.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 56c73326a8..9c4eb8c01d 100644 --- a/vlib/hash/wyhash.v +++ b/vlib/hash/wyhash.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/cjson/cjson_wrapper.c.v b/vlib/json/cjson/cjson_wrapper.c.v index 1a8117f021..b4131e29a1 100644 --- a/vlib/json/cjson/cjson_wrapper.c.v +++ b/vlib/json/cjson/cjson_wrapper.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 cjson diff --git a/vlib/json/json_primitives.c.v b/vlib/json/json_primitives.c.v index 5bf752935e..828f5e6ffa 100644 --- a/vlib/json/json_primitives.c.v +++ b/vlib/json/json_primitives.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/default.c.v b/vlib/log/default.c.v index 48b0818d92..8ea06573c0 100644 --- a/vlib/log/default.c.v +++ b/vlib/log/default.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/log/default.v b/vlib/log/default.v index d13ce79a20..ddc47ff292 100644 --- a/vlib/log/default.v +++ b/vlib/log/default.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/log/log.v b/vlib/log/log.v index 6abe98ea07..f4f89e85a8 100644 --- a/vlib/log/log.v +++ b/vlib/log/log.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 592ee0cdcc..6749b4d3c0 100644 --- a/vlib/math/bits.v +++ b/vlib/math/bits.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 3684f07983..b6cda743aa 100644 --- a/vlib/math/bits/bits.v +++ b/vlib/math/bits/bits.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 4b54dcb0cd..0ebb9bc11c 100644 --- a/vlib/math/bits/bits_tables.v +++ b/vlib/math/bits/bits_tables.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/unsafe_bits.v b/vlib/math/bits/unsafe_bits.v index 206fb0e28b..81332db75f 100644 --- a/vlib/math/bits/unsafe_bits.v +++ b/vlib/math/bits/unsafe_bits.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 dcb6dff913..a3c35d2142 100644 --- a/vlib/math/complex/complex.v +++ b/vlib/math/complex/complex.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 a5a67f9dc0..2d7bca4909 100644 --- a/vlib/math/const.v +++ b/vlib/math/const.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 b45031955e..ec3b16227f 100644 --- a/vlib/math/fractions/approximations.v +++ b/vlib/math/fractions/approximations.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 ea3495d948..b1c9b4fbe4 100644 --- a/vlib/math/fractions/approximations_test.v +++ b/vlib/math/fractions/approximations_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 ed284d9f12..47ccdc2a95 100644 --- a/vlib/math/fractions/fraction.v +++ b/vlib/math/fractions/fraction.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 44e07b249b..03b087a4c8 100644 --- a/vlib/math/fractions/fraction_test.v +++ b/vlib/math/fractions/fraction_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/limit.v b/vlib/math/limit.v index c8fcaad0f9..41f52e47d5 100644 --- a/vlib/math/limit.v +++ b/vlib/math/limit.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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.c.v b/vlib/math/math.c.v index 49ff46e3a7..4e995fbe01 100644 --- a/vlib/math/math.c.v +++ b/vlib/math/math.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 24f0c1b152..3d194cceb2 100644 --- a/vlib/math/math.v +++ b/vlib/math/math.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/min_max_abs.v b/vlib/math/min_max_abs.v index 64fd14f801..f1711d0b6f 100644 --- a/vlib/math/min_max_abs.v +++ b/vlib/math/min_max_abs.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/unsafe.v b/vlib/math/unsafe.v index 4f6049934a..dc91804197 100644 --- a/vlib/math/unsafe.v +++ b/vlib/math/unsafe.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/vec/vec2.v b/vlib/math/vec/vec2.v index 078942f166..f24e5340d3 100644 --- a/vlib/math/vec/vec2.v +++ b/vlib/math/vec/vec2.v @@ -1,4 +1,4 @@ -// Copyright(C) 2020-2022 Lars Pontoppidan. All rights reserved. +// Copyright(C) 2020-2024 Lars Pontoppidan. All rights reserved. // Use of this source code is governed by an MIT license file distributed with this software package module vec diff --git a/vlib/math/vec/vec3.v b/vlib/math/vec/vec3.v index 201ebe5906..0160fd5c8c 100644 --- a/vlib/math/vec/vec3.v +++ b/vlib/math/vec/vec3.v @@ -1,4 +1,4 @@ -// Copyright(C) 2020-2022 Lars Pontoppidan. All rights reserved. +// Copyright(C) 2020-2024 Lars Pontoppidan. All rights reserved. // Use of this source code is governed by an MIT license file distributed with this software package module vec diff --git a/vlib/math/vec/vec4.v b/vlib/math/vec/vec4.v index b2a73a5dc7..8e1dd4be0e 100644 --- a/vlib/math/vec/vec4.v +++ b/vlib/math/vec/vec4.v @@ -1,4 +1,4 @@ -// Copyright(C) 2020-2022 Lars Pontoppidan. All rights reserved. +// Copyright(C) 2020-2024 Lars Pontoppidan. All rights reserved. // Use of this source code is governed by an MIT license file distributed with this software package module vec diff --git a/vlib/net/http/backend.c.v b/vlib/net/http/backend.c.v index 19924e5169..7511efc2fd 100644 --- a/vlib/net/http/backend.c.v +++ b/vlib/net/http/backend.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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_vschannel_windows.c.v b/vlib/net/http/backend_vschannel_windows.c.v index 50c6b49ef8..f37f34d6d7 100644 --- a/vlib/net/http/backend_vschannel_windows.c.v +++ b/vlib/net/http/backend_vschannel_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 b3e62fb4d9..c58c15dd46 100644 --- a/vlib/net/http/download.v +++ b/vlib/net/http/download.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 6b2fcd7248..fa8640f54b 100644 --- a/vlib/net/http/download_nix.c.v +++ b/vlib/net/http/download_nix.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 e26340e0cf..be11d9c97b 100644 --- a/vlib/net/http/download_windows.c.v +++ b/vlib/net/http/download_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 a36b929262..8d963bb7ad 100644 --- a/vlib/net/http/header.v +++ b/vlib/net/http/header.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 5c777dd397..566c142e19 100644 --- a/vlib/net/http/http.v +++ b/vlib/net/http/http.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 216381120f..a24a86fa23 100644 --- a/vlib/net/http/method.v +++ b/vlib/net/http/method.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 d9813fa823..7265b9da15 100644 --- a/vlib/net/http/request.v +++ b/vlib/net/http/request.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 bcb048fed5..6ec143c1dd 100644 --- a/vlib/net/http/response.v +++ b/vlib/net/http/response.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 8b8497967b..0e4995280e 100644 --- a/vlib/net/http/server.v +++ b/vlib/net/http/server.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/util.v b/vlib/net/http/util.v index d2f967e733..52e8c913e4 100644 --- a/vlib/net/http/util.v +++ b/vlib/net/http/util.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 7e3b14ccbf..cb3bab03da 100644 --- a/vlib/net/http/version.v +++ b/vlib/net/http/version.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 465ef2e455..679169a058 100644 --- a/vlib/net/urllib/urllib_test.v +++ b/vlib/net/urllib/urllib_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 73b3a39f6c..537e398fea 100644 --- a/vlib/net/urllib/values.v +++ b/vlib/net/urllib/values.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/net/urllib/values_test.v b/vlib/net/urllib/values_test.v index 1d74daf1b2..e4ff41e39e 100644 --- a/vlib/net/urllib/values_test.v +++ b/vlib/net/urllib/values_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 6f935e31c9..ddc6bbfe82 100644 --- a/vlib/os/args.v +++ b/vlib/os/args.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 436d35c75c..6d4087c8e3 100644 --- a/vlib/os/environment.c.v +++ b/vlib/os/environment.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/font/font.v b/vlib/os/font/font.v index 2832c8763b..ccbf52e571 100644 --- a/vlib/os/font/font.v +++ b/vlib/os/font/font.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 font diff --git a/vlib/os/inode.c.v b/vlib/os/inode.c.v index 58e397eb50..b3e76b8433 100644 --- a/vlib/os/inode.c.v +++ b/vlib/os/inode.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 3e05ce1b21..6846f3af57 100644 --- a/vlib/os/os.v +++ b/vlib/os/os.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 67ac6afd24..010044a82f 100644 --- a/vlib/os/os_darwin.c.v +++ b/vlib/os/os_darwin.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 c93ae1cf3e..e8fa44975a 100644 --- a/vlib/os/os_linux.c.v +++ b/vlib/os/os_linux.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/rand/buffer/buffer.v b/vlib/rand/buffer/buffer.v index 3c860ef1c3..6446518baf 100644 --- a/vlib/rand/buffer/buffer.v +++ b/vlib/rand/buffer/buffer.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 buffer diff --git a/vlib/rand/config/config.v b/vlib/rand/config/config.v index 63719ddc1f..00e01aca83 100644 --- a/vlib/rand/config/config.v +++ b/vlib/rand/config/config.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 config diff --git a/vlib/rand/mini_math.v b/vlib/rand/mini_math.v index 4f2bb38d9e..bd4dccc2b3 100644 --- a/vlib/rand/mini_math.v +++ b/vlib/rand/mini_math.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/rand/mt19937/mt19937.v b/vlib/rand/mt19937/mt19937.v index c41c7ab0f9..55c302f42b 100644 --- a/vlib/rand/mt19937/mt19937.v +++ b/vlib/rand/mt19937/mt19937.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 4657dc0a5e..79bf10364e 100644 --- a/vlib/rand/musl/musl_rng.v +++ b/vlib/rand/musl/musl_rng.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 d9531499a5..7484486852 100644 --- a/vlib/rand/pcg32/pcg32.v +++ b/vlib/rand/pcg32/pcg32.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 dac8c645c3..b651d85c8a 100644 --- a/vlib/rand/rand.v +++ b/vlib/rand/rand.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 94f4e786a8..bec7610332 100644 --- a/vlib/rand/seed/seed.v +++ b/vlib/rand/seed/seed.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 88b57d31ed..d98a283ce8 100644 --- a/vlib/rand/splitmix64/splitmix64.v +++ b/vlib/rand/splitmix64/splitmix64.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 668e328a17..51c4711ac8 100644 --- a/vlib/rand/sys/system_rng.c.v +++ b/vlib/rand/sys/system_rng.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 6c84e6a2f7..1d8d1b4b2b 100644 --- a/vlib/rand/sys/system_rng.js.v +++ b/vlib/rand/sys/system_rng.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/wyrand/wyrand.v b/vlib/rand/wyrand/wyrand.v index 25808afb5b..a008e62fc7 100644 --- a/vlib/rand/wyrand/wyrand.v +++ b/vlib/rand/wyrand/wyrand.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 5a81b5d5c1..a37475dd92 100644 --- a/vlib/readline/readline.v +++ b/vlib/readline/readline.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 dbcbeb48f3..11d9b20998 100644 --- a/vlib/readline/readline_default.c.v +++ b/vlib/readline/readline_default.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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_nix.c.v b/vlib/readline/readline_nix.c.v index 252d7f8f74..a1a14bb127 100644 --- a/vlib/readline/readline_nix.c.v +++ b/vlib/readline/readline_nix.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 87ed5ad0a4..a1aea850ca 100644 --- a/vlib/readline/readline_windows.c.v +++ b/vlib/readline/readline_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 a995faf51a..9625480cbe 100644 --- a/vlib/regex/regex.v +++ b/vlib/regex/regex.v @@ -1,7 +1,7 @@ /* regex 1.0 alpha -Copyright (c) 2019-2023 Dario Deledda. All rights reserved. +Copyright (c) 2019-2024 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 c7572b964f..bb7f0de55b 100644 --- a/vlib/regex/regex_util.v +++ b/vlib/regex/regex_util.v @@ -1,7 +1,7 @@ /* regex 1.0 alpha -Copyright (c) 2019-2023 Dario Deledda. All rights reserved. +Copyright (c) 2019-2024 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 4d02f7012c..3ee524afd4 100644 --- a/vlib/runtime/runtime.v +++ b/vlib/runtime/runtime.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 d27dd02d4b..fe619874d5 100644 --- a/vlib/stbi/link_to_libm.c.v +++ b/vlib/stbi/link_to_libm.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 dd205696c8..fc3f0f21ec 100644 --- a/vlib/stbi/stbi.c.v +++ b/vlib/stbi/stbi.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 634989f2e1..f7ffaf69a9 100644 --- a/vlib/strconv/atof.c.v +++ b/vlib/strconv/atof.c.v @@ -1,6 +1,6 @@ module strconv -// Copyright (c) 2019-2023 Dario Deledda. All rights reserved. +// Copyright (c) 2019-2024 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 331845ec8d..9cb5d825c9 100644 --- a/vlib/strconv/atoi.v +++ b/vlib/strconv/atoi.v @@ -1,6 +1,6 @@ module strconv -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 options, 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 4639c6b73b..72c69778b7 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-2023 Dario Deledda. All rights reserved. +Copyright (c) 2019-2024 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 c71b12d9b1..5adab6e11b 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-2023 Dario Deledda. All rights reserved. +Copyright (c) 2019-2024 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 8a231308cf..36d2cce2ee 100644 --- a/vlib/strconv/format_mem.c.v +++ b/vlib/strconv/format_mem.c.v @@ -1,5 +1,5 @@ /*============================================================================= -Copyright (c) 2019-2023 Dario Deledda. All rights reserved. +Copyright (c) 2019-2024 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 45b0c93cc7..ef7f9490f8 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-2023 Dario Deledda. All rights reserved. +Copyright (c) 2019-2024 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 e0f1aae02f..307fb558db 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-2023 Dario Deledda. All rights reserved. +Copyright (c) 2019-2024 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 fab78f1fba..aaaa852988 100644 --- a/vlib/strconv/vprintf.c.v +++ b/vlib/strconv/vprintf.c.v @@ -1,5 +1,5 @@ /*============================================================================= -Copyright (c) 2019-2023 Dario Deledda. All rights reserved. +Copyright (c) 2019-2024 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 ef3823aa79..a8e336a5e2 100644 --- a/vlib/strings/builder.c.v +++ b/vlib/strings/builder.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 caf2adb49b..d9c9f1b4f8 100644 --- a/vlib/strings/builder.js.v +++ b/vlib/strings/builder.js.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 82e505cd1d..7c2e5cd8a8 100644 --- a/vlib/sync/sync_darwin.c.v +++ b/vlib/sync/sync_darwin.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 d33175b035..6a4d8aa878 100644 --- a/vlib/sync/sync_default.c.v +++ b/vlib/sync/sync_default.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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_freebsd.c.v b/vlib/sync/sync_freebsd.c.v index dbbe606a21..d2f3bcd69a 100644 --- a/vlib/sync/sync_freebsd.c.v +++ b/vlib/sync/sync_freebsd.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 cf223a8001..0cdd272db8 100644 --- a/vlib/sync/sync_windows.c.v +++ b/vlib/sync/sync_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 d9ce0cc8e0..2918121af1 100644 --- a/vlib/term/colors.v +++ b/vlib/term/colors.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 c65108467a..be7ae638ae 100644 --- a/vlib/term/control.v +++ b/vlib/term/control.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/termios/termios_android.c.v b/vlib/term/termios/termios_android.c.v index 8b3440fe00..d419052f8f 100644 --- a/vlib/term/termios/termios_android.c.v +++ b/vlib/term/termios/termios_android.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/term/termios/termios_darwin.c.v b/vlib/term/termios/termios_darwin.c.v index 5053499044..d1daf3eb64 100644 --- a/vlib/term/termios/termios_darwin.c.v +++ b/vlib/term/termios/termios_darwin.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/term/termios/termios_default.c.v b/vlib/term/termios/termios_default.c.v index aa54ee30ea..766883c4fe 100644 --- a/vlib/term/termios/termios_default.c.v +++ b/vlib/term/termios/termios_default.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 termios diff --git a/vlib/term/termios/termios_dragonfly.c.v b/vlib/term/termios/termios_dragonfly.c.v index 906f06deb1..a51a3c9671 100644 --- a/vlib/term/termios/termios_dragonfly.c.v +++ b/vlib/term/termios/termios_dragonfly.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/term/termios/termios_freebsd.c.v b/vlib/term/termios/termios_freebsd.c.v index e5929a62b7..a8d08d20d1 100644 --- a/vlib/term/termios/termios_freebsd.c.v +++ b/vlib/term/termios/termios_freebsd.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/term/termios/termios_linux.c.v b/vlib/term/termios/termios_linux.c.v index 8b3440fe00..d419052f8f 100644 --- a/vlib/term/termios/termios_linux.c.v +++ b/vlib/term/termios/termios_linux.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/term/termios/termios_openbsd.c.v b/vlib/term/termios/termios_openbsd.c.v index b49752768e..c488df1abb 100644 --- a/vlib/term/termios/termios_openbsd.c.v +++ b/vlib/term/termios/termios_openbsd.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/term/termios/termios_qnx.c.v b/vlib/term/termios/termios_qnx.c.v index f129cc2dff..64ac4bf9d7 100644 --- a/vlib/term/termios/termios_qnx.c.v +++ b/vlib/term/termios/termios_qnx.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/term/termios/termios_solaris.c.v b/vlib/term/termios/termios_solaris.c.v index bda474a6dd..39bb9c63cf 100644 --- a/vlib/term/termios/termios_solaris.c.v +++ b/vlib/term/termios/termios_solaris.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/term/termios/termios_windows.c.v b/vlib/term/termios/termios_windows.c.v index aec66a71f3..2fb4a5fc0b 100644 --- a/vlib/term/termios/termios_windows.c.v +++ b/vlib/term/termios/termios_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/term/ui/input.v b/vlib/term/ui/input.v index aa9c304d27..d2ec81da9e 100644 --- a/vlib/term/ui/input.v +++ b/vlib/term/ui/input.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2021 Raúl Hernández. All rights reserved. +// Copyright (c) 2020-2024 Raúl Hernández. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. module ui diff --git a/vlib/term/ui/input_nix.c.v b/vlib/term/ui/input_nix.c.v index 5bb567ff8c..ccade8e094 100644 --- a/vlib/term/ui/input_nix.c.v +++ b/vlib/term/ui/input_nix.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2021 Raúl Hernández. All rights reserved. +// Copyright (c) 2020-2024 Raúl Hernández. 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/term/ui/input_windows.c.v b/vlib/term/ui/input_windows.c.v index 7682693539..91cecd94d9 100644 --- a/vlib/term/ui/input_windows.c.v +++ b/vlib/term/ui/input_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2021 Raúl Hernández. All rights reserved. +// Copyright (c) 2020-2024 Raúl Hernández. 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/term/ui/termios_nix.c.v b/vlib/term/ui/termios_nix.c.v index 6a6b0b756b..989397effc 100644 --- a/vlib/term/ui/termios_nix.c.v +++ b/vlib/term/ui/termios_nix.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2021 Raúl Hernández. All rights reserved. +// Copyright (c) 2020-2024 Raúl Hernández. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. module ui diff --git a/vlib/term/ui/ui.c.v b/vlib/term/ui/ui.c.v index 2adb482a19..73c7b69b4c 100644 --- a/vlib/term/ui/ui.c.v +++ b/vlib/term/ui/ui.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2021 Raúl Hernández. All rights reserved. +// Copyright (c) 2020-2024 Raúl Hernández. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. module ui diff --git a/vlib/time/format.v b/vlib/time/format.v index 063307ef4c..78fd3fb54e 100644 --- a/vlib/time/format.v +++ b/vlib/time/format.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 c6b0486e9f..915b3fb5ba 100644 --- a/vlib/time/parse.c.v +++ b/vlib/time/parse.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 df05a49f42..c236fc5917 100644 --- a/vlib/time/parse.v +++ b/vlib/time/parse.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 fcedb273c9..328acff911 100644 --- a/vlib/time/stopwatch.v +++ b/vlib/time/stopwatch.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 e775a0a112..26e71583ce 100644 --- a/vlib/time/time.c.v +++ b/vlib/time/time.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 36e6ea136c..81a49ec19d 100644 --- a/vlib/time/time_nix.c.v +++ b/vlib/time/time_nix.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 ef0105ccc9..0f381ab68a 100644 --- a/vlib/time/time_windows.c.v +++ b/vlib/time/time_windows.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 9180c95370..8d89db719f 100644 --- a/vlib/time/unix.v +++ b/vlib/time/unix.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 48fe549601..d36c436c71 100644 --- a/vlib/v/ast/ast.v +++ b/vlib/v/ast/ast.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 5e989a7c0b..29573c658b 100644 --- a/vlib/v/ast/attr.v +++ b/vlib/v/ast/attr.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 a91ff04883..8b9d06717f 100644 --- a/vlib/v/ast/cflags.v +++ b/vlib/v/ast/cflags.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/embed_file.v b/vlib/v/ast/embed_file.v index a2388be270..012e3c46d5 100644 --- a/vlib/v/ast/embed_file.v +++ b/vlib/v/ast/embed_file.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 f2855ce59b..60ac0bb92e 100644 --- a/vlib/v/ast/scope.v +++ b/vlib/v/ast/scope.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 aa4904a2b8..7263da71b6 100644 --- a/vlib/v/ast/str.v +++ b/vlib/v/ast/str.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 d74cb06cdd..ba49e3deef 100644 --- a/vlib/v/ast/table.v +++ b/vlib/v/ast/table.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 3d8009dfd6..cff92d992b 100644 --- a/vlib/v/ast/types.v +++ b/vlib/v/ast/types.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 7286ba0dc9..fc2434092f 100644 --- a/vlib/v/builder/cc.v +++ b/vlib/v/builder/cc.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/cc_windows.v b/vlib/v/builder/cc_windows.v index 3d262b0fd3..e46a3f67be 100644 --- a/vlib/v/builder/cc_windows.v +++ b/vlib/v/builder/cc_windows.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 2fbc6b14e9..d30ef7e7d3 100644 --- a/vlib/v/builder/compile.v +++ b/vlib/v/builder/compile.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 68ec80f80d..0378abcae3 100644 --- a/vlib/v/cflag/cflags.v +++ b/vlib/v/cflag/cflags.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 33d5abc229..59118042f7 100644 --- a/vlib/v/checker/assign.v +++ b/vlib/v/checker/assign.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/autocomplete.v b/vlib/v/checker/autocomplete.v index bb0ee75eb1..fbfcf9afba 100644 --- a/vlib/v/checker/autocomplete.v +++ b/vlib/v/checker/autocomplete.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 d612ff37bd..6a7f80654e 100644 --- a/vlib/v/checker/check_types.v +++ b/vlib/v/checker/check_types.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 6e9f9ae232..8c8155539b 100644 --- a/vlib/v/checker/checker.v +++ b/vlib/v/checker/checker.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 cf7fb0ca66..ba464ed729 100644 --- a/vlib/v/checker/comptime.v +++ b/vlib/v/checker/comptime.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 efb556fd1e..1519e159ad 100644 --- a/vlib/v/checker/containers.v +++ b/vlib/v/checker/containers.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/errors.v b/vlib/v/checker/errors.v index ad4453a129..6a440080dc 100644 --- a/vlib/v/checker/errors.v +++ b/vlib/v/checker/errors.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 ddea370e09..cf679945e2 100644 --- a/vlib/v/checker/for.v +++ b/vlib/v/checker/for.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 cf9fd581f1..859daa8175 100644 --- a/vlib/v/checker/if.v +++ b/vlib/v/checker/if.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 1d45171b1c..f150e4bbc5 100644 --- a/vlib/v/checker/interface.v +++ b/vlib/v/checker/interface.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 a5a6dfb510..fc32014e77 100644 --- a/vlib/v/checker/orm.v +++ b/vlib/v/checker/orm.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 0444bab1ac..dcc9431961 100644 --- a/vlib/v/checker/return.v +++ b/vlib/v/checker/return.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/str.v b/vlib/v/checker/str.v index 452a0cb10c..9b9f901faf 100644 --- a/vlib/v/checker/str.v +++ b/vlib/v/checker/str.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 9261a42e7e..3c4a50cb29 100644 --- a/vlib/v/checker/struct.v +++ b/vlib/v/checker/struct.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/comptime/comptimeinfo.v b/vlib/v/comptime/comptimeinfo.v index 27eb0a1110..10d8f5c713 100644 --- a/vlib/v/comptime/comptimeinfo.v +++ b/vlib/v/comptime/comptimeinfo.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 V devs. All rights reserved. +// Copyright (c) 2019-2024 V devs. All rights reserved. // Use of this source code is governed by an MIT license that can be found in the LICENSE file. module comptime diff --git a/vlib/v/depgraph/depgraph.v b/vlib/v/depgraph/depgraph.v index 0b59a22061..9094adabbd 100644 --- a/vlib/v/depgraph/depgraph.v +++ b/vlib/v/depgraph/depgraph.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 760764e5b8..1175e3bd3d 100644 --- a/vlib/v/eval/eval.v +++ b/vlib/v/eval/eval.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 1bd7265969..d8dd3d3d67 100644 --- a/vlib/v/fmt/align.v +++ b/vlib/v/fmt/align.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 09d51531ba..7a84c580db 100644 --- a/vlib/v/fmt/asm.v +++ b/vlib/v/fmt/asm.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 bee64da250..29ee96c822 100644 --- a/vlib/v/fmt/attrs.v +++ b/vlib/v/fmt/attrs.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 da08b98a3a..f938d58338 100644 --- a/vlib/v/fmt/comments.v +++ b/vlib/v/fmt/comments.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 a20a5fdd48..022f530ee9 100644 --- a/vlib/v/fmt/fmt.v +++ b/vlib/v/fmt/fmt.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 82e40832b2..33c1d22ec1 100644 --- a/vlib/v/fmt/fmt_keep_test.v +++ b/vlib/v/fmt/fmt_keep_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 bc222fe8ed..2141920348 100644 --- a/vlib/v/fmt/fmt_test.v +++ b/vlib/v/fmt/fmt_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 2ad562753c..637ad91e62 100644 --- a/vlib/v/fmt/fmt_vlib_test.v +++ b/vlib/v/fmt/fmt_vlib_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 44de9951c0..cba91d3070 100644 --- a/vlib/v/fmt/struct.v +++ b/vlib/v/fmt/struct.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 970926f0db..e6cf440f74 100644 --- a/vlib/v/gen/c/array.v +++ b/vlib/v/gen/c/array.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 a40581e097..9600b925ca 100644 --- a/vlib/v/gen/c/assert.v +++ b/vlib/v/gen/c/assert.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 cd1a8efb12..b05307eb1b 100644 --- a/vlib/v/gen/c/assign.v +++ b/vlib/v/gen/c/assign.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 5fda9d1b95..80d1bddb87 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-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 bddf4e5b35..80b72ebc59 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-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 9fc7201ece..32903de965 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-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 35143d10f6..293e28e2a8 100644 --- a/vlib/v/gen/c/cgen.v +++ b/vlib/v/gen/c/cgen.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 bb065ff859..265f7dccf9 100644 --- a/vlib/v/gen/c/comptime.v +++ b/vlib/v/gen/c/comptime.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 66969994e8..ffd34d50d9 100644 --- a/vlib/v/gen/c/fn.v +++ b/vlib/v/gen/c/fn.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/for.v b/vlib/v/gen/c/for.v index 57135c8ccc..fc6b800379 100644 --- a/vlib/v/gen/c/for.v +++ b/vlib/v/gen/c/for.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/if.v b/vlib/v/gen/c/if.v index fe7cc18f7d..6d1081cd73 100644 --- a/vlib/v/gen/c/if.v +++ b/vlib/v/gen/c/if.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 533e112540..2773c29443 100644 --- a/vlib/v/gen/c/index.v +++ b/vlib/v/gen/c/index.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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.v b/vlib/v/gen/c/infix.v index abf8674907..c3b186a1c7 100644 --- a/vlib/v/gen/c/infix.v +++ b/vlib/v/gen/c/infix.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 9248d1520f..27f9f4d98f 100644 --- a/vlib/v/gen/c/json.v +++ b/vlib/v/gen/c/json.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/match.v b/vlib/v/gen/c/match.v index 381e88c169..6ce45af0f7 100644 --- a/vlib/v/gen/c/match.v +++ b/vlib/v/gen/c/match.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/orm.v b/vlib/v/gen/c/orm.v index d399d45540..cf0f9b8114 100644 --- a/vlib/v/gen/c/orm.v +++ b/vlib/v/gen/c/orm.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/spawn_and_go.v b/vlib/v/gen/c/spawn_and_go.v index a2654ec0d3..991c5599ba 100644 --- a/vlib/v/gen/c/spawn_and_go.v +++ b/vlib/v/gen/c/spawn_and_go.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 82376de020..7c499269bf 100644 --- a/vlib/v/gen/c/str.v +++ b/vlib/v/gen/c/str.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 9d0fbc3d04..fa0ccf7ecf 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-2023 Dario Deledda. All rights reserved. +Copyright (c) 2019-2024 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/struct.v b/vlib/v/gen/c/struct.v index e4eecec260..3f66ac9762 100644 --- a/vlib/v/gen/c/struct.v +++ b/vlib/v/gen/c/struct.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/text_manipulation.v b/vlib/v/gen/c/text_manipulation.v index 13927c04e3..93ac00041b 100644 --- a/vlib/v/gen/c/text_manipulation.v +++ b/vlib/v/gen/c/text_manipulation.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/utils.v b/vlib/v/gen/c/utils.v index 7be233c982..234f20811e 100644 --- a/vlib/v/gen/c/utils.v +++ b/vlib/v/gen/c/utils.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/golang/attrs.v b/vlib/v/gen/golang/attrs.v index 388932ac9f..155d2cf5f4 100644 --- a/vlib/v/gen/golang/attrs.v +++ b/vlib/v/gen/golang/attrs.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 golang diff --git a/vlib/v/gen/golang/golang.v b/vlib/v/gen/golang/golang.v index 91125171a9..dedf067717 100644 --- a/vlib/v/gen/golang/golang.v +++ b/vlib/v/gen/golang/golang.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 golang diff --git a/vlib/v/gen/golang/struct.v b/vlib/v/gen/golang/struct.v index d32bfcebc3..be8ea386b1 100644 --- a/vlib/v/gen/golang/struct.v +++ b/vlib/v/gen/golang/struct.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 golang diff --git a/vlib/v/gen/js/auto_str_methods.v b/vlib/v/gen/js/auto_str_methods.v index 714724121d..9c293d0bbf 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-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/amd64.v b/vlib/v/gen/native/amd64.v index 9bd84f1df7..9cb843dde7 100644 --- a/vlib/v/gen/native/amd64.v +++ b/vlib/v/gen/native/amd64.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/arm64.v b/vlib/v/gen/native/arm64.v index 242f0f3c2b..195884ba29 100644 --- a/vlib/v/gen/native/arm64.v +++ b/vlib/v/gen/native/arm64.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/array.v b/vlib/v/gen/native/array.v index a5cb39c418..9bfd969fbd 100644 --- a/vlib/v/gen/native/array.v +++ b/vlib/v/gen/native/array.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/blacklist.v b/vlib/v/gen/native/blacklist.v index 256dd39944..ccd5243c21 100644 --- a/vlib/v/gen/native/blacklist.v +++ b/vlib/v/gen/native/blacklist.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/builtins.v b/vlib/v/gen/native/builtins.v index 9faa51b83d..9cd984d167 100644 --- a/vlib/v/gen/native/builtins.v +++ b/vlib/v/gen/native/builtins.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/comptime.v b/vlib/v/gen/native/comptime.v index 06bd19dc8e..5388f18280 100644 --- a/vlib/v/gen/native/comptime.v +++ b/vlib/v/gen/native/comptime.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/dos.v b/vlib/v/gen/native/dos.v index 4738e4d68f..87373bbfe1 100644 --- a/vlib/v/gen/native/dos.v +++ b/vlib/v/gen/native/dos.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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.v b/vlib/v/gen/native/elf.v index 8cac169575..efe3cb109a 100644 --- a/vlib/v/gen/native/elf.v +++ b/vlib/v/gen/native/elf.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/expr.v b/vlib/v/gen/native/expr.v index 38089c5e44..676af9062c 100644 --- a/vlib/v/gen/native/expr.v +++ b/vlib/v/gen/native/expr.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 620b07b867..5930930981 100644 --- a/vlib/v/gen/native/gen.v +++ b/vlib/v/gen/native/gen.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 5cb168f87e..9040da1ccf 100644 --- a/vlib/v/gen/native/macho.v +++ b/vlib/v/gen/native/macho.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/pe.v b/vlib/v/gen/native/pe.v index 757652efb2..957d73a64f 100644 --- a/vlib/v/gen/native/pe.v +++ b/vlib/v/gen/native/pe.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/readdll.c.v b/vlib/v/gen/native/readdll.c.v index 96c63ec646..35a2442f97 100644 --- a/vlib/v/gen/native/readdll.c.v +++ b/vlib/v/gen/native/readdll.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/stmt.c.v b/vlib/v/gen/native/stmt.c.v index b7caa09ea3..604f45d9e2 100644 --- a/vlib/v/gen/native/stmt.c.v +++ b/vlib/v/gen/native/stmt.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/syscall.v b/vlib/v/gen/native/syscall.v index 29545c504f..8e473692ca 100644 --- a/vlib/v/gen/native/syscall.v +++ b/vlib/v/gen/native/syscall.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 69bcf5ca9d..831db7cad0 100644 --- a/vlib/v/markused/markused.v +++ b/vlib/v/markused/markused.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 1f0c79aa0e..5f6d1cf9f8 100644 --- a/vlib/v/markused/walker.v +++ b/vlib/v/markused/walker.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/mathutil/mathutil.v b/vlib/v/mathutil/mathutil.v index 6ef62a396f..d8804effff 100644 --- a/vlib/v/mathutil/mathutil.v +++ b/vlib/v/mathutil/mathutil.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/v/parser/assign.v b/vlib/v/parser/assign.v index e69d66eb94..b758e330af 100644 --- a/vlib/v/parser/assign.v +++ b/vlib/v/parser/assign.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 177cdc107a..1f984d9100 100644 --- a/vlib/v/parser/comptime.v +++ b/vlib/v/parser/comptime.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 8f2f1c8684..8e146e4081 100644 --- a/vlib/v/parser/containers.v +++ b/vlib/v/parser/containers.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 853845973c..08503b01c7 100644 --- a/vlib/v/parser/expr.v +++ b/vlib/v/parser/expr.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 7549c09a8e..82be6b45f9 100644 --- a/vlib/v/parser/fn.v +++ b/vlib/v/parser/fn.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 395a17854d..32655c63d3 100644 --- a/vlib/v/parser/for.v +++ b/vlib/v/parser/for.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 d828fc9b7e..87b9cc8c89 100644 --- a/vlib/v/parser/if_match.v +++ b/vlib/v/parser/if_match.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 e9a3687bf7..cee1be1dbb 100644 --- a/vlib/v/parser/module.v +++ b/vlib/v/parser/module.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/orm.v b/vlib/v/parser/orm.v index db486f809f..425b4a0a41 100644 --- a/vlib/v/parser/orm.v +++ b/vlib/v/parser/orm.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 1dd38b2a3a..a748abb198 100644 --- a/vlib/v/parser/parse_type.v +++ b/vlib/v/parser/parse_type.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 ce7c3e2831..aa05372aa8 100644 --- a/vlib/v/parser/parser.v +++ b/vlib/v/parser/parser.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/parser/struct.v b/vlib/v/parser/struct.v index 9748de70fd..f6e35ac578 100644 --- a/vlib/v/parser/struct.v +++ b/vlib/v/parser/struct.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 1523b46ad3..3d66f66508 100644 --- a/vlib/v/parser/tmpl.v +++ b/vlib/v/parser/tmpl.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 ff80835564..d0d79ba3a0 100644 --- a/vlib/v/pref/default.v +++ b/vlib/v/pref/default.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/line_info.v b/vlib/v/pref/line_info.v index 64831fe9ef..96cad5228e 100644 --- a/vlib/v/pref/line_info.v +++ b/vlib/v/pref/line_info.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 6482ee8ef3..1bb37d939c 100644 --- a/vlib/v/pref/os.v +++ b/vlib/v/pref/os.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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.c.v b/vlib/v/pref/pref.c.v index 82a412e8b2..b26adfc46a 100644 --- a/vlib/v/pref/pref.c.v +++ b/vlib/v/pref/pref.c.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 e8b97526db..d98f0aca42 100644 --- a/vlib/v/scanner/scanner.v +++ b/vlib/v/scanner/scanner.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 b640cf63ef..5ab27e9fbc 100644 --- a/vlib/v/scanner/scanner_test.v +++ b/vlib/v/scanner/scanner_test.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/pos.v b/vlib/v/token/pos.v index 23f9b709e0..ed81eebee2 100644 --- a/vlib/v/token/pos.v +++ b/vlib/v/token/pos.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 f9340bd62d..9e666578fd 100644 --- a/vlib/v/token/token.v +++ b/vlib/v/token/token.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 51ae079948..3fd3fb1d03 100644 --- a/vlib/v/util/errors.v +++ b/vlib/v/util/errors.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/timers.v b/vlib/v/util/timers.v index 8dea2ea996..30771eb7ec 100644 --- a/vlib/v/util/timers.v +++ b/vlib/v/util/timers.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 5c2926451d..38f0783474 100644 --- a/vlib/v/util/util.v +++ b/vlib/v/util/util.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 cc5e0198e4..ef5d88c75a 100644 --- a/vlib/v/vet/vet.v +++ b/vlib/v/vet/vet.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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/v2/ast/ast.v b/vlib/v2/ast/ast.v index b0c670c044..1ebbed477b 100644 --- a/vlib/v2/ast/ast.v +++ b/vlib/v2/ast/ast.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/ast/desugar.v b/vlib/v2/ast/desugar.v index 7f21b1a2ba..9323852f99 100644 --- a/vlib/v2/ast/desugar.v +++ b/vlib/v2/ast/desugar.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/builder/builder.v b/vlib/v2/builder/builder.v index db959ab9a8..fc892b89b7 100644 --- a/vlib/v2/builder/builder.v +++ b/vlib/v2/builder/builder.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/builder/parse.v b/vlib/v2/builder/parse.v index 8bdbd439f0..8cdeac6b99 100644 --- a/vlib/v2/builder/parse.v +++ b/vlib/v2/builder/parse.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/builder/parse_parallel.v b/vlib/v2/builder/parse_parallel.v index c047c227c7..a2d5f6efc0 100644 --- a/vlib/v2/builder/parse_parallel.v +++ b/vlib/v2/builder/parse_parallel.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/builder/util.v b/vlib/v2/builder/util.v index b7b1397d15..9623f808c5 100644 --- a/vlib/v2/builder/util.v +++ b/vlib/v2/builder/util.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/gen/v/gen.v b/vlib/v2/gen/v/gen.v index 3444ff21c8..8146d5e1a9 100644 --- a/vlib/v2/gen/v/gen.v +++ b/vlib/v2/gen/v/gen.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. module v diff --git a/vlib/v2/parser/parser.v b/vlib/v2/parser/parser.v index 35d8a68bb3..e57176ac58 100644 --- a/vlib/v2/parser/parser.v +++ b/vlib/v2/parser/parser.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/parser/type.v b/vlib/v2/parser/type.v index d73912d1e2..1b2441ce9e 100644 --- a/vlib/v2/parser/type.v +++ b/vlib/v2/parser/type.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/pref/module.v b/vlib/v2/pref/module.v index 59e4d6c9af..4448718537 100644 --- a/vlib/v2/pref/module.v +++ b/vlib/v2/pref/module.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/pref/pref.v b/vlib/v2/pref/pref.v index 8f9e4fd36b..84d23fb474 100644 --- a/vlib/v2/pref/pref.v +++ b/vlib/v2/pref/pref.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/scanner/scanner.v b/vlib/v2/scanner/scanner.v index c2707891cc..9cd1fdacfb 100644 --- a/vlib/v2/scanner/scanner.v +++ b/vlib/v2/scanner/scanner.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/token/position.v b/vlib/v2/token/position.v index 0ed7f65066..b24a764530 100644 --- a/vlib/v2/token/position.v +++ b/vlib/v2/token/position.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/token/token.v b/vlib/v2/token/token.v index 84a3c764f9..df007c3e7a 100644 --- a/vlib/v2/token/token.v +++ b/vlib/v2/token/token.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/v2/types/checker.v b/vlib/v2/types/checker.v index 9191ab5490..69629edcb3 100644 --- a/vlib/v2/types/checker.v +++ b/vlib/v2/types/checker.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. module types diff --git a/vlib/v2/types/module.v b/vlib/v2/types/module.v index 55d4762e09..4642e060e6 100644 --- a/vlib/v2/types/module.v +++ b/vlib/v2/types/module.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. module types diff --git a/vlib/v2/types/object.v b/vlib/v2/types/object.v index e6b554e5c5..68b5404e36 100644 --- a/vlib/v2/types/object.v +++ b/vlib/v2/types/object.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. module types diff --git a/vlib/v2/types/scope.v b/vlib/v2/types/scope.v index c40deddbf8..6166fe6884 100644 --- a/vlib/v2/types/scope.v +++ b/vlib/v2/types/scope.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. module types diff --git a/vlib/v2/types/types.v b/vlib/v2/types/types.v index be461af30b..25127e156d 100644 --- a/vlib/v2/types/types.v +++ b/vlib/v2/types/types.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. All rights reserved. // Use of this source code is governed by an MIT license // that can be found in the LICENSE file. module types diff --git a/vlib/v2/types/universe.v b/vlib/v2/types/universe.v index 5f01e3a7ec..68500b5a62 100644 --- a/vlib/v2/types/universe.v +++ b/vlib/v2/types/universe.v @@ -1,4 +1,4 @@ -// Copyright (c) 2020-2023 Joe Conigliaro. All rights reserved. +// Copyright (c) 2020-2024 Joe Conigliaro. 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/vweb/vweb.v b/vlib/vweb/vweb.v index 47c00ec7e2..ae66705ad1 100644 --- a/vlib/vweb/vweb.v +++ b/vlib/vweb/vweb.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 6d606a720c..311accc0b7 100644 --- a/vlib/x/json2/decoder.v +++ b/vlib/x/json2/decoder.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 c4061b182e..d4744b6117 100644 --- a/vlib/x/json2/encoder.v +++ b/vlib/x/json2/encoder.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 559a9c0975..90dae8f8e3 100644 --- a/vlib/x/json2/json2.v +++ b/vlib/x/json2/json2.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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 d54e89c896..918e877893 100644 --- a/vlib/x/json2/scanner.v +++ b/vlib/x/json2/scanner.v @@ -1,4 +1,4 @@ -// Copyright (c) 2019-2023 Alexander Medvednikov. All rights reserved. +// Copyright (c) 2019-2024 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