From ce2a51897d172e771dfb8a0372e16caffce62e19 Mon Sep 17 00:00:00 2001 From: Kedareswara rao Appana <appana.durga.rao@xilinx.com> Date: Tue, 20 Jan 2015 17:17:41 +0530 Subject: [PATCH] vdma: update copy right information This patch updates the copy right to 2015. Signed-off-by: Kedareswara rao Appana <appanad@xilinx.com> --- XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma.c | 2 +- XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma.h | 2 +- XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_channel.c | 2 +- XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_g.c | 2 +- XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_hw.h | 2 +- XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_i.h | 2 +- XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_intr.c | 2 +- .../drivers/axivdma/src/xaxivdma_porting_guide.h | 2 +- XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_sinit.c | 2 +- XilinxProcessorIPLib/drivers/axivdma/src/xdebug.h | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma.c b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma.c index a4f909be..81af21c8 100644 --- a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma.c +++ b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2012 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2012 - 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 diff --git a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma.h b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma.h index 8ff536e8..58ad1e73 100644 --- a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma.h +++ b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2012 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2012 - 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 diff --git a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_channel.c b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_channel.c index f53331a1..654f3a0a 100644 --- a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_channel.c +++ b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_channel.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2012 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2012 - 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 diff --git a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_g.c b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_g.c index bd229d60..44418952 100644 --- a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_g.c +++ b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_g.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2012 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2012 - 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 diff --git a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_hw.h b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_hw.h index 2e1c7140..34582215 100644 --- a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_hw.h +++ b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_hw.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2012 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2012 - 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 diff --git a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_i.h b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_i.h index b88d6481..f1f9e9eb 100644 --- a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_i.h +++ b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_i.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2012 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2012 - 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 diff --git a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_intr.c b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_intr.c index 9ccea8bb..80705110 100644 --- a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_intr.c +++ b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_intr.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2012 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2012 - 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 diff --git a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_porting_guide.h b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_porting_guide.h index 7ec4ef6c..1541d425 100644 --- a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_porting_guide.h +++ b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_porting_guide.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2012 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2012 - 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 diff --git a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_sinit.c b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_sinit.c index b596cbd4..09109bae 100644 --- a/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_sinit.c +++ b/XilinxProcessorIPLib/drivers/axivdma/src/xaxivdma_sinit.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2012 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2012 - 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 diff --git a/XilinxProcessorIPLib/drivers/axivdma/src/xdebug.h b/XilinxProcessorIPLib/drivers/axivdma/src/xdebug.h index 9c60cc25..1df9f274 100644 --- a/XilinxProcessorIPLib/drivers/axivdma/src/xdebug.h +++ b/XilinxProcessorIPLib/drivers/axivdma/src/xdebug.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2012 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2012 - 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