Skip to content

Commit af6260d

Browse files
authored
chore: update copyright header and action versions (#35)
## What's Changed Update copyright header in preparation for OSS.
1 parent 2489de9 commit af6260d

94 files changed

Lines changed: 99 additions & 99 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/dependabot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 Columnar Technologies, Inc.
1+
# Copyright (c) 2025 ADBC Drivers Contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/dev.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 Columnar Technologies, Inc.
1+
# Copyright (c) 2025 ADBC Drivers Contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -25,6 +25,6 @@ permissions:
2525

2626
jobs:
2727
lint:
28-
uses: adbc-drivers/dev/.github/workflows/dev.yaml@01806be538e2a08e5763fbd536c32582d33c184c
28+
uses: adbc-drivers/dev/.github/workflows/dev.yaml@39257c24c9020a36f2c1aea9682e5f3a8b3a817c
2929
secrets:
3030
pre_commit_ssh_private_key: ${{ secrets.DEV_DEPLOY_KEY }}

.github/workflows/dev_issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 Columnar Technologies, Inc.
1+
# Copyright (c) 2025 ADBC Drivers Contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 Columnar Technologies, Inc.
1+
# Copyright (c) 2025 ADBC Drivers Contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -40,7 +40,7 @@ jobs:
4040

4141
- uses: prefix-dev/setup-pixi@8ca4608ef7f4daeb54f5205b20d0b7cb42f11143 # v0.8.14
4242
with:
43-
pixi-version: v0.44.0
43+
pixi-version: v0.50.2
4444
run-install: false
4545

4646
- name: Test

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 Columnar Technologies, Inc.
1+
# Copyright (c) 2025 ADBC Drivers Contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 Columnar Technologies, Inc.
1+
# Copyright (c) 2025 ADBC Drivers Contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

.rat-excludes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 Columnar Technologies, Inc.
1+
# Copyright (c) 2025 ADBC Drivers Contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 Columnar Technologies, Inc.
1+
# Copyright (c) 2025 ADBC Drivers Contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

README.md

Lines changed: 1 addition & 1 deletion

adbc_drivers_validation/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright (c) 2025 Columnar Technologies, Inc.
1+
# Copyright (c) 2025 ADBC Drivers Contributors
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)