From 0b57970a1b3c98fb90290497ab87dee70ff94f51 Mon Sep 17 00:00:00 2001 From: Jem Geronimo Date: Mon, 17 Jul 2023 14:57:07 +0800 Subject: [PATCH] edit copyright Signed-off-by: Jem Geronimo --- library/Makefile | 10 +++++----- library/axi_ltc235x/Makefile | 6 +++--- library/axi_ltc235x/axi_ltc235x.v | 2 +- library/axi_ltc235x/axi_ltc235x_cmos.v | 2 +- library/axi_ltc235x/axi_ltc235x_lvds.v | 2 +- projects/dc2677a/Makefile | 6 +++--- projects/dc2677a/c5soc/Makefile | 14 +++++--------- projects/dc2677a/c5soc/system_top.v | 2 +- 8 files changed, 20 insertions(+), 24 deletions(-) diff --git a/library/Makefile b/library/Makefile index 83a3bef32bc..9f33aac7bef 100644 --- a/library/Makefile +++ b/library/Makefile @@ -1,10 +1,10 @@ -#################################################################################### -#################################################################################### -## Copyright (c) 2018 - 2023 Analog Devices, Inc. +################################################################################ +################################################################################ +## Copyright (C) 2018-2023 Analog Devices, Inc. ### SPDX short identifier: BSD-1-Clause ## Auto-generated, do not modify! -#################################################################################### -#################################################################################### +################################################################################ +################################################################################ include ../quiet.mk diff --git a/library/axi_ltc235x/Makefile b/library/axi_ltc235x/Makefile index f1d9b3ebb30..2321a36f688 100644 --- a/library/axi_ltc235x/Makefile +++ b/library/axi_ltc235x/Makefile @@ -1,8 +1,8 @@ -#################################################################################### -## Copyright (c) 2018 - 2023 Analog Devices, Inc. +############################################################################### +## Copyright (C) 2018-2023 Analog Devices, Inc. ### SPDX short identifier: BSD-1-Clause ## Auto-generated, do not modify! -#################################################################################### +############################################################################### LIBRARY_NAME := axi_ltc235x diff --git a/library/axi_ltc235x/axi_ltc235x.v b/library/axi_ltc235x/axi_ltc235x.v index cf8f090e614..805f2d0fc22 100644 --- a/library/axi_ltc235x/axi_ltc235x.v +++ b/library/axi_ltc235x/axi_ltc235x.v @@ -1,6 +1,6 @@ // *************************************************************************** // *************************************************************************** -// Copyright 2023 (c) Analog Devices, Inc. All rights reserved. +// Copyright (C) 2023 Analog Devices, Inc. All rights reserved. // // In this HDL repository, there are many different and unique modules, consisting // of various HDL (Verilog or VHDL) components. The individual modules are diff --git a/library/axi_ltc235x/axi_ltc235x_cmos.v b/library/axi_ltc235x/axi_ltc235x_cmos.v index 330aadd8959..1eedd7ef344 100644 --- a/library/axi_ltc235x/axi_ltc235x_cmos.v +++ b/library/axi_ltc235x/axi_ltc235x_cmos.v @@ -1,6 +1,6 @@ // *************************************************************************** // *************************************************************************** -// Copyright 2023 (c) Analog Devices, Inc. All rights reserved. +// Copyright (C) 2023 Analog Devices, Inc. All rights reserved. // // In this HDL repository, there are many different and unique modules, consisting // of various HDL (Verilog or VHDL) components. The individual modules are diff --git a/library/axi_ltc235x/axi_ltc235x_lvds.v b/library/axi_ltc235x/axi_ltc235x_lvds.v index f99f0e1da4a..ba5adb3a4e0 100644 --- a/library/axi_ltc235x/axi_ltc235x_lvds.v +++ b/library/axi_ltc235x/axi_ltc235x_lvds.v @@ -1,6 +1,6 @@ // *************************************************************************** // *************************************************************************** -// Copyright 2023 (c) Analog Devices, Inc. All rights reserved. +// Copyright (C) 2023 Analog Devices, Inc. All rights reserved. // // In this HDL repository, there are many different and unique modules, consisting // of various HDL (Verilog or VHDL) components. The individual modules are diff --git a/projects/dc2677a/Makefile b/projects/dc2677a/Makefile index 1402069e104..a3e47bd1beb 100644 --- a/projects/dc2677a/Makefile +++ b/projects/dc2677a/Makefile @@ -1,7 +1,7 @@ -#################################################################################### -## Copyright (c) 2018 - 2023 Analog Devices, Inc. +############################################################################### +## Copyright (C) 2018-2023 Analog Devices, Inc. ### SPDX short identifier: BSD-1-Clause ## Auto-generated, do not modify! -#################################################################################### +############################################################################### include ../scripts/project-toplevel.mk diff --git a/projects/dc2677a/c5soc/Makefile b/projects/dc2677a/c5soc/Makefile index f5f04ab6fed..013f2c798be 100644 --- a/projects/dc2677a/c5soc/Makefile +++ b/projects/dc2677a/c5soc/Makefile @@ -1,22 +1,18 @@ -#################################################################################### -## Copyright (c) 2018 - 2023 Analog Devices, Inc. +############################################################################### +## Copyright (C) 2018-2023 Analog Devices, Inc. ### SPDX short identifier: BSD-1-Clause ## Auto-generated, do not modify! -#################################################################################### +############################################################################### PROJECT_NAME := dc2677a_c5soc +M_DEPS += ../../scripts/adi_project_intel.tcl M_DEPS += ../../scripts/adi_pd.tcl M_DEPS += ../../dc2677a/common/dc2677a_qsys.tcl M_DEPS += ../../common/c5soc/c5soc_system_qsys.tcl M_DEPS += ../../common/c5soc/c5soc_system_assign.tcl +M_DEPS += ../../../scripts/adi_env.tcl -LIB_DEPS += axi_dmac LIB_DEPS += axi_hdmi_tx -LIB_DEPS += axi_ltc235x -LIB_DEPS += axi_pwm_gen -LIB_DEPS += axi_sysid -LIB_DEPS += sysid_rom -LIB_DEPS += util_pack/util_cpack2 include ../../scripts/project-intel.mk diff --git a/projects/dc2677a/c5soc/system_top.v b/projects/dc2677a/c5soc/system_top.v index 8693eef7ad1..8dba2943205 100644 --- a/projects/dc2677a/c5soc/system_top.v +++ b/projects/dc2677a/c5soc/system_top.v @@ -1,6 +1,6 @@ // *************************************************************************** // *************************************************************************** -// Copyright 2023 (c) Analog Devices, Inc. All rights reserved. +// Copyright (C) 2023 Analog Devices, Inc. All rights reserved. // // In this HDL repository, there are many different and unique modules, consisting // of various HDL (Verilog or VHDL) components. The individual modules are