Skip to content

Commit 28dcd7c

Browse files
authored
Revert "Update protobuf file headers" (#50)
The update was not necessary, as we want to keep the old format. This reverts commit d104333.
2 parents 87c34bb + e7b4c53 commit 28dcd7c

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)