aboutsummaryrefslogtreecommitdiff
path: root/src/test/scala/firrtlTests/formal
diff options
context:
space:
mode:
authorChick Markley2020-09-16 18:52:16 -0700
committerGitHub2020-09-16 18:52:16 -0700
commitecb96e83324ea17cf38b7b90753d745d3c7f51bd (patch)
tree98b2aacab28edc29fadcf9d02b59848c4a9dc1ee /src/test/scala/firrtlTests/formal
parent0c646459b52394e8a388143cee324b8af3dc7c09 (diff)
Change to Apache 2.0 License (#1901)
Diffstat (limited to 'src/test/scala/firrtlTests/formal')
-rw-r--r--src/test/scala/firrtlTests/formal/AssertSubmoduleAssumptionsSpec.scala2
-rw-r--r--src/test/scala/firrtlTests/formal/ConvertAssertsSpec.scala2
-rw-r--r--src/test/scala/firrtlTests/formal/RemoveVerificationStatementsSpec.scala2
-rw-r--r--src/test/scala/firrtlTests/formal/VerificationSpec.scala2
4 files changed, 6 insertions, 2 deletions
diff --git a/src/test/scala/firrtlTests/formal/AssertSubmoduleAssumptionsSpec.scala b/src/test/scala/firrtlTests/formal/AssertSubmoduleAssumptionsSpec.scala
index e413a70d..9d7bff3d 100644
--- a/src/test/scala/firrtlTests/formal/AssertSubmoduleAssumptionsSpec.scala
+++ b/src/test/scala/firrtlTests/formal/AssertSubmoduleAssumptionsSpec.scala
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0
+
package firrtlTests.formal
import firrtl.{CircuitState, Parser, Transform, UnknownForm}
diff --git a/src/test/scala/firrtlTests/formal/ConvertAssertsSpec.scala b/src/test/scala/firrtlTests/formal/ConvertAssertsSpec.scala
index 847c211e..f21f0878 100644
--- a/src/test/scala/firrtlTests/formal/ConvertAssertsSpec.scala
+++ b/src/test/scala/firrtlTests/formal/ConvertAssertsSpec.scala
@@ -1,4 +1,4 @@
-// See LICENSE for license details.
+// SPDX-License-Identifier: Apache-2.0
package firrtlTests.formal
diff --git a/src/test/scala/firrtlTests/formal/RemoveVerificationStatementsSpec.scala b/src/test/scala/firrtlTests/formal/RemoveVerificationStatementsSpec.scala
index 40d810c5..14befe03 100644
--- a/src/test/scala/firrtlTests/formal/RemoveVerificationStatementsSpec.scala
+++ b/src/test/scala/firrtlTests/formal/RemoveVerificationStatementsSpec.scala
@@ -1,3 +1,5 @@
+// SPDX-License-Identifier: Apache-2.0
+
package firrtlTests.formal
import firrtl.{CircuitState, Parser, Transform, UnknownForm}
diff --git a/src/test/scala/firrtlTests/formal/VerificationSpec.scala b/src/test/scala/firrtlTests/formal/VerificationSpec.scala
index a8e28c13..3ee743cd 100644
--- a/src/test/scala/firrtlTests/formal/VerificationSpec.scala
+++ b/src/test/scala/firrtlTests/formal/VerificationSpec.scala
@@ -1,4 +1,4 @@
-// See LICENSE for license details.
+// SPDX-License-Identifier: Apache-2.0
package firrtlTests.formal