From 69bf93be7dff6bb87fee7004463bb52e761e38bc Mon Sep 17 00:00:00 2001 From: James Date: Thu, 21 Jul 2011 16:11:27 -0400 Subject: [PATCH] CC-2577: Misleading comment in phone_home_stat.. - fixed --- utils/phone_home_stat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/phone_home_stat b/utils/phone_home_stat index dd16961b7..ff52674b2 100755 --- a/utils/phone_home_stat +++ b/utils/phone_home_stat @@ -1,6 +1,6 @@ #!/bin/bash #------------------------------------------------------------------------------- -# Copyright (c) 2010 Sourcefabric O.P.S. +# Copyright (c) 2011 Sourcefabric O.P.S. # # This file is part of the Airtime project. # http://airtime.sourcefabric.org/ @@ -21,7 +21,7 @@ # #------------------------------------------------------------------------------- #------------------------------------------------------------------------------- -# This script cleans audio files in Airtime. +# This script send data to data collection server # # Absolute path to this script SCRIPT=`readlink -f $0`