From 7c6da337b05e5eea675159798aa979f459d89095 Mon Sep 17 00:00:00 2001 From: Alex Forencich Date: Tue, 27 Feb 2018 01:39:25 -0800 Subject: [PATCH] Happy new year --- rtl/axis_arb_mux.py | 2 +- rtl/axis_crosspoint.py | 2 +- rtl/axis_demux.py | 2 +- rtl/axis_frame_join.py | 2 +- rtl/axis_mux.py | 2 +- rtl/axis_switch.py | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/rtl/axis_arb_mux.py b/rtl/axis_arb_mux.py index d969c130b..7598cfcb6 100755 --- a/rtl/axis_arb_mux.py +++ b/rtl/axis_arb_mux.py @@ -40,7 +40,7 @@ def generate(ports=4, name=None, output=None): t = Template(u"""/* -Copyright (c) 2014-2017 Alex Forencich +Copyright (c) 2014-2018 Alex Forencich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/rtl/axis_crosspoint.py b/rtl/axis_crosspoint.py index ce3982979..8d21191d3 100755 --- a/rtl/axis_crosspoint.py +++ b/rtl/axis_crosspoint.py @@ -47,7 +47,7 @@ def generate(ports=4, name=None, output=None): t = Template(u"""/* -Copyright (c) 2014-2017 Alex Forencich +Copyright (c) 2014-2018 Alex Forencich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/rtl/axis_demux.py b/rtl/axis_demux.py index 9103247ce..4d2832484 100755 --- a/rtl/axis_demux.py +++ b/rtl/axis_demux.py @@ -40,7 +40,7 @@ def generate(ports=4, name=None, output=None): t = Template(u"""/* -Copyright (c) 2014-2017 Alex Forencich +Copyright (c) 2014-2018 Alex Forencich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/rtl/axis_frame_join.py b/rtl/axis_frame_join.py index c15c099a5..8522397e7 100755 --- a/rtl/axis_frame_join.py +++ b/rtl/axis_frame_join.py @@ -40,7 +40,7 @@ def generate(ports=4, name=None, output=None): t = Template(u"""/* -Copyright (c) 2014-2017 Alex Forencich +Copyright (c) 2014-2018 Alex Forencich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/rtl/axis_mux.py b/rtl/axis_mux.py index 2828b7e08..e327e21f7 100755 --- a/rtl/axis_mux.py +++ b/rtl/axis_mux.py @@ -40,7 +40,7 @@ def generate(ports=4, name=None, output=None): t = Template(u"""/* -Copyright (c) 2014-2017 Alex Forencich +Copyright (c) 2014-2018 Alex Forencich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/rtl/axis_switch.py b/rtl/axis_switch.py index 9114a6609..f537854c5 100755 --- a/rtl/axis_switch.py +++ b/rtl/axis_switch.py @@ -48,7 +48,7 @@ def generate(ports=4, name=None, output=None): t = Template(u"""/* -Copyright (c) 2016-2017 Alex Forencich +Copyright (c) 2016-2018 Alex Forencich Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal