From: W. Trevor King Date: Tue, 2 Aug 2016 03:53:39 +0000 (-0700) Subject: Run update-copyright.py X-Git-Tag: v0.3~1 X-Git-Url: http://git.tremily.us/?p=igor.git;a=commitdiff_plain;h=0a43edc7315fdf9c6d6e8c9592cb09788271d1a0 Run update-copyright.py --- 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.