Skip to content

Commit 7f0f289

Browse files
Update header & docs format
Addresses #32 Signed-off-by: Stefan Brus <[email protected]>
1 parent a363386 commit 7f0f289

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

proto/frequenz/api/dispatch/dispatch.proto

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
1-
// Dispatch gRPC API definition.
1+
// Copyright 2023 Frequenz Energy-as-a-Service GmbH
22
//
3-
// Copyright:
4-
// Copyright 2022 Frequenz Energy-as-a-Service GmbH
5-
//
6-
// License:
7-
// All rights reserved.
3+
// Licensed under the MIT License (the "License");
4+
// you may not use this file except in compliance with the License.
85

96
// protolint:disable MAX_LINE_LENGTH
107

@@ -19,6 +16,7 @@ import "google/protobuf/timestamp.proto";
1916

2017
import "frequenz/api/common/components.proto";
2118

19+
// Service providing operations related to dispatching microgrid components.
2220
service DispatchService {
2321
// Returns a list of all dispatches
2422
rpc ListDispatches(DispatchListRequest) returns (DispatchList);

0 commit comments

Comments
 (0)