Skip to content

Commit a0c694a

Browse files
committed
update for copyright
1 parent 02eeeb7 commit a0c694a

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Server Side Public License
22
VERSION 1, OCTOBER 16, 2018
33

4-
Copyright © 2021 Redis, Inc.
4+
Copyright © 2023 Redis, Inc.
55

66
Everyone is permitted to copy and distribute verbatim copies of this
77
license document, but changing it is not allowed.

electron-builder.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"productName": "RedisInsight-v2",
33
"appId": "org.RedisLabs.RedisInsight-V2",
4-
"copyright": "Copyright © 2021 Redis Ltd.",
4+
"copyright": "Copyright © 2023 Redis Ltd.",
55
"files": [
66
"dist/",
77
"node_modules/",

redisinsight/splash.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
const copyrightEl = document.getElementById('copyright') || null
8888

8989
if (copyrightEl) {
90-
copyrightEl.innerHTML = `RedisInsight ${appVersion}  © ${new Date().getFullYear() || '2022'} Redis Ltd.`
90+
copyrightEl.innerHTML = `RedisInsight ${appVersion}  © ${new Date().getFullYear() || '2023'} Redis Ltd.`
9191
}
9292
}
9393

redisinsight/ui/src/packages/redisinsight-plugin-sdk/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Redis, Inc.
3+
Copyright (c) 2023 Redis, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)