From ba23a7728779a1e7a4df46dcec937db283adaf1e Mon Sep 17 00:00:00 2001 From: Martin Bauer <martin.bauer@fau.de> Date: Thu, 18 Jul 2019 09:46:54 +0200 Subject: [PATCH] Added AUTHORS.txt and removed copyright information from individual files --- AUTHORS.txt | 14 ++++++++++++++ pystencils_tests/test_cuda_known_functions.py | 9 --------- pystencils_tests/test_custom_backends.py | 10 ---------- pystencils_tests/test_destructuring_field_class.py | 9 --------- pystencils_tests/test_global_definitions.py | 10 ---------- 5 files changed, 14 insertions(+), 38 deletions(-) create mode 100644 AUTHORS.txt diff --git a/AUTHORS.txt b/AUTHORS.txt new file mode 100644 index 000000000..443a630bd --- /dev/null +++ b/AUTHORS.txt @@ -0,0 +1,14 @@ + +Contributors: +------------- + + - Martin Bauer <martin.bauer@fau.de> + - Stephan Seitz <stephan.seitz@fau.de> + - Jan Hönig <jan.hoenig@fau.de> + - Nils Kohl <nils.kohl@fau.de> + - Julian Hammer <julian.hammer@fau.de> + - Christian Godenschwager <christian.godenschwager@fau.de> + - Markus Holzer <markus.holzer@fau.de> + - Michael Kuron <mkuron@icp.uni-stuttgart.de> + - Dominik Ernst <dominik.ernst@fau.de> + - João Victor Tozatti Risso <joaovictortr@protonmail.com> diff --git a/pystencils_tests/test_cuda_known_functions.py b/pystencils_tests/test_cuda_known_functions.py index c249c144b..5742a3262 100644 --- a/pystencils_tests/test_cuda_known_functions.py +++ b/pystencils_tests/test_cuda_known_functions.py @@ -1,12 +1,3 @@ -# -*- coding: utf-8 -*- -# -# Copyright © 2019 Stephan Seitz <stephan.seitz@fau.de> -# -# Distributed under terms of the GPLv3 license. - -""" - -""" import sympy import pystencils diff --git a/pystencils_tests/test_custom_backends.py b/pystencils_tests/test_custom_backends.py index f68696f13..0a018683a 100644 --- a/pystencils_tests/test_custom_backends.py +++ b/pystencils_tests/test_custom_backends.py @@ -1,12 +1,3 @@ -# -*- coding: utf-8 -*- -# -# Copyright © 2019 Stephan Seitz <stephan.seitz@fau.de> -# -# Distributed under terms of the GPLv3 license. - -""" - -""" from subprocess import CalledProcessError import pycuda.driver @@ -52,7 +43,6 @@ def test_custom_backends(): def main(): - test_custom_backends() diff --git a/pystencils_tests/test_destructuring_field_class.py b/pystencils_tests/test_destructuring_field_class.py index 248963ae3..aca1516cb 100644 --- a/pystencils_tests/test_destructuring_field_class.py +++ b/pystencils_tests/test_destructuring_field_class.py @@ -1,12 +1,3 @@ -# -*- coding: utf-8 -*- -# -# Copyright © 2019 Stephan Seitz <stephan.seitz@fau.de> -# -# Distributed under terms of the GPLv3 license. - -""" - -""" import sympy import pystencils diff --git a/pystencils_tests/test_global_definitions.py b/pystencils_tests/test_global_definitions.py index 9b6609eb8..01c044427 100644 --- a/pystencils_tests/test_global_definitions.py +++ b/pystencils_tests/test_global_definitions.py @@ -1,13 +1,3 @@ -# -*- coding: utf-8 -*- -# -# Copyright © 2019 Stephan Seitz <stephan.seitz@fau.de> -# -# Distributed under terms of the GPLv3 license. - -""" - -""" - import sympy import pystencils.astnodes -- GitLab