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

ebenizzy pushed a commit to branch elijah/burr-release-prep
in repository https://gitbox.apache.org/repos/asf/burr.git


The following commit(s) were added to refs/heads/elijah/burr-release-prep by 
this push:
     new de14ed1e Adds licenses to svg, .rat-exclude
de14ed1e is described below

commit de14ed1ebd592a78014a0ea2143860f58b702397
Author: Elijah ben Izzy <[email protected]>
AuthorDate: Mon Dec 22 12:03:17 2025 -0800

    Adds licenses to svg, .rat-exclude
    
    We exclude jsonl. examples is the symlink that it cannot handle
    So when you run rat, know the examples directory symlink will be a false
    negative
---
 .rat-excludes |  3 +++
 burr_logo.svg | 18 ++++++++++++++++++
 2 files changed, 21 insertions(+)

diff --git a/.rat-excludes b/.rat-excludes
new file mode 100644
index 00000000..9dae6e8b
--- /dev/null
+++ b/.rat-excludes
@@ -0,0 +1,3 @@
+.*py\.typed
+apache_burr-0\.41\.0/burr/examples
+.*\.jsonl
diff --git a/burr_logo.svg b/burr_logo.svg
index 4681ea99..972d9bd4 100644
--- a/burr_logo.svg
+++ b/burr_logo.svg
@@ -1,4 +1,22 @@
 <?xml version="1.0" encoding="utf-8"?>
+<!--
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License.
+-->
 <!-- Generator: Adobe Illustrator 16.0.3, SVG Export Plug-In . SVG Version: 
6.00 Build 0)  -->
 <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" 
"http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd";>
 <svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg"; 
xmlns:xlink="http://www.w3.org/1999/xlink"; x="0px" y="0px"

Reply via email to