diff options
Diffstat (limited to 'gerbonara/tests')
-rw-r--r-- | gerbonara/tests/image_support.py | 2 | ||||
-rw-r--r-- | gerbonara/tests/test_excellon.py | 2 | ||||
-rw-r--r-- | gerbonara/tests/test_ipc356.py | 2 | ||||
-rw-r--r-- | gerbonara/tests/test_layers.py | 2 | ||||
-rw-r--r-- | gerbonara/tests/test_rs274x.py | 2 | ||||
-rw-r--r-- | gerbonara/tests/test_utils.py | 2 | ||||
-rw-r--r-- | gerbonara/tests/utils.py | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/gerbonara/tests/image_support.py b/gerbonara/tests/image_support.py index 862baf5..b5e06cf 100644 --- a/gerbonara/tests/image_support.py +++ b/gerbonara/tests/image_support.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2022 Jan Götte <code@jaseg.de> +# Copyright 2022 Jan Sebastian Götte <gerbonara@jaseg.de> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gerbonara/tests/test_excellon.py b/gerbonara/tests/test_excellon.py index addf89e..cd0960f 100644 --- a/gerbonara/tests/test_excellon.py +++ b/gerbonara/tests/test_excellon.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2022 Jan Götte <code@jaseg.de> +# Copyright 2022 Jan Sebastian Götte <gerbonara@jaseg.de> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gerbonara/tests/test_ipc356.py b/gerbonara/tests/test_ipc356.py index 1090554..a074e78 100644 --- a/gerbonara/tests/test_ipc356.py +++ b/gerbonara/tests/test_ipc356.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright 2015 Hamilton Kibbe <ham@hamiltonkib.be> -# Copyright 2022 Jan Götte <code@jaseg.de> +# Copyright 2022 Jan Sebastian Götte <gerbonara@jaseg.de> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gerbonara/tests/test_layers.py b/gerbonara/tests/test_layers.py index 05ac440..445572b 100644 --- a/gerbonara/tests/test_layers.py +++ b/gerbonara/tests/test_layers.py @@ -1,7 +1,7 @@ #! /usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2022 Jan Götte <code@jaseg.de> +# Copyright 2022 Jan Sebastian Götte <gerbonara@jaseg.de> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gerbonara/tests/test_rs274x.py b/gerbonara/tests/test_rs274x.py index 5111921..0807bfd 100644 --- a/gerbonara/tests/test_rs274x.py +++ b/gerbonara/tests/test_rs274x.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2022 Jan Götte <code@jaseg.de> +# Copyright 2022 Jan Sebastian Götte <gerbonara@jaseg.de> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gerbonara/tests/test_utils.py b/gerbonara/tests/test_utils.py index e6dc8d5..1791afe 100644 --- a/gerbonara/tests/test_utils.py +++ b/gerbonara/tests/test_utils.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*- # # Copyright 2015 Hamilton Kibbe <ham@hamiltonkib.be> -# Copyright 2022 Jan Götte <code@jaseg.de> +# Copyright 2022 Jan Sebastian Götte <gerbonara@jaseg.de> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. diff --git a/gerbonara/tests/utils.py b/gerbonara/tests/utils.py index d78f257..3e8966c 100644 --- a/gerbonara/tests/utils.py +++ b/gerbonara/tests/utils.py @@ -1,7 +1,7 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- # -# Copyright 2022 Jan Götte <code@jaseg.de> +# Copyright 2022 Jan Sebastian Götte <gerbonara@jaseg.de> # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. |