From 059efd39f37fa74ba04d97b2b70221d3b503e6d4 Mon Sep 17 00:00:00 2001 From: epage Date: Fri, 3 Oct 2008 03:01:13 +0000 Subject: [PATCH] Changing some references to GC Dialer in the code git-svn-id: file:///svnroot/gc-dialer/trunk@167 c39d3808-3fe2-4d86-a59f-b7f623ee9f21 --- src/dialcentral/evo_backend.py | 2 +- src/dialcentral/gc_backend.py | 4 ++-- src/dialcentral/gc_dialer.py | 4 ++-- src/dialcentral/gmail_backend.py | 2 +- src/dialcentral/maemo_backend.py | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/dialcentral/evo_backend.py b/src/dialcentral/evo_backend.py index c1c0487..dc42de2 100644 --- a/src/dialcentral/evo_backend.py +++ b/src/dialcentral/evo_backend.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# GC Dialer - Front end for Google's Grand Central service. +# DialCentral - Front end for Google's Grand Central service. # Copyright (C) 2008 Eric Warnke ericew AT gmail DOT com # # This library is free software; you can redistribute it and/or diff --git a/src/dialcentral/gc_backend.py b/src/dialcentral/gc_backend.py index cda6eb6..6af96eb 100644 --- a/src/dialcentral/gc_backend.py +++ b/src/dialcentral/gc_backend.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# GC Dialer - Front end for Google's Grand Central service. +# DialCentral - Front end for Google's Grand Central service. # Copyright (C) 2008 Eric Warnke ericew AT gmail DOT com # # This library is free software; you can redistribute it and/or @@ -18,7 +18,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA """ -Grandcentral Dialer backend code +Grandcentral backend code """ diff --git a/src/dialcentral/gc_dialer.py b/src/dialcentral/gc_dialer.py index a876e28..815fbb2 100755 --- a/src/dialcentral/gc_dialer.py +++ b/src/dialcentral/gc_dialer.py @@ -1,6 +1,6 @@ #!/usr/bin/python2.5 -# GC Dialer - Front end for Google's Grand Central service. +# DialCentral - Front end for Google's Grand Central service. # Copyright (C) 2008 Mark Bergman bergman AT merctech DOT com # # This library is free software; you can redistribute it and/or @@ -19,7 +19,7 @@ """ -Grandcentral Dialer +DialCentral: A phone dialer using GrandCentral """ import sys diff --git a/src/dialcentral/gmail_backend.py b/src/dialcentral/gmail_backend.py index f29c7ca..30d1bcf 100644 --- a/src/dialcentral/gmail_backend.py +++ b/src/dialcentral/gmail_backend.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# GC Dialer - Front end for Google's Grand Central service. +# DialCentral - Front end for Google's Grand Central service. # Copyright (C) 2008 Eric Warnke ericew AT gmail DOT com # # This library is free software; you can redistribute it and/or diff --git a/src/dialcentral/maemo_backend.py b/src/dialcentral/maemo_backend.py index 24a27d9..6413826 100644 --- a/src/dialcentral/maemo_backend.py +++ b/src/dialcentral/maemo_backend.py @@ -1,6 +1,6 @@ #!/usr/bin/python -# GC Dialer - Front end for Google's Grand Central service. +# DialCentral - Front end for Google's Grand Central service. # Copyright (C) 2008 Eric Warnke ericew AT gmail DOT com # # This library is free software; you can redistribute it and/or -- 1.7.9.5