Skip to content

Commit

Permalink
Add copyright header to pico_svg.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
xorgy committed Mar 10, 2024
1 parent 71d4138 commit 2a8c7f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/scenes/src/pico_svg.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright 2024 the Vello Authors
// SPDX-License-Identifier: Apache-2.0 OR MIT
//! A loader for a tiny fragment of SVG
use std::{num::ParseFloatError, str::FromStr};
Expand Down

0 comments on commit 2a8c7f2

Please sign in to comment.