1
0
mirror of https://github.com/asterinas/asterinas.git synced 2025-07-11 00:18:24 +00:00

License rust and c source files

This commit is contained in:
Jianfeng Jiang
2024-01-03 03:22:36 +00:00
committed by Tate, Hongliang Tian
parent 5fb8a9f7e5
commit faaa4438d6
559 changed files with 1192 additions and 89 deletions
build.rs
framework
kernel
regression/apps
runner/src
services
comps
libs
aster-rights-proc
aster-rights
aster-std
src
console.rs
device
driver
error.rs
events
fs
lib.rs
net
prelude.rs
process
sched
syscall
thread
time
util
vdso.rs
vm
aster-util
comp-sys
cargo-component
component-macro
component
src
tests
init-order
first-init
second-init
src
tests
controlled
cpio-decoder
int-to-c-enum
derive
src
tests
keyable-arc
typeflags-util
typeflags

@ -1,3 +1,5 @@
// SPDX-License-Identifier: MPL-2.0
#![feature(proc_macro_span)]
extern crate proc_macro2;