summaryrefslogtreecommitdiffstats
path: root/travis/detect-what-to-build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'travis/detect-what-to-build.sh')
-rwxr-xr-xtravis/detect-what-to-build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/travis/detect-what-to-build.sh b/travis/detect-what-to-build.sh
index 5fb18093037..47cb8ccfa00 100755
--- a/travis/detect-what-to-build.sh
+++ b/travis/detect-what-to-build.sh
@@ -1,4 +1,5 @@
#!/bin/bash
+# Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
if (( ${#BASH_SOURCE[@]} == 1 )); then
echo "This script must be sourced."