diff --git a/.github/linters/.gitleaks.toml b/.github/linters/.gitleaks.toml index 4d457a69..65fd4a55 100644 --- a/.github/linters/.gitleaks.toml +++ b/.github/linters/.gitleaks.toml @@ -1,3 +1,17 @@ +# Copyright 2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + [extend] useDefault = true diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 0a05246f..837cbc4c 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -47,6 +47,6 @@ jobs: # Ref: https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#setting-an-environment-variable run: grep -v '^#' .github/linters/super-linter.env >> "$GITHUB_ENV" - name: Super-Linter - uses: super-linter/super-linter@v7.2.1 + uses: super-linter/super-linter@v8.2.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/components/processing/libs/processor-base/pyproject.toml b/components/processing/libs/processor-base/pyproject.toml index 5a3ccf22..565e404c 100644 --- a/components/processing/libs/processor-base/pyproject.toml +++ b/components/processing/libs/processor-base/pyproject.toml @@ -1,3 +1,17 @@ +# Copyright 2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + [project] name = "processor-base" version = "0.0.1.dev" diff --git a/components/processing/libs/processor-msg/pyproject.toml b/components/processing/libs/processor-msg/pyproject.toml index 034bcb0a..083a504e 100644 --- a/components/processing/libs/processor-msg/pyproject.toml +++ b/components/processing/libs/processor-msg/pyproject.toml @@ -1,3 +1,17 @@ +# Copyright 2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + [project] name = "processor-msg" version = "0.0.1.dev" diff --git a/components/processing/libs/processor-xlsx/pyproject.toml b/components/processing/libs/processor-xlsx/pyproject.toml index cde9b348..2a6e1896 100644 --- a/components/processing/libs/processor-xlsx/pyproject.toml +++ b/components/processing/libs/processor-xlsx/pyproject.toml @@ -1,3 +1,17 @@ +# Copyright 2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + [project] name = "processor-xlsx" version = "0.0.1.dev" diff --git a/components/processing/terraform/build/pyproject.toml b/components/processing/terraform/build/pyproject.toml index 0bc60584..30d1ef46 100644 --- a/components/processing/terraform/build/pyproject.toml +++ b/components/processing/terraform/build/pyproject.toml @@ -1,3 +1,17 @@ +# Copyright 2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + [project] name = "cloud-run-processor" version = "0.0.1.dev" diff --git a/components/webui/pyproject.toml b/components/webui/pyproject.toml index 85aed631..18488c7d 100644 --- a/components/webui/pyproject.toml +++ b/components/webui/pyproject.toml @@ -1,3 +1,17 @@ +# Copyright 2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + [project] name = "processor-web-ui" version = "0.0.1.dev" diff --git a/pyproject.toml b/pyproject.toml index 06f5edd7..2ed01140 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,3 +1,17 @@ +# Copyright 2025 Google LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. + # # This file is used for configuring Python tools, rather than