/DragonOS/kernel/src/bpf/prog/ |
H A D | util.rs | 63 pub license: String, field 75 .field("license", &self.license) in fmt() 100 let license = check_and_clone_cstr(u.license as *const u8, None)?; in try_from() localVariable 106 license: license.into_string().map_err(|_| SystemError::EINVAL)?, in try_from()
|
/DragonOS/docs/community/ChangeLog/V0.1.x/ |
H A D | V0.1.0.md | 289 …License](https://github.com/fysnet/FYSOS/blob/9a8968e3d6600de34539c028c843f4c06d134039/license.txt) 291 - LZ4 - https://github.com/lz4/lz4 - BSD 2-Clause license 292 - SerenityOS - https://github.com/SerenityOS/serenity.git - BSD 2-Clause license
|
H A D | V0.1.4.md | 110 …License](https://github.com/fysnet/FYSOS/blob/9a8968e3d6600de34539c028c843f4c06d134039/license.txt) 112 - LZ4 - https://github.com/lz4/lz4 - BSD 2-Clause license 113 - SerenityOS - https://github.com/SerenityOS/serenity.git - BSD 2-Clause license
|
H A D | V0.1.2.md | 111 …License](https://github.com/fysnet/FYSOS/blob/9a8968e3d6600de34539c028c843f4c06d134039/license.txt) 113 - LZ4 - https://github.com/lz4/lz4 - BSD 2-Clause license 114 - SerenityOS - https://github.com/SerenityOS/serenity.git - BSD 2-Clause license
|
H A D | V0.1.1.md | 92 …License](https://github.com/fysnet/FYSOS/blob/9a8968e3d6600de34539c028c843f4c06d134039/license.txt) 94 - LZ4 - https://github.com/lz4/lz4 - BSD 2-Clause license 95 - SerenityOS - https://github.com/SerenityOS/serenity.git - BSD 2-Clause license
|
H A D | V0.1.5.md | 118 …License](https://github.com/fysnet/FYSOS/blob/9a8968e3d6600de34539c028c843f4c06d134039/license.txt) 120 - LZ4 - https://github.com/lz4/lz4 - BSD 2-Clause license 121 - SerenityOS - https://github.com/SerenityOS/serenity.git - BSD 2-Clause license
|
H A D | V0.1.6.md | 118 …License](https://github.com/fysnet/FYSOS/blob/9a8968e3d6600de34539c028c843f4c06d134039/license.txt) 120 - LZ4 - https://github.com/lz4/lz4 - BSD 2-Clause license 121 - SerenityOS - https://github.com/SerenityOS/serenity.git - BSD 2-Clause license
|
H A D | V0.1.7.md | 133 …License](https://github.com/fysnet/FYSOS/blob/9a8968e3d6600de34539c028c843f4c06d134039/license.txt) 135 - LZ4 - https://github.com/lz4/lz4 - BSD 2-Clause license 136 - SerenityOS - https://github.com/SerenityOS/serenity.git - BSD 2-Clause license
|
H A D | V0.1.8.md | 146 …License](https://github.com/fysnet/FYSOS/blob/9a8968e3d6600de34539c028c843f4c06d134039/license.txt) 148 - LZ4 - https://github.com/lz4/lz4 - BSD 2-Clause license 149 - SerenityOS - https://github.com/SerenityOS/serenity.git - BSD 2-Clause license
|
H A D | V0.1.3.md | 123 …License](https://github.com/fysnet/FYSOS/blob/9a8968e3d6600de34539c028c843f4c06d134039/license.txt) 125 - LZ4 - https://github.com/lz4/lz4 - BSD 2-Clause license 126 - SerenityOS - https://github.com/SerenityOS/serenity.git - BSD 2-Clause license
|
H A D | V0.1.9.md | 1722 * update license of intertrait
|
/DragonOS/kernel/crates/intertrait/macros/ |
H A D | Cargo.toml | 6 license = "GPLv2(for code modified by dragonos) MIT OR Apache-2.0"
|
H A D | LICENSE-APACHE | 69 copyright license to reproduce, prepare Derivative Works of, 76 (except as stated in this section) patent license to make, have made, 78 where such license applies only to those patent claims licensable 124 may provide additional or different license terms and conditions 135 the terms of any separate license agreement you may have executed
|
/DragonOS/kernel/crates/intertrait/ |
H A D | Cargo.toml | 5 license = "GPLv2(for code modified by dragonos) MIT OR Apache-2.0"
|
H A D | README.md | 7 …GPLv2 and later, while the original version is licensed under MIT/Apache license.(Codes modified b… 153 …GPLv2 and later, while the original version is licensed under MIT/Apache license.(Codes modified b… 156 …* GPLv2 and later (You can find the full text of the license in the root directory of this reposit… 161 * MIT license
|
/DragonOS/kernel/crates/rbpf/ |
H A D | Cargo.toml | 13 license = "Apache-2.0/MIT"
|
H A D | LICENSE-APACHE | 70 copyright license to reproduce, prepare Derivative Works of, 77 (except as stated in this section) patent license to make, have made, 79 where such license applies only to those patent claims licensable 125 may provide additional or different license terms and conditions 136 the terms of any separate license agreement you may have executed
|
H A D | README.md | 25 * [License](#license) 661 not trivial, and we cannot “copy” it since it is under GPL license. 706 of both the MIT license and the Apache License (Version 2.0).
|
/DragonOS/ |
H A D | README_EN.md | 108 …You are welcome to use the code of this project on the basis of abiding by the open source license! 112 **What we condemn**: any non-compliance with the open source license. Including but not limited to:… 114 If you find any violation of the open source license, we welcome you to send email feedback! Let's …
|
H A D | LICENSE | 7 of this license document, but changing it is not allowed. 40 (2) offer you this license which gives you legal permission to copy, 190 Program), the recipient automatically receives a license from the 205 license would not permit royalty-free redistribution of the Program by 219 implemented by public license practices. Many people have made
|
/DragonOS/kernel/src/include/bindings/ |
H A D | linux_bpf.rs | 560 pub license: __u64, field
|