Skip to content

Updates to licensing - bitwise ops cpp files#470

Merged
r-abishek merged 1 commit intor-abishek:ar/license_fixfrom
Srihari-mcw:bitwise_license_updates
Jul 30, 2025
Merged

Updates to licensing - bitwise ops cpp files#470
r-abishek merged 1 commit intor-abishek:ar/license_fixfrom
Srihari-mcw:bitwise_license_updates

Conversation

@Srihari-mcw
Copy link
Copy Markdown
Collaborator

PR addresses the license details modifications to make it consistent with other files

@r-abishek r-abishek requested a review from Copilot July 30, 2025 04:45
@r-abishek r-abishek added the bugfix Something isn't working label Jul 30, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR standardizes the MIT license text in three bitwise operation CPU kernel files by correcting inconsistent language. The changes replace incorrect usage of "OR" with the standard "and" conjunction throughout the license header text.

Key changes:

  • Corrects license text from "OR" to "and" in multiple locations within MIT license headers
  • Ensures consistency with standard MIT license language across bitwise operation files

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
src/modules/tensor/cpu/kernel/bitwise_xor.cpp Updates license header to use standard "and" instead of "OR"
src/modules/tensor/cpu/kernel/bitwise_or.cpp Updates license header to use standard "and" instead of "OR"
src/modules/tensor/cpu/kernel/bitwise_not.cpp Updates license header to use standard "and" instead of "OR"

@r-abishek r-abishek changed the base branch from develop to ar/license_fix July 30, 2025 05:27
Copy link
Copy Markdown
Owner

@r-abishek r-abishek left a comment

Choose a reason for hiding this comment

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

lgtm

@r-abishek r-abishek merged commit 19c7d62 into r-abishek:ar/license_fix Jul 30, 2025
ManasaDattaT pushed a commit to ManasaDattaT/rpp that referenced this pull request Dec 19, 2025
Co-authored-by: Kiriti Gowda <kiritigowda@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugfix Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants