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 59ad222b73e57a..6955c1e748d4d8 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 860d2c6b231e31..66f6dce59293d7 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 42cab8a74d8d08..f226b57ee7cfd4 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 f6622080f7d8c0..2739d0cf7b6781 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 2169d67bfb9dff..f5d776b4632b49 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 8d275f63c185ba..ada74f63f2665a 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 05df0d0bb88408..5dfc2260ef2cdd 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 30b6b6daba6a31..7b7d08b1852990 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 7c9d0ff8796d8b..98d3640e9c823d 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 a6253023e593a6..cbd7bfead775cb 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 146270226c8e91..f274c5bbede498 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 d2b72960129352..01764826f6fdf3 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 6a18bc253d98e4..123617845d8e70 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 b9d062631eb41d..802144f7357efc 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 1d17ebf25166d4..8ebf21050bd837 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 2394ef22cdba4b..a7820d5cd30df9 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 b7e681cd908f3c..2364d874611ca3 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 e3f5f8c90b018d..1f69d9c4bbee4e 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 148e992edae49e..bc5fd4602b4711 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 3c564b7c3da9b9..4ca21ea058d553 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 37c6a53749159d..12611f5a9cee41 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 2b035594240e54..0c8749429073ed 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 ec06996c80834e..278609fc2ff338 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 78a5d362c9f862..4502d99320510a 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 1ac88311e740ea..2fe1a067b7af59 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 2c46dad58d78c5..d57d2aa820d150 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 712bee1119ff81..49c3b38831fde2 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 8a07d822e28501..95ef014f69fee6 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 5e7239a09c10e9..088aee537baa73 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 cd6815a9bab5a0..c1fe48eefd40f1 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 02f39809f84b42..d5daae6280ffa3 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 dcafcd815fb571..dfd24675877f36 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 4fd316c4516de3..287b0234a07531 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 883a50efa08197..fa1ef5a5ce43bc 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 9601ebb0d3aa63..b6027f2e7c322c 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 4fc423ca628464..818a46d83c403f 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 3c31b274b734aa..c6176eec2d71d6 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 171d2855f48b81..cfcb36c9ad7eab 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 3c1125ec42b37e..e96dbe79b10f01 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 0c6901a04ba7e8..9f7e345f9824c8 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 a235d436da626a..4fef35616a896e 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 f0f340a23875f6..cab05456f8f93d 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 ad5f3dc3adbe42..cfde9f67d46a31 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 60880992e3da4c..8ebad7e12e312b 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 a42995aeceee96..a0f24b414f6bf6 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 193a8506632dc5..4761bd52bfba9d 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 bf05f9eb73511f..531d0d2fda73bc 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 447a7aae1bac5c..d7ab8d7b470133 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 3cc6e1eb6b087d..4937b07bd4f25d 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 c91117f87e24e2..7f560803646fb5 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 509726c307bd2b..143c89b9b1f352 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 1a3ba3e10ac997..c3793c96cdbcd3 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 d6aab28c4f860b..4abde62a5b6388 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 6db667ccba5e64..e7cef51fa02a45 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 414b1582044548..1053753c657ddb 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 3150290445d73b..8c073c0949d3b4 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 775b9bd9405e75..0f4469d41a0826 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 907796d168055d..454d54390d4f5f 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 c1da7ad569416a..bb6ffd247f0292 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 f9db8d239cd86d..bde236f7910419 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 0f5d0d795d869f..7046f0ad8cef86 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 8c3d182721856e..3e69a1ed5e12f5 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 52df0b229bef14..a17387a151e28e 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 96c8542ed40543..c16736551ea952 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 39867a354214b4..f2cd2438d0d527 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 9882c9125b5fc2..0867ea110911c7 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 6b1f8c959a7677..2f9a424c0b5a43 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 7322e2024c09f1..31b17e3ce6b4be 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 60986c50c1a5be..402b040f2a9d16 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 2d73c38d0a0b6e..e66041e5bfee3e 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 f37f7b2db11f44..1d8e3741790cfd 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 c2fc6c26e9c40b..4207d2d065f459 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 eb690806a94fce..97de3d02cc1868 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 246eae8d0b0577..6d893b73a8f077 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 395f9c891713fb..b4e39797021381 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 ebe85b76e65448..d94cdf60275831 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 0247ea1baccee0..e28660ad50367b 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 48c456b2d8637b..32cc0dc2192e87 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 38075383180872..c02b02890c7956 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 a0e797479c440f..15a9c0f5e1a496 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 98b3cd133ab93a..b148f9a1a0017e 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 65763ea7891c35..e2a3f5a2913eda 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 67bb9e93c4aafa..af56bea52d48ac 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 6f8d12ffc6195f..1a030ea0db28ea 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 c1c6164922a3a9..6c3ce6ec6d3821 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 0f7b37709b91d0..145b7d057dee93 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 c2bd428755b480..2903966f769b5e 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 e6228a71684ff9..2efb403f11aa73 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 c273fbdb19890e..0446ec5b523169 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 56c73326a84a81..9c4eb8c01d6fa5 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 1a8117f021f9ca..b4131e29a1a914 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 5bf752935e3c79..828f5e6ffa18e5 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 48b0818d92c236..8ea06573c07860 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 d13ce79a20386f..ddc47ff29213ca 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 6abe98ea07f11c..f4f89e85a83440 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 592ee0cdcc39d6..6749b4d3c0718f 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 3684f0798384ed..b6cda743aaf838 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 4b54dcb0cded6c..0ebb9bc11cb96e 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 206fb0e28b9f72..81332db75f0609 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 dcb6dff9132620..a3c35d21426aa5 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 a5a67f9dc0baa9..2d7bca490987b7 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 b45031955e166e..ec3b16227f776e 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 ea3495d94837e9..b1c9b4fbe43dd4 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 ed284d9f121c0a..47ccdc2a95a9e8 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 44e07b249b6c5a..03b087a4c80621 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 c8fcaad0f9642a..41f52e47d5bd3a 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 49ff46e3a7d500..4e995fbe0155cf 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 24f0c1b1526ee0..3d194cceb28152 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 64fd14f801b147..f1711d0b6f9232 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 4f6049934a068c..dc9180419780a9 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 078942f166b292..f24e5340d31fae 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 201ebe5906a9e6..0160fd5c8c1cd8 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 b2a73a5dc70cf2..8e1dd4be0ee4bd 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 19924e5169cbc5..7511efc2fda62e 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 50c6b49ef8ba50..f37f34d6d795a6 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 b3e62fb4d943f6..c58c15dd4667e9 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 6b2fcd72488745..fa8640f54b4af1 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 e26340e0cf69f7..be11d9c97b4f63 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 a36b92926224c0..8d963bb7ad956c 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 5c777dd39732df..566c142e1909fe 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 216381120ffc15..a24a86fa23ea41 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 d9813fa8237377..7265b9da15b0d6 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 bcb048fed5a8b4..6ec143c1dd55e3 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 8b8497967b78cd..0e4995280e1907 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 d2f967e7333fcb..52e8c913e4dc1d 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 7e3b14ccbf94ec..cb3bab03da9c3e 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 465ef2e4559adb..679169a0585363 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 73b3a39f6cd245..537e398fea5700 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 1d74daf1b2ba75..e4ff41e39e19c7 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 6f935e31c92c19..ddc6bbfe8207a2 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 436d35c75cd89d..6d4087c8e34c30 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 2832c8763bd62b..ccbf52e5717eb5 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 58e397eb509c81..b3e76b8433ac3e 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 3e05ce1b219a93..6846f3af57b3ac 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 67ac6afd249b09..010044a82fd09d 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 c93ae1cf3e673a..e8fa44975aa3b8 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 3c860ef1c3a338..6446518bafed9a 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 63719ddc1f1345..00e01aca8310f4 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 4f2bb38d9e5a43..bd4dccc2b30367 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 c41c7ab0f9a6a0..55c302f42bdb44 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 4657dc0a5ed753..79bf10364ee9c6 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 d9531499a5bfd6..74844868520f24 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 dac8c645c34a39..b651d85c8a0b54 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 94f4e786a81ba8..bec7610332c25d 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 88b57d31ed1b11..d98a283ce80b64 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 668e328a17e31e..51c4711ac899b7 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 6c84e6a2f7179d..1d8d1b4b2b36b3 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 25808afb5bec5b..a008e62fc7c692 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 5a81b5d5c14f81..a37475dd9230fe 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 dbcbeb48f3cfe8..11d9b2099836da 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 252d7f8f74a0cf..a1a14bb127c670 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 87ed5ad0a404f6..a1aea850ca7ab0 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 a995faf51aaf65..9625480cbebbd8 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 c7572b964f38ce..bb7f0de55b2cca 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 4d02f7012c788c..3ee524afd47fbc 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 d27dd02d4b12b4..fe619874d53522 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 dd205696c8699a..fc3f0f21ece7da 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 634989f2e1f8a1..f7ffaf69a9c0e9 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 331845ec8de67e..9cb5d825c92fc8 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 4639c6b73ba4cc..72c69778b7ae35 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 c71b12d9b1837b..5adab6e11b2464 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 8a231308cf8545..36d2cce2ee59cd 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 45b0c93cc76e19..ef7f9490f86e95 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 e0f1aae02f2574..307fb558db5ffd 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 fab78f1fba3843..aaaa85298800cf 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 ef3823aa794ad9..a8e336a5e27f37 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 caf2adb49b35ec..d9c9f1b4f831e9 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 82e505cd1d63c5..7c2e5cd8a82747 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 d33175b035f52c..6a4d8aa878c087 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 dbbe606a21f0a9..d2f3bcd69a4039 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 cf223a8001ee48..0cdd272db8f746 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 d9ce0cc8e0f502..2918121af1aa06 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 c65108467a2ba5..be7ae638aebc2c 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 8b3440fe000b92..d419052f8f02ce 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 5053499044f23d..d1daf3eb643415 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 aa54ee30ea28c7..766883c4fe6fba 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 906f06deb1c533..a51a3c96719703 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 e5929a62b71b14..a8d08d20d1918d 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 8b3440fe000b92..d419052f8f02ce 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 b49752768e622c..c488df1abb12e2 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 f129cc2dffa744..64ac4bf9d71df7 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 bda474a6ddf2fd..39bb9c63cfb550 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 aec66a71f3a5ec..2fb4a5fc0b0d18 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 aa9c304d278204..d2ec81da9e952d 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 5bb567ff8c0dfa..ccade8e09489a2 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 7682693539bf32..91cecd94d9a0fb 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 6a6b0b756b0390..989397effc1d90 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 2adb482a1947a0..73c7b69b4c15e5 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 063307ef4cec32..78fd3fb54e1e38 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 c6b0486e9fc13f..915b3fb5baa30d 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 df05a49f422d09..c236fc591719a1 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 fcedb273c938f7..328acff911203e 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 e775a0a112eb75..26e71583ce0b94 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 36e6ea136c5e61..81a49ec19d2481 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 ef0105ccc9af50..0f381ab68aa437 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 9180c953702a82..8d89db719f5d4e 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 48fe5496011652..d36c436c71554e 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 5e989a7c0b15d0..29573c658bf094 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 a91ff04883b238..8b9d06717f4b73 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 a2388be270f781..012e3c46d5b2ed 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 f2855ce59b5bbb..60ac0bb92eaf57 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 aa4904a2b87f44..7263da71b6bfd8 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 d74cb06cdd76c2..ba49e3deefaf47 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 3d8009dfd619bc..cff92d992b283b 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 7286ba0dc96d09..fc2434092f6224 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 3d262b0fd3d2ee..e46a3f67be08ab 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 2fbc6b14e91e57..d30ef7e7d34e61 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 68ec80f80d09b3..0378abcae347bf 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 33d5abc22939ca..59118042f7fcf7 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 bb0ee75eb13c9d..fbfcf9afbaa707 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 d612ff37bd9e2e..6a7f80654ec80b 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 6e9f9ae232071c..8c8155539b0ced 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 cf7fb0ca66d405..ba464ed729be11 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 efb556fd1e8705..1519e159ad91f7 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 ad4453a1294136..6a440080dcf102 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 ddea370e0919df..cf679945e2f21a 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 cf9fd581f13c01..859daa81751709 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 1d45171b1cad31..f150e4bbc5d52f 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 a5a6dfb5104748..fc32014e7778e2 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 0444bab1ac9fbc..dcc9431961ea85 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 452a0cb10c00a8..9b9f901fafefba 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 9261a42e7ec23b..3c4a50cb2910af 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 27eb0a1110f718..10d8f5c71370bc 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 0b59a22061d480..9094adabbdd042 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 760764e5b82cf4..1175e3bd3d5d5a 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 1bd72659697730..d8dd3d3d673ca9 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 09d51531baf8c4..7a84c580db87e8 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 bee64da2503716..29ee96c822e4ff 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 da08b98a3a53b4..f938d58338d1c3 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 a20a5fdd48ac1c..022f530ee9064c 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 82e40832b2eed3..33c1d22ec12202 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 bc222fe8ed9d13..21419203481b0b 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 2ad562753c9558..637ad91e626b0f 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 44de9951c0e2ad..cba91d3070bda3 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 970926f0db686b..e6cf440f746282 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 a40581e0975668..9600b925ca83e9 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 cd1a8efb125527..b05307eb1b96cf 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 5fda9d1b957072..80d1bddb878d31 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 bddf4e5b357dce..80b72ebc59d047 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 9fc7201ece8955..32903de9657530 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 35143d10f6d770..293e28e2a8f908 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 bb065ff859e5f0..265f7dccf9e7d5 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 66969994e861a8..ffd34d50d99c54 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 57135c8ccc59eb..fc6b800379cf00 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 fe7cc18f7d6f78..6d1081cd73b6f2 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 533e112540aa31..2773c29443a829 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 abf86749071714..c3b186a1c72026 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 9248d1520f1ccc..27f9f4d98f4547 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 381e88c169f36e..6ce45af0f79b8f 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 d399d455401aaa..cf0f9b811483b4 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 a2654ec0d3872a..991c5599baf8ba 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 82376de020bfe5..7c499269bf0fab 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 9d0fbc3d0457c7..fa0ccf7ecfd476 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 e4eecec2603650..3f66ac9762d815 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 13927c04e3cf93..93ac00041b40ec 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 7be233c9821f3a..234f20811e1572 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 388932ac9f2b68..155d2cf5f42685 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 91125171a97ac8..dedf067717a0b6 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 d32bfcebc3b08d..be8ea386b1f42b 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 714724121d2ca5..9c293d0bbfbd80 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 9bd84f1df7d236..9cb843dde78689 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 242f0f3c2bb182..195884ba29fb26 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 a5cb39c4180d06..9bfd969fbd2c2a 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 256dd39944861c..ccd5243c21cd2e 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 9faa51b83d46f3..9cd984d1671b7f 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 06bd19dc8e6581..5388f182803afe 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 4738e4d68f0c78..87373bbfe18d90 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 8cac169575ef9f..efe3cb109a6af4 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 38089c5e444f55..676af9062cd9f8 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 620b07b8677550..59309309817ed1 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 5cb168f87ecbc8..9040da1ccfafa2 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 757652efb2b596..957d73a64fdac2 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 96c63ec646e2a1..35a2442f97a10a 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 b7caa09ea35ea5..604f45d9e213f7 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 29545c504f2f30..8e473692caa5a8 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 69bcf5ca9d0fcd..831db7cad0a263 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 1f0c79aa0e782e..5f6d1cf9f8c76d 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 6ef62a396f3261..d8804effff502f 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 e69d66eb9470ce..b758e330af0d97 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 177cdc107a3ba8..1f984d91002640 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 8f2f1c868405c2..8e146e4081939f 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 853845973c4214..08503b01c78110 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 7549c09a8e9806..82be6b45f9dbfd 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 395a17854db0ca..32655c63d3a0a0 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 d828fc9b7ec4a2..87b9cc8c89b75b 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 e9a3687bf77eed..cee1be1dbbefd0 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 db486f809f113e..425b4a0a41e94a 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 1dd38b2a3aa244..a748abb1985c27 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 ce7c3e28315c38..aa05372aa8adb5 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 9748de70fd3854..f6e35ac5785971 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 1523b46ad3cdd3..3d66f665088e15 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 ff808355649e47..d0d79ba3a02615 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 64831fe9efa4f6..96cad5228e5293 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 6482ee8ef39484..1bb37d939c535f 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 82a412e8b22e56..b26adfc46a2894 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 e8b97526dbebfd..d98f0aca42df79 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 b640cf63ef71fa..5ab27e9fbcd749 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 23f9b709e0fb49..ed81eebee27359 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 f9340bd62d76a2..9e666578fd59c4 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 51ae0799480d6b..3fd3fb1d036f98 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 8dea2ea9962f89..30771eb7ec68bb 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 5c2926451d48fc..38f07834744a09 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 cc5e0198e48303..ef5d88c75a04c8 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 b0c670c044f82d..1ebbed477b4e44 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 7f21b1a2baa836..9323852f993261 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 db959ab9a8fdca..fc892b89b7de39 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 8bdbd439f0d0e6..8cdeac6b996a00 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 c047c227c71c7b..a2d5f6efc0e532 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 b7b1397d158657..9623f808c53f61 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 3444ff21c84e5c..8146d5e1a90d26 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 35d8a68bb3eeec..e57176ac589e71 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 d73912d1e20c71..1b2441ce9e1907 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 59e4d6c9af9b62..4448718537fa8f 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 8f9e4fd36bfed7..84d23fb474ad61 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 c2707891cc2f8e..9cd1fdacfbe0e5 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 0ed7f650663ba5..b24a7645309f8f 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 84a3c764f9cd60..df007c3e7aa7f3 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 9191ab54908469..69629edcb34cac 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 55d4762e09daee..4642e060e6906d 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 e6b554e5c57b04..68b5404e368e46 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 c40deddbf88cf2..6166fe688402e9 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 be461af30bab73..25127e156d9cfe 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 5f01e3a7ecabe0..68500b5a6279be 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 47c00ec7e22e96..ae66705ad1d11b 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 6d606a720c8e50..311accc0b730bc 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 c4061b182e4ff7..d4744b6117ef1c 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 559a9c0975478c..90dae8f8e31600 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 d54e89c89624db..918e8778934297 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