Skip to content

Commit 9e400d0

Browse files
committed
Bump copyright to 2021
1 parent e90a796 commit 9e400d0

8 files changed

+16
-16
lines changed

LICENSE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
XcodeCoverage by Jon Reid, https://qualitycoding.org/
2-
Copyright 2020 Quality Coding, Inc.
1+
XcodeCoverage by Jon Reid, https://qualitycoding.org
2+
Copyright 2021 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
// XcodeCoverage by Jon Reid, https://qualitycoding.org/
2-
// Copyright 2020 Quality Coding, Inc. See LICENSE.txt
1+
// XcodeCoverage by Jon Reid, https://qualitycoding.org
2+
// Copyright 2021 Quality Coding, Inc. See LICENSE.txt
33

44
GCC_GENERATE_TEST_COVERAGE_FILES = YES
55
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES

cleancov

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
3-
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
2+
# XcodeCoverage by Jon Reid, https://qualitycoding.org
3+
# Copyright 2021 Quality Coding, Inc. See LICENSE.txt
44

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

envcov.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
3-
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
2+
# XcodeCoverage by Jon Reid, https://qualitycoding.org
3+
# Copyright 2021 Quality Coding, Inc. See LICENSE.txt
44

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

exportenv.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
2-
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
1+
# XcodeCoverage by Jon Reid, https://qualitycoding.org
2+
# Copyright 2021 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
3-
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
2+
# XcodeCoverage by Jon Reid, https://qualitycoding.org
3+
# Copyright 2021 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
3-
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
2+
# XcodeCoverage by Jon Reid, https://qualitycoding.org
3+
# Copyright 2021 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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
2-
# XcodeCoverage by Jon Reid, https://qualitycoding.org/
3-
# Copyright 2020 Quality Coding, Inc. See LICENSE.txt
2+
# XcodeCoverage by Jon Reid, https://qualitycoding.org
3+
# Copyright 2021 Quality Coding, Inc. See LICENSE.txt
44

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

0 commit comments

Comments
 (0)