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

update copyright date #1655

Merged
merged 5 commits into from
Jan 13, 2024
Merged

update copyright date #1655

merged 5 commits into from
Jan 13, 2024

Conversation

vtavana
Copy link
Collaborator

@vtavana vtavana commented Jan 11, 2024

Updating copyright date to 2016-2024.

Used the following linux commands:
#!/bin/bash
file_extensions=("hpp" "cpp" "py" "txt" "cmake" "pxi" "pxd" "pyx")
for ext in "${file_extensions[@]}"; do
find . -type f -name "*.$ext" -print0 | xargs -0 sed -i 's/Copyright (c) 2016-2023/Copyright (c) 2016-2024/g'
find . -type f -name "*.$ext" -print0 | xargs -0 sed -i 's/Copyright (c) 2023/Copyright (c) 2023-2024/g'
find . -type f -name "*.$ext" -print0 | xargs -0 sed -i 's/Copyright (c) 2021-2022/Copyright (c) 2021-2024/g'
find . -type f -name "*.$ext" -print0 | xargs -0 sed -i 's/Copyright (c) 2022-2023/Copyright (c) 2022-2024/g'
done

  • Have you provided a meaningful PR description?
  • Have you added a test, reproducer or referred to issue with a reproducer?
  • Have you tested your changes locally for CPU and GPU devices?
  • Have you made sure that new changes do not introduce compiler warnings?
  • Have you checked performance impact of proposed changes?
  • If this PR is a work in progress, are you filing the PR as a draft?

@vtavana vtavana self-assigned this Jan 11, 2024
@vtavana vtavana requested a review from antonwolfy January 11, 2024 20:46
Copy link
Contributor

github-actions bot commented Jan 11, 2024

View rendered docs @ https://intelpython.github.io/dpnp/pull//index.html

Copy link
Contributor

@antonwolfy antonwolfy left a comment

Choose a reason for hiding this comment

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

Thanks a lot you for doing that @vtavana !

@vtavana vtavana merged commit 23090ce into master Jan 13, 2024
43 of 44 checks passed
@vtavana vtavana deleted the update_copyright branch January 13, 2024 05:45
github-actions bot added a commit to antonwolfy/dpnp that referenced this pull request Jan 14, 2024
* update copyright date for 2024

* update doc/conf.py

* update dpnp/backend/cmake/Modules/TBBConfig.cmake 23090ce
antonwolfy pushed a commit that referenced this pull request Jan 14, 2024
* update copyright date for 2024

* update doc/conf.py

* update dpnp/backend/cmake/Modules/TBBConfig.cmake
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