Skip to content
This repository was archived by the owner on Jan 10, 2025. It is now read-only.

Commit 4e0e8b9

Browse files
committed
[run_test.py] Comply with reuse.software
1 parent 5513e62 commit 4e0e8b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Alerting/Sample Watches/run_test.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33

4-
__author__ = 'dalem@elastic.co'
4+
# SPDX-FileCopyrightText: 2017 Dale McDiarmid <dalem@elastic.co>
5+
# SPDX-FileCopyrightText: 2017-2020 Robin Schneider <robin.schneider@geberit.com>
6+
# SPDX-FileCopyrightText: 2020 Dan Roscigno <dan@roscigno.com>
7+
# SPDX-License-Identifier: Apache-2.0
58

69
from __future__ import (print_function, unicode_literals,
710
absolute_import, division)

0 commit comments

Comments
 (0)