From e170c438f84d13f4523832e31e19dc9a32ea9bdc Mon Sep 17 00:00:00 2001 From: Hong Shin Date: Wed, 11 Dec 2024 07:57:00 -0800 Subject: [PATCH] Internal change PiperOrigin-RevId: 705107336 --- conformance/failure_list_trie_node.cc | 7 +++++++ conformance/failure_list_trie_node.h | 7 +++++++ conformance/failure_list_trie_node_test.cc | 7 +++++++ 3 files changed, 21 insertions(+) diff --git a/conformance/failure_list_trie_node.cc b/conformance/failure_list_trie_node.cc index de2c67aff6902..3b712985866b2 100644 --- a/conformance/failure_list_trie_node.cc +++ b/conformance/failure_list_trie_node.cc @@ -1,3 +1,10 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2024 Google LLC. All rights reserved. +// +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file or at +// https://developers.google.com/open-source/licenses/bsd + #include "failure_list_trie_node.h" #include diff --git a/conformance/failure_list_trie_node.h b/conformance/failure_list_trie_node.h index 7efaa5e6150bb..d1f84c61aa9cf 100644 --- a/conformance/failure_list_trie_node.h +++ b/conformance/failure_list_trie_node.h @@ -1,3 +1,10 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2024 Google LLC. All rights reserved. +// +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file or at +// https://developers.google.com/open-source/licenses/bsd + #ifndef GOOGLE_PROTOBUF_CONFORMANCE_FAILURE_LIST_TRIE_NODE_H__ #define GOOGLE_PROTOBUF_CONFORMANCE_FAILURE_LIST_TRIE_NODE_H__ diff --git a/conformance/failure_list_trie_node_test.cc b/conformance/failure_list_trie_node_test.cc index 7611d4d52bc2b..2dc9dedd936db 100644 --- a/conformance/failure_list_trie_node_test.cc +++ b/conformance/failure_list_trie_node_test.cc @@ -1,3 +1,10 @@ +// Protocol Buffers - Google's data interchange format +// Copyright 2024 Google LLC. All rights reserved. +// +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file or at +// https://developers.google.com/open-source/licenses/bsd + #include "failure_list_trie_node.h" #include