added eq alpha copyright

Former-commit-id: a6cbbd0f318f3a091ed23dbdbcc1593f32fa5e25
This commit is contained in:
christianEQ 2021-07-08 02:56:52 +00:00
parent 0a42a4475e
commit db98e1e05b

View File

@ -1,6 +1,7 @@
/* KeyDB diagnostic utility.
*
* Copyright (c) 2009-2012, Salvatore Sanfilippo <antirez at gmail dot com>
* Copyright (c) 2009-2021, Salvatore Sanfilippo <antirez at gmail dot com>
* Copyright (c) 2021, EQ Alpha Technology Ltd. <john at eqalpha dot com>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@ -963,4 +964,4 @@ int main(int argc, const char **argv) {
return 0;
}