This is an automated email from the ASF dual-hosted git repository.
kriskras99 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/avro-rs.git
The following commit(s) were added to refs/heads/main by this push:
new b280351 Include license and notice files in published crates (#266)
b280351 is described below
commit b2803519087aa30fbe05fb87991674f7ca24c60b
Author: Andrew Kane <[email protected]>
AuthorDate: Tue Aug 12 23:43:58 2025 -0700
Include license and notice files in published crates (#266)
* Include license and notice files in published crates
* fix: Rename NOTICE.txt to NOTICE and fix two small grammar errors
---------
Co-authored-by: Kriskras99 <[email protected]>
---
NOTICE.txt => NOTICE | 2 +-
avro/LICENSE | 1 +
avro/NOTICE | 1 +
avro_derive/LICENSE | 1 +
avro_derive/NOTICE | 1 +
avro_test_helper/LICENSE | 1 +
avro_test_helper/NOTICE | 1 +
7 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/NOTICE.txt b/NOTICE
similarity index 86%
rename from NOTICE.txt
rename to NOTICE
index 07e6231..07ca52b 100644
--- a/NOTICE.txt
+++ b/NOTICE
@@ -6,4 +6,4 @@ The Apache Software Foundation (https://www.apache.org/).
The initial implementation of the Apache Avro Rust SDK has been
developed by Flavien Raynaud (https://github.com/flavray/avro-rs)
-and donated to Apache Avro project at 2020.
\ No newline at end of file
+and donated to the Apache Avro project in 2020.
\ No newline at end of file
diff --git a/avro/LICENSE b/avro/LICENSE
new file mode 120000
index 0000000..ea5b606
--- /dev/null
+++ b/avro/LICENSE
@@ -0,0 +1 @@
+../LICENSE
\ No newline at end of file
diff --git a/avro/NOTICE b/avro/NOTICE
new file mode 120000
index 0000000..7e1b82f
--- /dev/null
+++ b/avro/NOTICE
@@ -0,0 +1 @@
+../NOTICE
\ No newline at end of file
diff --git a/avro_derive/LICENSE b/avro_derive/LICENSE
new file mode 120000
index 0000000..ea5b606
--- /dev/null
+++ b/avro_derive/LICENSE
@@ -0,0 +1 @@
+../LICENSE
\ No newline at end of file
diff --git a/avro_derive/NOTICE b/avro_derive/NOTICE
new file mode 120000
index 0000000..7e1b82f
--- /dev/null
+++ b/avro_derive/NOTICE
@@ -0,0 +1 @@
+../NOTICE
\ No newline at end of file
diff --git a/avro_test_helper/LICENSE b/avro_test_helper/LICENSE
new file mode 120000
index 0000000..ea5b606
--- /dev/null
+++ b/avro_test_helper/LICENSE
@@ -0,0 +1 @@
+../LICENSE
\ No newline at end of file
diff --git a/avro_test_helper/NOTICE b/avro_test_helper/NOTICE
new file mode 120000
index 0000000..7e1b82f
--- /dev/null
+++ b/avro_test_helper/NOTICE
@@ -0,0 +1 @@
+../NOTICE
\ No newline at end of file