Skip to content

Commit 1c95e92

Browse files
authored
fix cpplint findings (onnx#7624)
### Motivation and Context Fixes # --------- Signed-off-by: Andreas Fehlner <fehlner@arcor.de>
1 parent 9f6d8af commit 1c95e92

File tree

13 files changed

+39
-41
lines changed

13 files changed

+39
-41
lines changed

onnx/defs/generator/defs.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* SPDX-License-Identifier: Apache-2.0
3-
*/
1+
// Copyright (c) ONNX Project Contributors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
44

55
#include <algorithm>
66
#include <cmath>

onnx/defs/generator/old.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* SPDX-License-Identifier: Apache-2.0
3-
*/
1+
// Copyright (c) ONNX Project Contributors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
44

55
#include "onnx/defs/doc_strings.h"
66
#include "onnx/defs/function.h"

onnx/defs/generator/utils.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* SPDX-License-Identifier: Apache-2.0
3-
*/
1+
// Copyright (c) ONNX Project Contributors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
44

55
#include "onnx/defs/generator/utils.h"
66

onnx/defs/generator/utils.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* SPDX-License-Identifier: Apache-2.0
3-
*/
1+
// Copyright (c) ONNX Project Contributors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
44

55
#pragma once
66

onnx/defs/logical/defs.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* SPDX-License-Identifier: Apache-2.0
3-
*/
1+
// Copyright (c) ONNX Project Contributors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
44

55
#include <string>
66

onnx/defs/logical/old.cc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
/*
2-
* SPDX-License-Identifier: Apache-2.0
3-
*/
4-
1+
// Copyright (c) ONNX Project Contributors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
54
#include <string>
65

76
#include "onnx/defs/schema.h"

onnx/defs/optional/defs.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* SPDX-License-Identifier: Apache-2.0
3-
*/
1+
// Copyright (c) ONNX Project Contributors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
44

55
#include <string>
66
#include <vector>

onnx/defs/optional/old.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* SPDX-License-Identifier: Apache-2.0
3-
*/
1+
// Copyright (c) ONNX Project Contributors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
44

55
#include "onnx/defs/schema.h"
66

onnx/defs/shape_inference.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* SPDX-License-Identifier: Apache-2.0
3-
*/
1+
// Copyright (c) ONNX Project Contributors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
44

55
#pragma once
66

onnx/defs/tensor_proto_util.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
/*
2-
* SPDX-License-Identifier: Apache-2.0
3-
*/
1+
// Copyright (c) ONNX Project Contributors
2+
//
3+
// SPDX-License-Identifier: Apache-2.0
44

55
#include "tensor_proto_util.h"
66

0 commit comments

Comments
 (0)