From a89cf1ff72f640f9157e1f44b63ee31d2de0a494 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki Date: Sun, 15 Sep 2019 09:42:07 -0700 Subject: [PATCH] ent/dialect: add missing license headers Reviewed By: alexsn Differential Revision: D17390279 fbshipit-source-id: bdf27f42d768305341bfcc6cf80fa5bde63497e9 --- dialect/sql/schema/writer.go | 4 ++++ dialect/sql/schema/writer_test.go | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/dialect/sql/schema/writer.go b/dialect/sql/schema/writer.go index e841ffa36..eaff60e51 100644 --- a/dialect/sql/schema/writer.go +++ b/dialect/sql/schema/writer.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 ( diff --git a/dialect/sql/schema/writer_test.go b/dialect/sql/schema/writer_test.go index 908898247..21738a595 100644 --- a/dialect/sql/schema/writer_test.go +++ b/dialect/sql/schema/writer_test.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 (