From ee7a50bc4804539359499bffccc7118766d3e8e8 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Fri, 9 Jun 2023 09:19:57 +0300 Subject: [PATCH] entc/integration: add missing license header (#3594) --- entc/integration/ent/schema/builder.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entc/integration/ent/schema/builder.go b/entc/integration/ent/schema/builder.go index 0a2c60e6b..d276a7e05 100644 --- a/entc/integration/ent/schema/builder.go +++ b/entc/integration/ent/schema/builder.go @@ -1,3 +1,7 @@ +// Copyright 2019-present Facebook Inc. All rights reserved. +// This source code is licensed under the Apache 2.0 license found +// in the LICENSE file in the root directory of this source tree. + package schema import "entgo.io/ent"