diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..204f1b7 --- /dev/null +++ b/LICENSE @@ -0,0 +1,15 @@ +(c) 2008 Gurpartap Singh — http://gurpartap.com + +This program is free software; you can redistribute it and/or +modify it under the terms of the GNU General Public License +as published by the Free Software Foundation; either version 2 +of the License, or (at your option) any later version. + +This program 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 General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program; if not, write to the Free Software +Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. \ No newline at end of file diff --git a/README.markdown b/README.markdown index 2770170..4bde0e9 100644 --- a/README.markdown +++ b/README.markdown @@ -27,18 +27,6 @@ g15-gmail-notifier [[OPTIONS]] ### License -g15-gmail-notifier is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation; either version 2 of the License, or -(at your option) any later version. - -g15-gmail-notifier 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 General Public License for more details. - -You should have received a copy of the GNU General Public License -along with g15-gmail-notifier; if not, write to the Free Software -Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA +G15 Gmail notifier is GPL Licensed. See the LICENSE file for terms. (c) 2008 Gurpartap Singh — http://gurpartap.com \ No newline at end of file diff --git a/g15-gmail-notifier.py b/g15-gmail-notifier.py index 6d2fff0..394bde6 100644 --- a/g15-gmail-notifier.py +++ b/g15-gmail-notifier.py @@ -17,6 +17,8 @@ # G15 Gmail notifier # +# (c) 2008 Gurpartap Singh — http://gurpartap.com +# # g15-gmail-notifier is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or @@ -60,7 +62,7 @@ def main(username, password, label, delay): for o, a in opts: if o in ("-h", "--help"): - print __doc__ + print __doc__`` sys.exit(0) elif o in ("-u", "--username"): username = a