Skip to content

Commit

Permalink
Move copyright on top
Browse files Browse the repository at this point in the history
  • Loading branch information
kraigher committed Nov 12, 2023
1 parent b106a8e commit 7259553
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions vhdl_lang/src/analysis/association.rs
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
#![allow(clippy::only_used_in_recursion)]

use fnv::FnvHashMap;
use fnv::FnvHashSet;

// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at http://mozilla.org/MPL/2.0/.
//
// Copyright (c) 2018, Olof Kraigher [email protected]

#![allow(clippy::only_used_in_recursion)]

use fnv::FnvHashMap;
use fnv::FnvHashSet;

use super::analyze::*;
use super::names::ResolvedName;
use super::scope::*;
Expand Down

0 comments on commit 7259553

Please sign in to comment.