1 // Protocol Buffers - Google's data interchange format 2 // Copyright 2008 Google Inc. All rights reserved. 3 // 4 // Use of this source code is governed by a BSD-style 5 // license that can be found in the LICENSE file or at 6 // https://developers.google.com/open-source/licenses/bsd 7 8 #ifndef GOOGLE_PROTOBUF_METADATA_H__ 9 #define GOOGLE_PROTOBUF_METADATA_H__ 10 11 // TODO: Remove this file and all instances where it gets imported. 12 13 #endif // GOOGLE_PROTOBUF_METADATA_H__ 14