diff options
author | Wade Fife <wade.fife@ettus.com> | 2020-04-23 08:08:31 -0500 |
---|---|---|
committer | Aaron Rossetto <aaron.rossetto@ni.com> | 2020-04-23 09:03:17 -0500 |
commit | 67cf90aef6bb8528ad4c1a4a9ff80d64026c1e1d (patch) | |
tree | a61a27ae6b9be038b79e63e4f1234073a2f36b7d /host/utils/rfnoc_blocktool/templates/rfnoc_block_template.v.mako | |
parent | 1b5aedc2ce476d3485bbefea4610a86d40d777f7 (diff) | |
download | uhd-67cf90aef6bb8528ad4c1a4a9ff80d64026c1e1d.tar.gz uhd-67cf90aef6bb8528ad4c1a4a9ff80d64026c1e1d.tar.bz2 uhd-67cf90aef6bb8528ad4c1a4a9ff80d64026c1e1d.zip |
utils: Update copyright generated by blocktool
Updated to output current year. Changed capitalization and wording to
be consistent with exisiting code.
Diffstat (limited to 'host/utils/rfnoc_blocktool/templates/rfnoc_block_template.v.mako')
-rw-r--r-- | host/utils/rfnoc_blocktool/templates/rfnoc_block_template.v.mako | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/utils/rfnoc_blocktool/templates/rfnoc_block_template.v.mako b/host/utils/rfnoc_blocktool/templates/rfnoc_block_template.v.mako index b056a2893..ce5caac95 100644 --- a/host/utils/rfnoc_blocktool/templates/rfnoc_block_template.v.mako +++ b/host/utils/rfnoc_blocktool/templates/rfnoc_block_template.v.mako @@ -3,7 +3,7 @@ import math %>\ <%namespace name="func" file="/functions.mako"/>\ // -// Copyright 2019 Ettus Research, A National Instruments Brand +// Copyright ${year} Ettus Research, a National Instruments Brand // // SPDX-License-Identifier: LGPL-3.0-or-later // |