Skip to content

Commit

Permalink
Add missing copyright header
Browse files Browse the repository at this point in the history
  • Loading branch information
matzipan committed Apr 29, 2024
1 parent 781d9d8 commit 7c41b4c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions crates/lox_derive/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
/*
* Copyright (c) 2023. Helge Eichhorn and the LOX contributors
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, you can obtain one at https://mozilla.org/MPL/2.0/.
*/

use quote::quote;
use syn::spanned::Spanned;

Expand Down

0 comments on commit 7c41b4c

Please sign in to comment.