diff --git a/rust/flatbuffers/LICENSE b/rust/flatbuffers/LICENSE new file mode 120000 index 0000000000..30cff7403d --- /dev/null +++ b/rust/flatbuffers/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/rust/flexbuffers/LICENSE b/rust/flexbuffers/LICENSE new file mode 120000 index 0000000000..30cff7403d --- /dev/null +++ b/rust/flexbuffers/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file diff --git a/rust/reflection/Cargo.toml b/rust/reflection/Cargo.toml index 804fb68127..85a513d6a7 100644 --- a/rust/reflection/Cargo.toml +++ b/rust/reflection/Cargo.toml @@ -2,6 +2,7 @@ name = "flatbuffers-reflection" version = "0.1.0" edition = "2021" +license = "Apache-2.0" [dependencies] flatbuffers = { path = "../flatbuffers"} diff --git a/rust/reflection/LICENSE b/rust/reflection/LICENSE new file mode 120000 index 0000000000..30cff7403d --- /dev/null +++ b/rust/reflection/LICENSE @@ -0,0 +1 @@ +../../LICENSE \ No newline at end of file