From 7c41b4c3b704c3a501d311ded517eb1a68a8ac58 Mon Sep 17 00:00:00 2001 From: Andrei Zisu Date: Mon, 29 Apr 2024 23:39:14 +0200 Subject: [PATCH] Add missing copyright header --- crates/lox_derive/src/lib.rs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/crates/lox_derive/src/lib.rs b/crates/lox_derive/src/lib.rs index c279fa8a..47d4f163 100644 --- a/crates/lox_derive/src/lib.rs +++ b/crates/lox_derive/src/lib.rs @@ -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;