Add copyright header on new files added in previous CL.

PiperOrigin-RevId: 667982706
pull/17966/head
Protobuf Team Bot 3 months ago committed by Copybara-Service
parent 25b793c2da
commit 892840fc59
  1. 7
      src/google/protobuf/compiler/rust/accessors/with_presence.cc
  2. 7
      src/google/protobuf/compiler/rust/accessors/with_presence.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
#include "google/protobuf/compiler/rust/accessors/with_presence.h"
#include <string>

@ -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_COMPILER_RUST_ACCESSORS_WITH_PRESENCE_H__
#define GOOGLE_PROTOBUF_COMPILER_RUST_ACCESSORS_WITH_PRESENCE_H__

Loading…
Cancel
Save