Remove "All right reserved" from all files (#10066)
Per guidance from legal on current preferred practice, remove "All rights reserved" from all LICENSE files and header blocks, and update the repo tool check accordingly.
Remove "All right reserved" from all files (#10066)
Per guidance from legal on current preferred practice, remove "All rights reserved" from all LICENSE files and header blocks, and update the repo tool check accordingly.
[various] Replace deprecated Color.value in SVG packages (#10482)
Replaces the deprecated Color.value with the equivalent toARGB(). While this method is discouraged for many use cases, since it's for interacting with the vector_graphicsColor class, which uses a 32-bit ARGB value as its fundamental representation, this appears to be the correct replacement.
Part of https://github.com/flutter/flutter/issues/159739
## Pre-Review Checklist
[^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
Remove "All right reserved" from all files (#10066)
Per guidance from legal on current preferred practice, remove "All rights reserved" from all LICENSE files and header blocks, and update the repo tool check accordingly.