Skip to content

Commit

Permalink
Add missing licence notice to the cache module (#2138)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 authored Feb 15, 2023
1 parent a16c3bd commit c2652fb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vulkano/src/cache.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
// Copyright (c) 2016 The vulkano developers
// Licensed under the Apache License, Version 2.0
// <LICENSE-APACHE or
// https://www.apache.org/licenses/LICENSE-2.0> or the MIT
// license <LICENSE-MIT or https://opensource.org/licenses/MIT>,
// 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};
Expand Down

0 comments on commit c2652fb

Please sign in to comment.