commit 563ba5eed21cc3c0a4e555dbe1b645689cbad6fd parent 1cedeaef6ba694fbbd4e1c45805bd7717e2e85f8 Author: Brian C. Lane <bcl@brianlane.com> Date: Sat, 6 Apr 2019 15:49:56 -0700 Add copyright statement Diffstat:
M | src/clortho_test.py | | | 19 | +++++++++++++++++-- |
1 file changed, 17 insertions(+), 2 deletions(-)
diff --git a/src/clortho_test.py b/src/clortho_test.py @@ -1,5 +1,20 @@ -#!/usr/bin/python3 - +# +# Copyright 2018 by Brian C. Lane <bcl@brianlane.com> +# All Rights Reserved +# +# 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, see <http://www.gnu.org/licenses/>. +# import pytest from aiohttp.test_utils import make_mocked_request