Skip to content

Commit 162da31

Browse files
committed
Bump copyright year
1 parent a4701fe commit 162da31

File tree

8 files changed

+9
-10
lines changed

8 files changed

+9
-10
lines changed

CHANGES.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
Version 1.2.0
2-
-------------
3-
_21 Mar 2015_
1+
NEXT VERSION
2+
------------
43

54
* Add `getcov` command line parameters, making it easier to use XcodeCoverage in continuous integration. _Thanks to: Tom Aylesworth_
65
* Add Cobertura XML generation. _Thanks to: Ellen Shapiro_

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
XcodeCoverage by Jon Reid, http://qualitycoding/about/
2-
Copyright 2014 Jonathan M. Reid
2+
Copyright 2015 Jonathan M. Reid
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

cleancov

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
3-
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
3+
# Copyright 2015 Jonathan M. Reid. See LICENSE.txt
44

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

envcov.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
3-
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
3+
# Copyright 2015 Jonathan M. Reid. See LICENSE.txt
44

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

exportenv.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
2-
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
2+
# Copyright 2015 Jonathan M. Reid. 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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
3-
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
3+
# Copyright 2015 Jonathan M. Reid. See LICENSE.txt
44

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

llvm-cov-wrapper.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
3-
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
3+
# Copyright 2015 Jonathan M. Reid. See LICENSE.txt
44

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

run_code_coverage_post.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
# XcodeCoverage by Jon Reid, http://qualitycoding/about/
3-
# Copyright 2014 Jonathan M. Reid. See LICENSE.txt
3+
# Copyright 2015 Jonathan M. Reid. See LICENSE.txt
44

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

0 commit comments

Comments
 (0)