From 7f62dd8c79e3bee3723464baffbab085ad9ff7bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robin=20Ob=C5=AFrka?= Date: Fri, 26 Feb 2016 23:36:04 +0100 Subject: Add licence info --- todoist | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'todoist') diff --git a/todoist b/todoist index 26c7d3a..dce9194 100755 --- a/todoist +++ b/todoist @@ -1,5 +1,22 @@ #!/usr/bin/env python3 +## Todoist CLI - command line client for todoist.com online task manager +## +## Copyright (C) 2016 Robin Obůrka +## +## 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 3 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, see . + import os import sys import argparse -- cgit v1.2.3