cairo-contracts icon indicating copy to clipboard operation
cairo-contracts copied to clipboard

Missing `src` in SPDX license id paths

Open andrew-fleming opened this issue 1 year ago • 0 comments

The license id paths should now include a src/ to match the new repo structure.

// OpenZeppelin Contracts for Cairo v0.15.1 (account/account.cairo)

should be

// OpenZeppelin Contracts for Cairo v0.15.1 (account/src/account.cairo)

andrew-fleming avatar Aug 15 '24 01:08 andrew-fleming