diff --git a/.circleci/config.yml b/.circleci/config.yml index 4910c4471..bf7a1dda9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -24,7 +24,7 @@ commands: jobs: lint: docker: - - image: golangci/golangci-lint:v1.26-alpine + - image: golangci/golangci-lint:v1.28-alpine steps: - checkout - *mktestdir diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fe010dd0..d8b57aca5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: - name: Run linters uses: golangci/golangci-lint-action@v1 with: - version: v1.27 + version: v1.28 unit: runs-on: ubuntu-latest diff --git a/.golangci.yml b/.golangci.yml index 9ca21879c..aa3ea551d 100644 --- a/.golangci.yml +++ b/.golangci.yml @@ -9,6 +9,11 @@ linters-settings: funlen: lines: 110 statements: 80 + goheader: + template: |- + 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. linters: disable-all: true @@ -22,6 +27,7 @@ linters: - funlen - gocritic - gofmt + - goheader - gosec - gosimple - govet diff --git a/entc/integration/config/ent/client.go b/entc/integration/config/ent/client.go index 501745c3f..4c25c2a02 100644 --- a/entc/integration/config/ent/client.go +++ b/entc/integration/config/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/config.go b/entc/integration/config/ent/config.go index 379610598..fe796fb08 100644 --- a/entc/integration/config/ent/config.go +++ b/entc/integration/config/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/context.go b/entc/integration/config/ent/context.go index 08c8fa210..a81902281 100644 --- a/entc/integration/config/ent/context.go +++ b/entc/integration/config/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/ent.go b/entc/integration/config/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/entc/integration/config/ent/ent.go +++ b/entc/integration/config/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/enttest/enttest.go b/entc/integration/config/ent/enttest/enttest.go index 66d6b0b9d..cb744b676 100644 --- a/entc/integration/config/ent/enttest/enttest.go +++ b/entc/integration/config/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/generate.go b/entc/integration/config/ent/generate.go index 26146318a..304d7fac5 100644 --- a/entc/integration/config/ent/generate.go +++ b/entc/integration/config/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/entc/integration/config/ent/hook/hook.go b/entc/integration/config/ent/hook/hook.go index ef72d8aad..8d3401c54 100644 --- a/entc/integration/config/ent/hook/hook.go +++ b/entc/integration/config/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/migrate/migrate.go b/entc/integration/config/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/entc/integration/config/ent/migrate/migrate.go +++ b/entc/integration/config/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/migrate/schema.go b/entc/integration/config/ent/migrate/schema.go index 4360001f0..9d67e63f4 100644 --- a/entc/integration/config/ent/migrate/schema.go +++ b/entc/integration/config/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/mutation.go b/entc/integration/config/ent/mutation.go index 16b6e6986..152cd4c82 100644 --- a/entc/integration/config/ent/mutation.go +++ b/entc/integration/config/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/predicate/predicate.go b/entc/integration/config/ent/predicate/predicate.go index 0af459cef..20dbca380 100644 --- a/entc/integration/config/ent/predicate/predicate.go +++ b/entc/integration/config/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/privacy/privacy.go b/entc/integration/config/ent/privacy/privacy.go index 00022f947..3aed4a6e3 100644 --- a/entc/integration/config/ent/privacy/privacy.go +++ b/entc/integration/config/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/runtime.go b/entc/integration/config/ent/runtime.go index 250581550..811ed6925 100644 --- a/entc/integration/config/ent/runtime.go +++ b/entc/integration/config/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/runtime/runtime.go b/entc/integration/config/ent/runtime/runtime.go index 29df42efb..b26088280 100644 --- a/entc/integration/config/ent/runtime/runtime.go +++ b/entc/integration/config/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/tx.go b/entc/integration/config/ent/tx.go index 3bbb717c4..62082b404 100644 --- a/entc/integration/config/ent/tx.go +++ b/entc/integration/config/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/user.go b/entc/integration/config/ent/user.go index 0c3cef87a..3bd129b2d 100644 --- a/entc/integration/config/ent/user.go +++ b/entc/integration/config/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/user/user.go b/entc/integration/config/ent/user/user.go index 12323e2c4..4005a2c40 100644 --- a/entc/integration/config/ent/user/user.go +++ b/entc/integration/config/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/user/where.go b/entc/integration/config/ent/user/where.go index 6093c5595..ff8b5fffb 100644 --- a/entc/integration/config/ent/user/where.go +++ b/entc/integration/config/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/user_create.go b/entc/integration/config/ent/user_create.go index e92ec7b84..dfd8bf195 100644 --- a/entc/integration/config/ent/user_create.go +++ b/entc/integration/config/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/user_delete.go b/entc/integration/config/ent/user_delete.go index 2a5010470..91a2bacdf 100644 --- a/entc/integration/config/ent/user_delete.go +++ b/entc/integration/config/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/user_query.go b/entc/integration/config/ent/user_query.go index 47d852815..b05183a54 100644 --- a/entc/integration/config/ent/user_query.go +++ b/entc/integration/config/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/config/ent/user_update.go b/entc/integration/config/ent/user_update.go index 5c209f3dc..3922bad6d 100644 --- a/entc/integration/config/ent/user_update.go +++ b/entc/integration/config/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/blob.go b/entc/integration/customid/ent/blob.go index c59744b37..12f126c60 100644 --- a/entc/integration/customid/ent/blob.go +++ b/entc/integration/customid/ent/blob.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/blob/blob.go b/entc/integration/customid/ent/blob/blob.go index af7f49b9e..ae445c962 100644 --- a/entc/integration/customid/ent/blob/blob.go +++ b/entc/integration/customid/ent/blob/blob.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/blob/where.go b/entc/integration/customid/ent/blob/where.go index 006ba20ed..9d9459812 100644 --- a/entc/integration/customid/ent/blob/where.go +++ b/entc/integration/customid/ent/blob/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/blob_create.go b/entc/integration/customid/ent/blob_create.go index afae1a2fd..011cbeb9a 100644 --- a/entc/integration/customid/ent/blob_create.go +++ b/entc/integration/customid/ent/blob_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/blob_delete.go b/entc/integration/customid/ent/blob_delete.go index e013ad751..0d1438781 100644 --- a/entc/integration/customid/ent/blob_delete.go +++ b/entc/integration/customid/ent/blob_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/blob_query.go b/entc/integration/customid/ent/blob_query.go index 0b7a38b96..647072234 100644 --- a/entc/integration/customid/ent/blob_query.go +++ b/entc/integration/customid/ent/blob_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/blob_update.go b/entc/integration/customid/ent/blob_update.go index dd897d728..0995a29b2 100644 --- a/entc/integration/customid/ent/blob_update.go +++ b/entc/integration/customid/ent/blob_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/car.go b/entc/integration/customid/ent/car.go index c54d5c581..def91f88a 100644 --- a/entc/integration/customid/ent/car.go +++ b/entc/integration/customid/ent/car.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/car/car.go b/entc/integration/customid/ent/car/car.go index 38e0fe3d0..19956e198 100644 --- a/entc/integration/customid/ent/car/car.go +++ b/entc/integration/customid/ent/car/car.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/car/where.go b/entc/integration/customid/ent/car/where.go index 797b5dafb..8943ddabb 100644 --- a/entc/integration/customid/ent/car/where.go +++ b/entc/integration/customid/ent/car/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/car_create.go b/entc/integration/customid/ent/car_create.go index 7404ad8d6..b94793734 100644 --- a/entc/integration/customid/ent/car_create.go +++ b/entc/integration/customid/ent/car_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/car_delete.go b/entc/integration/customid/ent/car_delete.go index a2ffa2b1f..9d472107d 100644 --- a/entc/integration/customid/ent/car_delete.go +++ b/entc/integration/customid/ent/car_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/car_query.go b/entc/integration/customid/ent/car_query.go index 4b0b3cda2..73e17531d 100644 --- a/entc/integration/customid/ent/car_query.go +++ b/entc/integration/customid/ent/car_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/car_update.go b/entc/integration/customid/ent/car_update.go index 76cd1fb30..899cd2d87 100644 --- a/entc/integration/customid/ent/car_update.go +++ b/entc/integration/customid/ent/car_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/client.go b/entc/integration/customid/ent/client.go index aa7a37fd0..17f8c8950 100644 --- a/entc/integration/customid/ent/client.go +++ b/entc/integration/customid/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/config.go b/entc/integration/customid/ent/config.go index f34900b67..62ef999ab 100644 --- a/entc/integration/customid/ent/config.go +++ b/entc/integration/customid/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/context.go b/entc/integration/customid/ent/context.go index 08c8fa210..a81902281 100644 --- a/entc/integration/customid/ent/context.go +++ b/entc/integration/customid/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/ent.go b/entc/integration/customid/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/entc/integration/customid/ent/ent.go +++ b/entc/integration/customid/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/enttest/enttest.go b/entc/integration/customid/ent/enttest/enttest.go index 52f4c77ba..7415a25d0 100644 --- a/entc/integration/customid/ent/enttest/enttest.go +++ b/entc/integration/customid/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/generate.go b/entc/integration/customid/ent/generate.go index 26146318a..304d7fac5 100644 --- a/entc/integration/customid/ent/generate.go +++ b/entc/integration/customid/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/entc/integration/customid/ent/group.go b/entc/integration/customid/ent/group.go index 1667811b2..b916d977f 100644 --- a/entc/integration/customid/ent/group.go +++ b/entc/integration/customid/ent/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/group/group.go b/entc/integration/customid/ent/group/group.go index 73c13c862..fc574d3ad 100644 --- a/entc/integration/customid/ent/group/group.go +++ b/entc/integration/customid/ent/group/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/group/where.go b/entc/integration/customid/ent/group/where.go index 3ef9a8a1f..ba30d784c 100644 --- a/entc/integration/customid/ent/group/where.go +++ b/entc/integration/customid/ent/group/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/group_create.go b/entc/integration/customid/ent/group_create.go index 96478e5f1..84e841230 100644 --- a/entc/integration/customid/ent/group_create.go +++ b/entc/integration/customid/ent/group_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/group_delete.go b/entc/integration/customid/ent/group_delete.go index 3dc7b8e9d..daa9cf1ce 100644 --- a/entc/integration/customid/ent/group_delete.go +++ b/entc/integration/customid/ent/group_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/group_query.go b/entc/integration/customid/ent/group_query.go index 15160279f..8bda5e501 100644 --- a/entc/integration/customid/ent/group_query.go +++ b/entc/integration/customid/ent/group_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/group_update.go b/entc/integration/customid/ent/group_update.go index 9e44a5ada..2b383ab0f 100644 --- a/entc/integration/customid/ent/group_update.go +++ b/entc/integration/customid/ent/group_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/hook/hook.go b/entc/integration/customid/ent/hook/hook.go index 9aa6a5dc0..c387f5e6b 100644 --- a/entc/integration/customid/ent/hook/hook.go +++ b/entc/integration/customid/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/migrate/migrate.go b/entc/integration/customid/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/entc/integration/customid/ent/migrate/migrate.go +++ b/entc/integration/customid/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/migrate/schema.go b/entc/integration/customid/ent/migrate/schema.go index a25e1acb5..e2e97801a 100644 --- a/entc/integration/customid/ent/migrate/schema.go +++ b/entc/integration/customid/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/mutation.go b/entc/integration/customid/ent/mutation.go index 507bbd271..72c3dd22b 100644 --- a/entc/integration/customid/ent/mutation.go +++ b/entc/integration/customid/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/pet.go b/entc/integration/customid/ent/pet.go index c91e1c962..4d6ddc1cb 100644 --- a/entc/integration/customid/ent/pet.go +++ b/entc/integration/customid/ent/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/pet/pet.go b/entc/integration/customid/ent/pet/pet.go index 59309b427..dcbd49126 100644 --- a/entc/integration/customid/ent/pet/pet.go +++ b/entc/integration/customid/ent/pet/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/pet/where.go b/entc/integration/customid/ent/pet/where.go index 66da788f2..d0624bb54 100644 --- a/entc/integration/customid/ent/pet/where.go +++ b/entc/integration/customid/ent/pet/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/pet_create.go b/entc/integration/customid/ent/pet_create.go index 98521adc5..9ae942236 100644 --- a/entc/integration/customid/ent/pet_create.go +++ b/entc/integration/customid/ent/pet_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/pet_delete.go b/entc/integration/customid/ent/pet_delete.go index 471a4ade8..5a0ba4a40 100644 --- a/entc/integration/customid/ent/pet_delete.go +++ b/entc/integration/customid/ent/pet_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/pet_query.go b/entc/integration/customid/ent/pet_query.go index fbe53e944..b5a9c5616 100644 --- a/entc/integration/customid/ent/pet_query.go +++ b/entc/integration/customid/ent/pet_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/pet_update.go b/entc/integration/customid/ent/pet_update.go index b550ffebd..566755131 100644 --- a/entc/integration/customid/ent/pet_update.go +++ b/entc/integration/customid/ent/pet_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/predicate/predicate.go b/entc/integration/customid/ent/predicate/predicate.go index 03ac53888..f8ca6f6a8 100644 --- a/entc/integration/customid/ent/predicate/predicate.go +++ b/entc/integration/customid/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/privacy/privacy.go b/entc/integration/customid/ent/privacy/privacy.go index a8b72a941..4c3784215 100644 --- a/entc/integration/customid/ent/privacy/privacy.go +++ b/entc/integration/customid/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/runtime.go b/entc/integration/customid/ent/runtime.go index 524454da4..878276137 100644 --- a/entc/integration/customid/ent/runtime.go +++ b/entc/integration/customid/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/runtime/runtime.go b/entc/integration/customid/ent/runtime/runtime.go index 19727b625..0149805af 100644 --- a/entc/integration/customid/ent/runtime/runtime.go +++ b/entc/integration/customid/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/tx.go b/entc/integration/customid/ent/tx.go index d0dc3c938..1717d2258 100644 --- a/entc/integration/customid/ent/tx.go +++ b/entc/integration/customid/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/user.go b/entc/integration/customid/ent/user.go index a1a91504a..e1021296f 100644 --- a/entc/integration/customid/ent/user.go +++ b/entc/integration/customid/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/user/user.go b/entc/integration/customid/ent/user/user.go index 5d98d5a68..e7f154cf5 100644 --- a/entc/integration/customid/ent/user/user.go +++ b/entc/integration/customid/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/user/where.go b/entc/integration/customid/ent/user/where.go index 5794e059b..e9bea14d2 100644 --- a/entc/integration/customid/ent/user/where.go +++ b/entc/integration/customid/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/user_create.go b/entc/integration/customid/ent/user_create.go index cd9f75f66..a33209bba 100644 --- a/entc/integration/customid/ent/user_create.go +++ b/entc/integration/customid/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/user_delete.go b/entc/integration/customid/ent/user_delete.go index f785c8034..6cfea956e 100644 --- a/entc/integration/customid/ent/user_delete.go +++ b/entc/integration/customid/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/user_query.go b/entc/integration/customid/ent/user_query.go index 3873708ba..db489be07 100644 --- a/entc/integration/customid/ent/user_query.go +++ b/entc/integration/customid/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/customid/ent/user_update.go b/entc/integration/customid/ent/user_update.go index 378a0608c..c5ba2b347 100644 --- a/entc/integration/customid/ent/user_update.go +++ b/entc/integration/customid/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/card.go b/entc/integration/ent/card.go index a785914ba..eb54d6dd5 100644 --- a/entc/integration/ent/card.go +++ b/entc/integration/ent/card.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/card/card.go b/entc/integration/ent/card/card.go index 87236fb74..dbbfd2695 100644 --- a/entc/integration/ent/card/card.go +++ b/entc/integration/ent/card/card.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/card/where.go b/entc/integration/ent/card/where.go index fdeb7ac4f..79714500b 100644 --- a/entc/integration/ent/card/where.go +++ b/entc/integration/ent/card/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/card_create.go b/entc/integration/ent/card_create.go index fd108c576..a39236a9b 100644 --- a/entc/integration/ent/card_create.go +++ b/entc/integration/ent/card_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/card_delete.go b/entc/integration/ent/card_delete.go index 92241c7bb..afb1b4264 100644 --- a/entc/integration/ent/card_delete.go +++ b/entc/integration/ent/card_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/card_query.go b/entc/integration/ent/card_query.go index 9d89ca369..da25a574f 100644 --- a/entc/integration/ent/card_query.go +++ b/entc/integration/ent/card_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/card_update.go b/entc/integration/ent/card_update.go index 188f5b21b..b43b7bf29 100644 --- a/entc/integration/ent/card_update.go +++ b/entc/integration/ent/card_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/client.go b/entc/integration/ent/client.go index 991c91bb9..ee60f913c 100644 --- a/entc/integration/ent/client.go +++ b/entc/integration/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/comment.go b/entc/integration/ent/comment.go index e8e1b4ba1..6c206c887 100644 --- a/entc/integration/ent/comment.go +++ b/entc/integration/ent/comment.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/comment/comment.go b/entc/integration/ent/comment/comment.go index 4dd9be174..01852dfcb 100644 --- a/entc/integration/ent/comment/comment.go +++ b/entc/integration/ent/comment/comment.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/comment/where.go b/entc/integration/ent/comment/where.go index f7660c3d6..7034e5451 100644 --- a/entc/integration/ent/comment/where.go +++ b/entc/integration/ent/comment/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/comment_create.go b/entc/integration/ent/comment_create.go index b3c66974a..573e00d95 100644 --- a/entc/integration/ent/comment_create.go +++ b/entc/integration/ent/comment_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/comment_delete.go b/entc/integration/ent/comment_delete.go index d6f691baf..8c5e050c0 100644 --- a/entc/integration/ent/comment_delete.go +++ b/entc/integration/ent/comment_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/comment_query.go b/entc/integration/ent/comment_query.go index cfafdbcbb..f4f301c93 100644 --- a/entc/integration/ent/comment_query.go +++ b/entc/integration/ent/comment_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/comment_update.go b/entc/integration/ent/comment_update.go index 626ecdc42..01cd13677 100644 --- a/entc/integration/ent/comment_update.go +++ b/entc/integration/ent/comment_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/config.go b/entc/integration/ent/config.go index d034d7be0..6f77cb053 100644 --- a/entc/integration/ent/config.go +++ b/entc/integration/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/context.go b/entc/integration/ent/context.go index 08c8fa210..a81902281 100644 --- a/entc/integration/ent/context.go +++ b/entc/integration/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/ent.go b/entc/integration/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/entc/integration/ent/ent.go +++ b/entc/integration/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/enttest/enttest.go b/entc/integration/ent/enttest/enttest.go index ac58c45e1..0b2b31b31 100644 --- a/entc/integration/ent/enttest/enttest.go +++ b/entc/integration/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/fieldtype.go b/entc/integration/ent/fieldtype.go index 6b3992402..8c54224f3 100644 --- a/entc/integration/ent/fieldtype.go +++ b/entc/integration/ent/fieldtype.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/fieldtype/fieldtype.go b/entc/integration/ent/fieldtype/fieldtype.go index 3a235d6fd..5a07dca16 100644 --- a/entc/integration/ent/fieldtype/fieldtype.go +++ b/entc/integration/ent/fieldtype/fieldtype.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/fieldtype/where.go b/entc/integration/ent/fieldtype/where.go index c347fa0c3..42c3b29cd 100644 --- a/entc/integration/ent/fieldtype/where.go +++ b/entc/integration/ent/fieldtype/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/fieldtype_create.go b/entc/integration/ent/fieldtype_create.go index d97942057..92be87756 100644 --- a/entc/integration/ent/fieldtype_create.go +++ b/entc/integration/ent/fieldtype_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/fieldtype_delete.go b/entc/integration/ent/fieldtype_delete.go index a88819c1b..4873c9f1b 100644 --- a/entc/integration/ent/fieldtype_delete.go +++ b/entc/integration/ent/fieldtype_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/fieldtype_query.go b/entc/integration/ent/fieldtype_query.go index 65f2df6e4..fad83d5cb 100644 --- a/entc/integration/ent/fieldtype_query.go +++ b/entc/integration/ent/fieldtype_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/fieldtype_update.go b/entc/integration/ent/fieldtype_update.go index 9d7f38b29..ba7c01bf3 100644 --- a/entc/integration/ent/fieldtype_update.go +++ b/entc/integration/ent/fieldtype_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/file.go b/entc/integration/ent/file.go index fcf381576..92a9ba98c 100644 --- a/entc/integration/ent/file.go +++ b/entc/integration/ent/file.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/file/file.go b/entc/integration/ent/file/file.go index eab32cac0..46daa1e06 100644 --- a/entc/integration/ent/file/file.go +++ b/entc/integration/ent/file/file.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/file/where.go b/entc/integration/ent/file/where.go index 8dd51c08e..859658a91 100644 --- a/entc/integration/ent/file/where.go +++ b/entc/integration/ent/file/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/file_create.go b/entc/integration/ent/file_create.go index b7d0048f9..39f9cafb1 100644 --- a/entc/integration/ent/file_create.go +++ b/entc/integration/ent/file_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/file_delete.go b/entc/integration/ent/file_delete.go index e57bc30de..f4d0c9b91 100644 --- a/entc/integration/ent/file_delete.go +++ b/entc/integration/ent/file_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/file_query.go b/entc/integration/ent/file_query.go index 465b391a4..670de21eb 100644 --- a/entc/integration/ent/file_query.go +++ b/entc/integration/ent/file_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/file_update.go b/entc/integration/ent/file_update.go index 7838e8f72..e60074086 100644 --- a/entc/integration/ent/file_update.go +++ b/entc/integration/ent/file_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/filetype.go b/entc/integration/ent/filetype.go index 503167c46..8b7e772a7 100644 --- a/entc/integration/ent/filetype.go +++ b/entc/integration/ent/filetype.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/filetype/filetype.go b/entc/integration/ent/filetype/filetype.go index d2c6379e1..afaef0b80 100644 --- a/entc/integration/ent/filetype/filetype.go +++ b/entc/integration/ent/filetype/filetype.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/filetype/where.go b/entc/integration/ent/filetype/where.go index 6a0f1e208..bea91a5fa 100644 --- a/entc/integration/ent/filetype/where.go +++ b/entc/integration/ent/filetype/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/filetype_create.go b/entc/integration/ent/filetype_create.go index 8a603f662..d3c6c41ae 100644 --- a/entc/integration/ent/filetype_create.go +++ b/entc/integration/ent/filetype_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/filetype_delete.go b/entc/integration/ent/filetype_delete.go index a1a090b4b..0cfd5f846 100644 --- a/entc/integration/ent/filetype_delete.go +++ b/entc/integration/ent/filetype_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/filetype_query.go b/entc/integration/ent/filetype_query.go index ca3de2f36..af80e29a8 100644 --- a/entc/integration/ent/filetype_query.go +++ b/entc/integration/ent/filetype_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/filetype_update.go b/entc/integration/ent/filetype_update.go index 8b80e0856..7f5b2a2f9 100644 --- a/entc/integration/ent/filetype_update.go +++ b/entc/integration/ent/filetype_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/generate.go b/entc/integration/ent/generate.go index c90509acc..3386eee3e 100644 --- a/entc/integration/ent/generate.go +++ b/entc/integration/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --template ./template --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --template ./template --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/entc/integration/ent/group.go b/entc/integration/ent/group.go index 9ffebc80d..04f932550 100644 --- a/entc/integration/ent/group.go +++ b/entc/integration/ent/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/group/group.go b/entc/integration/ent/group/group.go index 8f411bbbf..49a1e95c4 100644 --- a/entc/integration/ent/group/group.go +++ b/entc/integration/ent/group/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/group/where.go b/entc/integration/ent/group/where.go index 347ddcca9..45b33fe1c 100644 --- a/entc/integration/ent/group/where.go +++ b/entc/integration/ent/group/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/group_create.go b/entc/integration/ent/group_create.go index f3d034c30..75bbd9ced 100644 --- a/entc/integration/ent/group_create.go +++ b/entc/integration/ent/group_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/group_delete.go b/entc/integration/ent/group_delete.go index 1f5db49f3..e27868e7d 100644 --- a/entc/integration/ent/group_delete.go +++ b/entc/integration/ent/group_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/group_query.go b/entc/integration/ent/group_query.go index 34cdd0f7a..d93566f2c 100644 --- a/entc/integration/ent/group_query.go +++ b/entc/integration/ent/group_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/group_update.go b/entc/integration/ent/group_update.go index 455143bef..54ffb0c41 100644 --- a/entc/integration/ent/group_update.go +++ b/entc/integration/ent/group_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/groupinfo.go b/entc/integration/ent/groupinfo.go index c5486b843..a90d06566 100644 --- a/entc/integration/ent/groupinfo.go +++ b/entc/integration/ent/groupinfo.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/groupinfo/groupinfo.go b/entc/integration/ent/groupinfo/groupinfo.go index 46a27092c..22ed9182a 100644 --- a/entc/integration/ent/groupinfo/groupinfo.go +++ b/entc/integration/ent/groupinfo/groupinfo.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/groupinfo/where.go b/entc/integration/ent/groupinfo/where.go index 8df30afda..3dbc1acca 100644 --- a/entc/integration/ent/groupinfo/where.go +++ b/entc/integration/ent/groupinfo/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/groupinfo_create.go b/entc/integration/ent/groupinfo_create.go index bc5e74afe..a2409d689 100644 --- a/entc/integration/ent/groupinfo_create.go +++ b/entc/integration/ent/groupinfo_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/groupinfo_delete.go b/entc/integration/ent/groupinfo_delete.go index a9ff8612c..77c04d127 100644 --- a/entc/integration/ent/groupinfo_delete.go +++ b/entc/integration/ent/groupinfo_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/groupinfo_query.go b/entc/integration/ent/groupinfo_query.go index 31f50de0a..aa4bb1631 100644 --- a/entc/integration/ent/groupinfo_query.go +++ b/entc/integration/ent/groupinfo_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/groupinfo_update.go b/entc/integration/ent/groupinfo_update.go index 728f819d7..16e746cb0 100644 --- a/entc/integration/ent/groupinfo_update.go +++ b/entc/integration/ent/groupinfo_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/hook/hook.go b/entc/integration/ent/hook/hook.go index 6b1920278..9c52bb508 100644 --- a/entc/integration/ent/hook/hook.go +++ b/entc/integration/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/item.go b/entc/integration/ent/item.go index a2187e6ff..0bcb75058 100644 --- a/entc/integration/ent/item.go +++ b/entc/integration/ent/item.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/item/item.go b/entc/integration/ent/item/item.go index ee5a9973c..84cdd1660 100644 --- a/entc/integration/ent/item/item.go +++ b/entc/integration/ent/item/item.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/item/where.go b/entc/integration/ent/item/where.go index 5d30b2d24..f31181c2f 100644 --- a/entc/integration/ent/item/where.go +++ b/entc/integration/ent/item/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/item_create.go b/entc/integration/ent/item_create.go index 718d91f27..b8f204323 100644 --- a/entc/integration/ent/item_create.go +++ b/entc/integration/ent/item_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/item_delete.go b/entc/integration/ent/item_delete.go index f627251c7..862a93769 100644 --- a/entc/integration/ent/item_delete.go +++ b/entc/integration/ent/item_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/item_query.go b/entc/integration/ent/item_query.go index 94634444e..f36678372 100644 --- a/entc/integration/ent/item_query.go +++ b/entc/integration/ent/item_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/item_update.go b/entc/integration/ent/item_update.go index b018545c2..fb3685ce3 100644 --- a/entc/integration/ent/item_update.go +++ b/entc/integration/ent/item_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/migrate/migrate.go b/entc/integration/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/entc/integration/ent/migrate/migrate.go +++ b/entc/integration/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/migrate/schema.go b/entc/integration/ent/migrate/schema.go index 875ebf7a8..5b74a0bce 100644 --- a/entc/integration/ent/migrate/schema.go +++ b/entc/integration/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/mutation.go b/entc/integration/ent/mutation.go index 195f1e8f3..f967f8398 100644 --- a/entc/integration/ent/mutation.go +++ b/entc/integration/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/node.go b/entc/integration/ent/node.go index c56b6a665..1d44910b5 100644 --- a/entc/integration/ent/node.go +++ b/entc/integration/ent/node.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/node/node.go b/entc/integration/ent/node/node.go index 20c7a2b8a..7766b9889 100644 --- a/entc/integration/ent/node/node.go +++ b/entc/integration/ent/node/node.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/node/where.go b/entc/integration/ent/node/where.go index 159c5e5e4..c7487f0d8 100644 --- a/entc/integration/ent/node/where.go +++ b/entc/integration/ent/node/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/node_create.go b/entc/integration/ent/node_create.go index 66dd3228b..06dd021b1 100644 --- a/entc/integration/ent/node_create.go +++ b/entc/integration/ent/node_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/node_delete.go b/entc/integration/ent/node_delete.go index 6ef12471c..ff7bb3d38 100644 --- a/entc/integration/ent/node_delete.go +++ b/entc/integration/ent/node_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/node_query.go b/entc/integration/ent/node_query.go index 11b9be3a5..64642ec55 100644 --- a/entc/integration/ent/node_query.go +++ b/entc/integration/ent/node_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/node_update.go b/entc/integration/ent/node_update.go index 5d8681dd8..92fd8762a 100644 --- a/entc/integration/ent/node_update.go +++ b/entc/integration/ent/node_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/pet.go b/entc/integration/ent/pet.go index a8bb7fbcd..2559068cd 100644 --- a/entc/integration/ent/pet.go +++ b/entc/integration/ent/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/pet/pet.go b/entc/integration/ent/pet/pet.go index 3d3fe5e68..9ed308ee1 100644 --- a/entc/integration/ent/pet/pet.go +++ b/entc/integration/ent/pet/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/pet/where.go b/entc/integration/ent/pet/where.go index 9caee76ca..ee6e19ee4 100644 --- a/entc/integration/ent/pet/where.go +++ b/entc/integration/ent/pet/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/pet_create.go b/entc/integration/ent/pet_create.go index c3af36d61..91f3ac169 100644 --- a/entc/integration/ent/pet_create.go +++ b/entc/integration/ent/pet_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/pet_delete.go b/entc/integration/ent/pet_delete.go index 40f570392..76693ad85 100644 --- a/entc/integration/ent/pet_delete.go +++ b/entc/integration/ent/pet_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/pet_query.go b/entc/integration/ent/pet_query.go index f06525d98..6d1131384 100644 --- a/entc/integration/ent/pet_query.go +++ b/entc/integration/ent/pet_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/pet_update.go b/entc/integration/ent/pet_update.go index 50a626144..719642c01 100644 --- a/entc/integration/ent/pet_update.go +++ b/entc/integration/ent/pet_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/predicate/predicate.go b/entc/integration/ent/predicate/predicate.go index b5ee8cb54..f648e15bf 100644 --- a/entc/integration/ent/predicate/predicate.go +++ b/entc/integration/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/privacy/privacy.go b/entc/integration/ent/privacy/privacy.go index 08ca12c11..4c6677de8 100644 --- a/entc/integration/ent/privacy/privacy.go +++ b/entc/integration/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/runtime.go b/entc/integration/ent/runtime.go index 3f398b633..d930835d9 100644 --- a/entc/integration/ent/runtime.go +++ b/entc/integration/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/runtime/runtime.go b/entc/integration/ent/runtime/runtime.go index 457327ff6..1c45aa982 100644 --- a/entc/integration/ent/runtime/runtime.go +++ b/entc/integration/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/schema/item.go b/entc/integration/ent/schema/item.go index 0a7b3e62b..81d256b9a 100644 --- a/entc/integration/ent/schema/item.go +++ b/entc/integration/ent/schema/item.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/schema/spec.go b/entc/integration/ent/schema/spec.go index 5cbf39f2d..cd13b2e14 100644 --- a/entc/integration/ent/schema/spec.go +++ b/entc/integration/ent/schema/spec.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/spec.go b/entc/integration/ent/spec.go index 28a7e37bf..e56805c53 100644 --- a/entc/integration/ent/spec.go +++ b/entc/integration/ent/spec.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/spec/spec.go b/entc/integration/ent/spec/spec.go index 65160b347..d35580fa9 100644 --- a/entc/integration/ent/spec/spec.go +++ b/entc/integration/ent/spec/spec.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/spec/where.go b/entc/integration/ent/spec/where.go index 307e1591c..6b9880123 100644 --- a/entc/integration/ent/spec/where.go +++ b/entc/integration/ent/spec/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/spec_create.go b/entc/integration/ent/spec_create.go index 70114e131..0b341e525 100644 --- a/entc/integration/ent/spec_create.go +++ b/entc/integration/ent/spec_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/spec_delete.go b/entc/integration/ent/spec_delete.go index 852e3d2b4..48e4a3596 100644 --- a/entc/integration/ent/spec_delete.go +++ b/entc/integration/ent/spec_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/spec_query.go b/entc/integration/ent/spec_query.go index 316984083..c447d7e3b 100644 --- a/entc/integration/ent/spec_query.go +++ b/entc/integration/ent/spec_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/spec_update.go b/entc/integration/ent/spec_update.go index 73b8fb50b..db46f3174 100644 --- a/entc/integration/ent/spec_update.go +++ b/entc/integration/ent/spec_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/tx.go b/entc/integration/ent/tx.go index 0c9dd6957..55bfc55ac 100644 --- a/entc/integration/ent/tx.go +++ b/entc/integration/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/user.go b/entc/integration/ent/user.go index 8f95971cc..c4b22afb7 100644 --- a/entc/integration/ent/user.go +++ b/entc/integration/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/user/user.go b/entc/integration/ent/user/user.go index 6cc5c5cab..4873f6f02 100644 --- a/entc/integration/ent/user/user.go +++ b/entc/integration/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/user/where.go b/entc/integration/ent/user/where.go index 0de684c5d..6e34a6b31 100644 --- a/entc/integration/ent/user/where.go +++ b/entc/integration/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/user_create.go b/entc/integration/ent/user_create.go index 05831a39c..b3ad89482 100644 --- a/entc/integration/ent/user_create.go +++ b/entc/integration/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/user_delete.go b/entc/integration/ent/user_delete.go index a26582316..11fe235ba 100644 --- a/entc/integration/ent/user_delete.go +++ b/entc/integration/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/user_query.go b/entc/integration/ent/user_query.go index 731162487..872a684c7 100644 --- a/entc/integration/ent/user_query.go +++ b/entc/integration/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/ent/user_update.go b/entc/integration/ent/user_update.go index 676801431..7b73db8bf 100644 --- a/entc/integration/ent/user_update.go +++ b/entc/integration/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/card.go b/entc/integration/gremlin/ent/card.go index a42fd5540..c87d4071d 100644 --- a/entc/integration/gremlin/ent/card.go +++ b/entc/integration/gremlin/ent/card.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/card/card.go b/entc/integration/gremlin/ent/card/card.go index fe7e16d0f..979c81bd5 100644 --- a/entc/integration/gremlin/ent/card/card.go +++ b/entc/integration/gremlin/ent/card/card.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/card/where.go b/entc/integration/gremlin/ent/card/where.go index 8cb0e34de..24fc14f09 100644 --- a/entc/integration/gremlin/ent/card/where.go +++ b/entc/integration/gremlin/ent/card/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/card_create.go b/entc/integration/gremlin/ent/card_create.go index 511e3591d..299a182a1 100644 --- a/entc/integration/gremlin/ent/card_create.go +++ b/entc/integration/gremlin/ent/card_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/card_delete.go b/entc/integration/gremlin/ent/card_delete.go index 2fe6de39a..b00b44d24 100644 --- a/entc/integration/gremlin/ent/card_delete.go +++ b/entc/integration/gremlin/ent/card_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/card_query.go b/entc/integration/gremlin/ent/card_query.go index 36589320b..7d0ec61f0 100644 --- a/entc/integration/gremlin/ent/card_query.go +++ b/entc/integration/gremlin/ent/card_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/card_update.go b/entc/integration/gremlin/ent/card_update.go index f459fe2bb..1122cf1b0 100644 --- a/entc/integration/gremlin/ent/card_update.go +++ b/entc/integration/gremlin/ent/card_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/client.go b/entc/integration/gremlin/ent/client.go index 079b72ade..754939422 100644 --- a/entc/integration/gremlin/ent/client.go +++ b/entc/integration/gremlin/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/comment.go b/entc/integration/gremlin/ent/comment.go index f6ddf3686..c7bba9867 100644 --- a/entc/integration/gremlin/ent/comment.go +++ b/entc/integration/gremlin/ent/comment.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/comment/comment.go b/entc/integration/gremlin/ent/comment/comment.go index ecc4405f9..2f941c6d2 100644 --- a/entc/integration/gremlin/ent/comment/comment.go +++ b/entc/integration/gremlin/ent/comment/comment.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/comment/where.go b/entc/integration/gremlin/ent/comment/where.go index 94831c17f..b7f1e8442 100644 --- a/entc/integration/gremlin/ent/comment/where.go +++ b/entc/integration/gremlin/ent/comment/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/comment_create.go b/entc/integration/gremlin/ent/comment_create.go index 254ef7415..71a56aa2b 100644 --- a/entc/integration/gremlin/ent/comment_create.go +++ b/entc/integration/gremlin/ent/comment_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/comment_delete.go b/entc/integration/gremlin/ent/comment_delete.go index ce697809d..27899e2cb 100644 --- a/entc/integration/gremlin/ent/comment_delete.go +++ b/entc/integration/gremlin/ent/comment_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/comment_query.go b/entc/integration/gremlin/ent/comment_query.go index 440f49e89..64c7155a9 100644 --- a/entc/integration/gremlin/ent/comment_query.go +++ b/entc/integration/gremlin/ent/comment_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/comment_update.go b/entc/integration/gremlin/ent/comment_update.go index 03b970d4f..14c84b0cf 100644 --- a/entc/integration/gremlin/ent/comment_update.go +++ b/entc/integration/gremlin/ent/comment_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/config.go b/entc/integration/gremlin/ent/config.go index d034d7be0..6f77cb053 100644 --- a/entc/integration/gremlin/ent/config.go +++ b/entc/integration/gremlin/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/context.go b/entc/integration/gremlin/ent/context.go index 08c8fa210..a81902281 100644 --- a/entc/integration/gremlin/ent/context.go +++ b/entc/integration/gremlin/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/ent.go b/entc/integration/gremlin/ent/ent.go index 0a5e8b275..bf7994aeb 100644 --- a/entc/integration/gremlin/ent/ent.go +++ b/entc/integration/gremlin/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/enttest/enttest.go b/entc/integration/gremlin/ent/enttest/enttest.go index c0b138075..e4105cea7 100644 --- a/entc/integration/gremlin/ent/enttest/enttest.go +++ b/entc/integration/gremlin/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/fieldtype.go b/entc/integration/gremlin/ent/fieldtype.go index fd589987e..df23c91f8 100644 --- a/entc/integration/gremlin/ent/fieldtype.go +++ b/entc/integration/gremlin/ent/fieldtype.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/fieldtype/fieldtype.go b/entc/integration/gremlin/ent/fieldtype/fieldtype.go index d7fd955ff..65b644a52 100644 --- a/entc/integration/gremlin/ent/fieldtype/fieldtype.go +++ b/entc/integration/gremlin/ent/fieldtype/fieldtype.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/fieldtype/where.go b/entc/integration/gremlin/ent/fieldtype/where.go index 29fac2d87..59d48d724 100644 --- a/entc/integration/gremlin/ent/fieldtype/where.go +++ b/entc/integration/gremlin/ent/fieldtype/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/fieldtype_create.go b/entc/integration/gremlin/ent/fieldtype_create.go index a515bdff4..45e9ff608 100644 --- a/entc/integration/gremlin/ent/fieldtype_create.go +++ b/entc/integration/gremlin/ent/fieldtype_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/fieldtype_delete.go b/entc/integration/gremlin/ent/fieldtype_delete.go index 9a54d7563..ebea7110e 100644 --- a/entc/integration/gremlin/ent/fieldtype_delete.go +++ b/entc/integration/gremlin/ent/fieldtype_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/fieldtype_query.go b/entc/integration/gremlin/ent/fieldtype_query.go index ce7c605c6..26940bec4 100644 --- a/entc/integration/gremlin/ent/fieldtype_query.go +++ b/entc/integration/gremlin/ent/fieldtype_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/fieldtype_update.go b/entc/integration/gremlin/ent/fieldtype_update.go index 5e84eb99c..cc19769ee 100644 --- a/entc/integration/gremlin/ent/fieldtype_update.go +++ b/entc/integration/gremlin/ent/fieldtype_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/file.go b/entc/integration/gremlin/ent/file.go index 8c068160b..c2b060b2b 100644 --- a/entc/integration/gremlin/ent/file.go +++ b/entc/integration/gremlin/ent/file.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/file/file.go b/entc/integration/gremlin/ent/file/file.go index bfbcb5459..6b99349e2 100644 --- a/entc/integration/gremlin/ent/file/file.go +++ b/entc/integration/gremlin/ent/file/file.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/file/where.go b/entc/integration/gremlin/ent/file/where.go index a78d04d6d..b2a63efbb 100644 --- a/entc/integration/gremlin/ent/file/where.go +++ b/entc/integration/gremlin/ent/file/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/file_create.go b/entc/integration/gremlin/ent/file_create.go index da2767288..26ca17833 100644 --- a/entc/integration/gremlin/ent/file_create.go +++ b/entc/integration/gremlin/ent/file_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/file_delete.go b/entc/integration/gremlin/ent/file_delete.go index d0b165de0..3e73e2eb8 100644 --- a/entc/integration/gremlin/ent/file_delete.go +++ b/entc/integration/gremlin/ent/file_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/file_query.go b/entc/integration/gremlin/ent/file_query.go index 89e66bf5c..b53514cb1 100644 --- a/entc/integration/gremlin/ent/file_query.go +++ b/entc/integration/gremlin/ent/file_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/file_update.go b/entc/integration/gremlin/ent/file_update.go index 242a69ed2..61e355531 100644 --- a/entc/integration/gremlin/ent/file_update.go +++ b/entc/integration/gremlin/ent/file_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/filetype.go b/entc/integration/gremlin/ent/filetype.go index 2ddff9f2b..e5b705445 100644 --- a/entc/integration/gremlin/ent/filetype.go +++ b/entc/integration/gremlin/ent/filetype.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/filetype/filetype.go b/entc/integration/gremlin/ent/filetype/filetype.go index 1a7b32bee..180f1547f 100644 --- a/entc/integration/gremlin/ent/filetype/filetype.go +++ b/entc/integration/gremlin/ent/filetype/filetype.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/filetype/where.go b/entc/integration/gremlin/ent/filetype/where.go index 56e881702..232171758 100644 --- a/entc/integration/gremlin/ent/filetype/where.go +++ b/entc/integration/gremlin/ent/filetype/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/filetype_create.go b/entc/integration/gremlin/ent/filetype_create.go index e0217ab00..1bb232cd8 100644 --- a/entc/integration/gremlin/ent/filetype_create.go +++ b/entc/integration/gremlin/ent/filetype_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/filetype_delete.go b/entc/integration/gremlin/ent/filetype_delete.go index b7e130c9c..1f8c86d15 100644 --- a/entc/integration/gremlin/ent/filetype_delete.go +++ b/entc/integration/gremlin/ent/filetype_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/filetype_query.go b/entc/integration/gremlin/ent/filetype_query.go index 7309bcc83..fc809cbd3 100644 --- a/entc/integration/gremlin/ent/filetype_query.go +++ b/entc/integration/gremlin/ent/filetype_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/filetype_update.go b/entc/integration/gremlin/ent/filetype_update.go index 8ba148dd4..0e9df0b1f 100644 --- a/entc/integration/gremlin/ent/filetype_update.go +++ b/entc/integration/gremlin/ent/filetype_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/generate.go b/entc/integration/gremlin/ent/generate.go index 30dbce44f..304f1d6a3 100644 --- a/entc/integration/gremlin/ent/generate.go +++ b/entc/integration/gremlin/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --target . --storage=gremlin --idtype string --template ../../ent/template --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ../../ent/schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --target . --storage=gremlin --idtype string --template ../../ent/template --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ../../ent/schema diff --git a/entc/integration/gremlin/ent/group.go b/entc/integration/gremlin/ent/group.go index 30a5a35d8..a8936f444 100644 --- a/entc/integration/gremlin/ent/group.go +++ b/entc/integration/gremlin/ent/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/group/group.go b/entc/integration/gremlin/ent/group/group.go index af3a8749a..1ccfeb993 100644 --- a/entc/integration/gremlin/ent/group/group.go +++ b/entc/integration/gremlin/ent/group/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/group/where.go b/entc/integration/gremlin/ent/group/where.go index 3bc4c819d..4c27f0e49 100644 --- a/entc/integration/gremlin/ent/group/where.go +++ b/entc/integration/gremlin/ent/group/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/group_create.go b/entc/integration/gremlin/ent/group_create.go index c219745c5..60c0d34d6 100644 --- a/entc/integration/gremlin/ent/group_create.go +++ b/entc/integration/gremlin/ent/group_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/group_delete.go b/entc/integration/gremlin/ent/group_delete.go index f5356fe29..381ee7e5e 100644 --- a/entc/integration/gremlin/ent/group_delete.go +++ b/entc/integration/gremlin/ent/group_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/group_query.go b/entc/integration/gremlin/ent/group_query.go index 4c3bbff4f..54d3f45c2 100644 --- a/entc/integration/gremlin/ent/group_query.go +++ b/entc/integration/gremlin/ent/group_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/group_update.go b/entc/integration/gremlin/ent/group_update.go index 7ecf6a523..0372ebc7c 100644 --- a/entc/integration/gremlin/ent/group_update.go +++ b/entc/integration/gremlin/ent/group_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/groupinfo.go b/entc/integration/gremlin/ent/groupinfo.go index 4d4d6a351..1601c04bb 100644 --- a/entc/integration/gremlin/ent/groupinfo.go +++ b/entc/integration/gremlin/ent/groupinfo.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/groupinfo/groupinfo.go b/entc/integration/gremlin/ent/groupinfo/groupinfo.go index 55f64c281..349007cfd 100644 --- a/entc/integration/gremlin/ent/groupinfo/groupinfo.go +++ b/entc/integration/gremlin/ent/groupinfo/groupinfo.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/groupinfo/where.go b/entc/integration/gremlin/ent/groupinfo/where.go index 77e8f9ae4..6122103c5 100644 --- a/entc/integration/gremlin/ent/groupinfo/where.go +++ b/entc/integration/gremlin/ent/groupinfo/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/groupinfo_create.go b/entc/integration/gremlin/ent/groupinfo_create.go index 1e019f9e9..8cdc30a62 100644 --- a/entc/integration/gremlin/ent/groupinfo_create.go +++ b/entc/integration/gremlin/ent/groupinfo_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/groupinfo_delete.go b/entc/integration/gremlin/ent/groupinfo_delete.go index 73e6a5ac4..0060a310b 100644 --- a/entc/integration/gremlin/ent/groupinfo_delete.go +++ b/entc/integration/gremlin/ent/groupinfo_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/groupinfo_query.go b/entc/integration/gremlin/ent/groupinfo_query.go index 0b9933230..827fa155c 100644 --- a/entc/integration/gremlin/ent/groupinfo_query.go +++ b/entc/integration/gremlin/ent/groupinfo_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/groupinfo_update.go b/entc/integration/gremlin/ent/groupinfo_update.go index 2b579b735..4232698cd 100644 --- a/entc/integration/gremlin/ent/groupinfo_update.go +++ b/entc/integration/gremlin/ent/groupinfo_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/hook/hook.go b/entc/integration/gremlin/ent/hook/hook.go index 3b4b78be1..8c9fb6911 100644 --- a/entc/integration/gremlin/ent/hook/hook.go +++ b/entc/integration/gremlin/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/item.go b/entc/integration/gremlin/ent/item.go index 279e09b83..b18b696e9 100644 --- a/entc/integration/gremlin/ent/item.go +++ b/entc/integration/gremlin/ent/item.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/item/item.go b/entc/integration/gremlin/ent/item/item.go index 44d4d5289..3c827624f 100644 --- a/entc/integration/gremlin/ent/item/item.go +++ b/entc/integration/gremlin/ent/item/item.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/item/where.go b/entc/integration/gremlin/ent/item/where.go index c4298232f..2649f3999 100644 --- a/entc/integration/gremlin/ent/item/where.go +++ b/entc/integration/gremlin/ent/item/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/item_create.go b/entc/integration/gremlin/ent/item_create.go index bc253bab3..61c4327c0 100644 --- a/entc/integration/gremlin/ent/item_create.go +++ b/entc/integration/gremlin/ent/item_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/item_delete.go b/entc/integration/gremlin/ent/item_delete.go index 14d3b135f..ae74ac04c 100644 --- a/entc/integration/gremlin/ent/item_delete.go +++ b/entc/integration/gremlin/ent/item_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/item_query.go b/entc/integration/gremlin/ent/item_query.go index 3d212837e..9795675a2 100644 --- a/entc/integration/gremlin/ent/item_query.go +++ b/entc/integration/gremlin/ent/item_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/item_update.go b/entc/integration/gremlin/ent/item_update.go index f12753331..3e257317d 100644 --- a/entc/integration/gremlin/ent/item_update.go +++ b/entc/integration/gremlin/ent/item_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/mutation.go b/entc/integration/gremlin/ent/mutation.go index e8dcd0a45..6b0d6caf7 100644 --- a/entc/integration/gremlin/ent/mutation.go +++ b/entc/integration/gremlin/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/node.go b/entc/integration/gremlin/ent/node.go index d6919a6a6..f6f6730e7 100644 --- a/entc/integration/gremlin/ent/node.go +++ b/entc/integration/gremlin/ent/node.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/node/node.go b/entc/integration/gremlin/ent/node/node.go index f285fa94d..c0bd36180 100644 --- a/entc/integration/gremlin/ent/node/node.go +++ b/entc/integration/gremlin/ent/node/node.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/node/where.go b/entc/integration/gremlin/ent/node/where.go index b409b5366..79f5cc772 100644 --- a/entc/integration/gremlin/ent/node/where.go +++ b/entc/integration/gremlin/ent/node/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/node_create.go b/entc/integration/gremlin/ent/node_create.go index 850ed6e22..cd0cf53ac 100644 --- a/entc/integration/gremlin/ent/node_create.go +++ b/entc/integration/gremlin/ent/node_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/node_delete.go b/entc/integration/gremlin/ent/node_delete.go index ebd96cec9..f4cb022c6 100644 --- a/entc/integration/gremlin/ent/node_delete.go +++ b/entc/integration/gremlin/ent/node_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/node_query.go b/entc/integration/gremlin/ent/node_query.go index fd8032f1f..ff9b2ddce 100644 --- a/entc/integration/gremlin/ent/node_query.go +++ b/entc/integration/gremlin/ent/node_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/node_update.go b/entc/integration/gremlin/ent/node_update.go index bc500df11..ca6ed78c1 100644 --- a/entc/integration/gremlin/ent/node_update.go +++ b/entc/integration/gremlin/ent/node_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/pet.go b/entc/integration/gremlin/ent/pet.go index a8d5743d2..44d4a9612 100644 --- a/entc/integration/gremlin/ent/pet.go +++ b/entc/integration/gremlin/ent/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/pet/pet.go b/entc/integration/gremlin/ent/pet/pet.go index 176b63897..8ade11179 100644 --- a/entc/integration/gremlin/ent/pet/pet.go +++ b/entc/integration/gremlin/ent/pet/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/pet/where.go b/entc/integration/gremlin/ent/pet/where.go index a996ef643..6c75ad38b 100644 --- a/entc/integration/gremlin/ent/pet/where.go +++ b/entc/integration/gremlin/ent/pet/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/pet_create.go b/entc/integration/gremlin/ent/pet_create.go index 3f0cfd186..8724d81f1 100644 --- a/entc/integration/gremlin/ent/pet_create.go +++ b/entc/integration/gremlin/ent/pet_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/pet_delete.go b/entc/integration/gremlin/ent/pet_delete.go index 777e1bc74..c9d216576 100644 --- a/entc/integration/gremlin/ent/pet_delete.go +++ b/entc/integration/gremlin/ent/pet_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/pet_query.go b/entc/integration/gremlin/ent/pet_query.go index a3fb76de7..7b5cc8e9e 100644 --- a/entc/integration/gremlin/ent/pet_query.go +++ b/entc/integration/gremlin/ent/pet_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/pet_update.go b/entc/integration/gremlin/ent/pet_update.go index 47bf6c42d..2b1cd2082 100644 --- a/entc/integration/gremlin/ent/pet_update.go +++ b/entc/integration/gremlin/ent/pet_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/predicate/predicate.go b/entc/integration/gremlin/ent/predicate/predicate.go index 51827b72e..37b1764c9 100644 --- a/entc/integration/gremlin/ent/predicate/predicate.go +++ b/entc/integration/gremlin/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/privacy/privacy.go b/entc/integration/gremlin/ent/privacy/privacy.go index a971b7955..88eaeaac5 100644 --- a/entc/integration/gremlin/ent/privacy/privacy.go +++ b/entc/integration/gremlin/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/runtime.go b/entc/integration/gremlin/ent/runtime.go index fd7ed59dd..1c27a00ab 100644 --- a/entc/integration/gremlin/ent/runtime.go +++ b/entc/integration/gremlin/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/runtime/runtime.go b/entc/integration/gremlin/ent/runtime/runtime.go index 9a41ecf7a..71fb22334 100644 --- a/entc/integration/gremlin/ent/runtime/runtime.go +++ b/entc/integration/gremlin/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/spec.go b/entc/integration/gremlin/ent/spec.go index e6168fcec..dee7dd459 100644 --- a/entc/integration/gremlin/ent/spec.go +++ b/entc/integration/gremlin/ent/spec.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/spec/spec.go b/entc/integration/gremlin/ent/spec/spec.go index 370c72534..5cd05c57a 100644 --- a/entc/integration/gremlin/ent/spec/spec.go +++ b/entc/integration/gremlin/ent/spec/spec.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/spec/where.go b/entc/integration/gremlin/ent/spec/where.go index 287300f0f..8c957c560 100644 --- a/entc/integration/gremlin/ent/spec/where.go +++ b/entc/integration/gremlin/ent/spec/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/spec_create.go b/entc/integration/gremlin/ent/spec_create.go index 5d4ff7a2d..76e2857cf 100644 --- a/entc/integration/gremlin/ent/spec_create.go +++ b/entc/integration/gremlin/ent/spec_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/spec_delete.go b/entc/integration/gremlin/ent/spec_delete.go index ee2b3d331..9fcd6ee82 100644 --- a/entc/integration/gremlin/ent/spec_delete.go +++ b/entc/integration/gremlin/ent/spec_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/spec_query.go b/entc/integration/gremlin/ent/spec_query.go index 842a256ca..374758bb6 100644 --- a/entc/integration/gremlin/ent/spec_query.go +++ b/entc/integration/gremlin/ent/spec_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/spec_update.go b/entc/integration/gremlin/ent/spec_update.go index b921836d8..7d51bef72 100644 --- a/entc/integration/gremlin/ent/spec_update.go +++ b/entc/integration/gremlin/ent/spec_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/tx.go b/entc/integration/gremlin/ent/tx.go index 0c9dd6957..55bfc55ac 100644 --- a/entc/integration/gremlin/ent/tx.go +++ b/entc/integration/gremlin/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/user.go b/entc/integration/gremlin/ent/user.go index eb0860261..eb47ce09c 100644 --- a/entc/integration/gremlin/ent/user.go +++ b/entc/integration/gremlin/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/user/user.go b/entc/integration/gremlin/ent/user/user.go index b9de8ba32..2843bb0ed 100644 --- a/entc/integration/gremlin/ent/user/user.go +++ b/entc/integration/gremlin/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/user/where.go b/entc/integration/gremlin/ent/user/where.go index 67ec66144..18b22c4be 100644 --- a/entc/integration/gremlin/ent/user/where.go +++ b/entc/integration/gremlin/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/user_create.go b/entc/integration/gremlin/ent/user_create.go index 77788b71e..f0ce78c1c 100644 --- a/entc/integration/gremlin/ent/user_create.go +++ b/entc/integration/gremlin/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/user_delete.go b/entc/integration/gremlin/ent/user_delete.go index b23fab231..91d5db77e 100644 --- a/entc/integration/gremlin/ent/user_delete.go +++ b/entc/integration/gremlin/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/user_query.go b/entc/integration/gremlin/ent/user_query.go index bae7ffb71..7d8b07b7e 100644 --- a/entc/integration/gremlin/ent/user_query.go +++ b/entc/integration/gremlin/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/gremlin/ent/user_update.go b/entc/integration/gremlin/ent/user_update.go index fa4bec6ee..a410b6ea3 100644 --- a/entc/integration/gremlin/ent/user_update.go +++ b/entc/integration/gremlin/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/card.go b/entc/integration/hooks/ent/card.go index 62d99f696..13e6e8dbe 100644 --- a/entc/integration/hooks/ent/card.go +++ b/entc/integration/hooks/ent/card.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/card/card.go b/entc/integration/hooks/ent/card/card.go index e7a80cffb..59a43c475 100644 --- a/entc/integration/hooks/ent/card/card.go +++ b/entc/integration/hooks/ent/card/card.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/card/where.go b/entc/integration/hooks/ent/card/where.go index 1befc1d76..7b65e61fd 100644 --- a/entc/integration/hooks/ent/card/where.go +++ b/entc/integration/hooks/ent/card/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/card_create.go b/entc/integration/hooks/ent/card_create.go index 8ce47c0d0..af99690f6 100644 --- a/entc/integration/hooks/ent/card_create.go +++ b/entc/integration/hooks/ent/card_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/card_delete.go b/entc/integration/hooks/ent/card_delete.go index 4fab9dc33..6d4fad37e 100644 --- a/entc/integration/hooks/ent/card_delete.go +++ b/entc/integration/hooks/ent/card_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/card_query.go b/entc/integration/hooks/ent/card_query.go index 879de7047..0127f438a 100644 --- a/entc/integration/hooks/ent/card_query.go +++ b/entc/integration/hooks/ent/card_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/card_update.go b/entc/integration/hooks/ent/card_update.go index 3794f11f8..8d38d768e 100644 --- a/entc/integration/hooks/ent/card_update.go +++ b/entc/integration/hooks/ent/card_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/client.go b/entc/integration/hooks/ent/client.go index 7c36ee18d..4c8162ddb 100644 --- a/entc/integration/hooks/ent/client.go +++ b/entc/integration/hooks/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/config.go b/entc/integration/hooks/ent/config.go index 9ca84f60e..3394d2abb 100644 --- a/entc/integration/hooks/ent/config.go +++ b/entc/integration/hooks/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/context.go b/entc/integration/hooks/ent/context.go index 08c8fa210..a81902281 100644 --- a/entc/integration/hooks/ent/context.go +++ b/entc/integration/hooks/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/ent.go b/entc/integration/hooks/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/entc/integration/hooks/ent/ent.go +++ b/entc/integration/hooks/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/enttest/enttest.go b/entc/integration/hooks/ent/enttest/enttest.go index f7d58a2c9..6d1a72130 100644 --- a/entc/integration/hooks/ent/enttest/enttest.go +++ b/entc/integration/hooks/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/generate.go b/entc/integration/hooks/ent/generate.go index 26146318a..304d7fac5 100644 --- a/entc/integration/hooks/ent/generate.go +++ b/entc/integration/hooks/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/entc/integration/hooks/ent/hook/hook.go b/entc/integration/hooks/ent/hook/hook.go index d1fa6b51f..c1ff1fcaa 100644 --- a/entc/integration/hooks/ent/hook/hook.go +++ b/entc/integration/hooks/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/migrate/migrate.go b/entc/integration/hooks/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/entc/integration/hooks/ent/migrate/migrate.go +++ b/entc/integration/hooks/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/migrate/schema.go b/entc/integration/hooks/ent/migrate/schema.go index 7aadcb690..2f6fbb695 100644 --- a/entc/integration/hooks/ent/migrate/schema.go +++ b/entc/integration/hooks/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/mutation.go b/entc/integration/hooks/ent/mutation.go index ac87e5343..aa29d2d20 100644 --- a/entc/integration/hooks/ent/mutation.go +++ b/entc/integration/hooks/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/predicate/predicate.go b/entc/integration/hooks/ent/predicate/predicate.go index 8aeaf6276..05527777e 100644 --- a/entc/integration/hooks/ent/predicate/predicate.go +++ b/entc/integration/hooks/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/privacy/privacy.go b/entc/integration/hooks/ent/privacy/privacy.go index 0e4e9236f..29b93b526 100644 --- a/entc/integration/hooks/ent/privacy/privacy.go +++ b/entc/integration/hooks/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/runtime.go b/entc/integration/hooks/ent/runtime.go index 3271d9493..cd4a978a2 100644 --- a/entc/integration/hooks/ent/runtime.go +++ b/entc/integration/hooks/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/runtime/runtime.go b/entc/integration/hooks/ent/runtime/runtime.go index 8fb877d2c..f5582f39b 100644 --- a/entc/integration/hooks/ent/runtime/runtime.go +++ b/entc/integration/hooks/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/schema/user.go b/entc/integration/hooks/ent/schema/user.go index f2398e426..5ca7ef7f8 100644 --- a/entc/integration/hooks/ent/schema/user.go +++ b/entc/integration/hooks/ent/schema/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/tx.go b/entc/integration/hooks/ent/tx.go index c0648f65d..cf4d56e06 100644 --- a/entc/integration/hooks/ent/tx.go +++ b/entc/integration/hooks/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/user.go b/entc/integration/hooks/ent/user.go index d40c17825..c4955fcad 100644 --- a/entc/integration/hooks/ent/user.go +++ b/entc/integration/hooks/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/user/user.go b/entc/integration/hooks/ent/user/user.go index 56e1aef6a..6af52a469 100644 --- a/entc/integration/hooks/ent/user/user.go +++ b/entc/integration/hooks/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/user/where.go b/entc/integration/hooks/ent/user/where.go index 78debe53a..e9a0f94e1 100644 --- a/entc/integration/hooks/ent/user/where.go +++ b/entc/integration/hooks/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/user_create.go b/entc/integration/hooks/ent/user_create.go index ab77002b8..92196f3b9 100644 --- a/entc/integration/hooks/ent/user_create.go +++ b/entc/integration/hooks/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/user_delete.go b/entc/integration/hooks/ent/user_delete.go index fbdb3cfb7..0ac4be929 100644 --- a/entc/integration/hooks/ent/user_delete.go +++ b/entc/integration/hooks/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/user_query.go b/entc/integration/hooks/ent/user_query.go index ca7e60b38..f0d6585c8 100644 --- a/entc/integration/hooks/ent/user_query.go +++ b/entc/integration/hooks/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/ent/user_update.go b/entc/integration/hooks/ent/user_update.go index 2c267aa59..c6288b069 100644 --- a/entc/integration/hooks/ent/user_update.go +++ b/entc/integration/hooks/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/hooks/hooks_test.go b/entc/integration/hooks/hooks_test.go index 7eb1e6f83..b16d1272f 100644 --- a/entc/integration/hooks/hooks_test.go +++ b/entc/integration/hooks/hooks_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/client.go b/entc/integration/idtype/ent/client.go index 48c9b4e0a..157452290 100644 --- a/entc/integration/idtype/ent/client.go +++ b/entc/integration/idtype/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/config.go b/entc/integration/idtype/ent/config.go index 379610598..fe796fb08 100644 --- a/entc/integration/idtype/ent/config.go +++ b/entc/integration/idtype/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/context.go b/entc/integration/idtype/ent/context.go index 08c8fa210..a81902281 100644 --- a/entc/integration/idtype/ent/context.go +++ b/entc/integration/idtype/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/ent.go b/entc/integration/idtype/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/entc/integration/idtype/ent/ent.go +++ b/entc/integration/idtype/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/enttest/enttest.go b/entc/integration/idtype/ent/enttest/enttest.go index cdb566eb5..5890f0fed 100644 --- a/entc/integration/idtype/ent/enttest/enttest.go +++ b/entc/integration/idtype/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/generate.go b/entc/integration/idtype/ent/generate.go index 238c9e035..bcb33a7bb 100644 --- a/entc/integration/idtype/ent/generate.go +++ b/entc/integration/idtype/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." --idtype uint64 ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." --idtype uint64 ./schema diff --git a/entc/integration/idtype/ent/hook/hook.go b/entc/integration/idtype/ent/hook/hook.go index 62130a4bf..5470d6009 100644 --- a/entc/integration/idtype/ent/hook/hook.go +++ b/entc/integration/idtype/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/migrate/migrate.go b/entc/integration/idtype/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/entc/integration/idtype/ent/migrate/migrate.go +++ b/entc/integration/idtype/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/migrate/schema.go b/entc/integration/idtype/ent/migrate/schema.go index 5fb037051..e3a5dc130 100644 --- a/entc/integration/idtype/ent/migrate/schema.go +++ b/entc/integration/idtype/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/mutation.go b/entc/integration/idtype/ent/mutation.go index 446c299d5..53359147f 100644 --- a/entc/integration/idtype/ent/mutation.go +++ b/entc/integration/idtype/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/predicate/predicate.go b/entc/integration/idtype/ent/predicate/predicate.go index 0af459cef..20dbca380 100644 --- a/entc/integration/idtype/ent/predicate/predicate.go +++ b/entc/integration/idtype/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/privacy/privacy.go b/entc/integration/idtype/ent/privacy/privacy.go index 0b012cc97..60def93a2 100644 --- a/entc/integration/idtype/ent/privacy/privacy.go +++ b/entc/integration/idtype/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/runtime.go b/entc/integration/idtype/ent/runtime.go index 250581550..811ed6925 100644 --- a/entc/integration/idtype/ent/runtime.go +++ b/entc/integration/idtype/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/runtime/runtime.go b/entc/integration/idtype/ent/runtime/runtime.go index d3961cf1d..2effb29f5 100644 --- a/entc/integration/idtype/ent/runtime/runtime.go +++ b/entc/integration/idtype/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/tx.go b/entc/integration/idtype/ent/tx.go index 3bbb717c4..62082b404 100644 --- a/entc/integration/idtype/ent/tx.go +++ b/entc/integration/idtype/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/user.go b/entc/integration/idtype/ent/user.go index 72d121f65..f4656b94b 100644 --- a/entc/integration/idtype/ent/user.go +++ b/entc/integration/idtype/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/user/user.go b/entc/integration/idtype/ent/user/user.go index 1110ab195..e64d795fa 100644 --- a/entc/integration/idtype/ent/user/user.go +++ b/entc/integration/idtype/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/user/where.go b/entc/integration/idtype/ent/user/where.go index 3d785052e..888a251e0 100644 --- a/entc/integration/idtype/ent/user/where.go +++ b/entc/integration/idtype/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/user_create.go b/entc/integration/idtype/ent/user_create.go index b99a1ef90..3aae2fc3a 100644 --- a/entc/integration/idtype/ent/user_create.go +++ b/entc/integration/idtype/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/user_delete.go b/entc/integration/idtype/ent/user_delete.go index fb9468554..c2d1836e8 100644 --- a/entc/integration/idtype/ent/user_delete.go +++ b/entc/integration/idtype/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/user_query.go b/entc/integration/idtype/ent/user_query.go index 011c3a870..b8354663d 100644 --- a/entc/integration/idtype/ent/user_query.go +++ b/entc/integration/idtype/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/idtype/ent/user_update.go b/entc/integration/idtype/ent/user_update.go index 533f7ae33..2c8c42858 100644 --- a/entc/integration/idtype/ent/user_update.go +++ b/entc/integration/idtype/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/client.go b/entc/integration/json/ent/client.go index fec50e6d7..2ad473667 100644 --- a/entc/integration/json/ent/client.go +++ b/entc/integration/json/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/config.go b/entc/integration/json/ent/config.go index 379610598..fe796fb08 100644 --- a/entc/integration/json/ent/config.go +++ b/entc/integration/json/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/context.go b/entc/integration/json/ent/context.go index 08c8fa210..a81902281 100644 --- a/entc/integration/json/ent/context.go +++ b/entc/integration/json/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/ent.go b/entc/integration/json/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/entc/integration/json/ent/ent.go +++ b/entc/integration/json/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/enttest/enttest.go b/entc/integration/json/ent/enttest/enttest.go index 863818a93..5d876cb1f 100644 --- a/entc/integration/json/ent/enttest/enttest.go +++ b/entc/integration/json/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/generate.go b/entc/integration/json/ent/generate.go index 26146318a..304d7fac5 100644 --- a/entc/integration/json/ent/generate.go +++ b/entc/integration/json/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/entc/integration/json/ent/hook/hook.go b/entc/integration/json/ent/hook/hook.go index e8498a767..c26c2fbb7 100644 --- a/entc/integration/json/ent/hook/hook.go +++ b/entc/integration/json/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/migrate/migrate.go b/entc/integration/json/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/entc/integration/json/ent/migrate/migrate.go +++ b/entc/integration/json/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/migrate/schema.go b/entc/integration/json/ent/migrate/schema.go index 7d8cc3ef1..16ffc0618 100644 --- a/entc/integration/json/ent/migrate/schema.go +++ b/entc/integration/json/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/mutation.go b/entc/integration/json/ent/mutation.go index 9a90dd85b..e649f54d5 100644 --- a/entc/integration/json/ent/mutation.go +++ b/entc/integration/json/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/predicate/predicate.go b/entc/integration/json/ent/predicate/predicate.go index 0af459cef..20dbca380 100644 --- a/entc/integration/json/ent/predicate/predicate.go +++ b/entc/integration/json/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/privacy/privacy.go b/entc/integration/json/ent/privacy/privacy.go index d45b7b85b..4b9c53e83 100644 --- a/entc/integration/json/ent/privacy/privacy.go +++ b/entc/integration/json/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/runtime.go b/entc/integration/json/ent/runtime.go index 250581550..811ed6925 100644 --- a/entc/integration/json/ent/runtime.go +++ b/entc/integration/json/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/runtime/runtime.go b/entc/integration/json/ent/runtime/runtime.go index 0ca2404ef..0dfbf1fff 100644 --- a/entc/integration/json/ent/runtime/runtime.go +++ b/entc/integration/json/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/tx.go b/entc/integration/json/ent/tx.go index 3bbb717c4..62082b404 100644 --- a/entc/integration/json/ent/tx.go +++ b/entc/integration/json/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/user.go b/entc/integration/json/ent/user.go index a81ab5190..85479fe4f 100644 --- a/entc/integration/json/ent/user.go +++ b/entc/integration/json/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/user/user.go b/entc/integration/json/ent/user/user.go index f3c5f2a2b..1e73becef 100644 --- a/entc/integration/json/ent/user/user.go +++ b/entc/integration/json/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/user/where.go b/entc/integration/json/ent/user/where.go index 220815fcc..57ceb4656 100644 --- a/entc/integration/json/ent/user/where.go +++ b/entc/integration/json/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/user_create.go b/entc/integration/json/ent/user_create.go index eccfcd3f3..20d9ec94b 100644 --- a/entc/integration/json/ent/user_create.go +++ b/entc/integration/json/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/user_delete.go b/entc/integration/json/ent/user_delete.go index d940fd9e7..ceb10be74 100644 --- a/entc/integration/json/ent/user_delete.go +++ b/entc/integration/json/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/user_query.go b/entc/integration/json/ent/user_query.go index 45782e50a..5d9f569bf 100644 --- a/entc/integration/json/ent/user_query.go +++ b/entc/integration/json/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/json/ent/user_update.go b/entc/integration/json/ent/user_update.go index 8b930b48d..6d32f22d8 100644 --- a/entc/integration/json/ent/user_update.go +++ b/entc/integration/json/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/car.go b/entc/integration/migrate/entv1/car.go index e25088cad..313f2ffd3 100644 --- a/entc/integration/migrate/entv1/car.go +++ b/entc/integration/migrate/entv1/car.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/car/car.go b/entc/integration/migrate/entv1/car/car.go index 0b3f4bd20..c054e48a9 100644 --- a/entc/integration/migrate/entv1/car/car.go +++ b/entc/integration/migrate/entv1/car/car.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/car/where.go b/entc/integration/migrate/entv1/car/where.go index 19680098e..58b80b256 100644 --- a/entc/integration/migrate/entv1/car/where.go +++ b/entc/integration/migrate/entv1/car/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/car_create.go b/entc/integration/migrate/entv1/car_create.go index 9bbd2e115..cf49971b7 100644 --- a/entc/integration/migrate/entv1/car_create.go +++ b/entc/integration/migrate/entv1/car_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/car_delete.go b/entc/integration/migrate/entv1/car_delete.go index 20e90a2e6..9810cc6f6 100644 --- a/entc/integration/migrate/entv1/car_delete.go +++ b/entc/integration/migrate/entv1/car_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/car_query.go b/entc/integration/migrate/entv1/car_query.go index 9a3f796b5..bab12dd57 100644 --- a/entc/integration/migrate/entv1/car_query.go +++ b/entc/integration/migrate/entv1/car_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/car_update.go b/entc/integration/migrate/entv1/car_update.go index ac3289a1d..8738899c8 100644 --- a/entc/integration/migrate/entv1/car_update.go +++ b/entc/integration/migrate/entv1/car_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/client.go b/entc/integration/migrate/entv1/client.go index 9567e4700..64c12d452 100644 --- a/entc/integration/migrate/entv1/client.go +++ b/entc/integration/migrate/entv1/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/config.go b/entc/integration/migrate/entv1/config.go index 5f770e682..be9845260 100644 --- a/entc/integration/migrate/entv1/config.go +++ b/entc/integration/migrate/entv1/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/context.go b/entc/integration/migrate/entv1/context.go index 276b4eae7..5ac868880 100644 --- a/entc/integration/migrate/entv1/context.go +++ b/entc/integration/migrate/entv1/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/ent.go b/entc/integration/migrate/entv1/ent.go index 8da6dae53..96f0222e3 100644 --- a/entc/integration/migrate/entv1/ent.go +++ b/entc/integration/migrate/entv1/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/enttest/enttest.go b/entc/integration/migrate/entv1/enttest/enttest.go index 1c457a8d8..314ddae2e 100644 --- a/entc/integration/migrate/entv1/enttest/enttest.go +++ b/entc/integration/migrate/entv1/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/generate.go b/entc/integration/migrate/entv1/generate.go index cafcd6349..ded980375 100644 --- a/entc/integration/migrate/entv1/generate.go +++ b/entc/integration/migrate/entv1/generate.go @@ -4,4 +4,4 @@ package entv1 -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/entc/integration/migrate/entv1/hook/hook.go b/entc/integration/migrate/entv1/hook/hook.go index 3bd5c7adb..67e0e0382 100644 --- a/entc/integration/migrate/entv1/hook/hook.go +++ b/entc/integration/migrate/entv1/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/migrate/migrate.go b/entc/integration/migrate/entv1/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/entc/integration/migrate/entv1/migrate/migrate.go +++ b/entc/integration/migrate/entv1/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/migrate/schema.go b/entc/integration/migrate/entv1/migrate/schema.go index b5fba3301..0422ba158 100644 --- a/entc/integration/migrate/entv1/migrate/schema.go +++ b/entc/integration/migrate/entv1/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/mutation.go b/entc/integration/migrate/entv1/mutation.go index 4b324ab50..e6c62d4b5 100644 --- a/entc/integration/migrate/entv1/mutation.go +++ b/entc/integration/migrate/entv1/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/predicate/predicate.go b/entc/integration/migrate/entv1/predicate/predicate.go index c94c842e7..70e0c18dd 100644 --- a/entc/integration/migrate/entv1/predicate/predicate.go +++ b/entc/integration/migrate/entv1/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/privacy/privacy.go b/entc/integration/migrate/entv1/privacy/privacy.go index 8b48be8b6..073f04559 100644 --- a/entc/integration/migrate/entv1/privacy/privacy.go +++ b/entc/integration/migrate/entv1/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/runtime.go b/entc/integration/migrate/entv1/runtime.go index b5436e71c..8ccbfc46c 100644 --- a/entc/integration/migrate/entv1/runtime.go +++ b/entc/integration/migrate/entv1/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/runtime/runtime.go b/entc/integration/migrate/entv1/runtime/runtime.go index f5a544de8..004f68add 100644 --- a/entc/integration/migrate/entv1/runtime/runtime.go +++ b/entc/integration/migrate/entv1/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/tx.go b/entc/integration/migrate/entv1/tx.go index 380572a1f..2a30d1271 100644 --- a/entc/integration/migrate/entv1/tx.go +++ b/entc/integration/migrate/entv1/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/user.go b/entc/integration/migrate/entv1/user.go index cfbb54bb3..2a9fe0c60 100644 --- a/entc/integration/migrate/entv1/user.go +++ b/entc/integration/migrate/entv1/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/user/user.go b/entc/integration/migrate/entv1/user/user.go index 83c39a2b3..0339b6031 100644 --- a/entc/integration/migrate/entv1/user/user.go +++ b/entc/integration/migrate/entv1/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/user/where.go b/entc/integration/migrate/entv1/user/where.go index 8675b9596..999f11bbe 100644 --- a/entc/integration/migrate/entv1/user/where.go +++ b/entc/integration/migrate/entv1/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/user_create.go b/entc/integration/migrate/entv1/user_create.go index e0cc2f464..f5973c189 100644 --- a/entc/integration/migrate/entv1/user_create.go +++ b/entc/integration/migrate/entv1/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/user_delete.go b/entc/integration/migrate/entv1/user_delete.go index 6a1aba0bc..e4acb4b12 100644 --- a/entc/integration/migrate/entv1/user_delete.go +++ b/entc/integration/migrate/entv1/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/user_query.go b/entc/integration/migrate/entv1/user_query.go index c5b94481a..0655fec18 100644 --- a/entc/integration/migrate/entv1/user_query.go +++ b/entc/integration/migrate/entv1/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv1/user_update.go b/entc/integration/migrate/entv1/user_update.go index 77e368f89..a2ab8519d 100644 --- a/entc/integration/migrate/entv1/user_update.go +++ b/entc/integration/migrate/entv1/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/car.go b/entc/integration/migrate/entv2/car.go index 3380e2c0d..fd46e8331 100644 --- a/entc/integration/migrate/entv2/car.go +++ b/entc/integration/migrate/entv2/car.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/car/car.go b/entc/integration/migrate/entv2/car/car.go index 0b3f4bd20..c054e48a9 100644 --- a/entc/integration/migrate/entv2/car/car.go +++ b/entc/integration/migrate/entv2/car/car.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/car/where.go b/entc/integration/migrate/entv2/car/where.go index 71142ba59..fd2cdcd4e 100644 --- a/entc/integration/migrate/entv2/car/where.go +++ b/entc/integration/migrate/entv2/car/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/car_create.go b/entc/integration/migrate/entv2/car_create.go index 6e8d29a0a..b6440af5b 100644 --- a/entc/integration/migrate/entv2/car_create.go +++ b/entc/integration/migrate/entv2/car_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/car_delete.go b/entc/integration/migrate/entv2/car_delete.go index c037beeae..cebba2852 100644 --- a/entc/integration/migrate/entv2/car_delete.go +++ b/entc/integration/migrate/entv2/car_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/car_query.go b/entc/integration/migrate/entv2/car_query.go index 41050dd16..7257723aa 100644 --- a/entc/integration/migrate/entv2/car_query.go +++ b/entc/integration/migrate/entv2/car_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/car_update.go b/entc/integration/migrate/entv2/car_update.go index f32804946..1e19bb9a0 100644 --- a/entc/integration/migrate/entv2/car_update.go +++ b/entc/integration/migrate/entv2/car_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/client.go b/entc/integration/migrate/entv2/client.go index a88b1c0f8..c8e14c0af 100644 --- a/entc/integration/migrate/entv2/client.go +++ b/entc/integration/migrate/entv2/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/config.go b/entc/integration/migrate/entv2/config.go index 68b9cb673..e41eac97d 100644 --- a/entc/integration/migrate/entv2/config.go +++ b/entc/integration/migrate/entv2/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/context.go b/entc/integration/migrate/entv2/context.go index 820537b14..784b6f6e9 100644 --- a/entc/integration/migrate/entv2/context.go +++ b/entc/integration/migrate/entv2/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/ent.go b/entc/integration/migrate/entv2/ent.go index f3061207a..f668b4e61 100644 --- a/entc/integration/migrate/entv2/ent.go +++ b/entc/integration/migrate/entv2/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/enttest/enttest.go b/entc/integration/migrate/entv2/enttest/enttest.go index c485da2dd..a2da456a1 100644 --- a/entc/integration/migrate/entv2/enttest/enttest.go +++ b/entc/integration/migrate/entv2/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/generate.go b/entc/integration/migrate/entv2/generate.go index c3c29f57e..4d9b94406 100644 --- a/entc/integration/migrate/entv2/generate.go +++ b/entc/integration/migrate/entv2/generate.go @@ -4,4 +4,4 @@ package entv2 -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/entc/integration/migrate/entv2/group.go b/entc/integration/migrate/entv2/group.go index 46e6d6158..47ccaeaf8 100644 --- a/entc/integration/migrate/entv2/group.go +++ b/entc/integration/migrate/entv2/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/group/group.go b/entc/integration/migrate/entv2/group/group.go index 93762821b..30a4cc2e1 100644 --- a/entc/integration/migrate/entv2/group/group.go +++ b/entc/integration/migrate/entv2/group/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/group/where.go b/entc/integration/migrate/entv2/group/where.go index 41af22c84..77c086936 100644 --- a/entc/integration/migrate/entv2/group/where.go +++ b/entc/integration/migrate/entv2/group/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/group_create.go b/entc/integration/migrate/entv2/group_create.go index 5c2373df5..91cacea6b 100644 --- a/entc/integration/migrate/entv2/group_create.go +++ b/entc/integration/migrate/entv2/group_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/group_delete.go b/entc/integration/migrate/entv2/group_delete.go index d2fa19d66..39bebe464 100644 --- a/entc/integration/migrate/entv2/group_delete.go +++ b/entc/integration/migrate/entv2/group_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/group_query.go b/entc/integration/migrate/entv2/group_query.go index e50dd0873..639474ee3 100644 --- a/entc/integration/migrate/entv2/group_query.go +++ b/entc/integration/migrate/entv2/group_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/group_update.go b/entc/integration/migrate/entv2/group_update.go index 67d9d30bd..4f6014080 100644 --- a/entc/integration/migrate/entv2/group_update.go +++ b/entc/integration/migrate/entv2/group_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/hook/hook.go b/entc/integration/migrate/entv2/hook/hook.go index 782667141..22ca657c9 100644 --- a/entc/integration/migrate/entv2/hook/hook.go +++ b/entc/integration/migrate/entv2/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/migrate/migrate.go b/entc/integration/migrate/entv2/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/entc/integration/migrate/entv2/migrate/migrate.go +++ b/entc/integration/migrate/entv2/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/migrate/schema.go b/entc/integration/migrate/entv2/migrate/schema.go index 05789a161..8c5c83ecb 100644 --- a/entc/integration/migrate/entv2/migrate/schema.go +++ b/entc/integration/migrate/entv2/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/mutation.go b/entc/integration/migrate/entv2/mutation.go index de91f75ab..f2f18e376 100644 --- a/entc/integration/migrate/entv2/mutation.go +++ b/entc/integration/migrate/entv2/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/pet.go b/entc/integration/migrate/entv2/pet.go index 4727a6fa0..5049fc7eb 100644 --- a/entc/integration/migrate/entv2/pet.go +++ b/entc/integration/migrate/entv2/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/pet/pet.go b/entc/integration/migrate/entv2/pet/pet.go index 30746d946..fe16499c0 100644 --- a/entc/integration/migrate/entv2/pet/pet.go +++ b/entc/integration/migrate/entv2/pet/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/pet/where.go b/entc/integration/migrate/entv2/pet/where.go index e0629981a..6e4730321 100644 --- a/entc/integration/migrate/entv2/pet/where.go +++ b/entc/integration/migrate/entv2/pet/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/pet_create.go b/entc/integration/migrate/entv2/pet_create.go index da90b4f98..e41d3485d 100644 --- a/entc/integration/migrate/entv2/pet_create.go +++ b/entc/integration/migrate/entv2/pet_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/pet_delete.go b/entc/integration/migrate/entv2/pet_delete.go index 8d59a1a97..d3e7284b7 100644 --- a/entc/integration/migrate/entv2/pet_delete.go +++ b/entc/integration/migrate/entv2/pet_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/pet_query.go b/entc/integration/migrate/entv2/pet_query.go index 812af5fb8..1f92bc73a 100644 --- a/entc/integration/migrate/entv2/pet_query.go +++ b/entc/integration/migrate/entv2/pet_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/pet_update.go b/entc/integration/migrate/entv2/pet_update.go index 6ed6b012b..952213fae 100644 --- a/entc/integration/migrate/entv2/pet_update.go +++ b/entc/integration/migrate/entv2/pet_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/predicate/predicate.go b/entc/integration/migrate/entv2/predicate/predicate.go index 575e37992..65a82056d 100644 --- a/entc/integration/migrate/entv2/predicate/predicate.go +++ b/entc/integration/migrate/entv2/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/privacy/privacy.go b/entc/integration/migrate/entv2/privacy/privacy.go index 0a1e6ef35..c07f9ca4d 100644 --- a/entc/integration/migrate/entv2/privacy/privacy.go +++ b/entc/integration/migrate/entv2/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/runtime.go b/entc/integration/migrate/entv2/runtime.go index 61519d89e..01d1de3aa 100644 --- a/entc/integration/migrate/entv2/runtime.go +++ b/entc/integration/migrate/entv2/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/runtime/runtime.go b/entc/integration/migrate/entv2/runtime/runtime.go index fb94ac374..e105da2de 100644 --- a/entc/integration/migrate/entv2/runtime/runtime.go +++ b/entc/integration/migrate/entv2/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/tx.go b/entc/integration/migrate/entv2/tx.go index f6cae0513..3364d0356 100644 --- a/entc/integration/migrate/entv2/tx.go +++ b/entc/integration/migrate/entv2/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/user.go b/entc/integration/migrate/entv2/user.go index e2c7835e8..1938f46a2 100644 --- a/entc/integration/migrate/entv2/user.go +++ b/entc/integration/migrate/entv2/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/user/user.go b/entc/integration/migrate/entv2/user/user.go index c3a3fb3f9..02505c2f2 100644 --- a/entc/integration/migrate/entv2/user/user.go +++ b/entc/integration/migrate/entv2/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/user/where.go b/entc/integration/migrate/entv2/user/where.go index 14af9c6fb..a74f27ffc 100644 --- a/entc/integration/migrate/entv2/user/where.go +++ b/entc/integration/migrate/entv2/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/user_create.go b/entc/integration/migrate/entv2/user_create.go index d1fcfa744..a719e9767 100644 --- a/entc/integration/migrate/entv2/user_create.go +++ b/entc/integration/migrate/entv2/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/user_delete.go b/entc/integration/migrate/entv2/user_delete.go index a75453e3e..5931a4844 100644 --- a/entc/integration/migrate/entv2/user_delete.go +++ b/entc/integration/migrate/entv2/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/user_query.go b/entc/integration/migrate/entv2/user_query.go index a0cb32a44..26e35ed2b 100644 --- a/entc/integration/migrate/entv2/user_query.go +++ b/entc/integration/migrate/entv2/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/migrate/entv2/user_update.go b/entc/integration/migrate/entv2/user_update.go index 9b4e12e1e..be5ac329f 100644 --- a/entc/integration/migrate/entv2/user_update.go +++ b/entc/integration/migrate/entv2/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/client.go b/entc/integration/privacy/ent/client.go index 49a564561..c945d0ae9 100644 --- a/entc/integration/privacy/ent/client.go +++ b/entc/integration/privacy/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/config.go b/entc/integration/privacy/ent/config.go index 78c0c9ccb..c44e1faa2 100644 --- a/entc/integration/privacy/ent/config.go +++ b/entc/integration/privacy/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/context.go b/entc/integration/privacy/ent/context.go index 08c8fa210..a81902281 100644 --- a/entc/integration/privacy/ent/context.go +++ b/entc/integration/privacy/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/ent.go b/entc/integration/privacy/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/entc/integration/privacy/ent/ent.go +++ b/entc/integration/privacy/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/enttest/enttest.go b/entc/integration/privacy/ent/enttest/enttest.go index 8ad899044..a20fab640 100644 --- a/entc/integration/privacy/ent/enttest/enttest.go +++ b/entc/integration/privacy/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/galaxy.go b/entc/integration/privacy/ent/galaxy.go index cd366a989..b54f650c1 100644 --- a/entc/integration/privacy/ent/galaxy.go +++ b/entc/integration/privacy/ent/galaxy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/galaxy/galaxy.go b/entc/integration/privacy/ent/galaxy/galaxy.go index e9eb59887..401c20a30 100644 --- a/entc/integration/privacy/ent/galaxy/galaxy.go +++ b/entc/integration/privacy/ent/galaxy/galaxy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/galaxy/where.go b/entc/integration/privacy/ent/galaxy/where.go index 69634a99a..37790380c 100644 --- a/entc/integration/privacy/ent/galaxy/where.go +++ b/entc/integration/privacy/ent/galaxy/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/galaxy_create.go b/entc/integration/privacy/ent/galaxy_create.go index 90d7d287e..63cf3041b 100644 --- a/entc/integration/privacy/ent/galaxy_create.go +++ b/entc/integration/privacy/ent/galaxy_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/galaxy_delete.go b/entc/integration/privacy/ent/galaxy_delete.go index 5cc6a1690..647f4a734 100644 --- a/entc/integration/privacy/ent/galaxy_delete.go +++ b/entc/integration/privacy/ent/galaxy_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/galaxy_query.go b/entc/integration/privacy/ent/galaxy_query.go index fdf256d27..7db5394ca 100644 --- a/entc/integration/privacy/ent/galaxy_query.go +++ b/entc/integration/privacy/ent/galaxy_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/galaxy_update.go b/entc/integration/privacy/ent/galaxy_update.go index 862014f37..cf509b122 100644 --- a/entc/integration/privacy/ent/galaxy_update.go +++ b/entc/integration/privacy/ent/galaxy_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/generate.go b/entc/integration/privacy/ent/generate.go index 26146318a..304d7fac5 100644 --- a/entc/integration/privacy/ent/generate.go +++ b/entc/integration/privacy/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/entc/integration/privacy/ent/hook/hook.go b/entc/integration/privacy/ent/hook/hook.go index 97469ff78..1979131d5 100644 --- a/entc/integration/privacy/ent/hook/hook.go +++ b/entc/integration/privacy/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/migrate/migrate.go b/entc/integration/privacy/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/entc/integration/privacy/ent/migrate/migrate.go +++ b/entc/integration/privacy/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/migrate/schema.go b/entc/integration/privacy/ent/migrate/schema.go index 266d2db88..fca8b9334 100644 --- a/entc/integration/privacy/ent/migrate/schema.go +++ b/entc/integration/privacy/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/mutation.go b/entc/integration/privacy/ent/mutation.go index 5fb416762..4af824cc7 100644 --- a/entc/integration/privacy/ent/mutation.go +++ b/entc/integration/privacy/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/planet.go b/entc/integration/privacy/ent/planet.go index 480fdb407..6bd37443b 100644 --- a/entc/integration/privacy/ent/planet.go +++ b/entc/integration/privacy/ent/planet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/planet/planet.go b/entc/integration/privacy/ent/planet/planet.go index cb26c6ab6..e49abd66a 100644 --- a/entc/integration/privacy/ent/planet/planet.go +++ b/entc/integration/privacy/ent/planet/planet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/planet/where.go b/entc/integration/privacy/ent/planet/where.go index 2da09f6b6..62e34311c 100644 --- a/entc/integration/privacy/ent/planet/where.go +++ b/entc/integration/privacy/ent/planet/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/planet_create.go b/entc/integration/privacy/ent/planet_create.go index 97a2a042e..a10bc88f3 100644 --- a/entc/integration/privacy/ent/planet_create.go +++ b/entc/integration/privacy/ent/planet_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/planet_delete.go b/entc/integration/privacy/ent/planet_delete.go index efe6068c8..4d995d7e3 100644 --- a/entc/integration/privacy/ent/planet_delete.go +++ b/entc/integration/privacy/ent/planet_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/planet_query.go b/entc/integration/privacy/ent/planet_query.go index 8c486f717..2e1196fd3 100644 --- a/entc/integration/privacy/ent/planet_query.go +++ b/entc/integration/privacy/ent/planet_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/planet_update.go b/entc/integration/privacy/ent/planet_update.go index 4cbbf7df6..135513028 100644 --- a/entc/integration/privacy/ent/planet_update.go +++ b/entc/integration/privacy/ent/planet_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/predicate/predicate.go b/entc/integration/privacy/ent/predicate/predicate.go index dbf8435c3..45c84ab2c 100644 --- a/entc/integration/privacy/ent/predicate/predicate.go +++ b/entc/integration/privacy/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/privacy/privacy.go b/entc/integration/privacy/ent/privacy/privacy.go index 93702bc3d..d11aa0a4a 100644 --- a/entc/integration/privacy/ent/privacy/privacy.go +++ b/entc/integration/privacy/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/runtime.go b/entc/integration/privacy/ent/runtime.go index fe1319e9d..525f6fef3 100644 --- a/entc/integration/privacy/ent/runtime.go +++ b/entc/integration/privacy/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/runtime/runtime.go b/entc/integration/privacy/ent/runtime/runtime.go index 735c4de37..83d2b0cd2 100644 --- a/entc/integration/privacy/ent/runtime/runtime.go +++ b/entc/integration/privacy/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/schema/galaxy.go b/entc/integration/privacy/ent/schema/galaxy.go index cf2f3edb8..21f9dd329 100644 --- a/entc/integration/privacy/ent/schema/galaxy.go +++ b/entc/integration/privacy/ent/schema/galaxy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/schema/planet.go b/entc/integration/privacy/ent/schema/planet.go index 967690f75..235dc172c 100644 --- a/entc/integration/privacy/ent/schema/planet.go +++ b/entc/integration/privacy/ent/schema/planet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/ent/tx.go b/entc/integration/privacy/ent/tx.go index 2b5fc7a69..70d91891b 100644 --- a/entc/integration/privacy/ent/tx.go +++ b/entc/integration/privacy/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/privacy_test.go b/entc/integration/privacy/privacy_test.go index 0112edffe..dc1a6c6a0 100644 --- a/entc/integration/privacy/privacy_test.go +++ b/entc/integration/privacy/privacy_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/privacy/rule/rule.go b/entc/integration/privacy/rule/rule.go index 5e988b79c..0daa7cb18 100644 --- a/entc/integration/privacy/rule/rule.go +++ b/entc/integration/privacy/rule/rule.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/relation_test.go b/entc/integration/relation_test.go index 1c4a724b9..08a97eb32 100644 --- a/entc/integration/relation_test.go +++ b/entc/integration/relation_test.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/client.go b/entc/integration/template/ent/client.go index c48094adc..876d953ee 100644 --- a/entc/integration/template/ent/client.go +++ b/entc/integration/template/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/config.go b/entc/integration/template/ent/config.go index 34dab2204..16405c2d7 100644 --- a/entc/integration/template/ent/config.go +++ b/entc/integration/template/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/context.go b/entc/integration/template/ent/context.go index 08c8fa210..a81902281 100644 --- a/entc/integration/template/ent/context.go +++ b/entc/integration/template/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/ent.go b/entc/integration/template/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/entc/integration/template/ent/ent.go +++ b/entc/integration/template/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/enttest/enttest.go b/entc/integration/template/ent/enttest/enttest.go index 0d461d1eb..176280bf4 100644 --- a/entc/integration/template/ent/enttest/enttest.go +++ b/entc/integration/template/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/generate.go b/entc/integration/template/ent/generate.go index 25e4b9379..3dc3561a5 100644 --- a/entc/integration/template/ent/generate.go +++ b/entc/integration/template/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --template=./template --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --template=./template --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/entc/integration/template/ent/group.go b/entc/integration/template/ent/group.go index 477160f39..946036a50 100644 --- a/entc/integration/template/ent/group.go +++ b/entc/integration/template/ent/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/group/group.go b/entc/integration/template/ent/group/group.go index bb39e82d7..321b7f3ca 100644 --- a/entc/integration/template/ent/group/group.go +++ b/entc/integration/template/ent/group/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/group/where.go b/entc/integration/template/ent/group/where.go index e7efb632d..738d009b8 100644 --- a/entc/integration/template/ent/group/where.go +++ b/entc/integration/template/ent/group/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/group_create.go b/entc/integration/template/ent/group_create.go index 28f585ddf..3c7c46c6c 100644 --- a/entc/integration/template/ent/group_create.go +++ b/entc/integration/template/ent/group_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/group_delete.go b/entc/integration/template/ent/group_delete.go index beb53941c..10131d06c 100644 --- a/entc/integration/template/ent/group_delete.go +++ b/entc/integration/template/ent/group_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/group_query.go b/entc/integration/template/ent/group_query.go index fa17e89dd..373e445b0 100644 --- a/entc/integration/template/ent/group_query.go +++ b/entc/integration/template/ent/group_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/group_update.go b/entc/integration/template/ent/group_update.go index 546567b04..444abdb34 100644 --- a/entc/integration/template/ent/group_update.go +++ b/entc/integration/template/ent/group_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/hook/hook.go b/entc/integration/template/ent/hook/hook.go index 5f1cbb0c8..062111994 100644 --- a/entc/integration/template/ent/hook/hook.go +++ b/entc/integration/template/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/migrate/migrate.go b/entc/integration/template/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/entc/integration/template/ent/migrate/migrate.go +++ b/entc/integration/template/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/migrate/schema.go b/entc/integration/template/ent/migrate/schema.go index f85f83b31..ab9aca854 100644 --- a/entc/integration/template/ent/migrate/schema.go +++ b/entc/integration/template/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/mutation.go b/entc/integration/template/ent/mutation.go index 40082bc22..5f9dcb6c3 100644 --- a/entc/integration/template/ent/mutation.go +++ b/entc/integration/template/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/node.go b/entc/integration/template/ent/node.go index e31a3aa0c..88d102085 100644 --- a/entc/integration/template/ent/node.go +++ b/entc/integration/template/ent/node.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/pet.go b/entc/integration/template/ent/pet.go index 80ca19128..045137635 100644 --- a/entc/integration/template/ent/pet.go +++ b/entc/integration/template/ent/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/pet/pet.go b/entc/integration/template/ent/pet/pet.go index 8d4a6a702..00115e741 100644 --- a/entc/integration/template/ent/pet/pet.go +++ b/entc/integration/template/ent/pet/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/pet/where.go b/entc/integration/template/ent/pet/where.go index 81e4c7a5c..7e813cbdd 100644 --- a/entc/integration/template/ent/pet/where.go +++ b/entc/integration/template/ent/pet/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/pet_create.go b/entc/integration/template/ent/pet_create.go index 85151e97b..86cf9a221 100644 --- a/entc/integration/template/ent/pet_create.go +++ b/entc/integration/template/ent/pet_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/pet_delete.go b/entc/integration/template/ent/pet_delete.go index 96b1006c0..65e73dc82 100644 --- a/entc/integration/template/ent/pet_delete.go +++ b/entc/integration/template/ent/pet_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/pet_query.go b/entc/integration/template/ent/pet_query.go index 743786379..3f0089222 100644 --- a/entc/integration/template/ent/pet_query.go +++ b/entc/integration/template/ent/pet_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/pet_update.go b/entc/integration/template/ent/pet_update.go index cfde750a8..78f11a8f1 100644 --- a/entc/integration/template/ent/pet_update.go +++ b/entc/integration/template/ent/pet_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/predicate/predicate.go b/entc/integration/template/ent/predicate/predicate.go index 8b5bcc6d5..9da59481f 100644 --- a/entc/integration/template/ent/predicate/predicate.go +++ b/entc/integration/template/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/privacy/privacy.go b/entc/integration/template/ent/privacy/privacy.go index 17135b42a..49a68e7b7 100644 --- a/entc/integration/template/ent/privacy/privacy.go +++ b/entc/integration/template/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/runtime.go b/entc/integration/template/ent/runtime.go index 250581550..811ed6925 100644 --- a/entc/integration/template/ent/runtime.go +++ b/entc/integration/template/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/runtime/runtime.go b/entc/integration/template/ent/runtime/runtime.go index 685bbfb20..01d6bc55e 100644 --- a/entc/integration/template/ent/runtime/runtime.go +++ b/entc/integration/template/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/tx.go b/entc/integration/template/ent/tx.go index 03a9964d3..be5bd0e86 100644 --- a/entc/integration/template/ent/tx.go +++ b/entc/integration/template/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/user.go b/entc/integration/template/ent/user.go index 5fdbfcb29..9e6e2e452 100644 --- a/entc/integration/template/ent/user.go +++ b/entc/integration/template/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/user/user.go b/entc/integration/template/ent/user/user.go index a1fe07a64..823fa7ab7 100644 --- a/entc/integration/template/ent/user/user.go +++ b/entc/integration/template/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/user/where.go b/entc/integration/template/ent/user/where.go index 97cf8a132..142c8735f 100644 --- a/entc/integration/template/ent/user/where.go +++ b/entc/integration/template/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/user_create.go b/entc/integration/template/ent/user_create.go index 00f474243..d67ddc6c1 100644 --- a/entc/integration/template/ent/user_create.go +++ b/entc/integration/template/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/user_delete.go b/entc/integration/template/ent/user_delete.go index 54647981e..d692467ba 100644 --- a/entc/integration/template/ent/user_delete.go +++ b/entc/integration/template/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/user_query.go b/entc/integration/template/ent/user_query.go index b76328fbd..56b63eedc 100644 --- a/entc/integration/template/ent/user_query.go +++ b/entc/integration/template/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/integration/template/ent/user_update.go b/entc/integration/template/ent/user_update.go index 19a4d9aec..f8b51f010 100644 --- a/entc/integration/template/ent/user_update.go +++ b/entc/integration/template/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/entc/tools.go b/entc/tools.go index 9845af2c1..c2f70b008 100644 --- a/entc/tools.go +++ b/entc/tools.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/city.go b/examples/edgeindex/ent/city.go index dbcebec86..e8a795841 100644 --- a/examples/edgeindex/ent/city.go +++ b/examples/edgeindex/ent/city.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/city/city.go b/examples/edgeindex/ent/city/city.go index beeabab1c..c8f2591f2 100644 --- a/examples/edgeindex/ent/city/city.go +++ b/examples/edgeindex/ent/city/city.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/city/where.go b/examples/edgeindex/ent/city/where.go index fa1294259..e9c88cffe 100644 --- a/examples/edgeindex/ent/city/where.go +++ b/examples/edgeindex/ent/city/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/city_create.go b/examples/edgeindex/ent/city_create.go index d05376b7c..af6491178 100644 --- a/examples/edgeindex/ent/city_create.go +++ b/examples/edgeindex/ent/city_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/city_delete.go b/examples/edgeindex/ent/city_delete.go index 348f5c2b3..56365c7c4 100644 --- a/examples/edgeindex/ent/city_delete.go +++ b/examples/edgeindex/ent/city_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/city_query.go b/examples/edgeindex/ent/city_query.go index f172eefcd..bd1206959 100644 --- a/examples/edgeindex/ent/city_query.go +++ b/examples/edgeindex/ent/city_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/city_update.go b/examples/edgeindex/ent/city_update.go index aaf187ea7..f05d72cdc 100644 --- a/examples/edgeindex/ent/city_update.go +++ b/examples/edgeindex/ent/city_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/client.go b/examples/edgeindex/ent/client.go index 206181deb..38a5ad0a0 100644 --- a/examples/edgeindex/ent/client.go +++ b/examples/edgeindex/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/config.go b/examples/edgeindex/ent/config.go index b9830f9cf..4f0b16020 100644 --- a/examples/edgeindex/ent/config.go +++ b/examples/edgeindex/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/context.go b/examples/edgeindex/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/edgeindex/ent/context.go +++ b/examples/edgeindex/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/ent.go b/examples/edgeindex/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/edgeindex/ent/ent.go +++ b/examples/edgeindex/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/enttest/enttest.go b/examples/edgeindex/ent/enttest/enttest.go index 32a1c3a5b..1f135c9ef 100644 --- a/examples/edgeindex/ent/enttest/enttest.go +++ b/examples/edgeindex/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/generate.go b/examples/edgeindex/ent/generate.go index 26146318a..304d7fac5 100644 --- a/examples/edgeindex/ent/generate.go +++ b/examples/edgeindex/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/edgeindex/ent/hook/hook.go b/examples/edgeindex/ent/hook/hook.go index 44ac69a46..3269509b5 100644 --- a/examples/edgeindex/ent/hook/hook.go +++ b/examples/edgeindex/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/migrate/migrate.go b/examples/edgeindex/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/edgeindex/ent/migrate/migrate.go +++ b/examples/edgeindex/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/migrate/schema.go b/examples/edgeindex/ent/migrate/schema.go index b0cbf9826..58635ddce 100644 --- a/examples/edgeindex/ent/migrate/schema.go +++ b/examples/edgeindex/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/mutation.go b/examples/edgeindex/ent/mutation.go index 5adc94ef4..8abcc069a 100644 --- a/examples/edgeindex/ent/mutation.go +++ b/examples/edgeindex/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/predicate/predicate.go b/examples/edgeindex/ent/predicate/predicate.go index f541a974b..a14cfb280 100644 --- a/examples/edgeindex/ent/predicate/predicate.go +++ b/examples/edgeindex/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/privacy/privacy.go b/examples/edgeindex/ent/privacy/privacy.go index 5d63c308f..8339f7a17 100644 --- a/examples/edgeindex/ent/privacy/privacy.go +++ b/examples/edgeindex/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/runtime.go b/examples/edgeindex/ent/runtime.go index 250581550..811ed6925 100644 --- a/examples/edgeindex/ent/runtime.go +++ b/examples/edgeindex/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/runtime/runtime.go b/examples/edgeindex/ent/runtime/runtime.go index 4cf8c67d0..306c0b181 100644 --- a/examples/edgeindex/ent/runtime/runtime.go +++ b/examples/edgeindex/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/street.go b/examples/edgeindex/ent/street.go index 1e3d2aa9c..aca4ddcb9 100644 --- a/examples/edgeindex/ent/street.go +++ b/examples/edgeindex/ent/street.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/street/street.go b/examples/edgeindex/ent/street/street.go index e468a697d..a822339b5 100644 --- a/examples/edgeindex/ent/street/street.go +++ b/examples/edgeindex/ent/street/street.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/street/where.go b/examples/edgeindex/ent/street/where.go index de2a9a1bc..b1fd716ed 100644 --- a/examples/edgeindex/ent/street/where.go +++ b/examples/edgeindex/ent/street/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/street_create.go b/examples/edgeindex/ent/street_create.go index e4fbb5e54..be2093cd2 100644 --- a/examples/edgeindex/ent/street_create.go +++ b/examples/edgeindex/ent/street_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/street_delete.go b/examples/edgeindex/ent/street_delete.go index 2c9940595..ed16cb2d1 100644 --- a/examples/edgeindex/ent/street_delete.go +++ b/examples/edgeindex/ent/street_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/street_query.go b/examples/edgeindex/ent/street_query.go index 7bae2d383..53e8f5387 100644 --- a/examples/edgeindex/ent/street_query.go +++ b/examples/edgeindex/ent/street_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/street_update.go b/examples/edgeindex/ent/street_update.go index 6bfc01c03..af2cdaf75 100644 --- a/examples/edgeindex/ent/street_update.go +++ b/examples/edgeindex/ent/street_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/edgeindex/ent/tx.go b/examples/edgeindex/ent/tx.go index b701ce8ac..2ba1ce928 100644 --- a/examples/edgeindex/ent/tx.go +++ b/examples/edgeindex/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/README.md b/examples/entcpkg/README.md index 949480da4..48f01c1b7 100644 --- a/examples/entcpkg/README.md +++ b/examples/entcpkg/README.md @@ -21,7 +21,7 @@ import ( func main() { err := entc.Generate("./schema", &gen.Config{ Header: ` - // Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + // 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. @@ -45,4 +45,4 @@ package ent //go:generate go run entc.go ``` -The `generate.go` file is preferred if you have many `generate` pragmas in your project. \ No newline at end of file +The `generate.go` file is preferred if you have many `generate` pragmas in your project. diff --git a/examples/entcpkg/ent/client.go b/examples/entcpkg/ent/client.go index 87e9c669d..d29536d39 100644 --- a/examples/entcpkg/ent/client.go +++ b/examples/entcpkg/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/config.go b/examples/entcpkg/ent/config.go index 379610598..fe796fb08 100644 --- a/examples/entcpkg/ent/config.go +++ b/examples/entcpkg/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/context.go b/examples/entcpkg/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/entcpkg/ent/context.go +++ b/examples/entcpkg/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/ent.go b/examples/entcpkg/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/entcpkg/ent/ent.go +++ b/examples/entcpkg/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/entc.go b/examples/entcpkg/ent/entc.go index adef3ff22..62e5ca71e 100644 --- a/examples/entcpkg/ent/entc.go +++ b/examples/entcpkg/ent/entc.go @@ -17,7 +17,7 @@ import ( func main() { err := entc.Generate("./schema", &gen.Config{ Header: ` - // Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. + // 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. diff --git a/examples/entcpkg/ent/enttest/enttest.go b/examples/entcpkg/ent/enttest/enttest.go index d6eb30053..1e4d7ba40 100644 --- a/examples/entcpkg/ent/enttest/enttest.go +++ b/examples/entcpkg/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/hook/hook.go b/examples/entcpkg/ent/hook/hook.go index d419861c3..a9e5a78d1 100644 --- a/examples/entcpkg/ent/hook/hook.go +++ b/examples/entcpkg/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/migrate/migrate.go b/examples/entcpkg/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/entcpkg/ent/migrate/migrate.go +++ b/examples/entcpkg/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/migrate/schema.go b/examples/entcpkg/ent/migrate/schema.go index 23fe6963f..f50e15f3d 100644 --- a/examples/entcpkg/ent/migrate/schema.go +++ b/examples/entcpkg/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/mutation.go b/examples/entcpkg/ent/mutation.go index 16b6e6986..152cd4c82 100644 --- a/examples/entcpkg/ent/mutation.go +++ b/examples/entcpkg/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/predicate/predicate.go b/examples/entcpkg/ent/predicate/predicate.go index 0af459cef..20dbca380 100644 --- a/examples/entcpkg/ent/predicate/predicate.go +++ b/examples/entcpkg/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/privacy/privacy.go b/examples/entcpkg/ent/privacy/privacy.go index 1b3d2c6a6..79d637f22 100644 --- a/examples/entcpkg/ent/privacy/privacy.go +++ b/examples/entcpkg/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/runtime.go b/examples/entcpkg/ent/runtime.go index 250581550..811ed6925 100644 --- a/examples/entcpkg/ent/runtime.go +++ b/examples/entcpkg/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/runtime/runtime.go b/examples/entcpkg/ent/runtime/runtime.go index 9de2682c7..b5a85893c 100644 --- a/examples/entcpkg/ent/runtime/runtime.go +++ b/examples/entcpkg/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/tx.go b/examples/entcpkg/ent/tx.go index 3bbb717c4..62082b404 100644 --- a/examples/entcpkg/ent/tx.go +++ b/examples/entcpkg/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/user.go b/examples/entcpkg/ent/user.go index 5a219500e..a0ad19257 100644 --- a/examples/entcpkg/ent/user.go +++ b/examples/entcpkg/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/user/user.go b/examples/entcpkg/ent/user/user.go index 75009ebd9..19793752d 100644 --- a/examples/entcpkg/ent/user/user.go +++ b/examples/entcpkg/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/user/where.go b/examples/entcpkg/ent/user/where.go index 571952e73..df7c27918 100644 --- a/examples/entcpkg/ent/user/where.go +++ b/examples/entcpkg/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/user_create.go b/examples/entcpkg/ent/user_create.go index 5a26fc310..a0b43695e 100644 --- a/examples/entcpkg/ent/user_create.go +++ b/examples/entcpkg/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/user_delete.go b/examples/entcpkg/ent/user_delete.go index 202e752b7..39f211a5f 100644 --- a/examples/entcpkg/ent/user_delete.go +++ b/examples/entcpkg/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/user_query.go b/examples/entcpkg/ent/user_query.go index 4bc3d66cf..266d69ae0 100644 --- a/examples/entcpkg/ent/user_query.go +++ b/examples/entcpkg/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/entcpkg/ent/user_update.go b/examples/entcpkg/ent/user_update.go index fd4a56cdd..e8f8d806e 100644 --- a/examples/entcpkg/ent/user_update.go +++ b/examples/entcpkg/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/client.go b/examples/m2m2types/ent/client.go index d4c38abce..47daac09a 100644 --- a/examples/m2m2types/ent/client.go +++ b/examples/m2m2types/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/config.go b/examples/m2m2types/ent/config.go index 7cf624298..4bf464b66 100644 --- a/examples/m2m2types/ent/config.go +++ b/examples/m2m2types/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/context.go b/examples/m2m2types/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/m2m2types/ent/context.go +++ b/examples/m2m2types/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/ent.go b/examples/m2m2types/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/m2m2types/ent/ent.go +++ b/examples/m2m2types/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/enttest/enttest.go b/examples/m2m2types/ent/enttest/enttest.go index d73e3d77a..aaa123aff 100644 --- a/examples/m2m2types/ent/enttest/enttest.go +++ b/examples/m2m2types/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/generate.go b/examples/m2m2types/ent/generate.go index 26146318a..304d7fac5 100644 --- a/examples/m2m2types/ent/generate.go +++ b/examples/m2m2types/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/m2m2types/ent/group.go b/examples/m2m2types/ent/group.go index a7df24a12..4f5ad7c4d 100644 --- a/examples/m2m2types/ent/group.go +++ b/examples/m2m2types/ent/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/group/group.go b/examples/m2m2types/ent/group/group.go index dd971e8de..f791047b4 100644 --- a/examples/m2m2types/ent/group/group.go +++ b/examples/m2m2types/ent/group/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/group/where.go b/examples/m2m2types/ent/group/where.go index 195c54200..b509b90e9 100644 --- a/examples/m2m2types/ent/group/where.go +++ b/examples/m2m2types/ent/group/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/group_create.go b/examples/m2m2types/ent/group_create.go index 398d91e46..09d7a27b2 100644 --- a/examples/m2m2types/ent/group_create.go +++ b/examples/m2m2types/ent/group_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/group_delete.go b/examples/m2m2types/ent/group_delete.go index fa7da65f2..9b3f8cb39 100644 --- a/examples/m2m2types/ent/group_delete.go +++ b/examples/m2m2types/ent/group_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/group_query.go b/examples/m2m2types/ent/group_query.go index 66197a991..c590215eb 100644 --- a/examples/m2m2types/ent/group_query.go +++ b/examples/m2m2types/ent/group_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/group_update.go b/examples/m2m2types/ent/group_update.go index c837f0a0f..f6f611dd8 100644 --- a/examples/m2m2types/ent/group_update.go +++ b/examples/m2m2types/ent/group_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/hook/hook.go b/examples/m2m2types/ent/hook/hook.go index 5c4c488ac..e8c1001d0 100644 --- a/examples/m2m2types/ent/hook/hook.go +++ b/examples/m2m2types/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/migrate/migrate.go b/examples/m2m2types/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/m2m2types/ent/migrate/migrate.go +++ b/examples/m2m2types/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/migrate/schema.go b/examples/m2m2types/ent/migrate/schema.go index daa7c7dc6..30d675afd 100644 --- a/examples/m2m2types/ent/migrate/schema.go +++ b/examples/m2m2types/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/mutation.go b/examples/m2m2types/ent/mutation.go index c6893311d..7bb5bad07 100644 --- a/examples/m2m2types/ent/mutation.go +++ b/examples/m2m2types/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/predicate/predicate.go b/examples/m2m2types/ent/predicate/predicate.go index 8436d5412..5bf05c2d1 100644 --- a/examples/m2m2types/ent/predicate/predicate.go +++ b/examples/m2m2types/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/privacy/privacy.go b/examples/m2m2types/ent/privacy/privacy.go index 7e982eb75..178aa43f4 100644 --- a/examples/m2m2types/ent/privacy/privacy.go +++ b/examples/m2m2types/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/runtime.go b/examples/m2m2types/ent/runtime.go index 250581550..811ed6925 100644 --- a/examples/m2m2types/ent/runtime.go +++ b/examples/m2m2types/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/runtime/runtime.go b/examples/m2m2types/ent/runtime/runtime.go index ea2c95466..83992d6a4 100644 --- a/examples/m2m2types/ent/runtime/runtime.go +++ b/examples/m2m2types/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/tx.go b/examples/m2m2types/ent/tx.go index 47c419f0b..caa52a7b9 100644 --- a/examples/m2m2types/ent/tx.go +++ b/examples/m2m2types/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/user.go b/examples/m2m2types/ent/user.go index b13105619..69068d870 100644 --- a/examples/m2m2types/ent/user.go +++ b/examples/m2m2types/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/user/user.go b/examples/m2m2types/ent/user/user.go index 3c92199cf..fd853bebf 100644 --- a/examples/m2m2types/ent/user/user.go +++ b/examples/m2m2types/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/user/where.go b/examples/m2m2types/ent/user/where.go index 14775a8b6..01cd827c7 100644 --- a/examples/m2m2types/ent/user/where.go +++ b/examples/m2m2types/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/user_create.go b/examples/m2m2types/ent/user_create.go index 0cb470504..67bad90c6 100644 --- a/examples/m2m2types/ent/user_create.go +++ b/examples/m2m2types/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/user_delete.go b/examples/m2m2types/ent/user_delete.go index ee22ccf6a..c251642ad 100644 --- a/examples/m2m2types/ent/user_delete.go +++ b/examples/m2m2types/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/user_query.go b/examples/m2m2types/ent/user_query.go index d7c2130d5..829746b28 100644 --- a/examples/m2m2types/ent/user_query.go +++ b/examples/m2m2types/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2m2types/ent/user_update.go b/examples/m2m2types/ent/user_update.go index 965951938..b131ce2fd 100644 --- a/examples/m2m2types/ent/user_update.go +++ b/examples/m2m2types/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/client.go b/examples/m2mbidi/ent/client.go index 7213adb3c..9f9f3a36a 100644 --- a/examples/m2mbidi/ent/client.go +++ b/examples/m2mbidi/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/config.go b/examples/m2mbidi/ent/config.go index 379610598..fe796fb08 100644 --- a/examples/m2mbidi/ent/config.go +++ b/examples/m2mbidi/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/context.go b/examples/m2mbidi/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/m2mbidi/ent/context.go +++ b/examples/m2mbidi/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/ent.go b/examples/m2mbidi/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/m2mbidi/ent/ent.go +++ b/examples/m2mbidi/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/enttest/enttest.go b/examples/m2mbidi/ent/enttest/enttest.go index 89b3e2143..af8712ac5 100644 --- a/examples/m2mbidi/ent/enttest/enttest.go +++ b/examples/m2mbidi/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/generate.go b/examples/m2mbidi/ent/generate.go index 26146318a..304d7fac5 100644 --- a/examples/m2mbidi/ent/generate.go +++ b/examples/m2mbidi/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/m2mbidi/ent/hook/hook.go b/examples/m2mbidi/ent/hook/hook.go index fd89e6c61..17b34cc2a 100644 --- a/examples/m2mbidi/ent/hook/hook.go +++ b/examples/m2mbidi/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/migrate/migrate.go b/examples/m2mbidi/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/m2mbidi/ent/migrate/migrate.go +++ b/examples/m2mbidi/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/migrate/schema.go b/examples/m2mbidi/ent/migrate/schema.go index 166dd4315..0df06a4b6 100644 --- a/examples/m2mbidi/ent/migrate/schema.go +++ b/examples/m2mbidi/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/mutation.go b/examples/m2mbidi/ent/mutation.go index 6ff63dfee..ea546003e 100644 --- a/examples/m2mbidi/ent/mutation.go +++ b/examples/m2mbidi/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/predicate/predicate.go b/examples/m2mbidi/ent/predicate/predicate.go index 0af459cef..20dbca380 100644 --- a/examples/m2mbidi/ent/predicate/predicate.go +++ b/examples/m2mbidi/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/privacy/privacy.go b/examples/m2mbidi/ent/privacy/privacy.go index 438d8b3af..1282689a6 100644 --- a/examples/m2mbidi/ent/privacy/privacy.go +++ b/examples/m2mbidi/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/runtime.go b/examples/m2mbidi/ent/runtime.go index 250581550..811ed6925 100644 --- a/examples/m2mbidi/ent/runtime.go +++ b/examples/m2mbidi/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/runtime/runtime.go b/examples/m2mbidi/ent/runtime/runtime.go index fd8198e16..cce2c15f7 100644 --- a/examples/m2mbidi/ent/runtime/runtime.go +++ b/examples/m2mbidi/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/tx.go b/examples/m2mbidi/ent/tx.go index 3bbb717c4..62082b404 100644 --- a/examples/m2mbidi/ent/tx.go +++ b/examples/m2mbidi/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/user.go b/examples/m2mbidi/ent/user.go index 827ecd16b..d4f1aca6c 100644 --- a/examples/m2mbidi/ent/user.go +++ b/examples/m2mbidi/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/user/user.go b/examples/m2mbidi/ent/user/user.go index 1b83da1f9..8eaeae9d8 100644 --- a/examples/m2mbidi/ent/user/user.go +++ b/examples/m2mbidi/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/user/where.go b/examples/m2mbidi/ent/user/where.go index 3f0eb690c..07f900dd9 100644 --- a/examples/m2mbidi/ent/user/where.go +++ b/examples/m2mbidi/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/user_create.go b/examples/m2mbidi/ent/user_create.go index f7eacab42..5d9a5cb02 100644 --- a/examples/m2mbidi/ent/user_create.go +++ b/examples/m2mbidi/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/user_delete.go b/examples/m2mbidi/ent/user_delete.go index 55a1af917..697f898d0 100644 --- a/examples/m2mbidi/ent/user_delete.go +++ b/examples/m2mbidi/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/user_query.go b/examples/m2mbidi/ent/user_query.go index d6e6717d9..a0edff2e5 100644 --- a/examples/m2mbidi/ent/user_query.go +++ b/examples/m2mbidi/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mbidi/ent/user_update.go b/examples/m2mbidi/ent/user_update.go index 8e320ce95..9c57a4bdd 100644 --- a/examples/m2mbidi/ent/user_update.go +++ b/examples/m2mbidi/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/client.go b/examples/m2mrecur/ent/client.go index 3ce3c3b72..1392991a6 100644 --- a/examples/m2mrecur/ent/client.go +++ b/examples/m2mrecur/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/config.go b/examples/m2mrecur/ent/config.go index 379610598..fe796fb08 100644 --- a/examples/m2mrecur/ent/config.go +++ b/examples/m2mrecur/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/context.go b/examples/m2mrecur/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/m2mrecur/ent/context.go +++ b/examples/m2mrecur/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/ent.go b/examples/m2mrecur/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/m2mrecur/ent/ent.go +++ b/examples/m2mrecur/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/enttest/enttest.go b/examples/m2mrecur/ent/enttest/enttest.go index e77456dd8..7728b0552 100644 --- a/examples/m2mrecur/ent/enttest/enttest.go +++ b/examples/m2mrecur/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/generate.go b/examples/m2mrecur/ent/generate.go index 26146318a..304d7fac5 100644 --- a/examples/m2mrecur/ent/generate.go +++ b/examples/m2mrecur/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/m2mrecur/ent/hook/hook.go b/examples/m2mrecur/ent/hook/hook.go index 0df78d829..b56f648c5 100644 --- a/examples/m2mrecur/ent/hook/hook.go +++ b/examples/m2mrecur/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/migrate/migrate.go b/examples/m2mrecur/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/m2mrecur/ent/migrate/migrate.go +++ b/examples/m2mrecur/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/migrate/schema.go b/examples/m2mrecur/ent/migrate/schema.go index ef88c4750..f08d69bce 100644 --- a/examples/m2mrecur/ent/migrate/schema.go +++ b/examples/m2mrecur/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/mutation.go b/examples/m2mrecur/ent/mutation.go index cb97a4e53..071ee27e0 100644 --- a/examples/m2mrecur/ent/mutation.go +++ b/examples/m2mrecur/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/predicate/predicate.go b/examples/m2mrecur/ent/predicate/predicate.go index 0af459cef..20dbca380 100644 --- a/examples/m2mrecur/ent/predicate/predicate.go +++ b/examples/m2mrecur/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/privacy/privacy.go b/examples/m2mrecur/ent/privacy/privacy.go index c30d9c411..65040378e 100644 --- a/examples/m2mrecur/ent/privacy/privacy.go +++ b/examples/m2mrecur/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/runtime.go b/examples/m2mrecur/ent/runtime.go index 250581550..811ed6925 100644 --- a/examples/m2mrecur/ent/runtime.go +++ b/examples/m2mrecur/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/runtime/runtime.go b/examples/m2mrecur/ent/runtime/runtime.go index 0dcec7b66..82a042bc2 100644 --- a/examples/m2mrecur/ent/runtime/runtime.go +++ b/examples/m2mrecur/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/tx.go b/examples/m2mrecur/ent/tx.go index 3bbb717c4..62082b404 100644 --- a/examples/m2mrecur/ent/tx.go +++ b/examples/m2mrecur/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/user.go b/examples/m2mrecur/ent/user.go index f83f4adab..cac8f73da 100644 --- a/examples/m2mrecur/ent/user.go +++ b/examples/m2mrecur/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/user/user.go b/examples/m2mrecur/ent/user/user.go index df5383e5b..82d794e98 100644 --- a/examples/m2mrecur/ent/user/user.go +++ b/examples/m2mrecur/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/user/where.go b/examples/m2mrecur/ent/user/where.go index a0aad5128..71370892d 100644 --- a/examples/m2mrecur/ent/user/where.go +++ b/examples/m2mrecur/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/user_create.go b/examples/m2mrecur/ent/user_create.go index 4febbb79f..138f45d35 100644 --- a/examples/m2mrecur/ent/user_create.go +++ b/examples/m2mrecur/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/user_delete.go b/examples/m2mrecur/ent/user_delete.go index 62f7db649..ab4004d87 100644 --- a/examples/m2mrecur/ent/user_delete.go +++ b/examples/m2mrecur/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/user_query.go b/examples/m2mrecur/ent/user_query.go index 068730b53..b7b545737 100644 --- a/examples/m2mrecur/ent/user_query.go +++ b/examples/m2mrecur/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/m2mrecur/ent/user_update.go b/examples/m2mrecur/ent/user_update.go index 0951a59aa..0709fe31d 100644 --- a/examples/m2mrecur/ent/user_update.go +++ b/examples/m2mrecur/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/client.go b/examples/o2m2types/ent/client.go index f3b8e47aa..69a8383f5 100644 --- a/examples/o2m2types/ent/client.go +++ b/examples/o2m2types/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/config.go b/examples/o2m2types/ent/config.go index 61c5e9ec3..944269cb8 100644 --- a/examples/o2m2types/ent/config.go +++ b/examples/o2m2types/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/context.go b/examples/o2m2types/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/o2m2types/ent/context.go +++ b/examples/o2m2types/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/ent.go b/examples/o2m2types/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/o2m2types/ent/ent.go +++ b/examples/o2m2types/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/enttest/enttest.go b/examples/o2m2types/ent/enttest/enttest.go index f366083e8..01002e3fd 100644 --- a/examples/o2m2types/ent/enttest/enttest.go +++ b/examples/o2m2types/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/generate.go b/examples/o2m2types/ent/generate.go index 26146318a..304d7fac5 100644 --- a/examples/o2m2types/ent/generate.go +++ b/examples/o2m2types/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/o2m2types/ent/hook/hook.go b/examples/o2m2types/ent/hook/hook.go index 8d449ea60..1193dd95c 100644 --- a/examples/o2m2types/ent/hook/hook.go +++ b/examples/o2m2types/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/migrate/migrate.go b/examples/o2m2types/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/o2m2types/ent/migrate/migrate.go +++ b/examples/o2m2types/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/migrate/schema.go b/examples/o2m2types/ent/migrate/schema.go index d13f4b2a0..45583a69f 100644 --- a/examples/o2m2types/ent/migrate/schema.go +++ b/examples/o2m2types/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/mutation.go b/examples/o2m2types/ent/mutation.go index 488dc4025..ed967b437 100644 --- a/examples/o2m2types/ent/mutation.go +++ b/examples/o2m2types/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/pet.go b/examples/o2m2types/ent/pet.go index 3062f4b40..8a6d876ac 100644 --- a/examples/o2m2types/ent/pet.go +++ b/examples/o2m2types/ent/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/pet/pet.go b/examples/o2m2types/ent/pet/pet.go index 98744b569..6ee0eb43c 100644 --- a/examples/o2m2types/ent/pet/pet.go +++ b/examples/o2m2types/ent/pet/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/pet/where.go b/examples/o2m2types/ent/pet/where.go index 39f499cc6..5acf4e047 100644 --- a/examples/o2m2types/ent/pet/where.go +++ b/examples/o2m2types/ent/pet/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/pet_create.go b/examples/o2m2types/ent/pet_create.go index 38b0f2070..ef7012ffb 100644 --- a/examples/o2m2types/ent/pet_create.go +++ b/examples/o2m2types/ent/pet_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/pet_delete.go b/examples/o2m2types/ent/pet_delete.go index 3c7d972e5..282c27690 100644 --- a/examples/o2m2types/ent/pet_delete.go +++ b/examples/o2m2types/ent/pet_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/pet_query.go b/examples/o2m2types/ent/pet_query.go index 64dd718ab..d24204d0e 100644 --- a/examples/o2m2types/ent/pet_query.go +++ b/examples/o2m2types/ent/pet_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/pet_update.go b/examples/o2m2types/ent/pet_update.go index 1597437d3..8717de404 100644 --- a/examples/o2m2types/ent/pet_update.go +++ b/examples/o2m2types/ent/pet_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/predicate/predicate.go b/examples/o2m2types/ent/predicate/predicate.go index ca5abe760..057b4186c 100644 --- a/examples/o2m2types/ent/predicate/predicate.go +++ b/examples/o2m2types/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/privacy/privacy.go b/examples/o2m2types/ent/privacy/privacy.go index aa36d59d6..9f4ee6847 100644 --- a/examples/o2m2types/ent/privacy/privacy.go +++ b/examples/o2m2types/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/runtime.go b/examples/o2m2types/ent/runtime.go index 250581550..811ed6925 100644 --- a/examples/o2m2types/ent/runtime.go +++ b/examples/o2m2types/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/runtime/runtime.go b/examples/o2m2types/ent/runtime/runtime.go index a786438ea..e9fb62037 100644 --- a/examples/o2m2types/ent/runtime/runtime.go +++ b/examples/o2m2types/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/tx.go b/examples/o2m2types/ent/tx.go index 80bf661ce..c829488d1 100644 --- a/examples/o2m2types/ent/tx.go +++ b/examples/o2m2types/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/user.go b/examples/o2m2types/ent/user.go index d803723a8..26b0e7132 100644 --- a/examples/o2m2types/ent/user.go +++ b/examples/o2m2types/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/user/user.go b/examples/o2m2types/ent/user/user.go index 2cc8f36a2..7859dea16 100644 --- a/examples/o2m2types/ent/user/user.go +++ b/examples/o2m2types/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/user/where.go b/examples/o2m2types/ent/user/where.go index d0edf79f5..486293d1d 100644 --- a/examples/o2m2types/ent/user/where.go +++ b/examples/o2m2types/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/user_create.go b/examples/o2m2types/ent/user_create.go index f0732ea32..fe40f00b9 100644 --- a/examples/o2m2types/ent/user_create.go +++ b/examples/o2m2types/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/user_delete.go b/examples/o2m2types/ent/user_delete.go index 952778ad6..339c91232 100644 --- a/examples/o2m2types/ent/user_delete.go +++ b/examples/o2m2types/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/user_query.go b/examples/o2m2types/ent/user_query.go index 62a596407..8755942d3 100644 --- a/examples/o2m2types/ent/user_query.go +++ b/examples/o2m2types/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2m2types/ent/user_update.go b/examples/o2m2types/ent/user_update.go index 2d4f2ba32..636725daa 100644 --- a/examples/o2m2types/ent/user_update.go +++ b/examples/o2m2types/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/client.go b/examples/o2mrecur/ent/client.go index 0435e920c..241bead55 100644 --- a/examples/o2mrecur/ent/client.go +++ b/examples/o2mrecur/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/config.go b/examples/o2mrecur/ent/config.go index f38504630..b9f29dba8 100644 --- a/examples/o2mrecur/ent/config.go +++ b/examples/o2mrecur/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/context.go b/examples/o2mrecur/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/o2mrecur/ent/context.go +++ b/examples/o2mrecur/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/ent.go b/examples/o2mrecur/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/o2mrecur/ent/ent.go +++ b/examples/o2mrecur/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/enttest/enttest.go b/examples/o2mrecur/ent/enttest/enttest.go index 3757ebbb7..a001d6133 100644 --- a/examples/o2mrecur/ent/enttest/enttest.go +++ b/examples/o2mrecur/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/generate.go b/examples/o2mrecur/ent/generate.go index 26146318a..304d7fac5 100644 --- a/examples/o2mrecur/ent/generate.go +++ b/examples/o2mrecur/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/o2mrecur/ent/hook/hook.go b/examples/o2mrecur/ent/hook/hook.go index 2f706f1af..deaa6d360 100644 --- a/examples/o2mrecur/ent/hook/hook.go +++ b/examples/o2mrecur/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/migrate/migrate.go b/examples/o2mrecur/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/o2mrecur/ent/migrate/migrate.go +++ b/examples/o2mrecur/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/migrate/schema.go b/examples/o2mrecur/ent/migrate/schema.go index ff50b325d..42ebb845b 100644 --- a/examples/o2mrecur/ent/migrate/schema.go +++ b/examples/o2mrecur/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/mutation.go b/examples/o2mrecur/ent/mutation.go index 6468d6994..020bd7e1c 100644 --- a/examples/o2mrecur/ent/mutation.go +++ b/examples/o2mrecur/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/node.go b/examples/o2mrecur/ent/node.go index a512fc732..7b3d8e553 100644 --- a/examples/o2mrecur/ent/node.go +++ b/examples/o2mrecur/ent/node.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/node/node.go b/examples/o2mrecur/ent/node/node.go index ed45fd135..bd1625211 100644 --- a/examples/o2mrecur/ent/node/node.go +++ b/examples/o2mrecur/ent/node/node.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/node/where.go b/examples/o2mrecur/ent/node/where.go index 8090ad7e2..3e1d919d3 100644 --- a/examples/o2mrecur/ent/node/where.go +++ b/examples/o2mrecur/ent/node/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/node_create.go b/examples/o2mrecur/ent/node_create.go index 86a232469..15e137abb 100644 --- a/examples/o2mrecur/ent/node_create.go +++ b/examples/o2mrecur/ent/node_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/node_delete.go b/examples/o2mrecur/ent/node_delete.go index d7c3f4ecd..65c01a6fb 100644 --- a/examples/o2mrecur/ent/node_delete.go +++ b/examples/o2mrecur/ent/node_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/node_query.go b/examples/o2mrecur/ent/node_query.go index b0fd0cbba..11b29febf 100644 --- a/examples/o2mrecur/ent/node_query.go +++ b/examples/o2mrecur/ent/node_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/node_update.go b/examples/o2mrecur/ent/node_update.go index 87c1f4909..fd1d530ce 100644 --- a/examples/o2mrecur/ent/node_update.go +++ b/examples/o2mrecur/ent/node_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/predicate/predicate.go b/examples/o2mrecur/ent/predicate/predicate.go index 8b3395a2c..0a1cd7999 100644 --- a/examples/o2mrecur/ent/predicate/predicate.go +++ b/examples/o2mrecur/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/privacy/privacy.go b/examples/o2mrecur/ent/privacy/privacy.go index 93c77f6fe..6e4a28364 100644 --- a/examples/o2mrecur/ent/privacy/privacy.go +++ b/examples/o2mrecur/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/runtime.go b/examples/o2mrecur/ent/runtime.go index 250581550..811ed6925 100644 --- a/examples/o2mrecur/ent/runtime.go +++ b/examples/o2mrecur/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/runtime/runtime.go b/examples/o2mrecur/ent/runtime/runtime.go index a39425941..80ecf8f29 100644 --- a/examples/o2mrecur/ent/runtime/runtime.go +++ b/examples/o2mrecur/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2mrecur/ent/tx.go b/examples/o2mrecur/ent/tx.go index 982edf8a5..c45a1d2da 100644 --- a/examples/o2mrecur/ent/tx.go +++ b/examples/o2mrecur/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/card.go b/examples/o2o2types/ent/card.go index e70c2f4f5..41a0d5b72 100644 --- a/examples/o2o2types/ent/card.go +++ b/examples/o2o2types/ent/card.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/card/card.go b/examples/o2o2types/ent/card/card.go index 4927e0eb3..d8f2613c1 100644 --- a/examples/o2o2types/ent/card/card.go +++ b/examples/o2o2types/ent/card/card.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/card/where.go b/examples/o2o2types/ent/card/where.go index e87ea5e64..7ac603e97 100644 --- a/examples/o2o2types/ent/card/where.go +++ b/examples/o2o2types/ent/card/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/card_create.go b/examples/o2o2types/ent/card_create.go index e7cecc79f..15291ece6 100644 --- a/examples/o2o2types/ent/card_create.go +++ b/examples/o2o2types/ent/card_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/card_delete.go b/examples/o2o2types/ent/card_delete.go index b3e7f2ae8..3da2dc04a 100644 --- a/examples/o2o2types/ent/card_delete.go +++ b/examples/o2o2types/ent/card_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/card_query.go b/examples/o2o2types/ent/card_query.go index d279a1527..002234826 100644 --- a/examples/o2o2types/ent/card_query.go +++ b/examples/o2o2types/ent/card_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/card_update.go b/examples/o2o2types/ent/card_update.go index d4541c2f7..c9c81cada 100644 --- a/examples/o2o2types/ent/card_update.go +++ b/examples/o2o2types/ent/card_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/client.go b/examples/o2o2types/ent/client.go index 779d7d682..1be1b71b0 100644 --- a/examples/o2o2types/ent/client.go +++ b/examples/o2o2types/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/config.go b/examples/o2o2types/ent/config.go index 9ca84f60e..3394d2abb 100644 --- a/examples/o2o2types/ent/config.go +++ b/examples/o2o2types/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/context.go b/examples/o2o2types/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/o2o2types/ent/context.go +++ b/examples/o2o2types/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/ent.go b/examples/o2o2types/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/o2o2types/ent/ent.go +++ b/examples/o2o2types/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/enttest/enttest.go b/examples/o2o2types/ent/enttest/enttest.go index d4ee53494..ebf60b74d 100644 --- a/examples/o2o2types/ent/enttest/enttest.go +++ b/examples/o2o2types/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/generate.go b/examples/o2o2types/ent/generate.go index 26146318a..304d7fac5 100644 --- a/examples/o2o2types/ent/generate.go +++ b/examples/o2o2types/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/o2o2types/ent/hook/hook.go b/examples/o2o2types/ent/hook/hook.go index 3426eba8c..978b5e2e0 100644 --- a/examples/o2o2types/ent/hook/hook.go +++ b/examples/o2o2types/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/migrate/migrate.go b/examples/o2o2types/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/o2o2types/ent/migrate/migrate.go +++ b/examples/o2o2types/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/migrate/schema.go b/examples/o2o2types/ent/migrate/schema.go index 93ba6d420..9cebd7ade 100644 --- a/examples/o2o2types/ent/migrate/schema.go +++ b/examples/o2o2types/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/mutation.go b/examples/o2o2types/ent/mutation.go index 9a3eed5cc..453a43a39 100644 --- a/examples/o2o2types/ent/mutation.go +++ b/examples/o2o2types/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/predicate/predicate.go b/examples/o2o2types/ent/predicate/predicate.go index 8aeaf6276..05527777e 100644 --- a/examples/o2o2types/ent/predicate/predicate.go +++ b/examples/o2o2types/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/privacy/privacy.go b/examples/o2o2types/ent/privacy/privacy.go index 20872d171..04332c9b6 100644 --- a/examples/o2o2types/ent/privacy/privacy.go +++ b/examples/o2o2types/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/runtime.go b/examples/o2o2types/ent/runtime.go index 250581550..811ed6925 100644 --- a/examples/o2o2types/ent/runtime.go +++ b/examples/o2o2types/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/runtime/runtime.go b/examples/o2o2types/ent/runtime/runtime.go index 0333e91e6..a868930bf 100644 --- a/examples/o2o2types/ent/runtime/runtime.go +++ b/examples/o2o2types/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/tx.go b/examples/o2o2types/ent/tx.go index c0648f65d..cf4d56e06 100644 --- a/examples/o2o2types/ent/tx.go +++ b/examples/o2o2types/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/user.go b/examples/o2o2types/ent/user.go index 3dd83b984..458a45060 100644 --- a/examples/o2o2types/ent/user.go +++ b/examples/o2o2types/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/user/user.go b/examples/o2o2types/ent/user/user.go index a5d63b447..6579ff224 100644 --- a/examples/o2o2types/ent/user/user.go +++ b/examples/o2o2types/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/user/where.go b/examples/o2o2types/ent/user/where.go index 20529611d..facdfaf19 100644 --- a/examples/o2o2types/ent/user/where.go +++ b/examples/o2o2types/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/user_create.go b/examples/o2o2types/ent/user_create.go index 54bbdd028..d074bee7c 100644 --- a/examples/o2o2types/ent/user_create.go +++ b/examples/o2o2types/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/user_delete.go b/examples/o2o2types/ent/user_delete.go index c07fa5df0..8198ea6f2 100644 --- a/examples/o2o2types/ent/user_delete.go +++ b/examples/o2o2types/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/user_query.go b/examples/o2o2types/ent/user_query.go index a80a7704d..9e906b7a1 100644 --- a/examples/o2o2types/ent/user_query.go +++ b/examples/o2o2types/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2o2types/ent/user_update.go b/examples/o2o2types/ent/user_update.go index 185412043..8355dcd94 100644 --- a/examples/o2o2types/ent/user_update.go +++ b/examples/o2o2types/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/client.go b/examples/o2obidi/ent/client.go index 560bc98a5..e8a9c2cac 100644 --- a/examples/o2obidi/ent/client.go +++ b/examples/o2obidi/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/config.go b/examples/o2obidi/ent/config.go index 379610598..fe796fb08 100644 --- a/examples/o2obidi/ent/config.go +++ b/examples/o2obidi/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/context.go b/examples/o2obidi/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/o2obidi/ent/context.go +++ b/examples/o2obidi/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/ent.go b/examples/o2obidi/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/o2obidi/ent/ent.go +++ b/examples/o2obidi/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/enttest/enttest.go b/examples/o2obidi/ent/enttest/enttest.go index bb34c76c2..b7b578d3a 100644 --- a/examples/o2obidi/ent/enttest/enttest.go +++ b/examples/o2obidi/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/generate.go b/examples/o2obidi/ent/generate.go index 26146318a..304d7fac5 100644 --- a/examples/o2obidi/ent/generate.go +++ b/examples/o2obidi/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/o2obidi/ent/hook/hook.go b/examples/o2obidi/ent/hook/hook.go index 64dba8420..fc301ba15 100644 --- a/examples/o2obidi/ent/hook/hook.go +++ b/examples/o2obidi/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/migrate/migrate.go b/examples/o2obidi/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/o2obidi/ent/migrate/migrate.go +++ b/examples/o2obidi/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/migrate/schema.go b/examples/o2obidi/ent/migrate/schema.go index d0a0727cc..2c0ad7215 100644 --- a/examples/o2obidi/ent/migrate/schema.go +++ b/examples/o2obidi/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/mutation.go b/examples/o2obidi/ent/mutation.go index 67b1bbaec..8517425b3 100644 --- a/examples/o2obidi/ent/mutation.go +++ b/examples/o2obidi/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/predicate/predicate.go b/examples/o2obidi/ent/predicate/predicate.go index 0af459cef..20dbca380 100644 --- a/examples/o2obidi/ent/predicate/predicate.go +++ b/examples/o2obidi/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/privacy/privacy.go b/examples/o2obidi/ent/privacy/privacy.go index d8a6bc26f..8de763ffb 100644 --- a/examples/o2obidi/ent/privacy/privacy.go +++ b/examples/o2obidi/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/runtime.go b/examples/o2obidi/ent/runtime.go index 250581550..811ed6925 100644 --- a/examples/o2obidi/ent/runtime.go +++ b/examples/o2obidi/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/runtime/runtime.go b/examples/o2obidi/ent/runtime/runtime.go index 4d33e904c..1464d26ab 100644 --- a/examples/o2obidi/ent/runtime/runtime.go +++ b/examples/o2obidi/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/tx.go b/examples/o2obidi/ent/tx.go index 3bbb717c4..62082b404 100644 --- a/examples/o2obidi/ent/tx.go +++ b/examples/o2obidi/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/user.go b/examples/o2obidi/ent/user.go index 77757d1a7..ee14b9e17 100644 --- a/examples/o2obidi/ent/user.go +++ b/examples/o2obidi/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/user/user.go b/examples/o2obidi/ent/user/user.go index c0fd62efc..1d546f1e6 100644 --- a/examples/o2obidi/ent/user/user.go +++ b/examples/o2obidi/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/user/where.go b/examples/o2obidi/ent/user/where.go index 85683fb29..ad0f57ef4 100644 --- a/examples/o2obidi/ent/user/where.go +++ b/examples/o2obidi/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/user_create.go b/examples/o2obidi/ent/user_create.go index bde0efb7b..b9f92bfad 100644 --- a/examples/o2obidi/ent/user_create.go +++ b/examples/o2obidi/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/user_delete.go b/examples/o2obidi/ent/user_delete.go index 059ee39d9..8eabe3f15 100644 --- a/examples/o2obidi/ent/user_delete.go +++ b/examples/o2obidi/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/user_query.go b/examples/o2obidi/ent/user_query.go index e509ca904..78af3df55 100644 --- a/examples/o2obidi/ent/user_query.go +++ b/examples/o2obidi/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2obidi/ent/user_update.go b/examples/o2obidi/ent/user_update.go index e7b646e6b..eae4e4ab9 100644 --- a/examples/o2obidi/ent/user_update.go +++ b/examples/o2obidi/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/client.go b/examples/o2orecur/ent/client.go index cff85149d..67ad1892f 100644 --- a/examples/o2orecur/ent/client.go +++ b/examples/o2orecur/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/config.go b/examples/o2orecur/ent/config.go index f38504630..b9f29dba8 100644 --- a/examples/o2orecur/ent/config.go +++ b/examples/o2orecur/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/context.go b/examples/o2orecur/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/o2orecur/ent/context.go +++ b/examples/o2orecur/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/ent.go b/examples/o2orecur/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/o2orecur/ent/ent.go +++ b/examples/o2orecur/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/enttest/enttest.go b/examples/o2orecur/ent/enttest/enttest.go index 1fbea4593..429dab1e4 100644 --- a/examples/o2orecur/ent/enttest/enttest.go +++ b/examples/o2orecur/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/generate.go b/examples/o2orecur/ent/generate.go index 26146318a..304d7fac5 100644 --- a/examples/o2orecur/ent/generate.go +++ b/examples/o2orecur/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/o2orecur/ent/hook/hook.go b/examples/o2orecur/ent/hook/hook.go index dff3b6bed..a7ac094c8 100644 --- a/examples/o2orecur/ent/hook/hook.go +++ b/examples/o2orecur/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/migrate/migrate.go b/examples/o2orecur/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/o2orecur/ent/migrate/migrate.go +++ b/examples/o2orecur/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/migrate/schema.go b/examples/o2orecur/ent/migrate/schema.go index 08691cde8..6f7f7dbdf 100644 --- a/examples/o2orecur/ent/migrate/schema.go +++ b/examples/o2orecur/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/mutation.go b/examples/o2orecur/ent/mutation.go index 52a0c06f0..9ab915f71 100644 --- a/examples/o2orecur/ent/mutation.go +++ b/examples/o2orecur/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/node.go b/examples/o2orecur/ent/node.go index 3ec699851..e68e4c426 100644 --- a/examples/o2orecur/ent/node.go +++ b/examples/o2orecur/ent/node.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/node/node.go b/examples/o2orecur/ent/node/node.go index 9288bcb31..796301621 100644 --- a/examples/o2orecur/ent/node/node.go +++ b/examples/o2orecur/ent/node/node.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/node/where.go b/examples/o2orecur/ent/node/where.go index e12bc1b40..6221448b1 100644 --- a/examples/o2orecur/ent/node/where.go +++ b/examples/o2orecur/ent/node/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/node_create.go b/examples/o2orecur/ent/node_create.go index 0e36d62d9..33cdf7ba9 100644 --- a/examples/o2orecur/ent/node_create.go +++ b/examples/o2orecur/ent/node_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/node_delete.go b/examples/o2orecur/ent/node_delete.go index d01219d04..ee5da9d78 100644 --- a/examples/o2orecur/ent/node_delete.go +++ b/examples/o2orecur/ent/node_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/node_query.go b/examples/o2orecur/ent/node_query.go index 19cd7a5d9..519462c07 100644 --- a/examples/o2orecur/ent/node_query.go +++ b/examples/o2orecur/ent/node_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/node_update.go b/examples/o2orecur/ent/node_update.go index da3869a37..d9fb05a81 100644 --- a/examples/o2orecur/ent/node_update.go +++ b/examples/o2orecur/ent/node_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/predicate/predicate.go b/examples/o2orecur/ent/predicate/predicate.go index 8b3395a2c..0a1cd7999 100644 --- a/examples/o2orecur/ent/predicate/predicate.go +++ b/examples/o2orecur/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/privacy/privacy.go b/examples/o2orecur/ent/privacy/privacy.go index 2855f1832..44e71777c 100644 --- a/examples/o2orecur/ent/privacy/privacy.go +++ b/examples/o2orecur/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/runtime.go b/examples/o2orecur/ent/runtime.go index 250581550..811ed6925 100644 --- a/examples/o2orecur/ent/runtime.go +++ b/examples/o2orecur/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/runtime/runtime.go b/examples/o2orecur/ent/runtime/runtime.go index e7869edc6..49804728a 100644 --- a/examples/o2orecur/ent/runtime/runtime.go +++ b/examples/o2orecur/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/o2orecur/ent/tx.go b/examples/o2orecur/ent/tx.go index 982edf8a5..c45a1d2da 100644 --- a/examples/o2orecur/ent/tx.go +++ b/examples/o2orecur/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/car.go b/examples/start/ent/car.go index 403942ec1..ab4cd1bc6 100644 --- a/examples/start/ent/car.go +++ b/examples/start/ent/car.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/car/car.go b/examples/start/ent/car/car.go index df5eb3b89..e58480ad3 100644 --- a/examples/start/ent/car/car.go +++ b/examples/start/ent/car/car.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/car/where.go b/examples/start/ent/car/where.go index 8cee619b9..f3a4db75e 100644 --- a/examples/start/ent/car/where.go +++ b/examples/start/ent/car/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/car_create.go b/examples/start/ent/car_create.go index 00f6485c1..47d42b385 100644 --- a/examples/start/ent/car_create.go +++ b/examples/start/ent/car_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/car_delete.go b/examples/start/ent/car_delete.go index 15f22bc41..97df1b4d6 100644 --- a/examples/start/ent/car_delete.go +++ b/examples/start/ent/car_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/car_query.go b/examples/start/ent/car_query.go index 27fdeb3df..48aba0090 100644 --- a/examples/start/ent/car_query.go +++ b/examples/start/ent/car_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/car_update.go b/examples/start/ent/car_update.go index 399eddcfd..9333b8a73 100644 --- a/examples/start/ent/car_update.go +++ b/examples/start/ent/car_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/client.go b/examples/start/ent/client.go index 4b82aaf33..740885d82 100644 --- a/examples/start/ent/client.go +++ b/examples/start/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/config.go b/examples/start/ent/config.go index 9a0727abe..ed21194f4 100644 --- a/examples/start/ent/config.go +++ b/examples/start/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/context.go b/examples/start/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/start/ent/context.go +++ b/examples/start/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/ent.go b/examples/start/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/start/ent/ent.go +++ b/examples/start/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/enttest/enttest.go b/examples/start/ent/enttest/enttest.go index 33859bb9d..0cd4e120c 100644 --- a/examples/start/ent/enttest/enttest.go +++ b/examples/start/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/generate.go b/examples/start/ent/generate.go index 26146318a..304d7fac5 100644 --- a/examples/start/ent/generate.go +++ b/examples/start/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/start/ent/group.go b/examples/start/ent/group.go index 499e15427..fc6546fda 100644 --- a/examples/start/ent/group.go +++ b/examples/start/ent/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/group/group.go b/examples/start/ent/group/group.go index 58c4901cc..31fa16b8d 100644 --- a/examples/start/ent/group/group.go +++ b/examples/start/ent/group/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/group/where.go b/examples/start/ent/group/where.go index 8f8e5fbc4..10aacce5f 100644 --- a/examples/start/ent/group/where.go +++ b/examples/start/ent/group/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/group_create.go b/examples/start/ent/group_create.go index b6f8b53a3..841739093 100644 --- a/examples/start/ent/group_create.go +++ b/examples/start/ent/group_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/group_delete.go b/examples/start/ent/group_delete.go index b28c0f37d..8648d23b5 100644 --- a/examples/start/ent/group_delete.go +++ b/examples/start/ent/group_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/group_query.go b/examples/start/ent/group_query.go index cd2622d55..55633f649 100644 --- a/examples/start/ent/group_query.go +++ b/examples/start/ent/group_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/group_update.go b/examples/start/ent/group_update.go index eae2bd5b0..a7fb00e44 100644 --- a/examples/start/ent/group_update.go +++ b/examples/start/ent/group_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/hook/hook.go b/examples/start/ent/hook/hook.go index 3f05cb246..72506f882 100644 --- a/examples/start/ent/hook/hook.go +++ b/examples/start/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/migrate/migrate.go b/examples/start/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/start/ent/migrate/migrate.go +++ b/examples/start/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/migrate/schema.go b/examples/start/ent/migrate/schema.go index adc53933f..43ac3a56c 100644 --- a/examples/start/ent/migrate/schema.go +++ b/examples/start/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/mutation.go b/examples/start/ent/mutation.go index 02af4b138..7f8aab5f7 100644 --- a/examples/start/ent/mutation.go +++ b/examples/start/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/predicate/predicate.go b/examples/start/ent/predicate/predicate.go index bf7379604..4c69bbf8a 100644 --- a/examples/start/ent/predicate/predicate.go +++ b/examples/start/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/privacy/privacy.go b/examples/start/ent/privacy/privacy.go index dc9572cf7..8aee3b60f 100644 --- a/examples/start/ent/privacy/privacy.go +++ b/examples/start/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/runtime.go b/examples/start/ent/runtime.go index e213c4b8a..14bb9945b 100644 --- a/examples/start/ent/runtime.go +++ b/examples/start/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/runtime/runtime.go b/examples/start/ent/runtime/runtime.go index d4a5a92e6..ea035c5b7 100644 --- a/examples/start/ent/runtime/runtime.go +++ b/examples/start/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/schema/car.go b/examples/start/ent/schema/car.go index 2f27443bd..f94ea2f6a 100644 --- a/examples/start/ent/schema/car.go +++ b/examples/start/ent/schema/car.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/schema/group.go b/examples/start/ent/schema/group.go index 5210b841a..a22f417ae 100644 --- a/examples/start/ent/schema/group.go +++ b/examples/start/ent/schema/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/schema/user.go b/examples/start/ent/schema/user.go index f6d62a7e1..9b7648ae7 100644 --- a/examples/start/ent/schema/user.go +++ b/examples/start/ent/schema/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/tx.go b/examples/start/ent/tx.go index b9de0bdf1..f3bde1012 100644 --- a/examples/start/ent/tx.go +++ b/examples/start/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/user.go b/examples/start/ent/user.go index 6d22980c5..59125fcc3 100644 --- a/examples/start/ent/user.go +++ b/examples/start/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/user/user.go b/examples/start/ent/user/user.go index a14ffb377..f627790d5 100644 --- a/examples/start/ent/user/user.go +++ b/examples/start/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/user/where.go b/examples/start/ent/user/where.go index 572235c3a..f2e904a1a 100644 --- a/examples/start/ent/user/where.go +++ b/examples/start/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/user_create.go b/examples/start/ent/user_create.go index f53a64e97..c9e8e1bdc 100644 --- a/examples/start/ent/user_create.go +++ b/examples/start/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/user_delete.go b/examples/start/ent/user_delete.go index c215cf380..5c99eebfb 100644 --- a/examples/start/ent/user_delete.go +++ b/examples/start/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/user_query.go b/examples/start/ent/user_query.go index 0cacbecd1..d28c15e0b 100644 --- a/examples/start/ent/user_query.go +++ b/examples/start/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/start/ent/user_update.go b/examples/start/ent/user_update.go index 154d56caf..0077f3aa5 100644 --- a/examples/start/ent/user_update.go +++ b/examples/start/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/client.go b/examples/traversal/ent/client.go index 3e1a2a729..5365c2b5e 100644 --- a/examples/traversal/ent/client.go +++ b/examples/traversal/ent/client.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/config.go b/examples/traversal/ent/config.go index 34dab2204..16405c2d7 100644 --- a/examples/traversal/ent/config.go +++ b/examples/traversal/ent/config.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/context.go b/examples/traversal/ent/context.go index 08c8fa210..a81902281 100644 --- a/examples/traversal/ent/context.go +++ b/examples/traversal/ent/context.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/ent.go b/examples/traversal/ent/ent.go index 06df13491..e5c0952cd 100644 --- a/examples/traversal/ent/ent.go +++ b/examples/traversal/ent/ent.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/enttest/enttest.go b/examples/traversal/ent/enttest/enttest.go index 236030d01..97730f6f9 100644 --- a/examples/traversal/ent/enttest/enttest.go +++ b/examples/traversal/ent/enttest/enttest.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/generate.go b/examples/traversal/ent/generate.go index 26146318a..304d7fac5 100644 --- a/examples/traversal/ent/generate.go +++ b/examples/traversal/ent/generate.go @@ -4,4 +4,4 @@ package ent -//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema +//go:generate go run github.com/facebookincubator/ent/cmd/entc generate --header "// Copyright 2019-present Facebook Inc. All rights reserved.\n// This source code is licensed under the Apache 2.0 license found\n// in the LICENSE file in the root directory of this source tree.\n\n// Code generated by entc, DO NOT EDIT." ./schema diff --git a/examples/traversal/ent/group.go b/examples/traversal/ent/group.go index 2756789ed..31e2eb3dc 100644 --- a/examples/traversal/ent/group.go +++ b/examples/traversal/ent/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/group/group.go b/examples/traversal/ent/group/group.go index 56be30a7b..07b96bb6d 100644 --- a/examples/traversal/ent/group/group.go +++ b/examples/traversal/ent/group/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/group/where.go b/examples/traversal/ent/group/where.go index 430dd50d6..6b609176c 100644 --- a/examples/traversal/ent/group/where.go +++ b/examples/traversal/ent/group/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/group_create.go b/examples/traversal/ent/group_create.go index 644e8572a..01ff0f14b 100644 --- a/examples/traversal/ent/group_create.go +++ b/examples/traversal/ent/group_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/group_delete.go b/examples/traversal/ent/group_delete.go index b88ad2f2d..7ad9fb896 100644 --- a/examples/traversal/ent/group_delete.go +++ b/examples/traversal/ent/group_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/group_query.go b/examples/traversal/ent/group_query.go index 849163168..ba7c473ef 100644 --- a/examples/traversal/ent/group_query.go +++ b/examples/traversal/ent/group_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/group_update.go b/examples/traversal/ent/group_update.go index ee6354bc1..a72e6f5f5 100644 --- a/examples/traversal/ent/group_update.go +++ b/examples/traversal/ent/group_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/hook/hook.go b/examples/traversal/ent/hook/hook.go index 0db89c5e9..6e14e74f2 100644 --- a/examples/traversal/ent/hook/hook.go +++ b/examples/traversal/ent/hook/hook.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/migrate/migrate.go b/examples/traversal/ent/migrate/migrate.go index 1c1cd7a5c..8461dcd76 100644 --- a/examples/traversal/ent/migrate/migrate.go +++ b/examples/traversal/ent/migrate/migrate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/migrate/schema.go b/examples/traversal/ent/migrate/schema.go index 77909cd15..1635cf3f5 100644 --- a/examples/traversal/ent/migrate/schema.go +++ b/examples/traversal/ent/migrate/schema.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/mutation.go b/examples/traversal/ent/mutation.go index 0f59b6ce0..36df54efc 100644 --- a/examples/traversal/ent/mutation.go +++ b/examples/traversal/ent/mutation.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/pet.go b/examples/traversal/ent/pet.go index 1608ae67d..ac82502f8 100644 --- a/examples/traversal/ent/pet.go +++ b/examples/traversal/ent/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/pet/pet.go b/examples/traversal/ent/pet/pet.go index eb25e916d..756fe4dca 100644 --- a/examples/traversal/ent/pet/pet.go +++ b/examples/traversal/ent/pet/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/pet/where.go b/examples/traversal/ent/pet/where.go index e968119f8..49572555a 100644 --- a/examples/traversal/ent/pet/where.go +++ b/examples/traversal/ent/pet/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/pet_create.go b/examples/traversal/ent/pet_create.go index 7722cb82f..653f80213 100644 --- a/examples/traversal/ent/pet_create.go +++ b/examples/traversal/ent/pet_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/pet_delete.go b/examples/traversal/ent/pet_delete.go index 8b4969a2e..22fc1d868 100644 --- a/examples/traversal/ent/pet_delete.go +++ b/examples/traversal/ent/pet_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/pet_query.go b/examples/traversal/ent/pet_query.go index 835fcb923..ab10845d1 100644 --- a/examples/traversal/ent/pet_query.go +++ b/examples/traversal/ent/pet_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/pet_update.go b/examples/traversal/ent/pet_update.go index dd3b3cc99..72b405a5f 100644 --- a/examples/traversal/ent/pet_update.go +++ b/examples/traversal/ent/pet_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/predicate/predicate.go b/examples/traversal/ent/predicate/predicate.go index 8b5bcc6d5..9da59481f 100644 --- a/examples/traversal/ent/predicate/predicate.go +++ b/examples/traversal/ent/predicate/predicate.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/privacy/privacy.go b/examples/traversal/ent/privacy/privacy.go index b79c3fe24..c9fd8e44d 100644 --- a/examples/traversal/ent/privacy/privacy.go +++ b/examples/traversal/ent/privacy/privacy.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/runtime.go b/examples/traversal/ent/runtime.go index 250581550..811ed6925 100644 --- a/examples/traversal/ent/runtime.go +++ b/examples/traversal/ent/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/runtime/runtime.go b/examples/traversal/ent/runtime/runtime.go index 62efa7095..57d4e1f31 100644 --- a/examples/traversal/ent/runtime/runtime.go +++ b/examples/traversal/ent/runtime/runtime.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/schema/group.go b/examples/traversal/ent/schema/group.go index 27ef82066..cbb2178bd 100644 --- a/examples/traversal/ent/schema/group.go +++ b/examples/traversal/ent/schema/group.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/schema/pet.go b/examples/traversal/ent/schema/pet.go index 239f03680..1f3d58385 100644 --- a/examples/traversal/ent/schema/pet.go +++ b/examples/traversal/ent/schema/pet.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/schema/user.go b/examples/traversal/ent/schema/user.go index 4b79a43fa..efa9d5bef 100644 --- a/examples/traversal/ent/schema/user.go +++ b/examples/traversal/ent/schema/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/tx.go b/examples/traversal/ent/tx.go index 03a9964d3..be5bd0e86 100644 --- a/examples/traversal/ent/tx.go +++ b/examples/traversal/ent/tx.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/user.go b/examples/traversal/ent/user.go index ef0f57687..f610cbb5e 100644 --- a/examples/traversal/ent/user.go +++ b/examples/traversal/ent/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/user/user.go b/examples/traversal/ent/user/user.go index 5e9c5e634..aba68a226 100644 --- a/examples/traversal/ent/user/user.go +++ b/examples/traversal/ent/user/user.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/user/where.go b/examples/traversal/ent/user/where.go index 7c035e65c..dd16ab8d3 100644 --- a/examples/traversal/ent/user/where.go +++ b/examples/traversal/ent/user/where.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/user_create.go b/examples/traversal/ent/user_create.go index 58dda7344..b038e5d2e 100644 --- a/examples/traversal/ent/user_create.go +++ b/examples/traversal/ent/user_create.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/user_delete.go b/examples/traversal/ent/user_delete.go index d3e7ea3a2..6ecfaf0d4 100644 --- a/examples/traversal/ent/user_delete.go +++ b/examples/traversal/ent/user_delete.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/user_query.go b/examples/traversal/ent/user_query.go index 2f5ed1745..5279dcdc7 100644 --- a/examples/traversal/ent/user_query.go +++ b/examples/traversal/ent/user_query.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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. diff --git a/examples/traversal/ent/user_update.go b/examples/traversal/ent/user_update.go index f05bcc1c8..a1533144e 100644 --- a/examples/traversal/ent/user_update.go +++ b/examples/traversal/ent/user_update.go @@ -1,4 +1,4 @@ -// Copyright (c) Facebook, Inc. and its affiliates. All Rights Reserved. +// 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.