// Copyright (C) 2023 The Licensing Authors // SPDX-License-Identifier: MIT // // This file attempts to follow common styles and design patterns described by // Google Cloud based on their extensive use of protocol buffers. // // - See here for more: https://cloud.google.com/apis/design/design_patterns // syntax = "proto3"; package contributors.v1; option go_package = "code.pitz.tech/licensing/api-go/contributors/v1;contributorsv1"; service ContributorService { }