From 43a934639d9bb6b00e3fc734ed3c47b814e36196 Mon Sep 17 00:00:00 2001 From: Moritz Date: Thu, 20 Jun 2024 15:06:38 +0200 Subject: [PATCH] Add headers --- pkgs/record_use/lib/src/proto/usages_read.proto | 4 ++++ pkgs/record_use/lib/src/proto/usages_shared.proto | 4 ++++ pkgs/record_use/lib/src/proto/usages_storage.proto | 4 ++++ 3 files changed, 12 insertions(+) diff --git a/pkgs/record_use/lib/src/proto/usages_read.proto b/pkgs/record_use/lib/src/proto/usages_read.proto index 5e113621..f1c44f88 100644 --- a/pkgs/record_use/lib/src/proto/usages_read.proto +++ b/pkgs/record_use/lib/src/proto/usages_read.proto @@ -1,3 +1,7 @@ +// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file +// for details. All rights reserved. Use of this source code is governed by a +// BSD-style license that can be found in the LICENSE file. + syntax = "proto3"; package usages; diff --git a/pkgs/record_use/lib/src/proto/usages_shared.proto b/pkgs/record_use/lib/src/proto/usages_shared.proto index c8b3cc33..d0430ae6 100644 --- a/pkgs/record_use/lib/src/proto/usages_shared.proto +++ b/pkgs/record_use/lib/src/proto/usages_shared.proto @@ -1,3 +1,7 @@ +// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file +// for details. All rights reserved. Use of this source code is governed by a +// BSD-style license that can be found in the LICENSE file. + syntax = "proto3"; package usages_shared; diff --git a/pkgs/record_use/lib/src/proto/usages_storage.proto b/pkgs/record_use/lib/src/proto/usages_storage.proto index bcc90414..8cef7943 100644 --- a/pkgs/record_use/lib/src/proto/usages_storage.proto +++ b/pkgs/record_use/lib/src/proto/usages_storage.proto @@ -1,3 +1,7 @@ +// Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file +// for details. All rights reserved. Use of this source code is governed by a +// BSD-style license that can be found in the LICENSE file. + syntax = "proto3"; package usages;