From 8d4c8d50dec49f25703ea48abdbe1d4aa8ea73a5 Mon Sep 17 00:00:00 2001 From: arnupretorius Date: Mon, 4 Sep 2023 20:34:52 +0200 Subject: [PATCH] fix: update header year --- license_header.txt | 2 +- matrax/__init__.py | 2 +- matrax/env.py | 2 +- matrax/env_test.py | 2 +- matrax/games/__init__.py | 2 +- matrax/games/climbing.py | 2 +- matrax/games/conflict.py | 2 +- matrax/games/no_conflict.py | 2 +- matrax/games/penalty.py | 2 +- matrax/games/utils.py | 2 +- matrax/types.py | 2 +- matrax/version.py | 2 +- setup.py | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/license_header.txt b/license_header.txt index 1984005..0a50667 100644 --- a/license_header.txt +++ b/license_header.txt @@ -1,4 +1,4 @@ -Copyright 2022 InstaDeep Ltd. All rights reserved. +Copyright 2023 InstaDeep Ltd. All rights reserved. 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/matrax/__init__.py b/matrax/__init__.py index 51c1fc9..a22e141 100644 --- a/matrax/__init__.py +++ b/matrax/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # 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/matrax/env.py b/matrax/env.py index 2852794..336a196 100644 --- a/matrax/env.py +++ b/matrax/env.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # 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/matrax/env_test.py b/matrax/env_test.py index da09118..6a3e17a 100644 --- a/matrax/env_test.py +++ b/matrax/env_test.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # 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/matrax/games/__init__.py b/matrax/games/__init__.py index d0cc140..4284daf 100644 --- a/matrax/games/__init__.py +++ b/matrax/games/__init__.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # 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/matrax/games/climbing.py b/matrax/games/climbing.py index 4a3143d..af81ce7 100644 --- a/matrax/games/climbing.py +++ b/matrax/games/climbing.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # 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/matrax/games/conflict.py b/matrax/games/conflict.py index c838277..0dba640 100644 --- a/matrax/games/conflict.py +++ b/matrax/games/conflict.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # 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/matrax/games/no_conflict.py b/matrax/games/no_conflict.py index a7bd3c5..ba24674 100644 --- a/matrax/games/no_conflict.py +++ b/matrax/games/no_conflict.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # 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/matrax/games/penalty.py b/matrax/games/penalty.py index f3bfe76..4d6dc16 100644 --- a/matrax/games/penalty.py +++ b/matrax/games/penalty.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # 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/matrax/games/utils.py b/matrax/games/utils.py index cbc4178..1f8fb00 100644 --- a/matrax/games/utils.py +++ b/matrax/games/utils.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # 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/matrax/types.py b/matrax/types.py index c894d8a..267a828 100644 --- a/matrax/types.py +++ b/matrax/types.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # 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/matrax/version.py b/matrax/version.py index 3011b04..0f8af3e 100644 --- a/matrax/version.py +++ b/matrax/version.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # 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/setup.py b/setup.py index e896324..e763f2f 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,4 @@ -# Copyright 2022 InstaDeep Ltd. All rights reserved. +# Copyright 2023 InstaDeep Ltd. All rights reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License.