diff --git a/.github/scripts/build_info.py b/.github/scripts/build_info.py index 5794b4742cb1..82578376a0e8 100755 --- a/.github/scripts/build_info.py +++ b/.github/scripts/build_info.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022) +# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2024) # # 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/.github/scripts/decrypt_credentials.sh b/.github/scripts/decrypt_credentials.sh index c99a00b1bd3d..207f68b90f54 100755 --- a/.github/scripts/decrypt_credentials.sh +++ b/.github/scripts/decrypt_credentials.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022) +# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2024) # # 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/.pre-commit-config.yaml b/.pre-commit-config.yaml index 8d5ecebfe5df..1be5ac431711 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,4 +1,4 @@ -# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022) +# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2024) # # 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/Makefile b/Makefile index ea7846b47017..3a833b61c885 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022) +# Copyright (c) Streamlit Inc. (2018-2022) Snowflake Inc. (2022-2024) # # 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/component-lib/RELEASE_NOTES.md b/component-lib/RELEASE_NOTES.md index 72d2fd8f5854..4f7ebafefc87 100644 --- a/component-lib/RELEASE_NOTES.md +++ b/component-lib/RELEASE_NOTES.md @@ -1,5 +1,5 @@