From 8336fa22da62dc3fba9c31e66ab8085ab8f9521d Mon Sep 17 00:00:00 2001 From: P L Sai Krishna Date: Thu, 26 Feb 2015 20:28:27 +0530 Subject: [PATCH] scuwdt_v2_1: Updated the modification history and copyright. This patch update the modification history and copyright year to 2015. Signed-off-by: P L Sai Krishna --- XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.c | 3 ++- XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.h | 3 ++- XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_g.c | 3 ++- XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_hw.h | 3 ++- XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_selftest.c | 3 ++- XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_sinit.c | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.c b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.c index 9c440b4f..13cc5bf1 100644 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.c +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.c @@ -1,7 +1,7 @@ /* $Id: xscuwdt.c,v 1.1.2.1 2011/01/20 04:04:40 sadanan Exp $ */ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, 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"), to deal @@ -44,6 +44,7 @@ * Ver Who Date Changes * ----- --- -------- --------------------------------------------- * 1.00a sdm 01/15/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.h b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.h index 422bd0ed..911a41f5 100644 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.h +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, 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"), to deal @@ -121,6 +121,7 @@ * when the xstatus.h in the common driver overwrites * the xstatus.h of the standalone BSP during the * libgen. +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_g.c b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_g.c index ff393456..42efad0c 100644 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_g.c +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_g.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, 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"), to deal @@ -44,6 +44,7 @@ * Ver Who Date Changes * ----- --- -------- --------------------------------------------- * 1.00a sdm 01/15/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_hw.h b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_hw.h index 995e3816..c8d517a6 100644 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_hw.h +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_hw.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, 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"), to deal @@ -50,6 +50,7 @@ * when the xstatus.h in the common driver overwrites * the xstatus.h of the standalone BSP during the * libgen. +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_selftest.c b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_selftest.c index 1dcfe351..157fc071 100644 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_selftest.c +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_selftest.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, 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"), to deal @@ -42,6 +42,7 @@ * Ver Who Date Changes * ----- --- -------- --------------------------------------------- * 1.00a sdm 01/15/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_sinit.c b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_sinit.c index 60b4907f..7e43370f 100644 --- a/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_sinit.c +++ b/XilinxProcessorIPLib/drivers/scuwdt/src/xscuwdt_sinit.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2010 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2010 - 2015 Xilinx, 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"), to deal @@ -43,6 +43,7 @@ * Ver Who Date Changes * ----- --- -------- --------------------------------------------- * 1.00a sdm 01/15/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/