Skip to content

Commit

Permalink
Explain license better.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gurpartap committed Jun 8, 2011
1 parent 463f5ef commit f30357b
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
15 changes: 15 additions & 0 deletions 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.
14 changes: 1 addition & 13 deletions README.markdown
Expand Up @@ -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
4 changes: 3 additions & 1 deletion g15-gmail-notifier.py
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit f30357b

Please sign in to comment.