From ecb96e83324ea17cf38b7b90753d745d3c7f51bd Mon Sep 17 00:00:00 2001 From: Chick Markley Date: Wed, 16 Sep 2020 18:52:16 -0700 Subject: Change to Apache 2.0 License (#1901) --- src/main/scala/firrtl/annotations/transforms/CleanupNamedTargets.scala | 2 +- src/main/scala/firrtl/annotations/transforms/EliminateTargetPaths.scala | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/scala/firrtl/annotations/transforms') diff --git a/src/main/scala/firrtl/annotations/transforms/CleanupNamedTargets.scala b/src/main/scala/firrtl/annotations/transforms/CleanupNamedTargets.scala index 20304378..28f50993 100644 --- a/src/main/scala/firrtl/annotations/transforms/CleanupNamedTargets.scala +++ b/src/main/scala/firrtl/annotations/transforms/CleanupNamedTargets.scala @@ -1,4 +1,4 @@ -// See LICENSE for license details. +// SPDX-License-Identifier: Apache-2.0 package firrtl.annotations.transforms diff --git a/src/main/scala/firrtl/annotations/transforms/EliminateTargetPaths.scala b/src/main/scala/firrtl/annotations/transforms/EliminateTargetPaths.scala index 596a344f..b63dd13e 100644 --- a/src/main/scala/firrtl/annotations/transforms/EliminateTargetPaths.scala +++ b/src/main/scala/firrtl/annotations/transforms/EliminateTargetPaths.scala @@ -1,4 +1,4 @@ -// See LICENSE for license details. +// SPDX-License-Identifier: Apache-2.0 package firrtl.annotations.transforms -- cgit v1.2.3