Skip to content

Commit 77170ea

Browse files
authored
add missing copyright header for opentelemetry-instrumentation-redis (#3976)
* add missing copyright header for opentelemetry-instrumentation-redis * add changelog entry
1 parent 5279805 commit 77170ea

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3737
([#3589](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3589))
3838
- opentelemetry-instrumentation: allow to skip all instrumentations loading with a wildcard
3939
([#3967](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3967))
40+
- `opentelemetry-instrumentation-redis`: add missing copyright header for opentelemetry-instrumentation-redis
41+
([#3976](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3976))
4042

4143
### Fixed
4244

instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/custom_types.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# Copyright The OpenTelemetry Authors
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
115
from __future__ import annotations
216

317
from typing import Any, Callable, TypeVar

0 commit comments

Comments
 (0)