From a5d6a9e8b8a536e9d32ee3e03e875ca29aa5d580 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Sun, 3 Nov 2019 05:53:18 -0800 Subject: [PATCH] entc/integration: add missing license header Summary: Pull Request resolved: https://github.com/facebookincubator/ent/pull/138 Reviewed By: alexsn Differential Revision: D18291686 fbshipit-source-id: a1df2e4e3e036f6877acb33cbb27d05dfa982668 --- entc/integration/relation_test.go | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entc/integration/relation_test.go b/entc/integration/relation_test.go index a77e4342b..1c4a724b9 100644 --- a/entc/integration/relation_test.go +++ b/entc/integration/relation_test.go @@ -1,3 +1,7 @@ +// Copyright (c) Facebook, Inc. and its affiliates. 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 integration import (