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

SOL-110595: Update Copyright Notices to 2024 in PubSub+ API for Go #39

Merged
merged 1 commit into from
Jan 18, 2024

Conversation

oodigie
Copy link

@oodigie oodigie commented Jan 15, 2024

Changes:

  • SOL-110595: Update Copyright Notices to 2024 in PubSub+ API for Go

Copy link

@cjwmorgan-sol cjwmorgan-sol left a comment

Choose a reason for hiding this comment

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

Looks good to me.
Used command to check if the copyright is present in files:

find . | grep -v "`grep -ilr -E "Copyright 20[1-2][0-9](-20[1-2][0-9])? Solace Corporation. All rights reserved." .`" | grep -v -E "(sempclient|\.git)"

Used commands to verify in 2023 was replaced with 2024:

grep -ilr -E "Copyright 20[1-2][0-9](-2024)? Solace Corporation. All rights reserved." . | wc -l
179
grep -ilr -E "Copyright 20[1-2][0-9](-2023)? Solace Corporation. All rights reserved." . | wc -l
0

Looks ready for merge.

@cjwmorgan-sol cjwmorgan-sol merged commit 21451d7 into dev Jan 18, 2024
4 checks passed
@oodigie oodigie deleted the feat-SOL-110595-update-copyright branch December 18, 2024 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants