From 9003ee6c137cea3b94161bd5c614fb43be523ee1 Mon Sep 17 00:00:00 2001 From: Pedro Gonnet Date: Mon, 19 Jan 2026 02:26:02 -0800 Subject: [PATCH] Add missing copyright header. PiperOrigin-RevId: 858095311 --- BUILD.bazel | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/BUILD.bazel b/BUILD.bazel index 36032dc..0033f4d 100644 --- a/BUILD.bazel +++ b/BUILD.bazel @@ -1,3 +1,12 @@ +# Copyright (c) 2017 Facebook Inc. +# Copyright (c) 2015-2017 Georgia Institute of Technology +# All rights reserved. +# +# Copyright 2019-2026 Google LLC +# +# This source code is licensed under the BSD-style license found in the +# LICENSE file in the root directory of this source tree. + load("@rules_cc//cc:defs.bzl", "cc_binary", "cc_library", "cc_test") licenses(["notice"])