summaryrefslogtreecommitdiff
path: root/src/test/scala/chiselTests/DecoupledSpec.scala
diff options
context:
space:
mode:
authorChick Markley2020-10-01 11:42:29 -0700
committerGitHub2020-10-01 11:42:29 -0700
commitaa2c62248002de97b95523c08d7788e9715e1313 (patch)
tree94a9ad5cb594238f59ec0a1b6db53895fc5f1a85 /src/test/scala/chiselTests/DecoupledSpec.scala
parent0e87d8efb8c3a3726796af4a4b8b57e7eeb81be7 (diff)
Move Chisel3 to SPDX license conventions (#1604)
Change source and other relevant files to use SPDX license LICENSE file moved from src/ to ./ Changed license file to refer to this per recommendation using_spdx_license_list_short_identifiers WARNING: Tests fail with as of yet undiagnosed error ``` [error] Failed: Total 691, Failed 19, Errors 0, Passed 672, Ignored 15 [error] Failed tests: [error] chiselTests.QueueSpec [error] examples.VendingMachineGeneratorSpec [error] chiselTests.HarnessSpec [error] chiselTests.ConnectSpec [error] chiselTests.aop.SelectSpec [error] chiselTests.PopCountSpec [error] chiselTests.CloneModuleSpec [error] (Test / test) sbt.TestsFailedException: Tests unsuccessful [error] Total time: 379 s (06:19), completed Sep 30, 2020 12:38:17 AM sbt:chisel3> ```
Diffstat (limited to 'src/test/scala/chiselTests/DecoupledSpec.scala')
-rw-r--r--src/test/scala/chiselTests/DecoupledSpec.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/scala/chiselTests/DecoupledSpec.scala b/src/test/scala/chiselTests/DecoupledSpec.scala
index 78c8458d..2d305f4a 100644
--- a/src/test/scala/chiselTests/DecoupledSpec.scala
+++ b/src/test/scala/chiselTests/DecoupledSpec.scala
@@ -1,4 +1,4 @@
-// See LICENSE for license details.
+// SPDX-License-Identifier: Apache-2.0
package chiselTests