Skip to content

Commit 411eb12

Browse files
committed
Add copyright claim
1 parent e212f77 commit 411eb12

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

datadog_lambda/handler.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
1+
# Unless explicitly stated otherwise all files in this repository are licensed
2+
# under the Apache License Version 2.0.
3+
# This product includes software developed at Datadog (https://www.datadoghq.com/).
4+
# Copyright 2020 Datadog, Inc.
5+
16
from __future__ import absolute_import
27
from importlib import import_module
8+
39
import os
410
from datadog_lambda.wrapper import datadog_lambda_wrapper
511

0 commit comments

Comments
 (0)