From 74c8154158a56124ca6690f76891edf5da80b6e1 Mon Sep 17 00:00:00 2001 From: P L Sai Krishna Date: Thu, 26 Feb 2015 20:28:26 +0530 Subject: [PATCH] scutimer_v2_1: Updated the modification history and copyright. This patch updates the modification history and copyright year to 2015. Signed-off-by: P L Sai Krishna --- XilinxProcessorIPLib/drivers/scutimer/src/xscutimer.c | 3 ++- XilinxProcessorIPLib/drivers/scutimer/src/xscutimer.h | 3 ++- XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_g.c | 3 ++- XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_hw.h | 3 ++- XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_selftest.c | 3 ++- XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_sinit.c | 3 ++- 6 files changed, 12 insertions(+), 6 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer.c b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer.c index 33628297..912e0156 100644 --- a/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer.c +++ b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer.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 nm 03/10/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer.h b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer.h index af0b415b..cbe0e634 100644 --- a/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer.h +++ b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer.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 @@ -99,6 +99,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/scutimer/src/xscutimer_g.c b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_g.c index 9d926a6a..69658a0d 100644 --- a/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_g.c +++ b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_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 @@ -43,6 +43,7 @@ * Ver Who Date Changes * ----- --- -------- --------------------------------------------- * 1.00a nm 03/10/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_hw.h b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_hw.h index c759beac..d072fd8b 100644 --- a/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_hw.h +++ b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_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 @@ -48,6 +48,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/scutimer/src/xscutimer_selftest.c b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_selftest.c index d1fed66e..49f3c3a4 100644 --- a/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_selftest.c +++ b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_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 nm 03/10/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/ diff --git a/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_sinit.c b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_sinit.c index d1ffe432..c565dd8d 100644 --- a/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_sinit.c +++ b/XilinxProcessorIPLib/drivers/scutimer/src/xscutimer_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 nm 03/10/10 First release +* 2.1 sk 02/26/15 Modified the code for MISRA-C:2012 compliance. * * ******************************************************************************/