Skip to content

Commit

Permalink
Bump copyright to 2020
Browse files Browse the repository at this point in the history
  • Loading branch information
jonreid committed Jan 1, 2020
1 parent 670c29f commit 4a5d658
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions XcodeCoverage.xcconfig
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion cleancov
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion envcov.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion exportenv.sh
Original file line number Diff line number Diff line change
@@ -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"
2 changes: 1 addition & 1 deletion getcov
Original file line number Diff line number Diff line change
@@ -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]]"
Expand Down
2 changes: 1 addition & 1 deletion llvm-cov-wrapper.sh
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
2 changes: 1 addition & 1 deletion run_code_coverage_post.sh
Original file line number Diff line number Diff line change
@@ -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 <<EOT
tell application "Finder"
Expand Down

0 comments on commit 4a5d658

Please sign in to comment.