Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace all references of 2024 with 2025 #1406

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion config/parser.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion config/validator.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/updates/2024-08-01.md
Original file line number Diff line number Diff line change
Expand Up @@ -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, 2024 | [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:

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/updates/2024-10-10.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Performance and Optimization:

Other:

1. Updated benchmark numbers as of 10th Oct 2024 (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)
Expand Down
2 changes: 1 addition & 1 deletion examples/leaderboard-go/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion examples/url-shortener/main.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/append_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/bit_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/bloom_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/check_type_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/command_count_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/command_default_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/command_docs_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/command_getkeys_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/command_help_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/command_info_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/command_list_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/command_rename_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/copy_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/countminsketch_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/dbsize_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/decr_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/del_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/deque_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/echo_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/exists_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/expire_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/expireat_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/expiretime_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/geo_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/get_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/getdel_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/getex_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/getrange_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/getset_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hdel_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hexists_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hget_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hincrby_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hincrbyfloat_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hkeys_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hlen_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hrandfield_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hscan_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hset_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hsetnx_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hstrlen_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hvals_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/hyperloglog_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/incr_by_float_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/incr_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/json_arrpop_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/json_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/jsondebug_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
2 changes: 1 addition & 1 deletion integration_tests/commands/http/jsonresp_test.go
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// This file is part of DiceDB.
// Copyright (C) 2024 DiceDB (dicedb.io).
// Copyright (C) 2025 DiceDB (dicedb.io).
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published by
Expand Down
Loading
Loading