Skip to content

Commit 4a5d658

Browse files
committed
Bump copyright to 2020
1 parent 670c29f commit 4a5d658

8 files changed

+9
-9
lines changed

LICENSE.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
XcodeCoverage by Jon Reid, https://qualitycoding.org/
2-
Copyright 2019 Jonathan M. Reid
2+
Copyright 2020 Quality Coding, Inc.
33

44
Permission is hereby granted, free of charge, to any person obtaining a copy of
55
this software and associated documentation files (the "Software"), to deal in

XcodeCoverage.xcconfig

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// XcodeCoverage by Jon Reid, https://qualitycoding.org/
2-
// Source: https://github.com/jonreid/XcodeCoverage
1+
// XcodeCoverage by Jon Reid, https://qualitycoding.org/
2+
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt
33

44
GCC_GENERATE_TEST_COVERAGE_FILES = YES
55
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES

cleancov

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
3-
# Copyright 2019 Jonathan M. Reid. See LICENSE.txt
3+
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
44

55
scripts="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
66
source "${scripts}/envcov.sh"

envcov.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
3-
# Copyright 2019 Jonathan M. Reid. See LICENSE.txt
3+
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
44

55
scripts="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
66
source "${scripts}/env.sh"

exportenv.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
2-
# Copyright 2019 Jonathan M. Reid. See LICENSE.txt
2+
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
33

44
scripts="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
55
export | egrep '( BUILT_PRODUCTS_DIR)|(CURRENT_ARCH)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > "${scripts}/env.sh"

getcov

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
3-
# Copyright 2019 Jonathan M. Reid. See LICENSE.txt
3+
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
44

55
usage() {
66
echo "usage: getcov [[-s] [-x] [-xc] [-o output_dir] [-i info_file] [-v]] | [-h]]"

llvm-cov-wrapper.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
3-
# Copyright 2019 Jonathan M. Reid. See LICENSE.txt
3+
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
44

55
if [ "$1" = "-v" ]; then
66
echo "llvm-cov-wrapper 4.2.1"

run_code_coverage_post.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
3-
# Copyright 2019 Jonathan M. Reid. See LICENSE.txt
3+
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
44

55
button=`/usr/bin/osascript <<EOT
66
tell application "Finder"

0 commit comments

Comments
 (0)