From 0d1371dd6396ea6f8033842f0bf873a340d65eaa Mon Sep 17 00:00:00 2001 From: Fellipe Resende Date: Sat, 28 Dec 2024 16:54:38 -0800 Subject: [PATCH] Update Copyright year (#14) Signed-off-by: Fellipe Resende --- .eslintrc.js | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/check-release.yml | 2 +- CHANGELOG.md | 2 +- MANIFEST.in | 2 +- README.md | 2 +- RELEASE.md | 2 +- setup.py | 2 +- src/button.ts | 2 +- src/handler.ts | 2 +- src/index.ts | 2 +- src/svg.d.ts | 2 +- src/utils.ts | 2 +- streamlit_extension/__init__.py | 2 +- streamlit_extension/_version.py | 2 +- streamlit_extension/handlers.py | 2 +- streamlit_extension/process_manager.py | 2 +- style/base.css | 2 +- style/index.css | 2 +- style/index.js | 2 +- 20 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 3cf4899..5676fad 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,5 +1,5 @@ /* - * Copyright 2022 Elyra Authors + * Copyright 2017-2023 Elyra Authors * * 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/workflows/build.yml b/.github/workflows/build.yml index a216bb5..96b9cb7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,5 +1,5 @@ # -# Copyright 2022 Elyra Authors +# Copyright 2017-2023 Elyra Authors # # 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/workflows/check-release.yml b/.github/workflows/check-release.yml index 28ed74a..a14ede3 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -1,5 +1,5 @@ # -# Copyright 2022 Elyra Authors +# Copyright 2017-2023 Elyra Authors # # 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/CHANGELOG.md b/CHANGELOG.md index 6736323..98f6a66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@