Skip to content

Commit 490f2cf

Browse files
authored
api: Missing license boilerplate fixes (#532)
Removing copyright year from additional examples, to match the standardize boilerplate.
1 parent 44b5b04 commit 490f2cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/examples/jaeger_exporter/jaeger_exporter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2020, OpenTelemetry Authors
3+
# Copyright The OpenTelemetry Authors
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

docs/examples/otcollector-tracer/collector.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
#
3-
# Copyright 2020, OpenTelemetry Authors
3+
# Copyright The OpenTelemetry Authors
44
#
55
# Licensed under the Apache License, Version 2.0 (the "License");
66
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)