From 0a43edc7315fdf9c6d6e8c9592cb09788271d1a0 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 1 Aug 2016 20:53:39 -0700 Subject: [PATCH] Run update-copyright.py --- igor/__init__.py | 2 +- igor/script.py | 2 +- setup.py | 2 +- test/test-igorpy.py | 17 ++++++++++++++++- test/test.py | 17 ++++++++++++++++- 5 files changed, 35 insertions(+), 5 deletions(-) diff --git a/igor/__init__.py b/igor/__init__.py index 50e057a..22c358f 100644 --- a/igor/__init__.py +++ b/igor/__init__.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012-2016 W. Trevor King # # This file is part of igor. # diff --git a/igor/script.py b/igor/script.py index 685fdd1..83fde93 100644 --- a/igor/script.py +++ b/igor/script.py @@ -1,4 +1,4 @@ -# Copyright (C) 2012 W. Trevor King +# Copyright (C) 2012-2016 W. Trevor King # # This file is part of igor. # diff --git a/setup.py b/setup.py index 8d0813b..2c9ff77 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright (C) 2011-2012 Paul Kienzle +# Copyright (C) 2011-2016 Paul Kienzle # W. Trevor King # # This file is part of igor. diff --git a/test/test-igorpy.py b/test/test-igorpy.py index 1f88927..c419311 100644 --- a/test/test-igorpy.py +++ b/test/test-igorpy.py @@ -1,4 +1,19 @@ -# Copyright +# Copyright (C) 2012 W. Trevor King +# +# This file is part of %(project)s. +# +# %(project)s 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. +# +# %(project)s 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 %(project)s. If not, see . r"""Test the igor.igorpy compatibility layer by loading sample files. diff --git a/test/test.py b/test/test.py index 841cf45..1b40812 100644 --- a/test/test.py +++ b/test/test.py @@ -1,4 +1,19 @@ -# Copyright +# Copyright (C) 2012-2015 W. Trevor King +# +# This file is part of %(project)s. +# +# %(project)s 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. +# +# %(project)s 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 %(project)s. If not, see . r"""Test the igor module by loading sample files. -- 2.26.2