This is an automated email from the ASF dual-hosted git repository.

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 816c10d  [C#] Fix copyright, company and authors metadata in assembly 
and nuget. (#3965)
816c10d is described below

commit 816c10d030842a1a0da4d00f95a5e3749c86a74f
Author: Eric Erhardt <[email protected]>
AuthorDate: Mon Mar 18 21:58:27 2019 +0000

    [C#] Fix copyright, company and authors metadata in assembly and nuget. 
(#3965)
    
    * Fix copyright, company and authors metadata in C# assembly and nuget.
    
    * Fix copyright in NOTICE.txt to include 2019
    
    According to https://www.apache.org/legal/src-headers.html#notice
---
 NOTICE.txt                   | 2 +-
 csharp/Directory.Build.props | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/NOTICE.txt b/NOTICE.txt
index 02765f2..35fb521 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Arrow
-Copyright 2016 The Apache Software Foundation
+Copyright 2016-2019 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/csharp/Directory.Build.props b/csharp/Directory.Build.props
index 1917fb6..06d5c3e 100644
--- a/csharp/Directory.Build.props
+++ b/csharp/Directory.Build.props
@@ -10,8 +10,8 @@
   <!-- AssemblyInfo properties -->
   <PropertyGroup>
     <Product>Apache Arrow library</Product>
-    <Copyright>2018 Apache Software Foundation</Copyright>
-    <Company>Apache</Company>
+    <Copyright>Copyright 2016-2019 The Apache Software Foundation</Copyright>
+    <Company>The Apache Software Foundation</Company>
     <Version>0.13.0-SNAPSHOT</Version>
   </PropertyGroup>
 
@@ -23,7 +23,7 @@
 
   <!-- NuGet properties -->
   <PropertyGroup>
-    <Authors>Apache</Authors>
+    <Authors>The Apache Software Foundation</Authors>
     <PackageIconUrl>https://www.apache.org/images/feather.png</PackageIconUrl>
     <PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
     <PackageProjectUrl>https://arrow.apache.org/</PackageProjectUrl>

Reply via email to