X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=quizzer%2Fcli.py;h=d4454fbf325c124f4a1dc85fb9f2486d052baaf4;hb=11b0addb3b3b9086034f0c68c9e3e3e1a220ef67;hp=419cce7e3fc55db4b183bcf1d5399e19f3fad477;hpb=c3c8b7f915b37d0ec6e24c7c50bf91c744908f60;p=quizzer.git diff --git a/quizzer/cli.py b/quizzer/cli.py index 419cce7..d4454fb 100644 --- a/quizzer/cli.py +++ b/quizzer/cli.py @@ -1,4 +1,18 @@ -# Copyright +# Copyright (C) 2013 W. Trevor King +# +# This file is part of quizzer. +# +# quizzer 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. +# +# quizzer 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 +# quizzer. If not, see . import argparse as _argparse import locale as _locale