diff options
Diffstat (limited to 'ci/verify.sh')
-rwxr-xr-x | ci/verify.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ci/verify.sh b/ci/verify.sh index 06bd986..333a05c 100755 --- a/ci/verify.sh +++ b/ci/verify.sh @@ -1,2 +1,11 @@ #!/bin/bash +############################################################################## +# Copyright (c) 2015 EMC and others. +# +# All rights reserved. This program and the accompanying materials +# are made available under the terms of the Apache License, Version 2.0 +# which accompanies this distribution, and is available at +# http://www.apache.org/licenses/LICENSE-2.0 +############################################################################## + exit 0 |