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

amoeba 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 6198adcd39 MINOR: [R] Update r/inst/NOTICE.txt from main NOTICE.txt 
file (#49868)
6198adcd39 is described below

commit 6198adcd3972d1c4a57c88d9f32b5bf9867b8366
Author: Bryce Mecum <[email protected]>
AuthorDate: Mon Apr 27 21:04:03 2026 -0700

    MINOR: [R] Update r/inst/NOTICE.txt from main NOTICE.txt file (#49868)
    
    ### Rationale for this change
    
    The NOTICE.txt we ship in the R package comes from the root of the repo. In 
https://github.com/apache/arrow/pull/46686 we made a code change which involved 
an update to the root NOTICE.txt but we could have also updated the R one.
    
    `make build` in the `r` subdir automatically does this so I discovered the 
R NOTICE.txt was out of date when I ran `make build` as part of the release 
process.
    
    ### What changes are included in this PR?
    
    - Updated NOTICE.txt. Done entirely by running `make build` in the `r` 
subdir.
    
    ### Are these changes tested?
    
    No.
    
    ### Are there any user-facing changes?
    
    No.
    
    Authored-by: Bryce Mecum <[email protected]>
    Signed-off-by: Bryce Mecum <[email protected]>
---
 r/inst/NOTICE.txt | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/r/inst/NOTICE.txt b/r/inst/NOTICE.txt
index 2089c6fb20..8046f20a0b 100644
--- a/r/inst/NOTICE.txt
+++ b/r/inst/NOTICE.txt
@@ -1,5 +1,5 @@
 Apache Arrow
-Copyright 2016-2024 The Apache Software Foundation
+Copyright 2016-2026 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
@@ -17,9 +17,6 @@ https://github.com/libdynd
 This product includes software from the LLVM project
  * distributed under the University of Illinois Open Source
 
-This product includes software from the google-lint project
- * Copyright (c) 2009 Google Inc. All rights reserved.
-
 This product includes software from the mman-win32 project
  * Copyright https://code.google.com/p/mman-win32/
  * Licensed under the MIT License;

Reply via email to