aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorGavin Howard <gavin@yzena.com>2021-07-23 10:48:27 -0600
committerGavin Howard <gavin@yzena.com>2021-07-23 10:48:27 -0600
commit6959201936f89f287031a0aa43a473a85bc54ceb (patch)
tree3fd5e106f56887951fc2aa1221aaa6dc9b1f9d58 /tests
parentb2f3c4d4ba99e2ef4c7a69255506635f55d06690 (diff)
downloadplatform_external_bc-6959201936f89f287031a0aa43a473a85bc54ceb.tar.gz
platform_external_bc-6959201936f89f287031a0aa43a473a85bc54ceb.tar.bz2
platform_external_bc-6959201936f89f287031a0aa43a473a85bc54ceb.zip
Add a forgotten license header
Signed-off-by: Gavin Howard <gavin@yzena.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/history.py27
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/history.py b/tests/history.py
index cac9e1c8..ae25c7cf 100755
--- a/tests/history.py
+++ b/tests/history.py
@@ -1,4 +1,31 @@
#! /usr/bin/python
+#
+# SPDX-License-Identifier: BSD-2-Clause
+#
+# Copyright (c) 2018-2021 Gavin D. Howard and contributors.
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#
+# * Redistributions of source code must retain the above copyright notice, this
+# list of conditions and the following disclaimer.
+#
+# * Redistributions in binary form must reproduce the above copyright notice,
+# this list of conditions and the following disclaimer in the documentation
+# and/or other materials provided with the distribution.
+#
+# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
+# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+#
import os, sys
import time