X-Git-Url: http://git.tremily.us/?a=blobdiff_plain;f=test%2Fconfig.py;h=c3c43643570f4e111073cac7958305472d2fdd48;hb=4c41fdde604d9e00edb1d17171423b345ebba045;hp=8381c0da266a6b8949328a6372e5b6b66e88611f;hpb=a0f5948309cc4644a8e2e0bf2bf433b92e52b76a;p=hooke.git diff --git a/test/config.py b/test/config.py index 8381c0d..c3c4364 100644 --- a/test/config.py +++ b/test/config.py @@ -1,20 +1,19 @@ -# Copyright (C) 2010-2012 W. Trevor King +# Copyright (C) 2010-2012 W. Trevor King # # This file is part of Hooke. # -# Hooke 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 3 of the -# License, or (at your option) any later version. +# Hooke 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 3 of the License, or (at your option) any +# later version. # -# Hooke 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. +# Hooke 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 Hooke. If not, see -# . +# You should have received a copy of the GNU Lesser General Public License +# along with Hooke. If not, see . """ Test the commands listed in :file:`doc/tutorial.txt`.