Skip to content

Commit 1ad091e

Browse files
authored
chore: fix copyright year, docs links (apache#2476)
1 parent 18e66de commit 1ad091e

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

csharp/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<!-- AssemblyInfo properties -->
2828
<PropertyGroup>
2929
<Product>Apache Arrow ADBC library</Product>
30-
<Copyright>Copyright 2022-2024 The Apache Software Foundation</Copyright>
30+
<Copyright>Copyright 2022-2025 The Apache Software Foundation</Copyright>
3131
<Company>The Apache Software Foundation</Company>
3232
<VersionPrefix>0.17.0</VersionPrefix>
3333
<VersionSuffix>SNAPSHOT</VersionSuffix>

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
2727

2828
project = "ADBC"
29-
copyright = """2022–2024 The Apache Software Foundation. Apache Arrow, Arrow,
29+
copyright = """2022–2025 The Apache Software Foundation. Apache Arrow, Arrow,
3030
Apache, the Apache feather logo, and the Apache Arrow project logo are either
3131
registered trademarks or trademarks of The Apache Software Foundation in the
3232
United States and other countries."""

docs/source/development/releasing.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -374,8 +374,8 @@ Be sure to go through on the following checklist:
374374
You must be one of owners of the package. If you aren't an owner yet, an
375375
existing owner can add you at https://nuget.org.
376376

377-
You will need to [create an API
378-
key](https://learn.microsoft.com/en-us/nuget/nuget-org/publish-a-package#create-an-api-key).
377+
You will need to `create an API
378+
key <https://learn.microsoft.com/en-us/nuget/nuget-org/publish-a-package#create-an-api-key>`.
379379

380380
An owner can upload:
381381

@@ -393,7 +393,7 @@ Be sure to go through on the following checklist:
393393
You must be one of owners of the package. If you aren't an owner yet, an
394394
existing owner can add you at https://crates.io.
395395

396-
You will need to [create an API token](https://crates.io/settings/tokens).
396+
You will need to `create an API token <https://crates.io/settings/tokens>`.
397397

398398
An owner can upload:
399399

0 commit comments

Comments
 (0)