diff --git a/src/entrypoint.sh b/src/entrypoint.sh index 0bca75b..03861fb 100755 --- a/src/entrypoint.sh +++ b/src/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/sh -# Copyright (C) 2023 Shizun Ge +# Copyright (C) 2023-2024 Shizun Ge # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/lib-gantry-test.sh b/tests/lib-gantry-test.sh index 5528d55..b30e036 100755 --- a/tests/lib-gantry-test.sh +++ b/tests/lib-gantry-test.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2023 Shizun Ge +# Copyright (C) 2023-2024 Shizun Ge # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/run_all_tests.sh b/tests/run_all_tests.sh index 051a9a9..add00e6 100755 --- a/tests/run_all_tests.sh +++ b/tests/run_all_tests.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2023 Shizun Ge +# Copyright (C) 2023-2024 Shizun Ge # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/tests/test_entrypoint.sh b/tests/test_entrypoint.sh index 9b8e66b..4635213 100755 --- a/tests/test_entrypoint.sh +++ b/tests/test_entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2023 Shizun Ge +# Copyright (C) 2023-2024 Shizun Ge # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by