From cf5af95792047ca8be23ae3914469ced1393e108 Mon Sep 17 00:00:00 2001 From: AtulRajput01 Date: Sun, 12 Jan 2025 10:02:32 +0530 Subject: [PATCH] Update references from 2024 to 2025 across the repository --- config/config.go | 2 +- config/parser.go | 2 +- config/validator.go | 2 +- docs/src/content/updates/2024-08-01.md | 2 +- docs/src/content/updates/2024-10-10.md | 2 +- examples/leaderboard-go/main.go | 2 +- examples/url-shortener/main.go | 2 +- integration_tests/commands/http/append_test.go | 2 +- integration_tests/commands/http/bit_test.go | 2 +- integration_tests/commands/http/bloom_test.go | 2 +- integration_tests/commands/http/check_type_test.go | 2 +- integration_tests/commands/http/command_count_test.go | 2 +- integration_tests/commands/http/command_default_test.go | 2 +- integration_tests/commands/http/command_docs_test.go | 2 +- integration_tests/commands/http/command_getkeys_test.go | 2 +- integration_tests/commands/http/command_help_test.go | 2 +- integration_tests/commands/http/command_info_test.go | 2 +- integration_tests/commands/http/command_list_test.go | 2 +- integration_tests/commands/http/command_rename_test.go | 2 +- integration_tests/commands/http/copy_test.go | 2 +- integration_tests/commands/http/countminsketch_test.go | 2 +- integration_tests/commands/http/dbsize_test.go | 2 +- integration_tests/commands/http/decr_test.go | 2 +- integration_tests/commands/http/del_test.go | 2 +- integration_tests/commands/http/deque_test.go | 2 +- integration_tests/commands/http/echo_test.go | 2 +- integration_tests/commands/http/exists_test.go | 2 +- integration_tests/commands/http/expire_test.go | 2 +- integration_tests/commands/http/expireat_test.go | 2 +- integration_tests/commands/http/expiretime_test.go | 2 +- integration_tests/commands/http/geo_test.go | 2 +- integration_tests/commands/http/get_test.go | 2 +- integration_tests/commands/http/getdel_test.go | 2 +- integration_tests/commands/http/getex_test.go | 2 +- integration_tests/commands/http/getrange_test.go | 2 +- integration_tests/commands/http/getset_test.go | 2 +- integration_tests/commands/http/hdel_test.go | 2 +- integration_tests/commands/http/hexists_test.go | 2 +- integration_tests/commands/http/hget_test.go | 2 +- integration_tests/commands/http/hincrby_test.go | 2 +- integration_tests/commands/http/hincrbyfloat_test.go | 2 +- integration_tests/commands/http/hkeys_test.go | 2 +- integration_tests/commands/http/hlen_test.go | 2 +- integration_tests/commands/http/hrandfield_test.go | 2 +- integration_tests/commands/http/hscan_test.go | 2 +- integration_tests/commands/http/hset_test.go | 2 +- integration_tests/commands/http/hsetnx_test.go | 2 +- integration_tests/commands/http/hstrlen_test.go | 2 +- integration_tests/commands/http/hvals_test.go | 2 +- integration_tests/commands/http/hyperloglog_test.go | 2 +- integration_tests/commands/http/incr_by_float_test.go | 2 +- integration_tests/commands/http/incr_test.go | 2 +- integration_tests/commands/http/json_arrpop_test.go | 2 +- integration_tests/commands/http/json_test.go | 2 +- integration_tests/commands/http/jsondebug_test.go | 2 +- integration_tests/commands/http/jsonresp_test.go | 2 +- integration_tests/commands/http/keys_test.go | 2 +- integration_tests/commands/http/main_test.go | 2 +- integration_tests/commands/http/mget_test.go | 2 +- integration_tests/commands/http/mset_test.go | 2 +- integration_tests/commands/http/object_test.go | 2 +- integration_tests/commands/http/set_data_cmd_test.go | 2 +- integration_tests/commands/http/set_test.go | 2 +- integration_tests/commands/http/setup.go | 2 +- integration_tests/commands/http/touch_test.go | 2 +- integration_tests/commands/http/ttl_pttl_test.go | 2 +- integration_tests/commands/http/type_test.go | 2 +- integration_tests/commands/http/zcard_test.go | 2 +- integration_tests/commands/http/zpopmax_test.go | 2 +- integration_tests/commands/http/zrank_test.go | 2 +- integration_tests/commands/http/zrem_test.go | 2 +- integration_tests/commands/http/zset_test.go | 2 +- integration_tests/commands/resp/abort/server_abort_test.go | 2 +- integration_tests/commands/resp/append_test.go | 2 +- integration_tests/commands/resp/bit_test.go | 2 +- integration_tests/commands/resp/bloom_test.go | 2 +- integration_tests/commands/resp/check_type_test.go | 2 +- integration_tests/commands/resp/command_count_test.go | 2 +- integration_tests/commands/resp/command_default_test.go | 2 +- integration_tests/commands/resp/command_docs_test.go | 2 +- integration_tests/commands/resp/command_getkeys_test.go | 2 +- integration_tests/commands/resp/command_info_test.go | 2 +- integration_tests/commands/resp/command_list_test.go | 2 +- integration_tests/commands/resp/command_rename_test.go | 2 +- integration_tests/commands/resp/copy_test.go | 2 +- integration_tests/commands/resp/countminsketch_test.go | 2 +- integration_tests/commands/resp/dbsize_test.go | 2 +- integration_tests/commands/resp/decr_test.go | 2 +- integration_tests/commands/resp/del_test.go | 2 +- integration_tests/commands/resp/deque_test.go | 2 +- integration_tests/commands/resp/dump_test.go | 2 +- integration_tests/commands/resp/echo_test.go | 2 +- integration_tests/commands/resp/exists_test.go | 2 +- integration_tests/commands/resp/expire_test.go | 2 +- integration_tests/commands/resp/flushdb_test.go | 2 +- integration_tests/commands/resp/geo_test.go | 2 +- integration_tests/commands/resp/get_test.go | 2 +- integration_tests/commands/resp/getdel_test.go | 2 +- integration_tests/commands/resp/getex_test.go | 2 +- integration_tests/commands/resp/getrange_test.go | 2 +- integration_tests/commands/resp/getset_test.go | 2 +- integration_tests/commands/resp/getunwatch_test.go | 2 +- integration_tests/commands/resp/getwatch_test.go | 2 +- integration_tests/commands/resp/hdel_test.go | 2 +- integration_tests/commands/resp/hello_test.go | 2 +- integration_tests/commands/resp/hexists_test.go | 2 +- integration_tests/commands/resp/hget_test.go | 2 +- integration_tests/commands/resp/hgetall_test.go | 2 +- integration_tests/commands/resp/hincrby_test.go | 2 +- integration_tests/commands/resp/hincrbyfloat_test.go | 2 +- integration_tests/commands/resp/hkeys_test.go | 2 +- integration_tests/commands/resp/hlen_test.go | 2 +- integration_tests/commands/resp/hmget_test.go | 2 +- integration_tests/commands/resp/hmset_test.go | 2 +- integration_tests/commands/resp/hrandfield_test.go | 2 +- integration_tests/commands/resp/hscan_test.go | 2 +- integration_tests/commands/resp/hset_test.go | 2 +- integration_tests/commands/resp/hsetnx_test.go | 2 +- integration_tests/commands/resp/hstrlen_test.go | 2 +- integration_tests/commands/resp/hvals_test.go | 2 +- integration_tests/commands/resp/hyperloglog_test.go | 2 +- integration_tests/commands/resp/incr_by_float_test.go | 2 +- integration_tests/commands/resp/incr_test.go | 2 +- integration_tests/commands/resp/json_test.go | 2 +- integration_tests/commands/resp/jsondebug_test.go | 2 +- integration_tests/commands/resp/jsonresp_test.go | 2 +- integration_tests/commands/resp/keys_test.go | 2 +- integration_tests/commands/resp/main_test.go | 2 +- integration_tests/commands/resp/mget_test.go | 2 +- integration_tests/commands/resp/mset_test.go | 2 +- integration_tests/commands/resp/object_test.go | 2 +- integration_tests/commands/resp/pfcountwatch_test.go | 2 +- integration_tests/commands/resp/set_data_cmd_test.go | 2 +- integration_tests/commands/resp/set_test.go | 2 +- integration_tests/commands/resp/setup.go | 2 +- integration_tests/commands/resp/touch_test.go | 2 +- integration_tests/commands/resp/ttl_pttl_test.go | 2 +- integration_tests/commands/resp/type_test.go | 2 +- integration_tests/commands/resp/zcard_test.go | 2 +- integration_tests/commands/resp/zpopmax_test.go | 2 +- integration_tests/commands/resp/zrangewatch_test.go | 2 +- integration_tests/commands/resp/zrank_test.go | 2 +- integration_tests/commands/resp/zrem_test.go | 2 +- integration_tests/commands/resp/zset_test.go | 2 +- integration_tests/commands/websocket/append_test.go | 2 +- integration_tests/commands/websocket/bit_test.go | 2 +- integration_tests/commands/websocket/bloom_test.go | 2 +- integration_tests/commands/websocket/command_docs_test.go | 2 +- integration_tests/commands/websocket/countminsketch_test.go | 2 +- integration_tests/commands/websocket/decr_test.go | 2 +- integration_tests/commands/websocket/del_test.go | 2 +- integration_tests/commands/websocket/deque_test.go | 2 +- integration_tests/commands/websocket/exists_test.go | 2 +- integration_tests/commands/websocket/expire_test.go | 2 +- integration_tests/commands/websocket/geo_test.go | 2 +- integration_tests/commands/websocket/get_test.go | 2 +- integration_tests/commands/websocket/getrange_test.go | 2 +- integration_tests/commands/websocket/hdel_test.go | 2 +- integration_tests/commands/websocket/helper.go | 2 +- integration_tests/commands/websocket/hexists_test.go | 2 +- integration_tests/commands/websocket/hget_test.go | 2 +- integration_tests/commands/websocket/hincrby_test.go | 2 +- integration_tests/commands/websocket/hincrbyfloat_test.go | 2 +- integration_tests/commands/websocket/hkeys_test.go | 2 +- integration_tests/commands/websocket/hlen_test.go | 2 +- integration_tests/commands/websocket/hrandfield_test.go | 2 +- integration_tests/commands/websocket/hscan_test.go | 2 +- integration_tests/commands/websocket/hset_test.go | 2 +- integration_tests/commands/websocket/hstrlen_test.go | 2 +- integration_tests/commands/websocket/hvals_test.go | 2 +- integration_tests/commands/websocket/hyperloglog_test.go | 2 +- integration_tests/commands/websocket/incr_by_float_test.go | 2 +- integration_tests/commands/websocket/incr_test.go | 2 +- integration_tests/commands/websocket/json_test.go | 2 +- integration_tests/commands/websocket/jsondebug_test.go | 2 +- integration_tests/commands/websocket/jsonresp_test.go | 2 +- integration_tests/commands/websocket/main_test.go | 2 +- integration_tests/commands/websocket/set_test.go | 2 +- integration_tests/commands/websocket/setup.go | 2 +- integration_tests/commands/websocket/ttl_pttl_test.go | 2 +- integration_tests/commands/websocket/type_test.go | 2 +- integration_tests/commands/websocket/writeretry_test.go | 2 +- integration_tests/commands/websocket/zcard_test.go | 2 +- integration_tests/commands/websocket/zpopmax_test.go | 2 +- integration_tests/commands/websocket/zrank_test.go | 2 +- integration_tests/commands/websocket/zrem_test.go | 2 +- integration_tests/commands/websocket/zset_test.go | 2 +- integration_tests/config/config_test.go | 2 +- integration_tests/config/parser_test.go | 2 +- integration_tests/server/max_conn_test.go | 2 +- integration_tests/server/server_abort_test.go | 2 +- integration_tests/server/setup.go | 2 +- internal/auth/session.go | 2 +- internal/auth/session_test.go | 2 +- internal/cli/cli.go | 2 +- internal/clientio/io.go | 2 +- internal/clientio/io_test.go | 2 +- internal/clientio/iohandler/iohandler.go | 2 +- internal/clientio/iohandler/netconn/netconn.go | 2 +- internal/clientio/iohandler/netconn/netconn_resp_test.go | 2 +- internal/clientio/iohandler/netconn/netconn_test.go | 2 +- internal/clientio/requestparser/parser.go | 2 +- internal/clientio/requestparser/resp/respparser.go | 2 +- internal/clientio/requestparser/resp/respparser_test.go | 2 +- internal/clientio/resp.go | 2 +- internal/clientio/resp_test.go | 2 +- internal/cmd/cmds.go | 2 +- internal/comm/client.go | 2 +- internal/commandhandler/cmd_compose.go | 2 +- internal/commandhandler/cmd_custom.go | 2 +- internal/commandhandler/cmd_decompose.go | 2 +- internal/commandhandler/cmd_meta.go | 2 +- internal/commandhandler/cmd_preprocess.go | 2 +- internal/common/map.go | 2 +- internal/common/regmap.go | 2 +- internal/common/swisstable.go | 2 +- internal/dencoding/dencoding_benchmark_test.go | 2 +- internal/dencoding/int.go | 2 +- internal/dencoding/int_test.go | 2 +- internal/errors/errors.go | 2 +- internal/errors/migrated_errors.go | 2 +- internal/eval/bitpos.go | 2 +- internal/eval/bloom_test.go | 2 +- internal/eval/bloom_utils.go | 2 +- internal/eval/bytearray.go | 2 +- internal/eval/bytearray_test.go | 2 +- internal/eval/bytelist.go | 2 +- internal/eval/bytelist_test.go | 2 +- internal/eval/commands.go | 2 +- internal/eval/constants.go | 2 +- internal/eval/countminsketch.go | 2 +- internal/eval/countminsketch_test.go | 2 +- internal/eval/deque.go | 2 +- internal/eval/deque_test.go | 2 +- internal/eval/dump_restore.go | 2 +- internal/eval/eval.go | 2 +- internal/eval/eval_test.go | 2 +- internal/eval/execute.go | 2 +- internal/eval/geo/geo.go | 2 +- internal/eval/hmap.go | 2 +- internal/eval/hmap_test.go | 2 +- internal/eval/main_test.go | 2 +- internal/eval/sortedset/sorted_set.go | 2 +- internal/eval/store_eval.go | 2 +- internal/eval/type_asserts.go | 2 +- internal/eval/type_bloomfilter.go | 2 +- internal/eval/type_string.go | 2 +- internal/eval/type_string_test.go | 2 +- internal/id/id.go | 2 +- internal/id/id_test.go | 2 +- internal/iomultiplexer/constants.go | 2 +- internal/iomultiplexer/epoll_linux.go | 2 +- internal/iomultiplexer/errors.go | 2 +- internal/iomultiplexer/interface.go | 2 +- internal/iomultiplexer/kqueue_darwin.go | 2 +- internal/iomultiplexer/types.go | 2 +- internal/iomultiplexer/types_darwin.go | 2 +- internal/iomultiplexer/types_linux.go | 2 +- internal/iothread/iothread.go | 2 +- internal/iothread/manager.go | 2 +- internal/logger/logger.go | 2 +- internal/logger/zerolog.go | 2 +- internal/object/deep_copy.go | 2 +- internal/object/object.go | 2 +- internal/object/typeencoding.go | 2 +- internal/observability/constants.go | 2 +- internal/observability/hardware.go | 2 +- internal/observability/instance.go | 2 +- internal/observability/ping.go | 2 +- internal/ops/store_op.go | 2 +- internal/querymanager/watch_response.go | 2 +- internal/regex/regex.go | 2 +- internal/regex/regex_test.go | 2 +- internal/server/abstractserver/abstract_server.go | 2 +- internal/server/httpws/httpResp.go | 2 +- internal/server/httpws/httpServer.go | 2 +- internal/server/httpws/redisCmdAdapter.go | 2 +- internal/server/httpws/redisCmdAdapter_test.go | 2 +- internal/server/httpws/websocketServer.go | 2 +- internal/server/resp/server.go | 2 +- internal/server/utils/array.go | 2 +- internal/server/utils/bitfield.go | 2 +- internal/server/utils/boolToInt.go | 2 +- internal/server/utils/constants.go | 2 +- internal/server/utils/floatToInt.go | 2 +- internal/server/utils/json.go | 2 +- internal/server/utils/jsontype.go | 2 +- internal/server/utils/jsontype_test.go | 2 +- internal/server/utils/round.go | 2 +- internal/server/utils/time.go | 2 +- internal/shard/shard_manager.go | 2 +- internal/shard/shard_thread.go | 2 +- internal/store/aof.go | 2 +- internal/store/aof_test.go | 2 +- internal/store/batchevictionlru.go | 2 +- internal/store/batchevictionlru_test.go | 2 +- internal/store/constants.go | 2 +- internal/store/eviction.go | 2 +- internal/store/expire.go | 2 +- internal/store/expire_test.go | 2 +- internal/store/store.go | 2 +- internal/store/store_options.go | 2 +- internal/wal/wal.go | 2 +- internal/wal/wal.pb.go | 2 +- internal/wal/wal.proto | 2 +- internal/wal/wal_aof.go | 2 +- internal/wal/wal_null.go | 2 +- internal/wal/wal_sqlite.go | 2 +- internal/wal/wal_test.go | 2 +- internal/watchmanager/watch_manager.go | 2 +- main.go | 2 +- mocks/slog_noop.go | 2 +- testutils/json.go | 2 +- testutils/parsecommand.go | 2 +- testutils/slices.go | 2 +- 315 files changed, 315 insertions(+), 315 deletions(-) diff --git a/config/config.go b/config/config.go index 591099298..7e1b7465d 100644 --- a/config/config.go +++ b/config/config.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/config/parser.go b/config/parser.go index da6a0ecb7..45be1080a 100644 --- a/config/parser.go +++ b/config/parser.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/config/validator.go b/config/validator.go index f42f4138f..0d2a5dc14 100644 --- a/config/validator.go +++ b/config/validator.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/docs/src/content/updates/2024-08-01.md b/docs/src/content/updates/2024-08-01.md index 6f770c3b3..aab243128 100644 --- a/docs/src/content/updates/2024-08-01.md +++ b/docs/src/content/updates/2024-08-01.md @@ -10,7 +10,7 @@ Agenda: - JSON-to-JSON comparisons in WHERE clause? - Research from Cockroach labs on Json libs \- [https://www.cockroachlabs.com/blog/high-performance-json-parsing/](https://www.cockroachlabs.com/blog/high-performance-json-parsing/) -## Jul 25, 2025| [DiceDB Weekly Community Call](https://www.google.com/calendar/event?eid=M2Judmhnb2E0YnFsY2d0NWUwMDBhdnZjbmUgYXJwaXQubWFzdGVyY2xhc3NAbQ) +## Jul 25, 2025 | [DiceDB Weekly Community Call](https://www.google.com/calendar/event?eid=M2Judmhnb2E0YnFsY2d0NWUwMDBhdnZjbmUgYXJwaXQubWFzdGVyY2xhc3NAbQ) Agenda: diff --git a/docs/src/content/updates/2024-10-10.md b/docs/src/content/updates/2024-10-10.md index 7b721dfe3..bd3b6a963 100644 --- a/docs/src/content/updates/2024-10-10.md +++ b/docs/src/content/updates/2024-10-10.md @@ -44,7 +44,7 @@ Performance and Optimization: Other: -1. Updated benchmark numbers as of 10th Oct 2025(Arpit Bhayani) +1. Updated benchmark numbers as of 10th Oct 2025 (Arpit Bhayani) 2. Upgraded vulnerable packages (Progyan) 3. Added support for getting adhocReqChan buffer from config (Rohan Chavan) 4. Changed Github workflow to not run actions for docs related PRs (suryavirkapur) diff --git a/examples/leaderboard-go/main.go b/examples/leaderboard-go/main.go index eaf00205e..dada87b5b 100644 --- a/examples/leaderboard-go/main.go +++ b/examples/leaderboard-go/main.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/examples/url-shortener/main.go b/examples/url-shortener/main.go index 618a37498..212286cf0 100644 --- a/examples/url-shortener/main.go +++ b/examples/url-shortener/main.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/append_test.go b/integration_tests/commands/http/append_test.go index f24b95bc8..8a03de985 100644 --- a/integration_tests/commands/http/append_test.go +++ b/integration_tests/commands/http/append_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/bit_test.go b/integration_tests/commands/http/bit_test.go index 47a2d8e6e..fa7f904ed 100644 --- a/integration_tests/commands/http/bit_test.go +++ b/integration_tests/commands/http/bit_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/bloom_test.go b/integration_tests/commands/http/bloom_test.go index 51dcc44d0..58e724047 100644 --- a/integration_tests/commands/http/bloom_test.go +++ b/integration_tests/commands/http/bloom_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/check_type_test.go b/integration_tests/commands/http/check_type_test.go index 6b1346a42..8f6cd73ce 100644 --- a/integration_tests/commands/http/check_type_test.go +++ b/integration_tests/commands/http/check_type_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/command_count_test.go b/integration_tests/commands/http/command_count_test.go index fb6edb237..753a41881 100644 --- a/integration_tests/commands/http/command_count_test.go +++ b/integration_tests/commands/http/command_count_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/command_default_test.go b/integration_tests/commands/http/command_default_test.go index 034a17e16..8526f4c91 100644 --- a/integration_tests/commands/http/command_default_test.go +++ b/integration_tests/commands/http/command_default_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/command_docs_test.go b/integration_tests/commands/http/command_docs_test.go index 75f25c39e..f1511b417 100644 --- a/integration_tests/commands/http/command_docs_test.go +++ b/integration_tests/commands/http/command_docs_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/command_getkeys_test.go b/integration_tests/commands/http/command_getkeys_test.go index 5faf420e5..e8988806f 100644 --- a/integration_tests/commands/http/command_getkeys_test.go +++ b/integration_tests/commands/http/command_getkeys_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/command_help_test.go b/integration_tests/commands/http/command_help_test.go index 659c45423..98abe1438 100644 --- a/integration_tests/commands/http/command_help_test.go +++ b/integration_tests/commands/http/command_help_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/command_info_test.go b/integration_tests/commands/http/command_info_test.go index 2678284dd..15c24475d 100644 --- a/integration_tests/commands/http/command_info_test.go +++ b/integration_tests/commands/http/command_info_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/command_list_test.go b/integration_tests/commands/http/command_list_test.go index fb5f2fed0..bd224993d 100644 --- a/integration_tests/commands/http/command_list_test.go +++ b/integration_tests/commands/http/command_list_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/command_rename_test.go b/integration_tests/commands/http/command_rename_test.go index 2d6569d36..ecc640479 100644 --- a/integration_tests/commands/http/command_rename_test.go +++ b/integration_tests/commands/http/command_rename_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/copy_test.go b/integration_tests/commands/http/copy_test.go index f8e8619ba..0038c8e3f 100644 --- a/integration_tests/commands/http/copy_test.go +++ b/integration_tests/commands/http/copy_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/countminsketch_test.go b/integration_tests/commands/http/countminsketch_test.go index 2f0c0bd14..e58527a97 100644 --- a/integration_tests/commands/http/countminsketch_test.go +++ b/integration_tests/commands/http/countminsketch_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/dbsize_test.go b/integration_tests/commands/http/dbsize_test.go index e7d411fed..9b8f88ad7 100644 --- a/integration_tests/commands/http/dbsize_test.go +++ b/integration_tests/commands/http/dbsize_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/decr_test.go b/integration_tests/commands/http/decr_test.go index b48d58531..595eb4355 100644 --- a/integration_tests/commands/http/decr_test.go +++ b/integration_tests/commands/http/decr_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/del_test.go b/integration_tests/commands/http/del_test.go index 9638789e0..54290f04a 100644 --- a/integration_tests/commands/http/del_test.go +++ b/integration_tests/commands/http/del_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/deque_test.go b/integration_tests/commands/http/deque_test.go index b5b014f6e..b897c5c5b 100644 --- a/integration_tests/commands/http/deque_test.go +++ b/integration_tests/commands/http/deque_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/echo_test.go b/integration_tests/commands/http/echo_test.go index 2f3f3afbd..45a7d2314 100644 --- a/integration_tests/commands/http/echo_test.go +++ b/integration_tests/commands/http/echo_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/exists_test.go b/integration_tests/commands/http/exists_test.go index f61c41a66..eff1e8b46 100644 --- a/integration_tests/commands/http/exists_test.go +++ b/integration_tests/commands/http/exists_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/expire_test.go b/integration_tests/commands/http/expire_test.go index fda94b141..27dcbd740 100644 --- a/integration_tests/commands/http/expire_test.go +++ b/integration_tests/commands/http/expire_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/expireat_test.go b/integration_tests/commands/http/expireat_test.go index 754673ea7..9d85e3a31 100644 --- a/integration_tests/commands/http/expireat_test.go +++ b/integration_tests/commands/http/expireat_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/expiretime_test.go b/integration_tests/commands/http/expiretime_test.go index 5a6b2bdd3..de8e8a7a8 100644 --- a/integration_tests/commands/http/expiretime_test.go +++ b/integration_tests/commands/http/expiretime_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/geo_test.go b/integration_tests/commands/http/geo_test.go index cc44ede1f..d25e7516b 100644 --- a/integration_tests/commands/http/geo_test.go +++ b/integration_tests/commands/http/geo_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/get_test.go b/integration_tests/commands/http/get_test.go index 516a1982d..b48f6f369 100644 --- a/integration_tests/commands/http/get_test.go +++ b/integration_tests/commands/http/get_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/getdel_test.go b/integration_tests/commands/http/getdel_test.go index 23410b062..9c8dea69a 100644 --- a/integration_tests/commands/http/getdel_test.go +++ b/integration_tests/commands/http/getdel_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/getex_test.go b/integration_tests/commands/http/getex_test.go index 7b6d6730a..0e0cd0f9a 100644 --- a/integration_tests/commands/http/getex_test.go +++ b/integration_tests/commands/http/getex_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/getrange_test.go b/integration_tests/commands/http/getrange_test.go index 79273ba43..f75a68a10 100644 --- a/integration_tests/commands/http/getrange_test.go +++ b/integration_tests/commands/http/getrange_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/getset_test.go b/integration_tests/commands/http/getset_test.go index 2c9241276..1f35e4ca4 100644 --- a/integration_tests/commands/http/getset_test.go +++ b/integration_tests/commands/http/getset_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hdel_test.go b/integration_tests/commands/http/hdel_test.go index 3604de797..87fca340a 100644 --- a/integration_tests/commands/http/hdel_test.go +++ b/integration_tests/commands/http/hdel_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hexists_test.go b/integration_tests/commands/http/hexists_test.go index a462332be..da56b9cd3 100644 --- a/integration_tests/commands/http/hexists_test.go +++ b/integration_tests/commands/http/hexists_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hget_test.go b/integration_tests/commands/http/hget_test.go index 046e8e2ce..366ab9c17 100644 --- a/integration_tests/commands/http/hget_test.go +++ b/integration_tests/commands/http/hget_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hincrby_test.go b/integration_tests/commands/http/hincrby_test.go index 59a08521a..10119e18d 100644 --- a/integration_tests/commands/http/hincrby_test.go +++ b/integration_tests/commands/http/hincrby_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hincrbyfloat_test.go b/integration_tests/commands/http/hincrbyfloat_test.go index f05901eee..2e5fd4aed 100644 --- a/integration_tests/commands/http/hincrbyfloat_test.go +++ b/integration_tests/commands/http/hincrbyfloat_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hkeys_test.go b/integration_tests/commands/http/hkeys_test.go index 6d2e5779f..f254f22e6 100644 --- a/integration_tests/commands/http/hkeys_test.go +++ b/integration_tests/commands/http/hkeys_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hlen_test.go b/integration_tests/commands/http/hlen_test.go index 171c349b8..b78b20e7f 100644 --- a/integration_tests/commands/http/hlen_test.go +++ b/integration_tests/commands/http/hlen_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hrandfield_test.go b/integration_tests/commands/http/hrandfield_test.go index 0193e2d25..a9e2fee3a 100644 --- a/integration_tests/commands/http/hrandfield_test.go +++ b/integration_tests/commands/http/hrandfield_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hscan_test.go b/integration_tests/commands/http/hscan_test.go index 4ef898ed4..120c395bd 100644 --- a/integration_tests/commands/http/hscan_test.go +++ b/integration_tests/commands/http/hscan_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hset_test.go b/integration_tests/commands/http/hset_test.go index 50238a8f8..45981fa3e 100644 --- a/integration_tests/commands/http/hset_test.go +++ b/integration_tests/commands/http/hset_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hsetnx_test.go b/integration_tests/commands/http/hsetnx_test.go index f09d323bb..00280a15e 100644 --- a/integration_tests/commands/http/hsetnx_test.go +++ b/integration_tests/commands/http/hsetnx_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hstrlen_test.go b/integration_tests/commands/http/hstrlen_test.go index d341b9684..4a09a14a2 100644 --- a/integration_tests/commands/http/hstrlen_test.go +++ b/integration_tests/commands/http/hstrlen_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hvals_test.go b/integration_tests/commands/http/hvals_test.go index 0b4729f7d..49d8077cf 100644 --- a/integration_tests/commands/http/hvals_test.go +++ b/integration_tests/commands/http/hvals_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/hyperloglog_test.go b/integration_tests/commands/http/hyperloglog_test.go index 71e2dd67e..adf68f978 100644 --- a/integration_tests/commands/http/hyperloglog_test.go +++ b/integration_tests/commands/http/hyperloglog_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/incr_by_float_test.go b/integration_tests/commands/http/incr_by_float_test.go index 3d8fb7430..719987498 100644 --- a/integration_tests/commands/http/incr_by_float_test.go +++ b/integration_tests/commands/http/incr_by_float_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/incr_test.go b/integration_tests/commands/http/incr_test.go index 261409297..0721e7b14 100644 --- a/integration_tests/commands/http/incr_test.go +++ b/integration_tests/commands/http/incr_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/json_arrpop_test.go b/integration_tests/commands/http/json_arrpop_test.go index d62f9062a..baa4a9094 100644 --- a/integration_tests/commands/http/json_arrpop_test.go +++ b/integration_tests/commands/http/json_arrpop_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/json_test.go b/integration_tests/commands/http/json_test.go index 1c6018b92..39d8f153f 100644 --- a/integration_tests/commands/http/json_test.go +++ b/integration_tests/commands/http/json_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/jsondebug_test.go b/integration_tests/commands/http/jsondebug_test.go index e6aab6aac..41db16a6c 100644 --- a/integration_tests/commands/http/jsondebug_test.go +++ b/integration_tests/commands/http/jsondebug_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/jsonresp_test.go b/integration_tests/commands/http/jsonresp_test.go index df3b920c7..3647bba8c 100644 --- a/integration_tests/commands/http/jsonresp_test.go +++ b/integration_tests/commands/http/jsonresp_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/keys_test.go b/integration_tests/commands/http/keys_test.go index fab078ab2..4f3bf5144 100644 --- a/integration_tests/commands/http/keys_test.go +++ b/integration_tests/commands/http/keys_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/main_test.go b/integration_tests/commands/http/main_test.go index 64d9907b8..0dcfa6f90 100644 --- a/integration_tests/commands/http/main_test.go +++ b/integration_tests/commands/http/main_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/mget_test.go b/integration_tests/commands/http/mget_test.go index d2e802d68..c2f43cde4 100644 --- a/integration_tests/commands/http/mget_test.go +++ b/integration_tests/commands/http/mget_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/mset_test.go b/integration_tests/commands/http/mset_test.go index c2c55301c..17fd45872 100644 --- a/integration_tests/commands/http/mset_test.go +++ b/integration_tests/commands/http/mset_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/object_test.go b/integration_tests/commands/http/object_test.go index 465adff34..7b0f429db 100644 --- a/integration_tests/commands/http/object_test.go +++ b/integration_tests/commands/http/object_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/set_data_cmd_test.go b/integration_tests/commands/http/set_data_cmd_test.go index 1b86ecaa4..1b70b88b1 100644 --- a/integration_tests/commands/http/set_data_cmd_test.go +++ b/integration_tests/commands/http/set_data_cmd_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/set_test.go b/integration_tests/commands/http/set_test.go index d979a38df..ad316bdb1 100644 --- a/integration_tests/commands/http/set_test.go +++ b/integration_tests/commands/http/set_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/setup.go b/integration_tests/commands/http/setup.go index 9fe94e558..b407ed067 100644 --- a/integration_tests/commands/http/setup.go +++ b/integration_tests/commands/http/setup.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/touch_test.go b/integration_tests/commands/http/touch_test.go index b7b136887..6009f15dd 100644 --- a/integration_tests/commands/http/touch_test.go +++ b/integration_tests/commands/http/touch_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/ttl_pttl_test.go b/integration_tests/commands/http/ttl_pttl_test.go index aa647fbab..a5b5ff32c 100644 --- a/integration_tests/commands/http/ttl_pttl_test.go +++ b/integration_tests/commands/http/ttl_pttl_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/type_test.go b/integration_tests/commands/http/type_test.go index dcb912186..da0e93cc2 100644 --- a/integration_tests/commands/http/type_test.go +++ b/integration_tests/commands/http/type_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/zcard_test.go b/integration_tests/commands/http/zcard_test.go index 87f909e96..02805e1d9 100644 --- a/integration_tests/commands/http/zcard_test.go +++ b/integration_tests/commands/http/zcard_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/zpopmax_test.go b/integration_tests/commands/http/zpopmax_test.go index 8fb697c73..b4128afd7 100644 --- a/integration_tests/commands/http/zpopmax_test.go +++ b/integration_tests/commands/http/zpopmax_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/zrank_test.go b/integration_tests/commands/http/zrank_test.go index dc4f39574..c7b138aad 100644 --- a/integration_tests/commands/http/zrank_test.go +++ b/integration_tests/commands/http/zrank_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/zrem_test.go b/integration_tests/commands/http/zrem_test.go index 9ca50839b..39ae811eb 100644 --- a/integration_tests/commands/http/zrem_test.go +++ b/integration_tests/commands/http/zrem_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/http/zset_test.go b/integration_tests/commands/http/zset_test.go index 76f05db58..cf23cd2ee 100644 --- a/integration_tests/commands/http/zset_test.go +++ b/integration_tests/commands/http/zset_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/abort/server_abort_test.go b/integration_tests/commands/resp/abort/server_abort_test.go index b0d462e7d..18caae66f 100644 --- a/integration_tests/commands/resp/abort/server_abort_test.go +++ b/integration_tests/commands/resp/abort/server_abort_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/append_test.go b/integration_tests/commands/resp/append_test.go index 62899521c..9aa20af28 100644 --- a/integration_tests/commands/resp/append_test.go +++ b/integration_tests/commands/resp/append_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/bit_test.go b/integration_tests/commands/resp/bit_test.go index 4e4271804..0c174a39c 100644 --- a/integration_tests/commands/resp/bit_test.go +++ b/integration_tests/commands/resp/bit_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/bloom_test.go b/integration_tests/commands/resp/bloom_test.go index 8967477b5..3201ae751 100644 --- a/integration_tests/commands/resp/bloom_test.go +++ b/integration_tests/commands/resp/bloom_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/check_type_test.go b/integration_tests/commands/resp/check_type_test.go index 64b67e780..5966a61ee 100644 --- a/integration_tests/commands/resp/check_type_test.go +++ b/integration_tests/commands/resp/check_type_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/command_count_test.go b/integration_tests/commands/resp/command_count_test.go index 84b41c159..629e05ed1 100644 --- a/integration_tests/commands/resp/command_count_test.go +++ b/integration_tests/commands/resp/command_count_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/command_default_test.go b/integration_tests/commands/resp/command_default_test.go index 8fa3fc11b..ff648df32 100644 --- a/integration_tests/commands/resp/command_default_test.go +++ b/integration_tests/commands/resp/command_default_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/command_docs_test.go b/integration_tests/commands/resp/command_docs_test.go index e4013981f..76ca00211 100644 --- a/integration_tests/commands/resp/command_docs_test.go +++ b/integration_tests/commands/resp/command_docs_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/command_getkeys_test.go b/integration_tests/commands/resp/command_getkeys_test.go index e9e030cf2..760e050a7 100644 --- a/integration_tests/commands/resp/command_getkeys_test.go +++ b/integration_tests/commands/resp/command_getkeys_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/command_info_test.go b/integration_tests/commands/resp/command_info_test.go index db7abe2ab..363bebee0 100644 --- a/integration_tests/commands/resp/command_info_test.go +++ b/integration_tests/commands/resp/command_info_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/command_list_test.go b/integration_tests/commands/resp/command_list_test.go index 9a727ce9b..427456390 100644 --- a/integration_tests/commands/resp/command_list_test.go +++ b/integration_tests/commands/resp/command_list_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/command_rename_test.go b/integration_tests/commands/resp/command_rename_test.go index 9a46188b6..b287666ec 100644 --- a/integration_tests/commands/resp/command_rename_test.go +++ b/integration_tests/commands/resp/command_rename_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/copy_test.go b/integration_tests/commands/resp/copy_test.go index 8e675f902..4be013706 100644 --- a/integration_tests/commands/resp/copy_test.go +++ b/integration_tests/commands/resp/copy_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/countminsketch_test.go b/integration_tests/commands/resp/countminsketch_test.go index 221ed4935..2b183e4db 100644 --- a/integration_tests/commands/resp/countminsketch_test.go +++ b/integration_tests/commands/resp/countminsketch_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/dbsize_test.go b/integration_tests/commands/resp/dbsize_test.go index 2add28664..3e1b68d6a 100644 --- a/integration_tests/commands/resp/dbsize_test.go +++ b/integration_tests/commands/resp/dbsize_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/decr_test.go b/integration_tests/commands/resp/decr_test.go index ab770241c..c7060dc8f 100644 --- a/integration_tests/commands/resp/decr_test.go +++ b/integration_tests/commands/resp/decr_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/del_test.go b/integration_tests/commands/resp/del_test.go index 1dadadcd0..5d68d45ad 100644 --- a/integration_tests/commands/resp/del_test.go +++ b/integration_tests/commands/resp/del_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/deque_test.go b/integration_tests/commands/resp/deque_test.go index d7a066f73..c19c591ef 100644 --- a/integration_tests/commands/resp/deque_test.go +++ b/integration_tests/commands/resp/deque_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/dump_test.go b/integration_tests/commands/resp/dump_test.go index b8de0a5d0..06670b8a7 100644 --- a/integration_tests/commands/resp/dump_test.go +++ b/integration_tests/commands/resp/dump_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/echo_test.go b/integration_tests/commands/resp/echo_test.go index 4ac88c967..df6bbd754 100644 --- a/integration_tests/commands/resp/echo_test.go +++ b/integration_tests/commands/resp/echo_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/exists_test.go b/integration_tests/commands/resp/exists_test.go index f0f62604f..036221aee 100644 --- a/integration_tests/commands/resp/exists_test.go +++ b/integration_tests/commands/resp/exists_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/expire_test.go b/integration_tests/commands/resp/expire_test.go index 6f9354e1a..079445cf7 100644 --- a/integration_tests/commands/resp/expire_test.go +++ b/integration_tests/commands/resp/expire_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/flushdb_test.go b/integration_tests/commands/resp/flushdb_test.go index f66cae517..2024ec88c 100644 --- a/integration_tests/commands/resp/flushdb_test.go +++ b/integration_tests/commands/resp/flushdb_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/geo_test.go b/integration_tests/commands/resp/geo_test.go index 110db852e..917bdf924 100644 --- a/integration_tests/commands/resp/geo_test.go +++ b/integration_tests/commands/resp/geo_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/get_test.go b/integration_tests/commands/resp/get_test.go index a0e2ca9c4..a23254d24 100644 --- a/integration_tests/commands/resp/get_test.go +++ b/integration_tests/commands/resp/get_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/getdel_test.go b/integration_tests/commands/resp/getdel_test.go index e1e7bb60d..e498415b4 100644 --- a/integration_tests/commands/resp/getdel_test.go +++ b/integration_tests/commands/resp/getdel_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/getex_test.go b/integration_tests/commands/resp/getex_test.go index a42d6fa30..2ddb4ea77 100644 --- a/integration_tests/commands/resp/getex_test.go +++ b/integration_tests/commands/resp/getex_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/getrange_test.go b/integration_tests/commands/resp/getrange_test.go index e810985f5..5c507b00b 100644 --- a/integration_tests/commands/resp/getrange_test.go +++ b/integration_tests/commands/resp/getrange_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/getset_test.go b/integration_tests/commands/resp/getset_test.go index a09fcfe1f..49a93973f 100644 --- a/integration_tests/commands/resp/getset_test.go +++ b/integration_tests/commands/resp/getset_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/getunwatch_test.go b/integration_tests/commands/resp/getunwatch_test.go index a0924cf30..a6df54d0b 100644 --- a/integration_tests/commands/resp/getunwatch_test.go +++ b/integration_tests/commands/resp/getunwatch_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/getwatch_test.go b/integration_tests/commands/resp/getwatch_test.go index ebe547ccc..03f76c38e 100644 --- a/integration_tests/commands/resp/getwatch_test.go +++ b/integration_tests/commands/resp/getwatch_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hdel_test.go b/integration_tests/commands/resp/hdel_test.go index e06324295..bad88b30b 100644 --- a/integration_tests/commands/resp/hdel_test.go +++ b/integration_tests/commands/resp/hdel_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hello_test.go b/integration_tests/commands/resp/hello_test.go index 520474b58..8e4f3e762 100644 --- a/integration_tests/commands/resp/hello_test.go +++ b/integration_tests/commands/resp/hello_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hexists_test.go b/integration_tests/commands/resp/hexists_test.go index 646cf5bd4..eb454918f 100644 --- a/integration_tests/commands/resp/hexists_test.go +++ b/integration_tests/commands/resp/hexists_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hget_test.go b/integration_tests/commands/resp/hget_test.go index 08177afe0..ee77a3d0b 100644 --- a/integration_tests/commands/resp/hget_test.go +++ b/integration_tests/commands/resp/hget_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hgetall_test.go b/integration_tests/commands/resp/hgetall_test.go index 6a5b37d9e..bd8feff25 100644 --- a/integration_tests/commands/resp/hgetall_test.go +++ b/integration_tests/commands/resp/hgetall_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hincrby_test.go b/integration_tests/commands/resp/hincrby_test.go index 1bf5342e2..321fa3bc1 100644 --- a/integration_tests/commands/resp/hincrby_test.go +++ b/integration_tests/commands/resp/hincrby_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hincrbyfloat_test.go b/integration_tests/commands/resp/hincrbyfloat_test.go index 1cfce6edf..d2ae0d82d 100644 --- a/integration_tests/commands/resp/hincrbyfloat_test.go +++ b/integration_tests/commands/resp/hincrbyfloat_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hkeys_test.go b/integration_tests/commands/resp/hkeys_test.go index f180dfb13..746331d23 100644 --- a/integration_tests/commands/resp/hkeys_test.go +++ b/integration_tests/commands/resp/hkeys_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hlen_test.go b/integration_tests/commands/resp/hlen_test.go index 8276f59da..fe8b24ecf 100644 --- a/integration_tests/commands/resp/hlen_test.go +++ b/integration_tests/commands/resp/hlen_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hmget_test.go b/integration_tests/commands/resp/hmget_test.go index eb6f2a4ba..f4808a68b 100644 --- a/integration_tests/commands/resp/hmget_test.go +++ b/integration_tests/commands/resp/hmget_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hmset_test.go b/integration_tests/commands/resp/hmset_test.go index 198895a5c..f90c7255c 100644 --- a/integration_tests/commands/resp/hmset_test.go +++ b/integration_tests/commands/resp/hmset_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hrandfield_test.go b/integration_tests/commands/resp/hrandfield_test.go index 300b1a6c4..594987b21 100644 --- a/integration_tests/commands/resp/hrandfield_test.go +++ b/integration_tests/commands/resp/hrandfield_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hscan_test.go b/integration_tests/commands/resp/hscan_test.go index 7040d0941..185b06786 100644 --- a/integration_tests/commands/resp/hscan_test.go +++ b/integration_tests/commands/resp/hscan_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hset_test.go b/integration_tests/commands/resp/hset_test.go index 739448b95..04dcfc59e 100644 --- a/integration_tests/commands/resp/hset_test.go +++ b/integration_tests/commands/resp/hset_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hsetnx_test.go b/integration_tests/commands/resp/hsetnx_test.go index 256dcf7a2..b64bfb00c 100644 --- a/integration_tests/commands/resp/hsetnx_test.go +++ b/integration_tests/commands/resp/hsetnx_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hstrlen_test.go b/integration_tests/commands/resp/hstrlen_test.go index 83f05f8de..804420297 100644 --- a/integration_tests/commands/resp/hstrlen_test.go +++ b/integration_tests/commands/resp/hstrlen_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hvals_test.go b/integration_tests/commands/resp/hvals_test.go index d997b40bf..61c5308ae 100644 --- a/integration_tests/commands/resp/hvals_test.go +++ b/integration_tests/commands/resp/hvals_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/hyperloglog_test.go b/integration_tests/commands/resp/hyperloglog_test.go index adfc99459..7186b2865 100644 --- a/integration_tests/commands/resp/hyperloglog_test.go +++ b/integration_tests/commands/resp/hyperloglog_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/incr_by_float_test.go b/integration_tests/commands/resp/incr_by_float_test.go index 3b8c479dc..303933d43 100644 --- a/integration_tests/commands/resp/incr_by_float_test.go +++ b/integration_tests/commands/resp/incr_by_float_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/incr_test.go b/integration_tests/commands/resp/incr_test.go index eee39b7fd..aeeee913f 100644 --- a/integration_tests/commands/resp/incr_test.go +++ b/integration_tests/commands/resp/incr_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/json_test.go b/integration_tests/commands/resp/json_test.go index 6a74f928b..86c6b7786 100644 --- a/integration_tests/commands/resp/json_test.go +++ b/integration_tests/commands/resp/json_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/jsondebug_test.go b/integration_tests/commands/resp/jsondebug_test.go index 291c8abe5..5ddb5d47c 100644 --- a/integration_tests/commands/resp/jsondebug_test.go +++ b/integration_tests/commands/resp/jsondebug_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/jsonresp_test.go b/integration_tests/commands/resp/jsonresp_test.go index 077160c82..f381616f9 100644 --- a/integration_tests/commands/resp/jsonresp_test.go +++ b/integration_tests/commands/resp/jsonresp_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/keys_test.go b/integration_tests/commands/resp/keys_test.go index 4ee9ef5bb..6399d6336 100644 --- a/integration_tests/commands/resp/keys_test.go +++ b/integration_tests/commands/resp/keys_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/main_test.go b/integration_tests/commands/resp/main_test.go index 5d5a25242..558632761 100644 --- a/integration_tests/commands/resp/main_test.go +++ b/integration_tests/commands/resp/main_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/mget_test.go b/integration_tests/commands/resp/mget_test.go index cefa212ea..53bb26c9a 100644 --- a/integration_tests/commands/resp/mget_test.go +++ b/integration_tests/commands/resp/mget_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/mset_test.go b/integration_tests/commands/resp/mset_test.go index 77b23bc05..8add8f103 100644 --- a/integration_tests/commands/resp/mset_test.go +++ b/integration_tests/commands/resp/mset_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/object_test.go b/integration_tests/commands/resp/object_test.go index 442478b92..73cee2b8b 100644 --- a/integration_tests/commands/resp/object_test.go +++ b/integration_tests/commands/resp/object_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/pfcountwatch_test.go b/integration_tests/commands/resp/pfcountwatch_test.go index 96188e6b8..7f370358d 100644 --- a/integration_tests/commands/resp/pfcountwatch_test.go +++ b/integration_tests/commands/resp/pfcountwatch_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/set_data_cmd_test.go b/integration_tests/commands/resp/set_data_cmd_test.go index fbaf360f8..638bf426f 100644 --- a/integration_tests/commands/resp/set_data_cmd_test.go +++ b/integration_tests/commands/resp/set_data_cmd_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/set_test.go b/integration_tests/commands/resp/set_test.go index 6f333c29e..6f680024f 100644 --- a/integration_tests/commands/resp/set_test.go +++ b/integration_tests/commands/resp/set_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/setup.go b/integration_tests/commands/resp/setup.go index 476496475..b4f79e55e 100644 --- a/integration_tests/commands/resp/setup.go +++ b/integration_tests/commands/resp/setup.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/touch_test.go b/integration_tests/commands/resp/touch_test.go index 608bb9f48..eb2e456c9 100644 --- a/integration_tests/commands/resp/touch_test.go +++ b/integration_tests/commands/resp/touch_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/ttl_pttl_test.go b/integration_tests/commands/resp/ttl_pttl_test.go index e562f0894..f85b19890 100644 --- a/integration_tests/commands/resp/ttl_pttl_test.go +++ b/integration_tests/commands/resp/ttl_pttl_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/type_test.go b/integration_tests/commands/resp/type_test.go index bc8359434..59f06a4d8 100644 --- a/integration_tests/commands/resp/type_test.go +++ b/integration_tests/commands/resp/type_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/zcard_test.go b/integration_tests/commands/resp/zcard_test.go index 64f01280e..0f4ffeaf5 100644 --- a/integration_tests/commands/resp/zcard_test.go +++ b/integration_tests/commands/resp/zcard_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/zpopmax_test.go b/integration_tests/commands/resp/zpopmax_test.go index 5561f3cc8..d025adb48 100644 --- a/integration_tests/commands/resp/zpopmax_test.go +++ b/integration_tests/commands/resp/zpopmax_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/zrangewatch_test.go b/integration_tests/commands/resp/zrangewatch_test.go index ba1fc9685..5f690687f 100644 --- a/integration_tests/commands/resp/zrangewatch_test.go +++ b/integration_tests/commands/resp/zrangewatch_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/zrank_test.go b/integration_tests/commands/resp/zrank_test.go index 8bd52dbd7..1a00dc87e 100644 --- a/integration_tests/commands/resp/zrank_test.go +++ b/integration_tests/commands/resp/zrank_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/zrem_test.go b/integration_tests/commands/resp/zrem_test.go index 67d01d867..838a9849b 100644 --- a/integration_tests/commands/resp/zrem_test.go +++ b/integration_tests/commands/resp/zrem_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/resp/zset_test.go b/integration_tests/commands/resp/zset_test.go index 458771fa4..6779d8853 100644 --- a/integration_tests/commands/resp/zset_test.go +++ b/integration_tests/commands/resp/zset_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/append_test.go b/integration_tests/commands/websocket/append_test.go index f4e47a8c5..8b087be35 100644 --- a/integration_tests/commands/websocket/append_test.go +++ b/integration_tests/commands/websocket/append_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/bit_test.go b/integration_tests/commands/websocket/bit_test.go index f38fa916d..8c1d1699b 100644 --- a/integration_tests/commands/websocket/bit_test.go +++ b/integration_tests/commands/websocket/bit_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/bloom_test.go b/integration_tests/commands/websocket/bloom_test.go index 58f879726..33a4d2769 100644 --- a/integration_tests/commands/websocket/bloom_test.go +++ b/integration_tests/commands/websocket/bloom_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/command_docs_test.go b/integration_tests/commands/websocket/command_docs_test.go index dcef0dbcb..fb223cc1f 100644 --- a/integration_tests/commands/websocket/command_docs_test.go +++ b/integration_tests/commands/websocket/command_docs_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/countminsketch_test.go b/integration_tests/commands/websocket/countminsketch_test.go index ad6dfb862..ad1c5529b 100644 --- a/integration_tests/commands/websocket/countminsketch_test.go +++ b/integration_tests/commands/websocket/countminsketch_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/decr_test.go b/integration_tests/commands/websocket/decr_test.go index d5d1ab01e..3b1b95b18 100644 --- a/integration_tests/commands/websocket/decr_test.go +++ b/integration_tests/commands/websocket/decr_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/del_test.go b/integration_tests/commands/websocket/del_test.go index b8df2f96b..3c9debb1b 100644 --- a/integration_tests/commands/websocket/del_test.go +++ b/integration_tests/commands/websocket/del_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/deque_test.go b/integration_tests/commands/websocket/deque_test.go index 5d24c6bfd..6127f355d 100644 --- a/integration_tests/commands/websocket/deque_test.go +++ b/integration_tests/commands/websocket/deque_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/exists_test.go b/integration_tests/commands/websocket/exists_test.go index b74635a8f..42dcc1da5 100644 --- a/integration_tests/commands/websocket/exists_test.go +++ b/integration_tests/commands/websocket/exists_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/expire_test.go b/integration_tests/commands/websocket/expire_test.go index 7c81c9cba..b044611ff 100644 --- a/integration_tests/commands/websocket/expire_test.go +++ b/integration_tests/commands/websocket/expire_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/geo_test.go b/integration_tests/commands/websocket/geo_test.go index cd5b682f6..6b8d91ac6 100644 --- a/integration_tests/commands/websocket/geo_test.go +++ b/integration_tests/commands/websocket/geo_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/get_test.go b/integration_tests/commands/websocket/get_test.go index 71ea24804..d7b1921fc 100644 --- a/integration_tests/commands/websocket/get_test.go +++ b/integration_tests/commands/websocket/get_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/getrange_test.go b/integration_tests/commands/websocket/getrange_test.go index 1a2adc60e..9567b07fc 100644 --- a/integration_tests/commands/websocket/getrange_test.go +++ b/integration_tests/commands/websocket/getrange_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hdel_test.go b/integration_tests/commands/websocket/hdel_test.go index 40ae5da15..670f0dd11 100644 --- a/integration_tests/commands/websocket/hdel_test.go +++ b/integration_tests/commands/websocket/hdel_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/helper.go b/integration_tests/commands/websocket/helper.go index 4dfc69ee6..759bed899 100644 --- a/integration_tests/commands/websocket/helper.go +++ b/integration_tests/commands/websocket/helper.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hexists_test.go b/integration_tests/commands/websocket/hexists_test.go index 126328e9a..5a9ef4fac 100644 --- a/integration_tests/commands/websocket/hexists_test.go +++ b/integration_tests/commands/websocket/hexists_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hget_test.go b/integration_tests/commands/websocket/hget_test.go index 69e3a3803..84d562560 100644 --- a/integration_tests/commands/websocket/hget_test.go +++ b/integration_tests/commands/websocket/hget_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hincrby_test.go b/integration_tests/commands/websocket/hincrby_test.go index fd4b0ce73..4c56390ba 100644 --- a/integration_tests/commands/websocket/hincrby_test.go +++ b/integration_tests/commands/websocket/hincrby_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hincrbyfloat_test.go b/integration_tests/commands/websocket/hincrbyfloat_test.go index 7d9794e34..2872161ff 100644 --- a/integration_tests/commands/websocket/hincrbyfloat_test.go +++ b/integration_tests/commands/websocket/hincrbyfloat_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hkeys_test.go b/integration_tests/commands/websocket/hkeys_test.go index fa8b55193..c25b05e75 100644 --- a/integration_tests/commands/websocket/hkeys_test.go +++ b/integration_tests/commands/websocket/hkeys_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hlen_test.go b/integration_tests/commands/websocket/hlen_test.go index d2a558a8b..b584f9db7 100644 --- a/integration_tests/commands/websocket/hlen_test.go +++ b/integration_tests/commands/websocket/hlen_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hrandfield_test.go b/integration_tests/commands/websocket/hrandfield_test.go index b8f06654e..43c5fa83e 100644 --- a/integration_tests/commands/websocket/hrandfield_test.go +++ b/integration_tests/commands/websocket/hrandfield_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hscan_test.go b/integration_tests/commands/websocket/hscan_test.go index 1387b6fca..d6d767001 100644 --- a/integration_tests/commands/websocket/hscan_test.go +++ b/integration_tests/commands/websocket/hscan_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hset_test.go b/integration_tests/commands/websocket/hset_test.go index c6ae00bbb..9959c74d8 100644 --- a/integration_tests/commands/websocket/hset_test.go +++ b/integration_tests/commands/websocket/hset_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hstrlen_test.go b/integration_tests/commands/websocket/hstrlen_test.go index 73b6eb20b..85b8a2948 100644 --- a/integration_tests/commands/websocket/hstrlen_test.go +++ b/integration_tests/commands/websocket/hstrlen_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hvals_test.go b/integration_tests/commands/websocket/hvals_test.go index d8017f747..a66c93614 100644 --- a/integration_tests/commands/websocket/hvals_test.go +++ b/integration_tests/commands/websocket/hvals_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/hyperloglog_test.go b/integration_tests/commands/websocket/hyperloglog_test.go index c528d312a..73994c12c 100644 --- a/integration_tests/commands/websocket/hyperloglog_test.go +++ b/integration_tests/commands/websocket/hyperloglog_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/incr_by_float_test.go b/integration_tests/commands/websocket/incr_by_float_test.go index 5936320fe..ea61efcc3 100644 --- a/integration_tests/commands/websocket/incr_by_float_test.go +++ b/integration_tests/commands/websocket/incr_by_float_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/incr_test.go b/integration_tests/commands/websocket/incr_test.go index 3a6c54c00..12a7cf0c6 100644 --- a/integration_tests/commands/websocket/incr_test.go +++ b/integration_tests/commands/websocket/incr_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/json_test.go b/integration_tests/commands/websocket/json_test.go index 714faa7b0..78e7945a8 100644 --- a/integration_tests/commands/websocket/json_test.go +++ b/integration_tests/commands/websocket/json_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/jsondebug_test.go b/integration_tests/commands/websocket/jsondebug_test.go index 591ee0909..970f90ddf 100644 --- a/integration_tests/commands/websocket/jsondebug_test.go +++ b/integration_tests/commands/websocket/jsondebug_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/jsonresp_test.go b/integration_tests/commands/websocket/jsonresp_test.go index 93ce58ad6..df7611c44 100644 --- a/integration_tests/commands/websocket/jsonresp_test.go +++ b/integration_tests/commands/websocket/jsonresp_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/main_test.go b/integration_tests/commands/websocket/main_test.go index 22bf38c76..43d58648c 100644 --- a/integration_tests/commands/websocket/main_test.go +++ b/integration_tests/commands/websocket/main_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/set_test.go b/integration_tests/commands/websocket/set_test.go index eee9421c9..0305c8bae 100644 --- a/integration_tests/commands/websocket/set_test.go +++ b/integration_tests/commands/websocket/set_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/setup.go b/integration_tests/commands/websocket/setup.go index 3495da25b..3160399a8 100644 --- a/integration_tests/commands/websocket/setup.go +++ b/integration_tests/commands/websocket/setup.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/ttl_pttl_test.go b/integration_tests/commands/websocket/ttl_pttl_test.go index 096042de9..1b146a2b5 100644 --- a/integration_tests/commands/websocket/ttl_pttl_test.go +++ b/integration_tests/commands/websocket/ttl_pttl_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/type_test.go b/integration_tests/commands/websocket/type_test.go index 42e3f57b4..c46a612ab 100644 --- a/integration_tests/commands/websocket/type_test.go +++ b/integration_tests/commands/websocket/type_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/writeretry_test.go b/integration_tests/commands/websocket/writeretry_test.go index b8a4e97af..067a1eeeb 100644 --- a/integration_tests/commands/websocket/writeretry_test.go +++ b/integration_tests/commands/websocket/writeretry_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/zcard_test.go b/integration_tests/commands/websocket/zcard_test.go index 4f9e1bfb6..da3a5dfb4 100644 --- a/integration_tests/commands/websocket/zcard_test.go +++ b/integration_tests/commands/websocket/zcard_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/zpopmax_test.go b/integration_tests/commands/websocket/zpopmax_test.go index bbfb6a4f0..bd3891472 100644 --- a/integration_tests/commands/websocket/zpopmax_test.go +++ b/integration_tests/commands/websocket/zpopmax_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/zrank_test.go b/integration_tests/commands/websocket/zrank_test.go index b02b91c09..3adb7649c 100644 --- a/integration_tests/commands/websocket/zrank_test.go +++ b/integration_tests/commands/websocket/zrank_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/zrem_test.go b/integration_tests/commands/websocket/zrem_test.go index b762c78a1..809ca9f43 100644 --- a/integration_tests/commands/websocket/zrem_test.go +++ b/integration_tests/commands/websocket/zrem_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/commands/websocket/zset_test.go b/integration_tests/commands/websocket/zset_test.go index 325209d6b..2b14a7be8 100644 --- a/integration_tests/commands/websocket/zset_test.go +++ b/integration_tests/commands/websocket/zset_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/config/config_test.go b/integration_tests/config/config_test.go index de835825f..4d2f99662 100644 --- a/integration_tests/config/config_test.go +++ b/integration_tests/config/config_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/config/parser_test.go b/integration_tests/config/parser_test.go index ccaf5b5f2..975830b9f 100644 --- a/integration_tests/config/parser_test.go +++ b/integration_tests/config/parser_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/server/max_conn_test.go b/integration_tests/server/max_conn_test.go index 1ee0d4cde..695ebf096 100644 --- a/integration_tests/server/max_conn_test.go +++ b/integration_tests/server/max_conn_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/server/server_abort_test.go b/integration_tests/server/server_abort_test.go index 2f19cecea..6fc502ee7 100644 --- a/integration_tests/server/server_abort_test.go +++ b/integration_tests/server/server_abort_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/integration_tests/server/setup.go b/integration_tests/server/setup.go index 5a341f476..86d7b9d12 100644 --- a/integration_tests/server/setup.go +++ b/integration_tests/server/setup.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/auth/session.go b/internal/auth/session.go index c26017aa0..994da0f62 100644 --- a/internal/auth/session.go +++ b/internal/auth/session.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/auth/session_test.go b/internal/auth/session_test.go index 35585ba5c..b2ddae898 100644 --- a/internal/auth/session_test.go +++ b/internal/auth/session_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/cli/cli.go b/internal/cli/cli.go index 7d88c840b..f80683ab3 100644 --- a/internal/cli/cli.go +++ b/internal/cli/cli.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/clientio/io.go b/internal/clientio/io.go index b7c09aefd..c5ea69a43 100644 --- a/internal/clientio/io.go +++ b/internal/clientio/io.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/clientio/io_test.go b/internal/clientio/io_test.go index 3f4f964fd..9d8b0c243 100644 --- a/internal/clientio/io_test.go +++ b/internal/clientio/io_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/clientio/iohandler/iohandler.go b/internal/clientio/iohandler/iohandler.go index 6ac7a79ea..19dfc3173 100644 --- a/internal/clientio/iohandler/iohandler.go +++ b/internal/clientio/iohandler/iohandler.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/clientio/iohandler/netconn/netconn.go b/internal/clientio/iohandler/netconn/netconn.go index 1f86ba10b..273e674c8 100644 --- a/internal/clientio/iohandler/netconn/netconn.go +++ b/internal/clientio/iohandler/netconn/netconn.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/clientio/iohandler/netconn/netconn_resp_test.go b/internal/clientio/iohandler/netconn/netconn_resp_test.go index 0518d9dc9..3912a1715 100644 --- a/internal/clientio/iohandler/netconn/netconn_resp_test.go +++ b/internal/clientio/iohandler/netconn/netconn_resp_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/clientio/iohandler/netconn/netconn_test.go b/internal/clientio/iohandler/netconn/netconn_test.go index 9f5ce2c39..96eb2a23e 100644 --- a/internal/clientio/iohandler/netconn/netconn_test.go +++ b/internal/clientio/iohandler/netconn/netconn_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/clientio/requestparser/parser.go b/internal/clientio/requestparser/parser.go index 0ef76f52a..ca9a70851 100644 --- a/internal/clientio/requestparser/parser.go +++ b/internal/clientio/requestparser/parser.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/clientio/requestparser/resp/respparser.go b/internal/clientio/requestparser/resp/respparser.go index 3c570fce3..9602db940 100644 --- a/internal/clientio/requestparser/resp/respparser.go +++ b/internal/clientio/requestparser/resp/respparser.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/clientio/requestparser/resp/respparser_test.go b/internal/clientio/requestparser/resp/respparser_test.go index 63265d57f..48b0bee1d 100644 --- a/internal/clientio/requestparser/resp/respparser_test.go +++ b/internal/clientio/requestparser/resp/respparser_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/clientio/resp.go b/internal/clientio/resp.go index ed5ff44e4..5a0742eff 100644 --- a/internal/clientio/resp.go +++ b/internal/clientio/resp.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/clientio/resp_test.go b/internal/clientio/resp_test.go index b383792a6..acaf08599 100644 --- a/internal/clientio/resp_test.go +++ b/internal/clientio/resp_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/cmd/cmds.go b/internal/cmd/cmds.go index c4c7e35b5..657e8886d 100644 --- a/internal/cmd/cmds.go +++ b/internal/cmd/cmds.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/comm/client.go b/internal/comm/client.go index a6caa6abb..cdf9e0b29 100644 --- a/internal/comm/client.go +++ b/internal/comm/client.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/commandhandler/cmd_compose.go b/internal/commandhandler/cmd_compose.go index e534f66a0..929ee7aee 100644 --- a/internal/commandhandler/cmd_compose.go +++ b/internal/commandhandler/cmd_compose.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/commandhandler/cmd_custom.go b/internal/commandhandler/cmd_custom.go index ff2bc0b6f..0a8e56390 100644 --- a/internal/commandhandler/cmd_custom.go +++ b/internal/commandhandler/cmd_custom.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/commandhandler/cmd_decompose.go b/internal/commandhandler/cmd_decompose.go index 51f51ff53..63869ddf6 100644 --- a/internal/commandhandler/cmd_decompose.go +++ b/internal/commandhandler/cmd_decompose.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/commandhandler/cmd_meta.go b/internal/commandhandler/cmd_meta.go index f01ecaa48..7a8b90144 100644 --- a/internal/commandhandler/cmd_meta.go +++ b/internal/commandhandler/cmd_meta.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/commandhandler/cmd_preprocess.go b/internal/commandhandler/cmd_preprocess.go index abb773a48..e3085409a 100644 --- a/internal/commandhandler/cmd_preprocess.go +++ b/internal/commandhandler/cmd_preprocess.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/common/map.go b/internal/common/map.go index 89e822cb2..910617d35 100644 --- a/internal/common/map.go +++ b/internal/common/map.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/common/regmap.go b/internal/common/regmap.go index 74391c82c..465a1563c 100644 --- a/internal/common/regmap.go +++ b/internal/common/regmap.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/common/swisstable.go b/internal/common/swisstable.go index 88e59ece1..333629b81 100644 --- a/internal/common/swisstable.go +++ b/internal/common/swisstable.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/dencoding/dencoding_benchmark_test.go b/internal/dencoding/dencoding_benchmark_test.go index 7429243f7..a428dc0c8 100644 --- a/internal/dencoding/dencoding_benchmark_test.go +++ b/internal/dencoding/dencoding_benchmark_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/dencoding/int.go b/internal/dencoding/int.go index 7cb907bf5..d9700c60d 100644 --- a/internal/dencoding/int.go +++ b/internal/dencoding/int.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/dencoding/int_test.go b/internal/dencoding/int_test.go index cdd2f3ebf..4c80fd9aa 100644 --- a/internal/dencoding/int_test.go +++ b/internal/dencoding/int_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/errors/errors.go b/internal/errors/errors.go index 2dc4086a4..a19e0cbff 100644 --- a/internal/errors/errors.go +++ b/internal/errors/errors.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/errors/migrated_errors.go b/internal/errors/migrated_errors.go index 70b978449..cc4e1e919 100644 --- a/internal/errors/migrated_errors.go +++ b/internal/errors/migrated_errors.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/bitpos.go b/internal/eval/bitpos.go index 33b936eac..ada64182a 100644 --- a/internal/eval/bitpos.go +++ b/internal/eval/bitpos.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/bloom_test.go b/internal/eval/bloom_test.go index f890e3d36..d1c48d6ec 100644 --- a/internal/eval/bloom_test.go +++ b/internal/eval/bloom_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/bloom_utils.go b/internal/eval/bloom_utils.go index e1293f241..aad0fcc28 100644 --- a/internal/eval/bloom_utils.go +++ b/internal/eval/bloom_utils.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/bytearray.go b/internal/eval/bytearray.go index 54bb5b7d2..05d6a4477 100644 --- a/internal/eval/bytearray.go +++ b/internal/eval/bytearray.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/bytearray_test.go b/internal/eval/bytearray_test.go index 829aa30f6..7fe6d1700 100644 --- a/internal/eval/bytearray_test.go +++ b/internal/eval/bytearray_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/bytelist.go b/internal/eval/bytelist.go index d1a777751..fb9e006c7 100644 --- a/internal/eval/bytelist.go +++ b/internal/eval/bytelist.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/bytelist_test.go b/internal/eval/bytelist_test.go index 817aadebc..689a4b6f7 100644 --- a/internal/eval/bytelist_test.go +++ b/internal/eval/bytelist_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/commands.go b/internal/eval/commands.go index 580db68d0..40c39797a 100644 --- a/internal/eval/commands.go +++ b/internal/eval/commands.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/constants.go b/internal/eval/constants.go index 9f8563f33..8460e9acf 100644 --- a/internal/eval/constants.go +++ b/internal/eval/constants.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/countminsketch.go b/internal/eval/countminsketch.go index b3405a87b..edd1a71a5 100644 --- a/internal/eval/countminsketch.go +++ b/internal/eval/countminsketch.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/countminsketch_test.go b/internal/eval/countminsketch_test.go index 0a82e7a55..e53bb7702 100644 --- a/internal/eval/countminsketch_test.go +++ b/internal/eval/countminsketch_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/deque.go b/internal/eval/deque.go index 78395d5fa..33f47624b 100644 --- a/internal/eval/deque.go +++ b/internal/eval/deque.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/deque_test.go b/internal/eval/deque_test.go index 64553fbd6..1b2a17ff6 100644 --- a/internal/eval/deque_test.go +++ b/internal/eval/deque_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/dump_restore.go b/internal/eval/dump_restore.go index 80a07d52f..b8cd95d03 100644 --- a/internal/eval/dump_restore.go +++ b/internal/eval/dump_restore.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/eval.go b/internal/eval/eval.go index 6472502e1..fddc43c82 100644 --- a/internal/eval/eval.go +++ b/internal/eval/eval.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/eval_test.go b/internal/eval/eval_test.go index 29ad241f5..134f5294a 100644 --- a/internal/eval/eval_test.go +++ b/internal/eval/eval_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/execute.go b/internal/eval/execute.go index 6d5aec9cd..b4b879972 100644 --- a/internal/eval/execute.go +++ b/internal/eval/execute.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/geo/geo.go b/internal/eval/geo/geo.go index 29c9a35c3..b9166382e 100644 --- a/internal/eval/geo/geo.go +++ b/internal/eval/geo/geo.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/hmap.go b/internal/eval/hmap.go index e1af29607..9b7c3cccb 100644 --- a/internal/eval/hmap.go +++ b/internal/eval/hmap.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/hmap_test.go b/internal/eval/hmap_test.go index 78ebf0443..28a6ff847 100644 --- a/internal/eval/hmap_test.go +++ b/internal/eval/hmap_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/main_test.go b/internal/eval/main_test.go index d57ced497..759631a52 100644 --- a/internal/eval/main_test.go +++ b/internal/eval/main_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/sortedset/sorted_set.go b/internal/eval/sortedset/sorted_set.go index b8a4f5d1b..c18d1ab48 100644 --- a/internal/eval/sortedset/sorted_set.go +++ b/internal/eval/sortedset/sorted_set.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/store_eval.go b/internal/eval/store_eval.go index ab445d7a1..e3ecb8796 100644 --- a/internal/eval/store_eval.go +++ b/internal/eval/store_eval.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/type_asserts.go b/internal/eval/type_asserts.go index 54504becb..3abb65e4c 100644 --- a/internal/eval/type_asserts.go +++ b/internal/eval/type_asserts.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/type_bloomfilter.go b/internal/eval/type_bloomfilter.go index 2abf891fc..f66f4a45f 100644 --- a/internal/eval/type_bloomfilter.go +++ b/internal/eval/type_bloomfilter.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/type_string.go b/internal/eval/type_string.go index 488e50e39..9cf85e5cd 100644 --- a/internal/eval/type_string.go +++ b/internal/eval/type_string.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/eval/type_string_test.go b/internal/eval/type_string_test.go index 5d2504f55..6716590e4 100644 --- a/internal/eval/type_string_test.go +++ b/internal/eval/type_string_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/id/id.go b/internal/id/id.go index 359094b32..2d1ef6dbd 100644 --- a/internal/id/id.go +++ b/internal/id/id.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/id/id_test.go b/internal/id/id_test.go index e58509784..351f2b610 100644 --- a/internal/id/id_test.go +++ b/internal/id/id_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/iomultiplexer/constants.go b/internal/iomultiplexer/constants.go index bb513a945..40a379884 100644 --- a/internal/iomultiplexer/constants.go +++ b/internal/iomultiplexer/constants.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/iomultiplexer/epoll_linux.go b/internal/iomultiplexer/epoll_linux.go index 1850bd8de..fb04ad9cb 100644 --- a/internal/iomultiplexer/epoll_linux.go +++ b/internal/iomultiplexer/epoll_linux.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/iomultiplexer/errors.go b/internal/iomultiplexer/errors.go index 96153fc45..f512b4662 100644 --- a/internal/iomultiplexer/errors.go +++ b/internal/iomultiplexer/errors.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/iomultiplexer/interface.go b/internal/iomultiplexer/interface.go index d8fba546c..b1ad21829 100644 --- a/internal/iomultiplexer/interface.go +++ b/internal/iomultiplexer/interface.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/iomultiplexer/kqueue_darwin.go b/internal/iomultiplexer/kqueue_darwin.go index 809f0efe2..a50dbc4b8 100644 --- a/internal/iomultiplexer/kqueue_darwin.go +++ b/internal/iomultiplexer/kqueue_darwin.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/iomultiplexer/types.go b/internal/iomultiplexer/types.go index c0d183921..5756007cf 100644 --- a/internal/iomultiplexer/types.go +++ b/internal/iomultiplexer/types.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/iomultiplexer/types_darwin.go b/internal/iomultiplexer/types_darwin.go index 145442a9b..9143a11b5 100644 --- a/internal/iomultiplexer/types_darwin.go +++ b/internal/iomultiplexer/types_darwin.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/iomultiplexer/types_linux.go b/internal/iomultiplexer/types_linux.go index 7b2afcd1f..9612a3de1 100644 --- a/internal/iomultiplexer/types_linux.go +++ b/internal/iomultiplexer/types_linux.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/iothread/iothread.go b/internal/iothread/iothread.go index c81bc1065..cd6648b78 100644 --- a/internal/iothread/iothread.go +++ b/internal/iothread/iothread.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/iothread/manager.go b/internal/iothread/manager.go index a30db51a8..73f2a80e5 100644 --- a/internal/iothread/manager.go +++ b/internal/iothread/manager.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/logger/logger.go b/internal/logger/logger.go index 4267399c4..b0157af84 100644 --- a/internal/logger/logger.go +++ b/internal/logger/logger.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/logger/zerolog.go b/internal/logger/zerolog.go index 1b8245aca..c6bcbfb8a 100644 --- a/internal/logger/zerolog.go +++ b/internal/logger/zerolog.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/object/deep_copy.go b/internal/object/deep_copy.go index 9c1680903..6e40edc9d 100644 --- a/internal/object/deep_copy.go +++ b/internal/object/deep_copy.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/object/object.go b/internal/object/object.go index 3d0ff50d5..bedf99bb2 100644 --- a/internal/object/object.go +++ b/internal/object/object.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/object/typeencoding.go b/internal/object/typeencoding.go index e598c292d..2696cab62 100644 --- a/internal/object/typeencoding.go +++ b/internal/object/typeencoding.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/observability/constants.go b/internal/observability/constants.go index 1ae6f70d6..4e59ab6fd 100644 --- a/internal/observability/constants.go +++ b/internal/observability/constants.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/observability/hardware.go b/internal/observability/hardware.go index 6938faaa6..116feec35 100644 --- a/internal/observability/hardware.go +++ b/internal/observability/hardware.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/observability/instance.go b/internal/observability/instance.go index 58b1e3a19..50ac1c275 100644 --- a/internal/observability/instance.go +++ b/internal/observability/instance.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/observability/ping.go b/internal/observability/ping.go index 7d1e92733..3de85ef1e 100644 --- a/internal/observability/ping.go +++ b/internal/observability/ping.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/ops/store_op.go b/internal/ops/store_op.go index c2ec13730..d1e6f6684 100644 --- a/internal/ops/store_op.go +++ b/internal/ops/store_op.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/querymanager/watch_response.go b/internal/querymanager/watch_response.go index 96b0cd190..7e7b0a380 100644 --- a/internal/querymanager/watch_response.go +++ b/internal/querymanager/watch_response.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/regex/regex.go b/internal/regex/regex.go index 7f45490ec..054630338 100644 --- a/internal/regex/regex.go +++ b/internal/regex/regex.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/regex/regex_test.go b/internal/regex/regex_test.go index 81ee46565..3cb770e4d 100644 --- a/internal/regex/regex_test.go +++ b/internal/regex/regex_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/abstractserver/abstract_server.go b/internal/server/abstractserver/abstract_server.go index 01a2e662f..daf9d2347 100644 --- a/internal/server/abstractserver/abstract_server.go +++ b/internal/server/abstractserver/abstract_server.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/httpws/httpResp.go b/internal/server/httpws/httpResp.go index 01907fb22..aa6a14a29 100644 --- a/internal/server/httpws/httpResp.go +++ b/internal/server/httpws/httpResp.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/httpws/httpServer.go b/internal/server/httpws/httpServer.go index e74c69d9c..62ce2c82b 100644 --- a/internal/server/httpws/httpServer.go +++ b/internal/server/httpws/httpServer.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/httpws/redisCmdAdapter.go b/internal/server/httpws/redisCmdAdapter.go index aa86b6f62..19ee3aa69 100644 --- a/internal/server/httpws/redisCmdAdapter.go +++ b/internal/server/httpws/redisCmdAdapter.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/httpws/redisCmdAdapter_test.go b/internal/server/httpws/redisCmdAdapter_test.go index e23d5e2a7..f31b32fc2 100644 --- a/internal/server/httpws/redisCmdAdapter_test.go +++ b/internal/server/httpws/redisCmdAdapter_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/httpws/websocketServer.go b/internal/server/httpws/websocketServer.go index 2f1110862..7a2c0a22a 100644 --- a/internal/server/httpws/websocketServer.go +++ b/internal/server/httpws/websocketServer.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/resp/server.go b/internal/server/resp/server.go index f6fa41769..f01c004c2 100644 --- a/internal/server/resp/server.go +++ b/internal/server/resp/server.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/utils/array.go b/internal/server/utils/array.go index b78cafd36..66501a152 100644 --- a/internal/server/utils/array.go +++ b/internal/server/utils/array.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/utils/bitfield.go b/internal/server/utils/bitfield.go index a7d6b7884..7507d733a 100644 --- a/internal/server/utils/bitfield.go +++ b/internal/server/utils/bitfield.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/utils/boolToInt.go b/internal/server/utils/boolToInt.go index 5ca734fec..b98bd81bd 100644 --- a/internal/server/utils/boolToInt.go +++ b/internal/server/utils/boolToInt.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/utils/constants.go b/internal/server/utils/constants.go index 4a3e98058..e990a98a4 100644 --- a/internal/server/utils/constants.go +++ b/internal/server/utils/constants.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/utils/floatToInt.go b/internal/server/utils/floatToInt.go index f76fb8bc2..f11d1346a 100644 --- a/internal/server/utils/floatToInt.go +++ b/internal/server/utils/floatToInt.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/utils/json.go b/internal/server/utils/json.go index 4e21b223c..529f2a9f5 100644 --- a/internal/server/utils/json.go +++ b/internal/server/utils/json.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/utils/jsontype.go b/internal/server/utils/jsontype.go index f83ebb74f..6866fb974 100644 --- a/internal/server/utils/jsontype.go +++ b/internal/server/utils/jsontype.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/utils/jsontype_test.go b/internal/server/utils/jsontype_test.go index b72708f97..d97fb6983 100644 --- a/internal/server/utils/jsontype_test.go +++ b/internal/server/utils/jsontype_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/utils/round.go b/internal/server/utils/round.go index bb4869981..9931bad4d 100644 --- a/internal/server/utils/round.go +++ b/internal/server/utils/round.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/server/utils/time.go b/internal/server/utils/time.go index 1ceaca6fc..184d6cba6 100644 --- a/internal/server/utils/time.go +++ b/internal/server/utils/time.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/shard/shard_manager.go b/internal/shard/shard_manager.go index 97f8b73bc..0af2058f6 100644 --- a/internal/shard/shard_manager.go +++ b/internal/shard/shard_manager.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/shard/shard_thread.go b/internal/shard/shard_thread.go index 55dfee11f..122a58ccc 100644 --- a/internal/shard/shard_thread.go +++ b/internal/shard/shard_thread.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/store/aof.go b/internal/store/aof.go index e28059482..65c003fa9 100644 --- a/internal/store/aof.go +++ b/internal/store/aof.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/store/aof_test.go b/internal/store/aof_test.go index 151c3224b..2d5465198 100644 --- a/internal/store/aof_test.go +++ b/internal/store/aof_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/store/batchevictionlru.go b/internal/store/batchevictionlru.go index 9b1c123d8..f86ed3702 100644 --- a/internal/store/batchevictionlru.go +++ b/internal/store/batchevictionlru.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/store/batchevictionlru_test.go b/internal/store/batchevictionlru_test.go index 58faddc98..c087d96af 100644 --- a/internal/store/batchevictionlru_test.go +++ b/internal/store/batchevictionlru_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/store/constants.go b/internal/store/constants.go index 5baab364a..4d35f8958 100644 --- a/internal/store/constants.go +++ b/internal/store/constants.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/store/eviction.go b/internal/store/eviction.go index 758cf71c7..497d2c038 100644 --- a/internal/store/eviction.go +++ b/internal/store/eviction.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/store/expire.go b/internal/store/expire.go index ccaa2fbb6..fee6df0d9 100644 --- a/internal/store/expire.go +++ b/internal/store/expire.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/store/expire_test.go b/internal/store/expire_test.go index 0b427778f..0d77828df 100644 --- a/internal/store/expire_test.go +++ b/internal/store/expire_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/store/store.go b/internal/store/store.go index 0d414960b..acbb86606 100644 --- a/internal/store/store.go +++ b/internal/store/store.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/store/store_options.go b/internal/store/store_options.go index dc5aafd24..0a80d4477 100644 --- a/internal/store/store_options.go +++ b/internal/store/store_options.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/wal/wal.go b/internal/wal/wal.go index 85d42904c..984fa31d9 100644 --- a/internal/wal/wal.go +++ b/internal/wal/wal.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/wal/wal.pb.go b/internal/wal/wal.pb.go index 0bd7cbbe9..eba588806 100644 --- a/internal/wal/wal.pb.go +++ b/internal/wal/wal.pb.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/wal/wal.proto b/internal/wal/wal.proto index 93a54eb00..a4abcc32a 100644 --- a/internal/wal/wal.proto +++ b/internal/wal/wal.proto @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/wal/wal_aof.go b/internal/wal/wal_aof.go index af70e831d..6a576b411 100644 --- a/internal/wal/wal_aof.go +++ b/internal/wal/wal_aof.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/wal/wal_null.go b/internal/wal/wal_null.go index 50c0e9039..d6dba50d0 100644 --- a/internal/wal/wal_null.go +++ b/internal/wal/wal_null.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/wal/wal_sqlite.go b/internal/wal/wal_sqlite.go index 6f65776c2..e04adbe6a 100644 --- a/internal/wal/wal_sqlite.go +++ b/internal/wal/wal_sqlite.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/wal/wal_test.go b/internal/wal/wal_test.go index ff00a15f8..e1c59fd42 100644 --- a/internal/wal/wal_test.go +++ b/internal/wal/wal_test.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/internal/watchmanager/watch_manager.go b/internal/watchmanager/watch_manager.go index e2931ab18..d5ecce2ff 100644 --- a/internal/watchmanager/watch_manager.go +++ b/internal/watchmanager/watch_manager.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/main.go b/main.go index ddf3cbe28..35000be3a 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/mocks/slog_noop.go b/mocks/slog_noop.go index b40f91e69..7d597b393 100644 --- a/mocks/slog_noop.go +++ b/mocks/slog_noop.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/testutils/json.go b/testutils/json.go index 465d74348..e7c4f3a1e 100644 --- a/testutils/json.go +++ b/testutils/json.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/testutils/parsecommand.go b/testutils/parsecommand.go index c9b47646f..0ff738148 100644 --- a/testutils/parsecommand.go +++ b/testutils/parsecommand.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by diff --git a/testutils/slices.go b/testutils/slices.go index c3b2e97e6..72a9ddd04 100644 --- a/testutils/slices.go +++ b/testutils/slices.go @@ -1,5 +1,5 @@ // This file is part of DiceDB. -// Copyright (C) 2025DiceDB (dicedb.io). +// Copyright (C) 2025 DiceDB (dicedb.io). // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as published by