diff options
author | jaseg <git@jaseg.de> | 2023-02-21 23:06:52 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2023-02-21 23:06:52 +0100 |
commit | 16f1247fda50061faa95609493c773f4e769006e (patch) | |
tree | 4de4d816df222f9cb30a2159f6f823cd7298573c /gerbonara/tests | |
parent | 67dfad8418a092ed9465e88be479f0e555e640ff (diff) | |
download | gerbonara-16f1247fda50061faa95609493c773f4e769006e.tar.gz gerbonara-16f1247fda50061faa95609493c773f4e769006e.tar.bz2 gerbonara-16f1247fda50061faa95609493c773f4e769006e.zip |
Fix copyright headers
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. |