Licensing updates
authorepage <eopage@byu.net>
Mon, 4 Aug 2008 23:11:45 +0000 (23:11 +0000)
committerepage <eopage@byu.net>
Mon, 4 Aug 2008 23:11:45 +0000 (23:11 +0000)
git-svn-id: file:///svnroot/gc-dialer/trunk@120 c39d3808-3fe2-4d86-a59f-b7f623ee9f21

src/gc_dialer.py
src/gcbackend.py

index ab5e3ce..69957a5 100755 (executable)
@@ -1,11 +1,25 @@
 #!/usr/bin/python2.5
 
+# GC Dialer - 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
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+# 
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
 
 """
 Grandcentral Dialer
-Python front-end to a wget script to use grandcentral.com to place outbound VOIP calls.
-(C) 2008 Mark Bergman
-bergman@merctech.com
 """
 
 
index 1e5ff5f..512cd0d 100644 (file)
@@ -1,9 +1,24 @@
 #!/usr/bin/python
 
+# GC Dialer - 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
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License, or (at your option) any later version.
+# 
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+# 
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
+
 """
 Grandcentral Dialer backend code
-Eric Warnke <ericew@gmail.com>
-Copyright 2008 GPLv2
 """