Skip to content

Commit d880a1a

Browse files
committed
CI cleanup
1 parent d289a7f commit d880a1a

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

buildscripts/semantic-convention/templates/registry/common.j2

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
{#
2+
Copyright The OpenTelemetry Authors
3+
SPDX-License-Identifier: Apache-2.0
4+
5+
This file is:
6+
- a Jinja template,
7+
- used to generate semantic conventions,
8+
- using weaver.
9+
10+
For doc on the template syntax:
11+
https://jinja.palletsprojects.com/en/3.0.x/
12+
13+
For doc on the semantic conventions:
14+
https://github.com/open-telemetry/semantic-conventions
15+
16+
For doc on weaver:
17+
https://github.com/open-telemetry/weaver
18+
#}
19+
20+
121
{%- macro file_header() -%}
222
# Copyright The OpenTelemetry Authors
323
#

buildscripts/semantic-convention/templates/registry/semantic_metrics-h.j2

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
{#
2+
Copyright The OpenTelemetry Authors
3+
SPDX-License-Identifier: Apache-2.0
4+
5+
This file is:
6+
- a Jinja template,
7+
- used to generate semantic conventions,
8+
- using weaver.
9+
10+
For doc on the template syntax:
11+
https://jinja.palletsprojects.com/en/3.0.x/
12+
13+
For doc on the semantic conventions:
14+
https://github.com/open-telemetry/semantic-conventions
15+
16+
For doc on weaver:
17+
https://github.com/open-telemetry/weaver
18+
#}
19+
/*
20+
* Copyright The OpenTelemetry Authors
21+
* SPDX-License-Identifier: Apache-2.0
22+
*/
23+
24+
/*
25+
* DO NOT EDIT, this is an Auto-generated file from:
26+
* buildscripts/semantic-convention/templates/registry/semantic_metrics-h.j2
27+
*/
28+
{# ========================================================================== #}
29+
130
# Copyright The OpenTelemetry Authors
231
#
332
# Licensed under the Apache License, Version 2.0 (the "License");

0 commit comments

Comments
 (0)