diff --git a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_hybrid_intr.c b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_hybrid_intr.c index 902f4839..292ef165 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_hybrid_intr.c +++ b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_hybrid_intr.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_hybrid_poll.c b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_hybrid_poll.c index 45e56e37..8aabf916 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_hybrid_poll.c +++ b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_hybrid_poll.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_sg_intr.c b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_sg_intr.c index fa87cc5e..9f0b0cad 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_sg_intr.c +++ b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_sg_intr.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_sg_poll.c b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_sg_poll.c index 47e29567..aa0013b0 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_sg_poll.c +++ b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_sg_poll.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_simple_intr.c b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_simple_intr.c index fc6a89f3..61dea26b 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_simple_intr.c +++ b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_simple_intr.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_simple_poll.c b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_simple_poll.c index 37511cbf..daf3abb5 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_simple_poll.c +++ b/XilinxProcessorIPLib/drivers/axicdma/examples/xaxicdma_example_simple_poll.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma.c b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma.c index 7a7e45e4..4be0a6c4 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma.c +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma.h b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma.h index fd3a4eeb..746d967f 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma.h +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bd.c b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bd.c index be08610b..8946a233 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bd.c +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bd.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bd.h b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bd.h index 8d43e63f..20eaedc8 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bd.h +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bd.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bdring.c b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bdring.c index b36aec35..f9f1dcd0 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bdring.c +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_bdring.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_g.c b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_g.c index 2d15316b..02de7571 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_g.c +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_hw.h b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_hw.h index dbb40c23..a5bdb26e 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_hw.h +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_i.h b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_i.h index 5b455993..173bb123 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_i.h +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_i.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_intr.c b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_intr.c index fbe2b3eb..9383f876 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_intr.c +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_intr.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_porting_guide.h b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_porting_guide.h index 5657d6f7..54f50fb4 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_porting_guide.h +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_porting_guide.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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_sinit.c b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_sinit.c index 65bff436..93068092 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_sinit.c +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xaxicdma_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 diff --git a/XilinxProcessorIPLib/drivers/axicdma/src/xdebug.h b/XilinxProcessorIPLib/drivers/axicdma/src/xdebug.h index 6110c84b..5affe306 100644 --- a/XilinxProcessorIPLib/drivers/axicdma/src/xdebug.h +++ b/XilinxProcessorIPLib/drivers/axicdma/src/xdebug.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