summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2018-12-24 23:46:43 +0000
committerDmitry V. Levin <ldv@altlinux.org>2018-12-24 23:46:43 +0000
commit92e347b556bb183ebaaf6fedb839da222c8c67b4 (patch)
tree0b4896aeb9a5d9ee46180463844e6642b0007f1f /ci
parent73fa3d68228f27b7dbeb34d73a3b8bc564a8aef9 (diff)
downloadstrace-92e347b556bb183ebaaf6fedb839da222c8c67b4.tar.gz
Add copyright headers to some files that lack them
We do our best to keep copyright headers up to date, yet git history provides better information on this subject and is more accurate than copyright headers.
Diffstat (limited to 'ci')
-rwxr-xr-xci/install-dependencies.sh5
-rwxr-xr-xci/run-build-and-tests.sh5
2 files changed, 10 insertions, 0 deletions
diff --git a/ci/install-dependencies.sh b/ci/install-dependencies.sh
index 4e5445f52..e475de3fa 100755
--- a/ci/install-dependencies.sh
+++ b/ci/install-dependencies.sh
@@ -1,4 +1,9 @@
#!/bin/sh -ex
+#
+# Copyright (c) 2018 The strace developers.
+# All rights reserved.
+#
+# SPDX-License-Identifier: GPL-2.0-or-later
type sudo >/dev/null 2>&1 && sudo=sudo || sudo=
common_packages='autoconf automake faketime file gawk gcc-multilib git gzip libbluetooth-dev make xz-utils'
diff --git a/ci/run-build-and-tests.sh b/ci/run-build-and-tests.sh
index 3699ab093..de59599b0 100755
--- a/ci/run-build-and-tests.sh
+++ b/ci/run-build-and-tests.sh
@@ -1,4 +1,9 @@
#!/bin/sh -ex
+#
+# Copyright (c) 2018 The strace developers.
+# All rights reserved.
+#
+# SPDX-License-Identifier: GPL-2.0-or-later
DISTCHECK_CONFIGURE_FLAGS='--disable-dependency-tracking'
export DISTCHECK_CONFIGURE_FLAGS