From 6d8a6b2412fb3f45fef470b401275b721658c3c7 Mon Sep 17 00:00:00 2001 From: abejgonzalez Date: Thu, 1 Aug 2019 11:22:05 -0700 Subject: [PATCH] remove header from BoomConfigs.scala --- generators/example/src/main/scala/BoomConfigs.scala | 7 ------- 1 file changed, 7 deletions(-) diff --git a/generators/example/src/main/scala/BoomConfigs.scala b/generators/example/src/main/scala/BoomConfigs.scala index e8044080..f328b902 100644 --- a/generators/example/src/main/scala/BoomConfigs.scala +++ b/generators/example/src/main/scala/BoomConfigs.scala @@ -1,10 +1,3 @@ -//****************************************************************************** -// Copyright (c) 2015 - 2019, The Regents of the University of California (Regents). -// All Rights Reserved. See LICENSE and LICENSE.SiFive for license details. -//------------------------------------------------------------------------------ -// Author: Christopher Celio, Abraham Gonzalez, Ben Korpan, Jerry Zhao -//------------------------------------------------------------------------------ - package example import chisel3._