From dad6db442d2bec322da804ff19fed4ad0bed8b59 Mon Sep 17 00:00:00 2001 From: Sihyung Woo <75494566+sihyung-maxim@users.noreply.github.com> Date: Wed, 7 Sep 2022 11:25:04 -0500 Subject: [PATCH] ES17: Updated copyright notices for Board files. --- Libraries/Boards/MAX32520/BCB/Include/board.h | 7 ++----- Libraries/Boards/MAX32520/BCB/Source/board.c | 7 ++----- Libraries/Boards/MAX32520/BCB/Source/rom_stub.c | 7 ++----- Libraries/Boards/MAX32520/BCB/board.mk | 5 +---- Libraries/Boards/MAX32520/EvKit_V1/Include/board.h | 7 ++----- Libraries/Boards/MAX32520/EvKit_V1/Source/board.c | 7 ++----- Libraries/Boards/MAX32520/EvKit_V1/Source/rom_stub.c | 7 ++----- Libraries/Boards/MAX32520/EvKit_V1/board.mk | 5 +---- Libraries/Boards/MAX32520/Include/led.h | 9 +++------ Libraries/Boards/MAX32520/Include/pb.h | 9 +++------ Libraries/Boards/MAX32520/MAX32520FTHR/Include/board.h | 7 ++----- Libraries/Boards/MAX32520/MAX32520FTHR/Source/board.c | 7 ++----- Libraries/Boards/MAX32520/MAX32520FTHR/Source/rom_stub.c | 7 ++----- Libraries/Boards/MAX32520/MAX32520FTHR/board.mk | 5 +---- Libraries/Boards/MAX32520/ROM/board.mk | 5 +---- .../Boards/MAX32520/Simulation/Include/aeskeys_regs.h | 9 +++------ .../Boards/MAX32520/Simulation/Include/bbsir_tm_regs.h | 9 +++------ Libraries/Boards/MAX32520/Simulation/Include/bbtm_regs.h | 9 +++------ Libraries/Boards/MAX32520/Simulation/Include/board.h | 7 ++----- .../MAX32520/Simulation/Include/ram_instance_addrs.h | 7 ++----- .../Boards/MAX32520/Simulation/Include/sir_tm_regs.h | 9 +++------ Libraries/Boards/MAX32520/Simulation/Include/test_regs.h | 9 +++------ Libraries/Boards/MAX32520/Simulation/Source/board.c | 7 ++----- .../MAX32520/Simulation/Source/max32650_simulation.ld | 7 ++----- .../Simulation/Source/max32650_simulation_remap.ld | 7 ++----- .../max32650_simulation_remap_stack_and_vars_to_ram6.ld | 7 ++----- .../Simulation/Source/max32650_simulation_rom.ld | 7 ++----- .../Simulation/Source/max32650_simulation_spix_flash.ld | 7 ++----- .../Simulation/Source/max32650_simulation_sysram0.ld | 7 ++----- Libraries/Boards/MAX32520/Simulation/Source/rom_stub.c | 7 ++----- Libraries/Boards/MAX32520/Simulation/Source/stdio_sim.c | 7 ++----- Libraries/Boards/MAX32520/Simulation/board.mk | 5 +---- Libraries/Boards/MAX32520/Source/led.c | 7 ++----- Libraries/Boards/MAX32520/Source/pb.c | 7 ++----- Libraries/Boards/MAX32520/Source/stdio.c | 7 ++----- 35 files changed, 72 insertions(+), 177 deletions(-) diff --git a/Libraries/Boards/MAX32520/BCB/Include/board.h b/Libraries/Boards/MAX32520/BCB/Include/board.h index 182780f5e38..6b582261848 100644 --- a/Libraries/Boards/MAX32520/BCB/Include/board.h +++ b/Libraries/Boards/MAX32520/BCB/Include/board.h @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2017 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-07-17 18:10:38 -0500 (Mon, 17 Jul 2017) $ - * $Revision: 28913 $ - * ******************************************************************************/ /** diff --git a/Libraries/Boards/MAX32520/BCB/Source/board.c b/Libraries/Boards/MAX32520/BCB/Source/board.c index 21024fc7b04..29d196e317b 100644 --- a/Libraries/Boards/MAX32520/BCB/Source/board.c +++ b/Libraries/Boards/MAX32520/BCB/Source/board.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2015 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-08-10 11:01:15 -0500 (Thu, 10 Aug 2017) $ - * $Revision: 29282 $ - * ******************************************************************************/ #include diff --git a/Libraries/Boards/MAX32520/BCB/Source/rom_stub.c b/Libraries/Boards/MAX32520/BCB/Source/rom_stub.c index 0130e6891d8..e1f65892516 100644 --- a/Libraries/Boards/MAX32520/BCB/Source/rom_stub.c +++ b/Libraries/Boards/MAX32520/BCB/Source/rom_stub.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-05-15 09:31:32 -0500 (Mon, 15 May 2017) $ - * $Revision: 27976 $ - * ******************************************************************************/ #include "config.h" diff --git a/Libraries/Boards/MAX32520/BCB/board.mk b/Libraries/Boards/MAX32520/BCB/board.mk index 784030eb3fd..1cfd66d9e62 100644 --- a/Libraries/Boards/MAX32520/BCB/board.mk +++ b/Libraries/Boards/MAX32520/BCB/board.mk @@ -1,5 +1,5 @@ ################################################################################ - # Copyright (C) 2017 Maxim Integrated Products, Inc., All Rights Reserved. + # Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - # $Date$ - # $Revision$ - # ############################################################################### ifeq "$(BOARD_DIR)" "" diff --git a/Libraries/Boards/MAX32520/EvKit_V1/Include/board.h b/Libraries/Boards/MAX32520/EvKit_V1/Include/board.h index 689499b2cb1..b06e03610ae 100644 --- a/Libraries/Boards/MAX32520/EvKit_V1/Include/board.h +++ b/Libraries/Boards/MAX32520/EvKit_V1/Include/board.h @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2017 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-07-17 18:10:38 -0500 (Mon, 17 Jul 2017) $ - * $Revision: 28913 $ - * ******************************************************************************/ /** diff --git a/Libraries/Boards/MAX32520/EvKit_V1/Source/board.c b/Libraries/Boards/MAX32520/EvKit_V1/Source/board.c index 3cfaa18ab85..4d0d9b162dd 100644 --- a/Libraries/Boards/MAX32520/EvKit_V1/Source/board.c +++ b/Libraries/Boards/MAX32520/EvKit_V1/Source/board.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2015 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-08-10 11:01:15 -0500 (Thu, 10 Aug 2017) $ - * $Revision: 29282 $ - * ******************************************************************************/ #include diff --git a/Libraries/Boards/MAX32520/EvKit_V1/Source/rom_stub.c b/Libraries/Boards/MAX32520/EvKit_V1/Source/rom_stub.c index ed661fff9b8..6e494122efd 100644 --- a/Libraries/Boards/MAX32520/EvKit_V1/Source/rom_stub.c +++ b/Libraries/Boards/MAX32520/EvKit_V1/Source/rom_stub.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-05-15 09:31:32 -0500 (Mon, 15 May 2017) $ - * $Revision: 27976 $ - * ******************************************************************************/ #include "max32520.h" diff --git a/Libraries/Boards/MAX32520/EvKit_V1/board.mk b/Libraries/Boards/MAX32520/EvKit_V1/board.mk index 7ce8f876d42..c72bf0af534 100644 --- a/Libraries/Boards/MAX32520/EvKit_V1/board.mk +++ b/Libraries/Boards/MAX32520/EvKit_V1/board.mk @@ -1,5 +1,5 @@ ################################################################################ - # Copyright (C) 2017 Maxim Integrated Products, Inc., All Rights Reserved. + # Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - # $Date$ - # $Revision$ - # ############################################################################### ifeq "$(BOARD_DIR)" "" diff --git a/Libraries/Boards/MAX32520/Include/led.h b/Libraries/Boards/MAX32520/Include/led.h index f46687044f7..a28ac211868 100644 --- a/Libraries/Boards/MAX32520/Include/led.h +++ b/Libraries/Boards/MAX32520/Include/led.h @@ -2,8 +2,8 @@ * @file * @brief LED driver API. */ -/* **************************************************************************** - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -33,10 +33,7 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-02-28 16:31:00 -0600 (Tue, 28 Feb 2017) $ - * $Revision: 26756 $ - * - *************************************************************************** */ + ******************************************************************************/ #ifndef _LED_H_ #define _LED_H_ diff --git a/Libraries/Boards/MAX32520/Include/pb.h b/Libraries/Boards/MAX32520/Include/pb.h index b44e56aac2f..dd69435b4ae 100644 --- a/Libraries/Boards/MAX32520/Include/pb.h +++ b/Libraries/Boards/MAX32520/Include/pb.h @@ -2,8 +2,8 @@ * @file * @brief Pushbutton driver header file. */ -/* **************************************************************************** - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -33,10 +33,7 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-02-28 16:31:00 -0600 (Tue, 28 Feb 2017) $ - * $Revision: 26756 $ - * - *************************************************************************** */ + ******************************************************************************/ #ifndef _PB_H_ #define _PB_H_ diff --git a/Libraries/Boards/MAX32520/MAX32520FTHR/Include/board.h b/Libraries/Boards/MAX32520/MAX32520FTHR/Include/board.h index 689499b2cb1..b06e03610ae 100644 --- a/Libraries/Boards/MAX32520/MAX32520FTHR/Include/board.h +++ b/Libraries/Boards/MAX32520/MAX32520FTHR/Include/board.h @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2017 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-07-17 18:10:38 -0500 (Mon, 17 Jul 2017) $ - * $Revision: 28913 $ - * ******************************************************************************/ /** diff --git a/Libraries/Boards/MAX32520/MAX32520FTHR/Source/board.c b/Libraries/Boards/MAX32520/MAX32520FTHR/Source/board.c index b6bcbb6a946..be8b0e4b1a9 100644 --- a/Libraries/Boards/MAX32520/MAX32520FTHR/Source/board.c +++ b/Libraries/Boards/MAX32520/MAX32520FTHR/Source/board.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2015 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-08-10 11:01:15 -0500 (Thu, 10 Aug 2017) $ - * $Revision: 29282 $ - * ******************************************************************************/ #include diff --git a/Libraries/Boards/MAX32520/MAX32520FTHR/Source/rom_stub.c b/Libraries/Boards/MAX32520/MAX32520FTHR/Source/rom_stub.c index ed661fff9b8..6e494122efd 100644 --- a/Libraries/Boards/MAX32520/MAX32520FTHR/Source/rom_stub.c +++ b/Libraries/Boards/MAX32520/MAX32520FTHR/Source/rom_stub.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-05-15 09:31:32 -0500 (Mon, 15 May 2017) $ - * $Revision: 27976 $ - * ******************************************************************************/ #include "max32520.h" diff --git a/Libraries/Boards/MAX32520/MAX32520FTHR/board.mk b/Libraries/Boards/MAX32520/MAX32520FTHR/board.mk index d0987c7136d..ffcc746c1c2 100644 --- a/Libraries/Boards/MAX32520/MAX32520FTHR/board.mk +++ b/Libraries/Boards/MAX32520/MAX32520FTHR/board.mk @@ -1,5 +1,5 @@ ################################################################################ - # Copyright (C) 2017 Maxim Integrated Products, Inc., All Rights Reserved. + # Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - # $Date$ - # $Revision$ - # ############################################################################### ifeq "$(BOARD_DIR)" "" diff --git a/Libraries/Boards/MAX32520/ROM/board.mk b/Libraries/Boards/MAX32520/ROM/board.mk index c49fd0d7c85..7e7a910e5b4 100644 --- a/Libraries/Boards/MAX32520/ROM/board.mk +++ b/Libraries/Boards/MAX32520/ROM/board.mk @@ -1,5 +1,5 @@ ################################################################################ - # Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. + # Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - # $Date: 2016-03-11 11:46:02 -0600 (Fri, 11 Mar 2016) $ - # $Revision: 21838 $ - # ############################################################################### ifeq "$(BOARD_DIR)" "" diff --git a/Libraries/Boards/MAX32520/Simulation/Include/aeskeys_regs.h b/Libraries/Boards/MAX32520/Simulation/Include/aeskeys_regs.h index d19eee151ac..02bc901e619 100644 --- a/Libraries/Boards/MAX32520/Simulation/Include/aeskeys_regs.h +++ b/Libraries/Boards/MAX32520/Simulation/Include/aeskeys_regs.h @@ -3,8 +3,8 @@ * @brief Registers, Bit Masks and Bit Positions for the AES Keys Peripheral Module. */ -/* **************************************************************************** - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -34,10 +34,7 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-11-10 14:27:00 -0600 (Thu, 10 Nov 2016) $ - * $Revision: 25033 $ - * - *************************************************************************** */ + ******************************************************************************/ #ifndef _AESKEYS_REGS_H_ #define _AESKEYS_REGS_H_ diff --git a/Libraries/Boards/MAX32520/Simulation/Include/bbsir_tm_regs.h b/Libraries/Boards/MAX32520/Simulation/Include/bbsir_tm_regs.h index ebe752926d5..4e481ca2e84 100644 --- a/Libraries/Boards/MAX32520/Simulation/Include/bbsir_tm_regs.h +++ b/Libraries/Boards/MAX32520/Simulation/Include/bbsir_tm_regs.h @@ -3,8 +3,8 @@ * @brief Registers, Bit Masks and Bit Positions for the BBSIR Peripheral Module. */ -/* **************************************************************************** - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -34,10 +34,7 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-11-14 13:11:39 -0600 (Mon, 14 Nov 2016) $ - * $Revision: 25082 $ - * - *************************************************************************** */ + ******************************************************************************/ #ifndef _BBSIR_TM_REGS_H_ #define _BBSIR_TM_REGS_H_ diff --git a/Libraries/Boards/MAX32520/Simulation/Include/bbtm_regs.h b/Libraries/Boards/MAX32520/Simulation/Include/bbtm_regs.h index b28e59c7449..292593d20de 100644 --- a/Libraries/Boards/MAX32520/Simulation/Include/bbtm_regs.h +++ b/Libraries/Boards/MAX32520/Simulation/Include/bbtm_regs.h @@ -3,8 +3,8 @@ * @brief Registers, Bit Masks and Bit Positions for the BBTM Peripheral Module. */ -/* **************************************************************************** - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -34,10 +34,7 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-02-01 12:42:34 -0600 (Wed, 01 Feb 2017) $ - * $Revision: 26191 $ - * - *************************************************************************** */ + ******************************************************************************/ #ifndef _BBTM_REGS_H_ #define _BBTM_REGS_H_ diff --git a/Libraries/Boards/MAX32520/Simulation/Include/board.h b/Libraries/Boards/MAX32520/Simulation/Include/board.h index 852f996edab..705e56ac46b 100644 --- a/Libraries/Boards/MAX32520/Simulation/Include/board.h +++ b/Libraries/Boards/MAX32520/Simulation/Include/board.h @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-03-22 15:14:11 -0500 (Wed, 22 Mar 2017) $ - * $Revision: 27183 $ - * ******************************************************************************/ /** diff --git a/Libraries/Boards/MAX32520/Simulation/Include/ram_instance_addrs.h b/Libraries/Boards/MAX32520/Simulation/Include/ram_instance_addrs.h index 532c2b91611..31510850fe4 100644 --- a/Libraries/Boards/MAX32520/Simulation/Include/ram_instance_addrs.h +++ b/Libraries/Boards/MAX32520/Simulation/Include/ram_instance_addrs.h @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-04-27 09:12:38 -0700 (Wed, 27 Apr 2016) $ - * $Revision: 22537 $ - * ******************************************************************************/ #ifndef _RAM_INSTANCE_ADDRS_H_ diff --git a/Libraries/Boards/MAX32520/Simulation/Include/sir_tm_regs.h b/Libraries/Boards/MAX32520/Simulation/Include/sir_tm_regs.h index c4cccfdad09..877a2dff68d 100644 --- a/Libraries/Boards/MAX32520/Simulation/Include/sir_tm_regs.h +++ b/Libraries/Boards/MAX32520/Simulation/Include/sir_tm_regs.h @@ -3,8 +3,8 @@ * @brief Registers, Bit Masks and Bit Positions for the SIR Peripheral Module. */ -/* **************************************************************************** - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -34,10 +34,7 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-01-24 15:24:10 -0600 (Tue, 24 Jan 2017) $ - * $Revision: 26087 $ - * - *************************************************************************** */ + ******************************************************************************/ #ifndef _SIR_TM_REGS_H_ #define _SIR_TM_REGS_H_ diff --git a/Libraries/Boards/MAX32520/Simulation/Include/test_regs.h b/Libraries/Boards/MAX32520/Simulation/Include/test_regs.h index e7a86af9c7c..9b9543915e8 100644 --- a/Libraries/Boards/MAX32520/Simulation/Include/test_regs.h +++ b/Libraries/Boards/MAX32520/Simulation/Include/test_regs.h @@ -3,8 +3,8 @@ * @brief Registers, Bit Masks and Bit Positions for the TEST Peripheral Module. */ -/* **************************************************************************** - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -34,10 +34,7 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date$ - * $Revision$ - * - *************************************************************************** */ + ******************************************************************************/ #ifndef _TEST_REGS_H_ #define _TEST_REGS_H_ diff --git a/Libraries/Boards/MAX32520/Simulation/Source/board.c b/Libraries/Boards/MAX32520/Simulation/Source/board.c index fb6525d4f66..e46cc4d4962 100644 --- a/Libraries/Boards/MAX32520/Simulation/Source/board.c +++ b/Libraries/Boards/MAX32520/Simulation/Source/board.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-10-11 08:23:11 -0500 (Tue, 11 Oct 2016) $ - * $Revision: 24680 $ - * ******************************************************************************/ #include diff --git a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation.ld b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation.ld index 9018f55668e..58d3e552df2 100644 --- a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation.ld +++ b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation.ld @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-12-22 17:11:40 -0600 (Thu, 22 Dec 2016) $ - * $Revision: 25614 $ - * ******************************************************************************/ MEMORY { diff --git a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_remap.ld b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_remap.ld index e7362ee8523..ab5f15dba9a 100644 --- a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_remap.ld +++ b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_remap.ld @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-11-08 14:29:37 -0600 (Tue, 08 Nov 2016) $ - * $Revision: 24987 $ - * ******************************************************************************/ MEMORY { diff --git a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_remap_stack_and_vars_to_ram6.ld b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_remap_stack_and_vars_to_ram6.ld index 40405009a05..b1c410e8726 100644 --- a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_remap_stack_and_vars_to_ram6.ld +++ b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_remap_stack_and_vars_to_ram6.ld @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-10-11 11:10:48 -0500 (Tue, 11 Oct 2016) $ - * $Revision: 24682 $ - * ******************************************************************************/ MEMORY { diff --git a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_rom.ld b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_rom.ld index 23885fc11c9..f5ad7626b21 100644 --- a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_rom.ld +++ b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_rom.ld @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-11-08 14:29:37 -0600 (Tue, 08 Nov 2016) $ - * $Revision: 24987 $ - * ******************************************************************************/ MEMORY { diff --git a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_spix_flash.ld b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_spix_flash.ld index 9922e814d8a..8876ffb0f27 100644 --- a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_spix_flash.ld +++ b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_spix_flash.ld @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-11-08 14:29:37 -0600 (Tue, 08 Nov 2016) $ - * $Revision: 24987 $ - * ******************************************************************************/ MEMORY { diff --git a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_sysram0.ld b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_sysram0.ld index dd6c3892c96..397aec2e79c 100644 --- a/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_sysram0.ld +++ b/Libraries/Boards/MAX32520/Simulation/Source/max32650_simulation_sysram0.ld @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-11-08 14:29:37 -0600 (Tue, 08 Nov 2016) $ - * $Revision: 24987 $ - * ******************************************************************************/ MEMORY { diff --git a/Libraries/Boards/MAX32520/Simulation/Source/rom_stub.c b/Libraries/Boards/MAX32520/Simulation/Source/rom_stub.c index 0964ab6156a..56dc64a5192 100644 --- a/Libraries/Boards/MAX32520/Simulation/Source/rom_stub.c +++ b/Libraries/Boards/MAX32520/Simulation/Source/rom_stub.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-10-11 11:10:48 -0500 (Tue, 11 Oct 2016) $ - * $Revision: 24682 $ - * ******************************************************************************/ #include "max32650.h" diff --git a/Libraries/Boards/MAX32520/Simulation/Source/stdio_sim.c b/Libraries/Boards/MAX32520/Simulation/Source/stdio_sim.c index 8ff44d9d265..4350b6e04c8 100644 --- a/Libraries/Boards/MAX32520/Simulation/Source/stdio_sim.c +++ b/Libraries/Boards/MAX32520/Simulation/Source/stdio_sim.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2016-10-11 08:23:11 -0500 (Tue, 11 Oct 2016) $ - * $Revision: 24680 $ - * ******************************************************************************/ #include diff --git a/Libraries/Boards/MAX32520/Simulation/board.mk b/Libraries/Boards/MAX32520/Simulation/board.mk index d2136b53a74..ab3d715e320 100644 --- a/Libraries/Boards/MAX32520/Simulation/board.mk +++ b/Libraries/Boards/MAX32520/Simulation/board.mk @@ -1,5 +1,5 @@ ################################################################################ - # Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. + # Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. # # Permission is hereby granted, free of charge, to any person obtaining a # copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ # property whatsoever. Maxim Integrated Products, Inc. retains all # ownership rights. # - # $Date: 2016-12-22 15:27:46 -0600 (Thu, 22 Dec 2016) $ - # $Revision: 25611 $ - # ############################################################################### ifeq "$(BOARD_DIR)" "" diff --git a/Libraries/Boards/MAX32520/Source/led.c b/Libraries/Boards/MAX32520/Source/led.c index fa18c137df9..b5b72696fc5 100644 --- a/Libraries/Boards/MAX32520/Source/led.c +++ b/Libraries/Boards/MAX32520/Source/led.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-02-28 16:31:00 -0600 (Tue, 28 Feb 2017) $ - * $Revision: 26756 $ - * ******************************************************************************/ #include "mxc_device.h" diff --git a/Libraries/Boards/MAX32520/Source/pb.c b/Libraries/Boards/MAX32520/Source/pb.c index 64e813e4247..9083a651503 100644 --- a/Libraries/Boards/MAX32520/Source/pb.c +++ b/Libraries/Boards/MAX32520/Source/pb.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-02-28 16:31:00 -0600 (Tue, 28 Feb 2017) $ - * $Revision: 26756 $ - * ******************************************************************************/ #include diff --git a/Libraries/Boards/MAX32520/Source/stdio.c b/Libraries/Boards/MAX32520/Source/stdio.c index 57275d2153f..19454796454 100644 --- a/Libraries/Boards/MAX32520/Source/stdio.c +++ b/Libraries/Boards/MAX32520/Source/stdio.c @@ -1,5 +1,5 @@ -/******************************************************************************* - * Copyright (C) 2016 Maxim Integrated Products, Inc., All Rights Reserved. +/****************************************************************************** + * Copyright (C) 2022 Maxim Integrated Products, Inc., All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -29,9 +29,6 @@ * property whatsoever. Maxim Integrated Products, Inc. retains all * ownership rights. * - * $Date: 2017-09-18 16:45:06 -0500 (Mon, 18 Sep 2017) $ - * $Revision: 30883 $ - * ******************************************************************************/ #include