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 59ad222b7..6955c1e74 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 860d2c6b2..66f6dce59 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 42cab8a74..f226b57ee 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 f6622080f..2739d0cf7 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 2169d67bf..f5d776b46 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 8d275f63c..ada74f63f 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 05df0d0bb..5dfc2260e 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 30b6b6dab..7b7d08b18 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 7c9d0ff87..98d3640e9 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 a6253023e..cbd7bfead 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 146270226..f274c5bbe 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 d2b729601..01764826f 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 6a18bc253..123617845 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 b9d062631..802144f73 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 1d17ebf25..8ebf21050 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 2394ef22c..a7820d5cd 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 b7e681cd9..2364d8746 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 e3f5f8c90..1f69d9c4b 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 148e992ed..bc5fd4602 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 3c564b7c3..4ca21ea05 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 37c6a5374..12611f5a9 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 2b0355942..0c8749429 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 ec06996c8..278609fc2 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 78a5d362c..4502d9932 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 1ac88311e..2fe1a067b 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 2c46dad58..d57d2aa82 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 712bee111..49c3b3883 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 8a07d822e..95ef014f6 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 5e7239a09..088aee537 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 cd6815a9b..c1fe48eef 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 02f39809f..d5daae628 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 dcafcd815..dfd246758 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 4fd316c45..287b0234a 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 883a50efa..fa1ef5a5c 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 9601ebb0d..b6027f2e7 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 4fc423ca6..818a46d83 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 3c31b274b..c6176eec2 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 171d2855f..cfcb36c9a 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 3c1125ec4..e96dbe79b 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 0c6901a04..9f7e345f9 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 a235d436d..4fef35616 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 f0f340a23..cab05456f 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 ad5f3dc3a..cfde9f67d 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 60880992e..8ebad7e12 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 a42995aec..a0f24b414 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 193a85066..4761bd52b 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 bf05f9eb7..531d0d2fd 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 447a7aae1..d7ab8d7b4 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 3cc6e1eb6..4937b07bd 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 c91117f87..7f5608036 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 509726c30..143c89b9b 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 1a3ba3e10..c3793c96c 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 d6aab28c4..4abde62a5 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 6db667ccb..e7cef51fa 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 414b15820..1053753c6 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 315029044..8c073c094 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 775b9bd94..0f4469d41 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 907796d16..454d54390 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 c1da7ad56..bb6ffd247 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 f9db8d239..bde236f79 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 0f5d0d795..7046f0ad8 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 8c3d18272..3e69a1ed5 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 52df0b229..a17387a15 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 96c8542ed..c16736551 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 39867a354..f2cd2438d 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 9882c9125..0867ea110 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 6b1f8c959..2f9a424c0 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 7322e2024..31b17e3ce 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 60986c50c..402b040f2 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 2d73c38d0..e66041e5b 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 f37f7b2db..1d8e37417 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 c2fc6c26e..4207d2d06 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 eb690806a..97de3d02c 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 246eae8d0..6d893b73a 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 395f9c891..b4e397970 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 ebe85b76e..d94cdf602 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 0247ea1ba..e28660ad5 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 48c456b2d..32cc0dc21 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 380753831..c02b02890 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 a0e797479..15a9c0f5e 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 98b3cd133..b148f9a1a 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 65763ea78..e2a3f5a29 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 67bb9e93c..af56bea52 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 6f8d12ffc..1a030ea0d 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 c1c616492..6c3ce6ec6 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 0f7b37709..145b7d057 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 c2bd42875..2903966f7 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 e6228a716..2efb403f1 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 c273fbdb1..0446ec5b5 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 56c73326a..9c4eb8c01 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 1a8117f02..b4131e29a 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 5bf752935..828f5e6ff 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 48b0818d9..8ea06573c 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 d13ce79a2..ddc47ff29 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 6abe98ea0..f4f89e85a 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 592ee0cdc..6749b4d3c 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 3684f0798..b6cda743a 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 4b54dcb0c..0ebb9bc11 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 206fb0e28..81332db75 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 dcb6dff91..a3c35d214 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 a5a67f9dc..2d7bca490 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 b45031955..ec3b16227 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 ea3495d94..b1c9b4fbe 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 ed284d9f1..47ccdc2a9 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 44e07b249..03b087a4c 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 c8fcaad0f..41f52e47d 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 49ff46e3a..4e995fbe0 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 24f0c1b15..3d194cceb 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 64fd14f80..f1711d0b6 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 4f6049934..dc9180419 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 078942f16..f24e5340d 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 201ebe590..0160fd5c8 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 b2a73a5dc..8e1dd4be0 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 19924e516..7511efc2f 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 50c6b49ef..f37f34d6d 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 b3e62fb4d..c58c15dd4 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 6b2fcd724..fa8640f54 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 e26340e0c..be11d9c97 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 a36b92926..8d963bb7a 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 5c777dd39..566c142e1 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 216381120..a24a86fa2 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 d9813fa82..7265b9da1 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 bcb048fed..6ec143c1d 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 8b8497967..0e4995280 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 d2f967e73..52e8c913e 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 7e3b14ccb..cb3bab03d 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 465ef2e45..679169a05 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 73b3a39f6..537e398fe 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 1d74daf1b..e4ff41e39 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 6f935e31c..ddc6bbfe8 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 436d35c75..6d4087c8e 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 2832c8763..ccbf52e57 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 58e397eb5..b3e76b843 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 3e05ce1b2..6846f3af5 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 67ac6afd2..010044a82 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 c93ae1cf3..e8fa44975 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 3c860ef1c..6446518ba 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 63719ddc1..00e01aca8 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 4f2bb38d9..bd4dccc2b 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 c41c7ab0f..55c302f42 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 4657dc0a5..79bf10364 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 d9531499a..748448685 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 dac8c645c..b651d85c8 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 94f4e786a..bec761033 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 88b57d31e..d98a283ce 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 668e328a1..51c4711ac 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 6c84e6a2f..1d8d1b4b2 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 25808afb5..a008e62fc 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 5a81b5d5c..a37475dd9 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 dbcbeb48f..11d9b2099 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 252d7f8f7..a1a14bb12 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 87ed5ad0a..a1aea850c 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 a995faf51..9625480cb 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 c7572b964..bb7f0de55 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 4d02f7012..3ee524afd 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 d27dd02d4..fe619874d 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 dd205696c..fc3f0f21e 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 634989f2e..f7ffaf69a 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 331845ec8..9cb5d825c 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 4639c6b73..72c69778b 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 c71b12d9b..5adab6e11 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 8a231308c..36d2cce2e 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 45b0c93cc..ef7f9490f 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 e0f1aae02..307fb558d 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 fab78f1fb..aaaa85298 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 ef3823aa7..a8e336a5e 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 caf2adb49..d9c9f1b4f 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 82e505cd1..7c2e5cd8a 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 d33175b03..6a4d8aa87 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 dbbe606a2..d2f3bcd69 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 cf223a800..0cdd272db 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 d9ce0cc8e..2918121af 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 c65108467..be7ae638a 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 8b3440fe0..d419052f8 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 505349904..d1daf3eb6 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 aa54ee30e..766883c4f 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 906f06deb..a51a3c967 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 e5929a62b..a8d08d20d 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 8b3440fe0..d419052f8 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 b49752768..c488df1ab 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 f129cc2df..64ac4bf9d 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 bda474a6d..39bb9c63c 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 aec66a71f..2fb4a5fc0 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 aa9c304d2..d2ec81da9 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 5bb567ff8..ccade8e09 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 768269353..91cecd94d 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 6a6b0b756..989397eff 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 2adb482a1..73c7b69b4 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 063307ef4..78fd3fb54 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 c6b0486e9..915b3fb5b 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 df05a49f4..c236fc591 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 fcedb273c..328acff91 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 e775a0a11..26e71583c 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 36e6ea136..81a49ec19 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 ef0105ccc..0f381ab68 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 9180c9537..8d89db719 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 48fe54960..d36c436c7 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 5e989a7c0..29573c658 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 a91ff0488..8b9d06717 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 a2388be27..012e3c46d 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 f2855ce59..60ac0bb92 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 aa4904a2b..7263da71b 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 d74cb06cd..ba49e3dee 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 3d8009dfd..cff92d992 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 7286ba0dc..fc2434092 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 3d262b0fd..e46a3f67b 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 2fbc6b14e..d30ef7e7d 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 68ec80f80..0378abcae 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 33d5abc22..59118042f 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 bb0ee75eb..fbfcf9afb 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 d612ff37b..6a7f80654 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 6e9f9ae23..8c8155539 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 cf7fb0ca6..ba464ed72 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 efb556fd1..1519e159a 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 ad4453a12..6a440080d 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 ddea370e0..cf679945e 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 cf9fd581f..859daa817 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 1d45171b1..f150e4bbc 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 a5a6dfb51..fc32014e7 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 0444bab1a..dcc943196 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 452a0cb10..9b9f901fa 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 9261a42e7..3c4a50cb2 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 27eb0a111..10d8f5c71 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 0b59a2206..9094adabb 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 760764e5b..1175e3bd3 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 1bd726596..d8dd3d3d6 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 09d51531b..7a84c580d 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 bee64da25..29ee96c82 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 da08b98a3..f938d5833 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 a20a5fdd4..022f530ee 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 82e40832b..33c1d22ec 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 bc222fe8e..214192034 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 2ad562753..637ad91e6 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 44de9951c..cba91d307 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 970926f0d..e6cf440f7 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 a40581e09..9600b925c 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 cd1a8efb1..b05307eb1 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 5fda9d1b9..80d1bddb8 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 bddf4e5b3..80b72ebc5 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 9fc7201ec..32903de96 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 35143d10f..293e28e2a 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 bb065ff85..265f7dccf 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 66969994e..ffd34d50d 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 57135c8cc..fc6b80037 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 fe7cc18f7..6d1081cd7 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 533e11254..2773c2944 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 abf867490..c3b186a1c 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 9248d1520..27f9f4d98 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 381e88c16..6ce45af0f 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 d399d4554..cf0f9b811 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 a2654ec0d..991c5599b 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 82376de02..7c499269b 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 9d0fbc3d0..fa0ccf7ec 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 e4eecec26..3f66ac976 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 13927c04e..93ac00041 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 7be233c98..234f20811 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 388932ac9..155d2cf5f 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 91125171a..dedf06771 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 d32bfcebc..be8ea386b 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 714724121..9c293d0bb 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 9bd84f1df..9cb843dde 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 242f0f3c2..195884ba2 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 a5cb39c41..9bfd969fb 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 256dd3994..ccd5243c2 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 9faa51b83..9cd984d16 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 06bd19dc8..5388f1828 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 4738e4d68..87373bbfe 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 8cac16957..efe3cb109 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 38089c5e4..676af9062 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 620b07b86..593093098 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 5cb168f87..9040da1cc 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 757652efb..957d73a64 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 96c63ec64..35a2442f9 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 b7caa09ea..604f45d9e 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 29545c504..8e473692c 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 69bcf5ca9..831db7cad 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 1f0c79aa0..5f6d1cf9f 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 6ef62a396..d8804efff 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 e69d66eb9..b758e330a 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 177cdc107..1f984d910 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 8f2f1c868..8e146e408 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 853845973..08503b01c 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 7549c09a8..82be6b45f 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 395a17854..32655c63d 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 d828fc9b7..87b9cc8c8 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 e9a3687bf..cee1be1db 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 db486f809..425b4a0a4 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 1dd38b2a3..a748abb19 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 ce7c3e283..aa05372aa 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 9748de70f..f6e35ac57 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 1523b46ad..3d66f6650 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 ff8083556..d0d79ba3a 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 64831fe9e..96cad5228 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 6482ee8ef..1bb37d939 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 82a412e8b..b26adfc46 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 e8b97526d..d98f0aca4 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 b640cf63e..5ab27e9fb 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 23f9b709e..ed81eebee 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 f9340bd62..9e666578f 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 51ae07994..3fd3fb1d0 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 8dea2ea99..30771eb7e 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 5c2926451..38f078347 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 cc5e0198e..ef5d88c75 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 b0c670c04..1ebbed477 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 7f21b1a2b..9323852f9 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 db959ab9a..fc892b89b 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 8bdbd439f..8cdeac6b9 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 c047c227c..a2d5f6efc 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 b7b1397d1..9623f808c 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 3444ff21c..8146d5e1a 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 35d8a68bb..e57176ac5 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 d73912d1e..1b2441ce9 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 59e4d6c9a..444871853 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 8f9e4fd36..84d23fb47 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 c2707891c..9cd1fdacf 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 0ed7f6506..b24a76453 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 84a3c764f..df007c3e7 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 9191ab549..69629edcb 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 55d4762e0..4642e060e 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 e6b554e5c..68b5404e3 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 c40deddbf..6166fe688 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 be461af30..25127e156 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 5f01e3a7e..68500b5a6 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 47c00ec7e..ae66705ad 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 6d606a720..311accc0b 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 c4061b182..d4744b611 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 559a9c097..90dae8f8e 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 d54e89c89..918e87789 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 -- 2.39.5