From 357c30e40dac7ce9545c093f403212b1b9925ea6 Mon Sep 17 00:00:00 2001 From: Islam Aleiv Date: Thu, 25 Apr 2024 21:38:42 +0200 Subject: [PATCH] Add license headers --- connor/rust.go | 10 ++++++++++ planner/mapper/serialize.go | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/connor/rust.go b/connor/rust.go index 21907de7b5..c0f1cf7a6c 100644 --- a/connor/rust.go +++ b/connor/rust.go @@ -1,3 +1,13 @@ +// Copyright 2024 Democratized Data Foundation +// +// Use of this software is governed by the Business Source License +// included in the file licenses/BSL.txt. +// +// As of the Change Date specified in that file, in accordance with +// the Business Source License, use of this software will be governed +// by the Apache License, Version 2.0, included in the file +// licenses/APL.txt. + package connor /* diff --git a/planner/mapper/serialize.go b/planner/mapper/serialize.go index e705df40b9..f9c3eed1cb 100644 --- a/planner/mapper/serialize.go +++ b/planner/mapper/serialize.go @@ -1,3 +1,13 @@ +// Copyright 2024 Democratized Data Foundation +// +// Use of this software is governed by the Business Source License +// included in the file licenses/BSL.txt. +// +// As of the Change Date specified in that file, in accordance with +// the Business Source License, use of this software will be governed +// by the Apache License, Version 2.0, included in the file +// licenses/APL.txt. + package mapper import (