Skip to content

Commit 16f5cdb

Browse files
committed
[misc] Update DDsched and ODC protofiles
1 parent 9940d17 commit 16f5cdb

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

core/integration/ddsched/protos/ddsched.proto

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
// Copyright 2019-2022 CERN and copyright holders of ALICE O2.
2+
// See https://alice-o2.web.cern.ch/copyright for details of the copyright holders.
3+
// All rights not expressly granted are reserved.
4+
//
5+
// This software is distributed under the terms of the GNU General Public
6+
// License v3 (GPL Version 3), copied verbatim in the file "COPYING".
7+
//
8+
// In applying this license CERN does not waive the privileges and immunities
9+
// granted to it by virtue of its status as an Intergovernmental Organization
10+
// or submit itself to any jurisdiction.
11+
12+
/// \author Gvozden Nešković, Frankfurt Institute for Advanced Studies and Goethe University Frankfurt
13+
114
syntax = "proto3";
215

316
// Changelog:

core/integration/odc/protos/odc.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
syntax = "proto3";
22

33
package odc;
4-
option go_package = "protos;odc";
4+
option go_package = "github.com/AliceO2Group/Control/core/integration/odc/protos;odc";
55

66
// The ODC service definition.
77
// For details also see https://github.com/FairRootGroup/ODC#command-mapping

0 commit comments

Comments
 (0)