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

Copyright update to reflect IP transfer from Salvatore to Redis #740

Merged
merged 2 commits into from
Aug 14, 2024

Conversation

K-Jo
Copy link
Contributor

@K-Jo K-Jo commented Jul 3, 2024

Update references of copyright being assigned to Salvatore when it was
transferred to Redis Ltd. as per #544.

Signed-off-by: Pieter Cailliau <[email protected]>
Copy link

codecov bot commented Jul 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 70.31%. Comparing base (4c6bf30) to head (77d7e33).
Report is 113 commits behind head on unstable.

Additional details and impacted files
@@             Coverage Diff              @@
##           unstable     #740      +/-   ##
============================================
+ Coverage     70.19%   70.31%   +0.11%     
============================================
  Files           110      112       +2     
  Lines         60052    61492    +1440     
============================================
+ Hits          42154    43236    +1082     
- Misses        17898    18256     +358     
Files Coverage Δ
deps/hiredis/sds.h 46.87% <ø> (ø)
src/acl.c 88.89% <ø> (ø)
src/adlist.c 74.31% <ø> (ø)
src/ae.c 74.90% <ø> (-5.01%) ⬇️
src/ae_epoll.c 84.84% <ø> (ø)
src/anet.c 75.15% <ø> (+2.48%) ⬆️
src/aof.c 80.05% <ø> (+0.07%) ⬆️
src/asciilogo.h 100.00% <ø> (ø)
src/bio.c 83.46% <ø> (ø)
src/bitops.c 94.03% <ø> (-0.16%) ⬇️
... and 76 more

... and 8 files with indirect coverage changes

@madolson
Copy link
Member

madolson commented Aug 5, 2024

Sorry for the delay, we were working on RC1. Will go through it today to double check the updates and then merge it.

@@ -1,4 +1,4 @@
Copyright (c) 2009-2011, Salvatore Sanfilippo <antirez at gmail dot com>
Copyright (c) 2009-2011, Redis Ltd.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, this code was also vendored in hiredis, so will also be present in libvalkey https://github.com/valkey-io/libvalkey/blob/main/libvalkey/COPYING. Not sure if you also want to update that.

madolson
madolson previously approved these changes Aug 6, 2024
Copy link
Member

@madolson madolson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@madolson
Copy link
Member

madolson commented Aug 6, 2024

You also seem to have missed a couple, like

# Copyright (C) 2009-2014 Salvatore Sanfilippo

EDIT: Now noticing that thse had (C) instead of (c), might be a regex problem.

Copy link
Member

@madolson madolson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I noticed you missed one reference to the copyright, so I took a deeper look and found a few more.

Just to list out all the Salvatore copyright references still present:

  1. utils/*: I assume you don't care about these
  2. COPYING: I assumed you omitted this one intentionally originally since it's sort of the main one that needs to be retained, but maybe it was missed.
  3. deps/linenoise/*: Seems missed, but maybe intentional.
  4. deps/lua/src/lua_cmsgpack: A bunch of references to Salvatore trademark in the msgpack code.
  5. src/(crc16.c,listpack.c,psqsort.c,setproctitle.c): These had a capital C in the copyright, so I'm guessing your regex just missed these.
  6. tests/support/(cluster.tcl,valkey.tcl): More capital Cs, so probably also missed.

@madolson madolson self-requested a review August 6, 2024 02:23
@madolson madolson dismissed their stale review August 6, 2024 02:23

Found something that I Was missing.

@madolson
Copy link
Member

@K-Jo Gentle ping if you still intend to update this.

@K-Jo
Copy link
Contributor Author

K-Jo commented Aug 14, 2024

@madolson Thanks for your feedback. I pushed another commit to fix the issues you mentioned.

Signed-off-by: Pieter Cailliau <[email protected]>
@madolson madolson added the documentation Improvements or additions to documentation label Aug 14, 2024
@madolson madolson changed the title Copyright update Copyright update to reflect IP transfer from salvatore to Redis Aug 14, 2024
@madolson madolson linked an issue Aug 14, 2024 that may be closed by this pull request
@madolson madolson merged commit 4d284da into valkey-io:unstable Aug 14, 2024
47 checks passed
@madolson madolson changed the title Copyright update to reflect IP transfer from salvatore to Redis Copyright update to reflect IP transfer from Salvatore to Redis Aug 14, 2024
mapleFU pushed a commit to mapleFU/valkey that referenced this pull request Aug 21, 2024
…ey-io#740)

Update references of copyright being assigned to Salvatore when it was
transferred to Redis Ltd. as per
valkey-io#544.

---------

Signed-off-by: Pieter Cailliau <[email protected]>
Signed-off-by: mwish <[email protected]>
mapleFU pushed a commit to mapleFU/valkey that referenced this pull request Aug 22, 2024
…ey-io#740)

Update references of copyright being assigned to Salvatore when it was
transferred to Redis Ltd. as per
valkey-io#544.

---------

Signed-off-by: Pieter Cailliau <[email protected]>
Signed-off-by: mwish <[email protected]>
madolson pushed a commit that referenced this pull request Sep 2, 2024
Update references of copyright being assigned to Salvatore when it was
transferred to Redis Ltd. as per
#544.

---------

Signed-off-by: Pieter Cailliau <[email protected]>
madolson pushed a commit that referenced this pull request Sep 3, 2024
Update references of copyright being assigned to Salvatore when it was
transferred to Redis Ltd. as per
#544.

---------

Signed-off-by: Pieter Cailliau <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[LEGAL] Please remove my copyright notice from the source code
2 participants