From 16969e5f3f45d5508054de361cfa12feec20967e Mon Sep 17 00:00:00 2001 From: Matt Topol Date: Tue, 20 Jan 2026 16:51:06 -0500 Subject: [PATCH] chore: update all copyright notices --- .github/workflows/deploy.yml | 2 +- .github/workflows/dev_pr.yml | 2 +- .github/workflows/go.yml | 2 +- .github/workflows/integration.yml | 2 +- .github/workflows/publish_docs.yml | 2 +- .github/workflows/publish_install_script.yml | 2 +- .github/workflows/release.yml | 2 +- .goreleaser.yaml | 2 +- Dockerfile | 2 +- README.md | 2 +- RELEASE.md | 2 +- auth/credentials.go | 2 +- auth/credentials_test.go | 2 +- auth/oauth.go | 2 +- auth/oauth_test.go | 2 +- auth/test_helpers.go | 2 +- cmd/dbc/add.go | 2 +- cmd/dbc/add_test.go | 2 +- cmd/dbc/auth.go | 2 +- cmd/dbc/auth_test.go | 2 +- cmd/dbc/completions/bash.go | 2 +- cmd/dbc/completions/completions.go | 2 +- cmd/dbc/completions/fish.go | 2 +- cmd/dbc/completions/zsh.go | 2 +- cmd/dbc/docs.go | 2 +- cmd/dbc/docs_test.go | 2 +- cmd/dbc/driver_list.go | 2 +- cmd/dbc/driver_list_test.go | 2 +- cmd/dbc/info.go | 2 +- cmd/dbc/info_test.go | 2 +- cmd/dbc/init.go | 2 +- cmd/dbc/init_test.go | 2 +- cmd/dbc/install.go | 2 +- cmd/dbc/install_test.go | 2 +- cmd/dbc/lockfile.go | 2 +- cmd/dbc/main.go | 2 +- cmd/dbc/main_test.go | 2 +- cmd/dbc/registry_test.go | 2 +- cmd/dbc/remove.go | 2 +- cmd/dbc/search.go | 2 +- cmd/dbc/search_test.go | 2 +- cmd/dbc/subcommand_test.go | 2 +- cmd/dbc/subcommand_unix_test.go | 2 +- cmd/dbc/subcommand_windows_test.go | 2 +- cmd/dbc/sync.go | 2 +- cmd/dbc/sync_test.go | 2 +- cmd/dbc/tui_driver_list.go | 2 +- cmd/dbc/tui_menu.go | 2 +- cmd/dbc/uninstall.go | 2 +- cmd/dbc/uninstall_test.go | 2 +- cmd/dbc/view_config.go | 2 +- config/config.go | 2 +- config/config_test.go | 2 +- config/current.go | 2 +- config/dirs_unixlike.go | 2 +- config/dirs_windows.go | 2 +- config/driver.go | 2 +- config/driver_test.go | 2 +- config/unixlike_test.go | 2 +- delegates.go | 2 +- docs/README.md | 2 +- docs/concepts/driver.md | 2 +- docs/concepts/driver_list.md | 2 +- docs/concepts/driver_manager.md | 2 +- docs/concepts/driver_manifest.md | 2 +- docs/concepts/driver_registry.md | 2 +- docs/concepts/index.md | 2 +- docs/getting_started/cheatsheet.md | 2 +- docs/getting_started/faq.md | 2 +- docs/getting_started/first_steps.md | 2 +- docs/getting_started/index.md | 2 +- docs/getting_started/installation.md | 2 +- docs/guides/driver_list.md | 2 +- docs/guides/driver_manager.md | 2 +- docs/guides/finding_drivers.md | 2 +- docs/guides/index.md | 2 +- docs/guides/installing.md | 2 +- docs/guides/python_notebooks.md | 2 +- docs/index.md | 2 +- docs/reference/cli.md | 2 +- docs/reference/config_level.md | 2 +- docs/reference/driver_list.md | 2 +- docs/reference/index.md | 2 +- docs/reference/supported_platforms.md | 2 +- drivers.go | 2 +- file_progress_model.go | 2 +- go.mod | 2 +- internal/paths.go | 2 +- internal/paths_test.go | 2 +- mkdocs.yml | 4 ++-- pixi.toml | 2 +- resources/README.dockerhub.md | 2 +- resources/dbc.wxs | 2 +- scripts/cdn.py | 2 +- scripts/create_wheels.py | 2 +- 95 files changed, 96 insertions(+), 96 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6d6cd785..19905c1f 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -1,4 +1,4 @@ -# Copyright 2025 Columnar Technologies Inc. +# Copyright 2026 Columnar Technologies Inc. # # 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/dev_pr.yml b/.github/workflows/dev_pr.yml index 4683568d..070d5bd7 100644 --- a/.github/workflows/dev_pr.yml +++ b/.github/workflows/dev_pr.yml @@ -1,4 +1,4 @@ -# Copyright 2025 Columnar Technologies Inc. +# Copyright 2026 Columnar Technologies Inc. # # 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/go.yml b/.github/workflows/go.yml index d54e9d54..0d088a1a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,4 +1,4 @@ -# Copyright 2025 Columnar Technologies Inc. +# Copyright 2026 Columnar Technologies Inc. # # 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/integration.yml b/.github/workflows/integration.yml index 8f88766f..48511b02 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -1,4 +1,4 @@ -# Copyright 2025 Columnar Technologies Inc. +# Copyright 2026 Columnar Technologies Inc. # # 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/publish_docs.yml b/.github/workflows/publish_docs.yml index be31cb6f..850d34b1 100644 --- a/.github/workflows/publish_docs.yml +++ b/.github/workflows/publish_docs.yml @@ -1,4 +1,4 @@ -# Copyright 2025 Columnar Technologies Inc. +# Copyright 2026 Columnar Technologies Inc. # # 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/publish_install_script.yml b/.github/workflows/publish_install_script.yml index 63297335..9dd8aa77 100644 --- a/.github/workflows/publish_install_script.yml +++ b/.github/workflows/publish_install_script.yml @@ -1,4 +1,4 @@ -# Copyright 2025 Columnar Technologies Inc. +# Copyright 2026 Columnar Technologies Inc. # # 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/release.yml b/.github/workflows/release.yml index 8d05d282..433792e6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -# Copyright 2025 Columnar Technologies Inc. +# Copyright 2026 Columnar Technologies Inc. # # 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/.goreleaser.yaml b/.goreleaser.yaml index e7599e37..31b1bc73 100644 --- a/.goreleaser.yaml +++ b/.goreleaser.yaml @@ -1,4 +1,4 @@ -# Copyright 2025 Columnar Technologies Inc. +# Copyright 2026 Columnar Technologies Inc. # # 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/Dockerfile b/Dockerfile index 399c9851..190822a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -# Copyright 2025 Columnar Technologies Inc. +# Copyright 2026 Columnar Technologies Inc. # # 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/README.md b/README.md index 073c19b8..59100811 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@