1
0
mirror of https://github.com/containers/youki synced 2024-11-24 01:44:17 +01:00

License for ebpf programs should be apache

This commit is contained in:
Furisto 2021-08-24 11:35:31 +02:00
parent e06b83edd8
commit 1ab4bc025c

@ -10,7 +10,6 @@ use oci_spec::{LinuxDevice, LinuxDeviceCgroup, LinuxDeviceType, LinuxResources};
pub struct Devices {}
// FIXME: which license?
const LICENSE: &'static str = &"Apache";
impl Devices {