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

feat: switch license to SPDX #1250

Merged
merged 2 commits into from
Feb 17, 2025
Merged

feat: switch license to SPDX #1250

merged 2 commits into from
Feb 17, 2025

Conversation

natanasow
Copy link
Contributor

@natanasow natanasow commented Feb 17, 2025

Description:

Change all license declarations to SPDX format.

Related issue(s):

Fixes #1150

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

@natanasow natanasow self-assigned this Feb 17, 2025
@natanasow natanasow added this to the 0.12.0 milestone Feb 17, 2025
@natanasow natanasow added the enhancement New feature or request label Feb 17, 2025
@natanasow natanasow marked this pull request as ready for review February 17, 2025 13:46
@natanasow natanasow requested a review from lukelee-sl February 17, 2025 13:46
Signed-off-by: nikolay <[email protected]>
Copy link

github-actions bot commented Feb 17, 2025

Test Results

 17 files  ± 0  103 suites  ±0   25m 58s ⏱️ - 3m 11s
370 tests +20  352 ✅ +26  18 💤 ±0  0 ❌  - 6 
467 runs  ± 0  447 ✅ + 6  20 💤 ±0  0 ❌  - 6 

Results for commit dd647eb. ± Comparison against base commit 31284cc.

This pull request removes 2 and adds 22 tests. Note that renamed tests count towards both.
"before all" hook for "should reject tokens for a single account" ‑ HIP904 TokenRejectContract Test Suite "before all" hook for "should reject tokens for a single account"
"before each" hook for "Should check the existance of a token ID" ‑ @OZERC1155Token Test Suite "before each" hook for "Should check the existance of a token ID"
Should NOT allow a non-operator to transfer tokens to another account ‑ @OZERC1155Token Test Suite Should NOT allow a non-operator to transfer tokens to another account
Should NOT burn insufficient amount of token ‑ @OZERC1155Token Test Suite Should NOT burn insufficient amount of token
Should NOT transfer the ownership to another account if the caller is not owner ‑ @OZERC1155Token Test Suite Should NOT transfer the ownership to another account if the caller is not owner
Should allow an operator to transfer a token to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer a token to another account
Should allow an operator to transfer tokens in batch to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer tokens in batch to another account
Should burn token in batch ‑ @OZERC1155Token Test Suite Should burn token in batch
Should burn token ‑ @OZERC1155Token Test Suite Should burn token
Should check if an address is another address's operator ‑ @OZERC1155Token Test Suite Should check if an address is another address's operator
Should check the existance of a token ID ‑ @OZERC1155Token Test Suite Should check the existance of a token ID
Should retireve the total supply of a token ID ‑ @OZERC1155Token Test Suite Should retireve the total supply of a token ID
…

♻️ This comment has been updated with latest results.

@natanasow natanasow merged commit 9d2cfeb into main Feb 17, 2025
36 checks passed
@natanasow natanasow deleted the 1150-switch-license-to-spdx branch February 17, 2025 15:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Switch license declarations to SPDX
3 participants