mirror of
https://github.com/asterinas/asterinas.git
synced 2025-06-29 13:03:22 +00:00
License rust and c source files
This commit is contained in:
committed by
Tate, Hongliang Tian
parent
5fb8a9f7e5
commit
faaa4438d6
@ -1,3 +1,6 @@
|
||||
// Licensed under the Apache License, Version 2.0 or the MIT License.
|
||||
// Copyright (C) 2023-2024 Ant Group.
|
||||
|
||||
use std::collections::{BTreeMap, HashSet};
|
||||
use std::{env, fs, io, path::PathBuf};
|
||||
|
||||
|
@ -1,3 +1,6 @@
|
||||
// Licensed under the Apache License, Version 2.0 or the MIT License.
|
||||
// Copyright (C) 2023-2024 Ant Group.
|
||||
|
||||
#![feature(rustc_private)]
|
||||
|
||||
extern crate rustc_ast;
|
||||
|
Reference in New Issue
Block a user