Skip to content

Commit e7b4c53

Browse files
committed
Revert "Update protobuf file headers"
The update was not necessary, as we want to keep the old format. This reverts commit d104333. Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 87dc60a commit e7b4c53

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

proto/frequenz/api/common/components.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// Frequenz microgrid components definitions.
22
//
3+
// Copyright:
34
// Copyright 2023 Frequenz Energy-as-a-Service GmbH
45
//
5-
// Licensed under the MIT License (the "License");
6-
// you may not use this file except in compliance with the License.
6+
// License:
7+
// MIT
78

89
syntax = "proto3";
910

proto/frequenz/api/common/metrics.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// Metrics & bounds definitions.
22
//
3+
// Copyright:
34
// Copyright 2023 Frequenz Energy-as-a-Service GmbH
45
//
5-
// Licensed under the MIT License (the "License");
6-
// you may not use this file except in compliance with the License.
6+
// License:
7+
// MIT
78

89
syntax = "proto3";
910

proto/frequenz/api/common/metrics/electrical.proto

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// Contains definitions for electrical metrics (AC and DC).
22
//
3+
// Copyright:
34
// Copyright 2023 Frequenz Energy-as-a-Service GmbH
45
//
5-
// Licensed under the MIT License (the "License");
6-
// you may not use this file except in compliance with the License.
6+
// License:
7+
// MIT
78

89
syntax = "proto3";
910

0 commit comments

Comments
 (0)