This is an automated email from the ASF dual-hosted git repository.
curth pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new 26f515a667 MINOR: [C#] Update copyright year on built assembly (#39726)
26f515a667 is described below
commit 26f515a667884f1b9f1da102adbe96e75b52e162
Author: Curt Hagenlocher <[email protected]>
AuthorDate: Sun Jan 21 09:22:54 2024 -0800
MINOR: [C#] Update copyright year on built assembly (#39726)
### Rationale for this change
The copyright is currently shown as "2016-2019". A lot has changed since
2019, both in the world in general and in Arrow.
Authored-by: Curt Hagenlocher <[email protected]>
Signed-off-by: Curt Hagenlocher <[email protected]>
---
csharp/Directory.Build.props | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/csharp/Directory.Build.props b/csharp/Directory.Build.props
index 7cc4b35f2a..c759c49b39 100644
--- a/csharp/Directory.Build.props
+++ b/csharp/Directory.Build.props
@@ -27,7 +27,7 @@
<!-- AssemblyInfo properties -->
<PropertyGroup>
<Product>Apache Arrow library</Product>
- <Copyright>Copyright 2016-2019 The Apache Software Foundation</Copyright>
+ <Copyright>Copyright 2016-2024 The Apache Software Foundation</Copyright>
<Company>The Apache Software Foundation</Company>
<Version>16.0.0-SNAPSHOT</Version>
</PropertyGroup>