From 58af033791baf01ade05b9bcfc4fb6c7b44b18f6 Mon Sep 17 00:00:00 2001 From: Ryan Daum Date: Wed, 2 Oct 2024 17:27:41 -0400 Subject: [PATCH] License fix --- crates/values/build.rs | 14 ++++++++++++++ crates/values/schema/values.fbs | 8 ++++++++ 2 files changed, 22 insertions(+) diff --git a/crates/values/build.rs b/crates/values/build.rs index dc1c8b38..bb9e16d7 100644 --- a/crates/values/build.rs +++ b/crates/values/build.rs @@ -1,3 +1,17 @@ +// Copyright (C) 2024 Ryan Daum +// +// This program is free software: you can redistribute it and/or modify it under +// the terms of the GNU General Public License as published by the Free Software +// Foundation, version 3. +// +// This program is distributed in the hope that it will be useful, but WITHOUT +// ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS +// FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +// +// You should have received a copy of the GNU General Public License along with +// this program. If not, see . +// + use std::path::Path; fn main() { diff --git a/crates/values/schema/values.fbs b/crates/values/schema/values.fbs index 18368581..84747f34 100644 --- a/crates/values/schema/values.fbs +++ b/crates/values/schema/values.fbs @@ -1,3 +1,11 @@ +# Copyright (C) 2024 Ryan Daum +# +# This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 3. +# +# This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License along with this program. If not, see . +# namespace moor.values; struct Uuid {