From 3e8547dda8bfc5aa181fb9786b8eb0772b205ec7 Mon Sep 17 00:00:00 2001 From: Hans Baier Date: Thu, 24 Nov 2022 01:07:53 +0700 Subject: [PATCH] update copyright year for io*18 fuzzers Signed-off-by: Hans Baier --- fuzzers/030-iob18/Makefile | 2 +- fuzzers/030-iob18/check_results.py | 2 +- fuzzers/030-iob18/generate.py | 2 +- fuzzers/030-iob18/generate.tcl | 2 +- fuzzers/030-iob18/process_rdb.py | 2 +- fuzzers/030-iob18/top.py | 2 +- fuzzers/030-iob18/write_io_banks.tcl | 2 +- fuzzers/035a-iob18-idelay/Makefile | 2 +- fuzzers/035a-iob18-idelay/generate.py | 2 +- fuzzers/035a-iob18-idelay/generate.tcl | 2 +- fuzzers/035a-iob18-idelay/top.py | 2 +- fuzzers/036-iob18-ologic/Makefile | 2 +- fuzzers/036-iob18-ologic/generate.py | 2 +- fuzzers/036-iob18-ologic/generate.tcl | 2 +- fuzzers/036-iob18-ologic/top.py | 2 +- fuzzers/037-iob18-pips/Makefile | 2 +- fuzzers/037-iob18-pips/generate.py | 2 +- fuzzers/037-iob18-pips/generate.tcl | 2 +- fuzzers/037-iob18-pips/ioi_pip_list.tcl | 2 +- fuzzers/037-iob18-pips/output_cmt.tcl | 2 +- fuzzers/037-iob18-pips/top.py | 2 +- fuzzers/047-hclk-ioi18-pips/Makefile | 2 +- fuzzers/047-hclk-ioi18-pips/generate.py | 2 +- fuzzers/047-hclk-ioi18-pips/generate.tcl | 2 +- fuzzers/047-hclk-ioi18-pips/hclk_ioi_pip_list.tcl | 2 +- fuzzers/047-hclk-ioi18-pips/output_cmt.tcl | 2 +- fuzzers/047-hclk-ioi18-pips/top.py | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/fuzzers/030-iob18/Makefile b/fuzzers/030-iob18/Makefile index a7387264..f90dbfd9 100644 --- a/fuzzers/030-iob18/Makefile +++ b/fuzzers/030-iob18/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/030-iob18/check_results.py b/fuzzers/030-iob18/check_results.py index 364110b7..5a66bfdb 100644 --- a/fuzzers/030-iob18/check_results.py +++ b/fuzzers/030-iob18/check_results.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/030-iob18/generate.py b/fuzzers/030-iob18/generate.py index 2dd7958c..fc0af32c 100644 --- a/fuzzers/030-iob18/generate.py +++ b/fuzzers/030-iob18/generate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/030-iob18/generate.tcl b/fuzzers/030-iob18/generate.tcl index a24d1dff..95346247 100644 --- a/fuzzers/030-iob18/generate.tcl +++ b/fuzzers/030-iob18/generate.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors +# Copyright (C) 2017-2022 The Project X-Ray Authors # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/030-iob18/process_rdb.py b/fuzzers/030-iob18/process_rdb.py index 8d997ab1..2cacb463 100644 --- a/fuzzers/030-iob18/process_rdb.py +++ b/fuzzers/030-iob18/process_rdb.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/030-iob18/top.py b/fuzzers/030-iob18/top.py index 337a2fc1..e8f39805 100644 --- a/fuzzers/030-iob18/top.py +++ b/fuzzers/030-iob18/top.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/030-iob18/write_io_banks.tcl b/fuzzers/030-iob18/write_io_banks.tcl index 5e094924..eac330da 100644 --- a/fuzzers/030-iob18/write_io_banks.tcl +++ b/fuzzers/030-iob18/write_io_banks.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors +# Copyright (C) 2017-2022 The Project X-Ray Authors # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/035a-iob18-idelay/Makefile b/fuzzers/035a-iob18-idelay/Makefile index 04533ba0..44365e48 100644 --- a/fuzzers/035a-iob18-idelay/Makefile +++ b/fuzzers/035a-iob18-idelay/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/035a-iob18-idelay/generate.py b/fuzzers/035a-iob18-idelay/generate.py index b500632f..5c4bf4d0 100644 --- a/fuzzers/035a-iob18-idelay/generate.py +++ b/fuzzers/035a-iob18-idelay/generate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/035a-iob18-idelay/generate.tcl b/fuzzers/035a-iob18-idelay/generate.tcl index eecd48e6..b2de3dce 100644 --- a/fuzzers/035a-iob18-idelay/generate.tcl +++ b/fuzzers/035a-iob18-idelay/generate.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors +# Copyright (C) 2017-2022 The Project X-Ray Authors # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/035a-iob18-idelay/top.py b/fuzzers/035a-iob18-idelay/top.py index f87685ed..3c481301 100644 --- a/fuzzers/035a-iob18-idelay/top.py +++ b/fuzzers/035a-iob18-idelay/top.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/036-iob18-ologic/Makefile b/fuzzers/036-iob18-ologic/Makefile index c96dc6dd..8c10625a 100644 --- a/fuzzers/036-iob18-ologic/Makefile +++ b/fuzzers/036-iob18-ologic/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/036-iob18-ologic/generate.py b/fuzzers/036-iob18-ologic/generate.py index fca2ee2f..5590af52 100644 --- a/fuzzers/036-iob18-ologic/generate.py +++ b/fuzzers/036-iob18-ologic/generate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/036-iob18-ologic/generate.tcl b/fuzzers/036-iob18-ologic/generate.tcl index 492dae82..413215be 100644 --- a/fuzzers/036-iob18-ologic/generate.tcl +++ b/fuzzers/036-iob18-ologic/generate.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors +# Copyright (C) 2017-2022 The Project X-Ray Authors # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/036-iob18-ologic/top.py b/fuzzers/036-iob18-ologic/top.py index 5b219cb9..4491956c 100644 --- a/fuzzers/036-iob18-ologic/top.py +++ b/fuzzers/036-iob18-ologic/top.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/037-iob18-pips/Makefile b/fuzzers/037-iob18-pips/Makefile index cf3a0d3e..cef61988 100644 --- a/fuzzers/037-iob18-pips/Makefile +++ b/fuzzers/037-iob18-pips/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/037-iob18-pips/generate.py b/fuzzers/037-iob18-pips/generate.py index 5e0b3725..b21218ca 100644 --- a/fuzzers/037-iob18-pips/generate.py +++ b/fuzzers/037-iob18-pips/generate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/037-iob18-pips/generate.tcl b/fuzzers/037-iob18-pips/generate.tcl index 2983f40d..65d692d7 100644 --- a/fuzzers/037-iob18-pips/generate.tcl +++ b/fuzzers/037-iob18-pips/generate.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors +# Copyright (C) 2017-2022 The Project X-Ray Authors # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/037-iob18-pips/ioi_pip_list.tcl b/fuzzers/037-iob18-pips/ioi_pip_list.tcl index 3138494d..854873c7 100644 --- a/fuzzers/037-iob18-pips/ioi_pip_list.tcl +++ b/fuzzers/037-iob18-pips/ioi_pip_list.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors +# Copyright (C) 2017-2022 The Project X-Ray Authors # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/037-iob18-pips/output_cmt.tcl b/fuzzers/037-iob18-pips/output_cmt.tcl index 10a4f97b..9ab8cf8d 100644 --- a/fuzzers/037-iob18-pips/output_cmt.tcl +++ b/fuzzers/037-iob18-pips/output_cmt.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors +# Copyright (C) 2017-2022 The Project X-Ray Authors # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/037-iob18-pips/top.py b/fuzzers/037-iob18-pips/top.py index bc613da6..f7ecea02 100644 --- a/fuzzers/037-iob18-pips/top.py +++ b/fuzzers/037-iob18-pips/top.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/047-hclk-ioi18-pips/Makefile b/fuzzers/047-hclk-ioi18-pips/Makefile index b0742130..3d043448 100644 --- a/fuzzers/047-hclk-ioi18-pips/Makefile +++ b/fuzzers/047-hclk-ioi18-pips/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/047-hclk-ioi18-pips/generate.py b/fuzzers/047-hclk-ioi18-pips/generate.py index abcf00fc..eef904ed 100644 --- a/fuzzers/047-hclk-ioi18-pips/generate.py +++ b/fuzzers/047-hclk-ioi18-pips/generate.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/047-hclk-ioi18-pips/generate.tcl b/fuzzers/047-hclk-ioi18-pips/generate.tcl index ec7756a9..f75db3c6 100644 --- a/fuzzers/047-hclk-ioi18-pips/generate.tcl +++ b/fuzzers/047-hclk-ioi18-pips/generate.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors +# Copyright (C) 2017-2022 The Project X-Ray Authors # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/047-hclk-ioi18-pips/hclk_ioi_pip_list.tcl b/fuzzers/047-hclk-ioi18-pips/hclk_ioi_pip_list.tcl index f71fe1d8..555f10c5 100644 --- a/fuzzers/047-hclk-ioi18-pips/hclk_ioi_pip_list.tcl +++ b/fuzzers/047-hclk-ioi18-pips/hclk_ioi_pip_list.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors +# Copyright (C) 2017-2022 The Project X-Ray Authors # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/047-hclk-ioi18-pips/output_cmt.tcl b/fuzzers/047-hclk-ioi18-pips/output_cmt.tcl index 40034830..7bb9e52d 100644 --- a/fuzzers/047-hclk-ioi18-pips/output_cmt.tcl +++ b/fuzzers/047-hclk-ioi18-pips/output_cmt.tcl @@ -1,4 +1,4 @@ -# Copyright (C) 2017-2020 The Project X-Ray Authors +# Copyright (C) 2017-2022 The Project X-Ray Authors # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at diff --git a/fuzzers/047-hclk-ioi18-pips/top.py b/fuzzers/047-hclk-ioi18-pips/top.py index b00925b5..bf84a50e 100644 --- a/fuzzers/047-hclk-ioi18-pips/top.py +++ b/fuzzers/047-hclk-ioi18-pips/top.py @@ -1,7 +1,7 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- # -# Copyright (C) 2017-2020 The Project X-Ray Authors. +# Copyright (C) 2017-2022 The Project X-Ray Authors. # # Use of this source code is governed by a ISC-style # license that can be found in the LICENSE file or at