From 7a7ae436bbb61b252247f6b2d0292bb6cf140ba7 Mon Sep 17 00:00:00 2001 From: Jon Reid Date: Sat, 6 Dec 2014 13:56:18 -0800 Subject: [PATCH] Streamline file header comments --- LICENSE.txt | 2 +- cleancov | 5 +---- envcov.sh | 5 +---- exportenv.sh | 5 +---- getcov | 5 +---- llvm-cov-wrapper.sh | 5 +---- run_code_coverage_post.sh | 3 +++ 7 files changed, 9 insertions(+), 21 deletions(-) diff --git a/LICENSE.txt b/LICENSE.txt index 7696295..ad6e42e 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -1,5 +1,5 @@ +XcodeCoverage by Jon Reid, http://qualitycoding/about/ Copyright 2014 Jonathan M. Reid -All rights reserved. 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/cleancov b/cleancov index bdf241d..adcc68e 100755 --- a/cleancov +++ b/cleancov @@ -1,9 +1,6 @@ #!/bin/sh -# +# XcodeCoverage by Jon Reid, http://qualitycoding/about/ # Copyright 2014 Jonathan M. Reid. See LICENSE.txt -# Created by: Jon Reid, http://qualitycoding.org/ -# Source: https://github.com/jonreid/XcodeCoverage -# DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${DIR}/envcov.sh diff --git a/envcov.sh b/envcov.sh index 16dbbbb..40e85d8 100644 --- a/envcov.sh +++ b/envcov.sh @@ -1,8 +1,5 @@ -# +# XcodeCoverage by Jon Reid, http://qualitycoding/about/ # Copyright 2014 Jonathan M. Reid. See LICENSE.txt -# Created by: Jon Reid, http://qualitycoding.org/ -# Source: https://github.com/jonreid/XcodeCoverage -# DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${DIR}/env.sh diff --git a/exportenv.sh b/exportenv.sh index ac480eb..06fa73b 100755 --- a/exportenv.sh +++ b/exportenv.sh @@ -1,8 +1,5 @@ -# +# XcodeCoverage by Jon Reid, http://qualitycoding/about/ # Copyright 2014 Jonathan M. Reid. See LICENSE.txt -# Created by: Jon Reid, http://qualitycoding.org/ -# Source: https://github.com/jonreid/XcodeCoverage -# DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" export | egrep '( BUILT_PRODUCTS_DIR)|(CURRENT_ARCH)|(OBJECT_FILE_DIR_normal)|(SRCROOT)|(OBJROOT)' > ${DIR}/env.sh diff --git a/getcov b/getcov index 091ca02..e815f11 100755 --- a/getcov +++ b/getcov @@ -1,9 +1,6 @@ #!/bin/sh -# +# XcodeCoverage by Jon Reid, http://qualitycoding/about/ # Copyright 2014 Jonathan M. Reid. See LICENSE.txt -# Created by: Jon Reid, http://qualitycoding.org/ -# Source: https://github.com/jonreid/XcodeCoverage -# DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source ${DIR}/envcov.sh diff --git a/llvm-cov-wrapper.sh b/llvm-cov-wrapper.sh index 76696a5..2d64e76 100755 --- a/llvm-cov-wrapper.sh +++ b/llvm-cov-wrapper.sh @@ -1,9 +1,6 @@ #!/bin/sh -# +# XcodeCoverage by Jon Reid, http://qualitycoding/about/ # Copyright 2014 Jonathan M. Reid. See LICENSE.txt -# Created by: Jon Reid, http://qualitycoding.org/ -# Source: https://github.com/jonreid/XcodeCoverage -# 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 8cfdc11..c809a26 100644 --- a/run_code_coverage_post.sh +++ b/run_code_coverage_post.sh @@ -1,4 +1,7 @@ #!/bin/bash +# XcodeCoverage by Jon Reid, http://qualitycoding/about/ +# Copyright 2014 Jonathan M. Reid. See LICENSE.txt + button=`/usr/bin/osascript <