diff --git a/LICENSE.txt b/LICENSE.txt index 245fd4e..bf1f4b9 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ XcodeCoverage by Jon Reid, https://qualitycoding.org/ -Copyright 2019 Jonathan M. Reid +Copyright 2020 Quality Coding, Inc. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in diff --git a/XcodeCoverage.xcconfig b/XcodeCoverage.xcconfig index bdd8bfa..400b413 100644 --- a/XcodeCoverage.xcconfig +++ b/XcodeCoverage.xcconfig @@ -1,5 +1,5 @@ -// XcodeCoverage by Jon Reid, https://qualitycoding.org/ -// Source: https://github.com/jonreid/XcodeCoverage +// XcodeCoverage by Jon Reid, https://qualitycoding.org/ +// Copyright 2020 Quality Coding, Inc. See LICENSE.txt GCC_GENERATE_TEST_COVERAGE_FILES = YES GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES diff --git a/cleancov b/cleancov index f92a244..5a2a4da 100755 --- a/cleancov +++ b/cleancov @@ -1,6 +1,6 @@ #!/bin/bash # XcodeCoverage by Jon Reid, https://qualitycoding.org/ -# Copyright 2019 Jonathan M. Reid. See LICENSE.txt +# Copyright 2020 Quality Coding, Inc. See LICENSE.txt scripts="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source "${scripts}/envcov.sh" diff --git a/envcov.sh b/envcov.sh index 4ef1446..1126939 100644 --- a/envcov.sh +++ b/envcov.sh @@ -1,6 +1,6 @@ #!/bin/bash # XcodeCoverage by Jon Reid, https://qualitycoding.org/ -# Copyright 2019 Jonathan M. Reid. See LICENSE.txt +# Copyright 2020 Quality Coding, Inc. See LICENSE.txt scripts="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source "${scripts}/env.sh" diff --git a/exportenv.sh b/exportenv.sh index 13ecf4b..d4f5e03 100755 --- a/exportenv.sh +++ b/exportenv.sh @@ -1,5 +1,5 @@ # XcodeCoverage by Jon Reid, https://qualitycoding.org/ -# Copyright 2019 Jonathan M. Reid. See LICENSE.txt +# Copyright 2020 Quality Coding, Inc. See LICENSE.txt scripts="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export | egrep '( BUILT_PRODUCTS_DIR)|(CURRENT_ARCH)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > "${scripts}/env.sh" diff --git a/getcov b/getcov index b09efcf..e8ee21f 100755 --- a/getcov +++ b/getcov @@ -1,6 +1,6 @@ #!/bin/bash # XcodeCoverage by Jon Reid, https://qualitycoding.org/ -# Copyright 2019 Jonathan M. Reid. See LICENSE.txt +# Copyright 2020 Quality Coding, Inc. See LICENSE.txt usage() { echo "usage: getcov [[-s] [-x] [-xc] [-o output_dir] [-i info_file] [-v]] | [-h]]" diff --git a/llvm-cov-wrapper.sh b/llvm-cov-wrapper.sh index aa04443..58aa7a8 100755 --- a/llvm-cov-wrapper.sh +++ b/llvm-cov-wrapper.sh @@ -1,6 +1,6 @@ #!/bin/bash # XcodeCoverage by Jon Reid, https://qualitycoding.org/ -# Copyright 2019 Jonathan M. Reid. See LICENSE.txt +# Copyright 2020 Quality Coding, Inc. See LICENSE.txt if [ "$1" = "-v" ]; then echo "llvm-cov-wrapper 4.2.1" diff --git a/run_code_coverage_post.sh b/run_code_coverage_post.sh index 7e7923c..16590a0 100644 --- a/run_code_coverage_post.sh +++ b/run_code_coverage_post.sh @@ -1,6 +1,6 @@ #!/bin/bash # XcodeCoverage by Jon Reid, https://qualitycoding.org/ -# Copyright 2019 Jonathan M. Reid. See LICENSE.txt +# Copyright 2020 Quality Coding, Inc. See LICENSE.txt button=`/usr/bin/osascript <