diff --git a/vulkano/src/cache.rs b/vulkano/src/cache.rs index 34c0f37d..0bf3a76e 100644 --- a/vulkano/src/cache.rs +++ b/vulkano/src/cache.rs @@ -1,3 +1,12 @@ +// Copyright (c) 2016 The vulkano developers +// Licensed under the Apache License, Version 2.0 +// or the MIT +// license , +// at your option. All files in the project carrying such +// notice may not be copied, modified, or distributed except +// according to those terms. + use ahash::HashMap; use parking_lot::RwLock; use std::{collections::hash_map::Entry, hash::Hash};