From 6eb0ecd82b0fe1e2b15ddc06f3228f9750c95416 Mon Sep 17 00:00:00 2001 From: Bugra Onal Date: Tue, 21 Feb 2023 14:07:08 -0800 Subject: [PATCH] fixed copyright again --- compiler/characterizer/fake_sram.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/compiler/characterizer/fake_sram.py b/compiler/characterizer/fake_sram.py index c4f12bf8..d1a97c33 100644 --- a/compiler/characterizer/fake_sram.py +++ b/compiler/characterizer/fake_sram.py @@ -1,12 +1,10 @@ # See LICENSE for licensing information. # -# Copyright (c) 2016-{} Regents of the University of California, Santa Cruz -# All rights reserved +# Copyright (c) 2016-2023 Regents of the University of California, Santa Cruz +# All rights reserved. # - from openram import sram_config from math import ceil -import re from openram import OPTS