diff options
| author | Fuwn <[email protected]> | 2022-01-06 13:59:09 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-06 13:59:09 -0800 |
| commit | 42e76700bdc2b4ae436eb955b52565f8fbec997c (patch) | |
| tree | 8f51a3ba7f71ca634134738177daeb9b384befa7 /crates/driver/src | |
| parent | feat(crates): new userspace examples (diff) | |
| download | archived-driver-42e76700bdc2b4ae436eb955b52565f8fbec997c.tar.xz archived-driver-42e76700bdc2b4ae436eb955b52565f8fbec997c.zip | |
fix: change license for new direction
Diffstat (limited to 'crates/driver/src')
| -rw-r--r-- | crates/driver/src/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/driver/src/lib.rs b/crates/driver/src/lib.rs index 1a51dc5..de73055 100644 --- a/crates/driver/src/lib.rs +++ b/crates/driver/src/lib.rs @@ -1,5 +1,5 @@ // Copyright (C) 2022-2022 Fuwn -// SPDX-License-Identifier: GPL-3.0-only +// SPDX-License-Identifier: MIT #![no_std] #![feature(lang_items, const_extern_fn)] |