From d52e73f99faa9e0e000f25f64cf81ff040517198 Mon Sep 17 00:00:00 2001 From: Naga Sureshkumar Relli Date: Tue, 1 Sep 2015 17:34:45 +0530 Subject: [PATCH] uartns550: update copyright year in source files and examples Update copyright year in source files and examples. Signed-off-by: Naga Sureshkumar Relli Acked-by: Nava kishore Manne --- .../drivers/uartns550/examples/xuartns550_hello_world_example.c | 2 +- .../drivers/uartns550/examples/xuartns550_intr_example.c | 2 +- .../drivers/uartns550/examples/xuartns550_low_level_example.c | 2 +- .../drivers/uartns550/examples/xuartns550_polled_example.c | 2 +- .../drivers/uartns550/examples/xuartns550_selftest_example.c | 2 +- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.c | 2 +- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.h | 2 +- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_format.c | 2 +- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_g.c | 2 +- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_i.h | 2 +- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_intr.c | 2 +- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.c | 2 +- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.h | 2 +- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_options.c | 2 +- .../drivers/uartns550/src/xuartns550_selftest.c | 2 +- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_sinit.c | 2 +- XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_stats.c | 2 +- 17 files changed, 17 insertions(+), 17 deletions(-) diff --git a/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_hello_world_example.c b/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_hello_world_example.c index fa547a38..396acaee 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_hello_world_example.c +++ b/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_hello_world_example.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/examples/xuartns550_intr_example.c b/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_intr_example.c index d806dae5..361a606c 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_intr_example.c +++ b/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_intr_example.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/examples/xuartns550_low_level_example.c b/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_low_level_example.c index 1c59dffe..bf16ec8f 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_low_level_example.c +++ b/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_low_level_example.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/examples/xuartns550_polled_example.c b/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_polled_example.c index b42a8f7f..a659494b 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_polled_example.c +++ b/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_polled_example.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/examples/xuartns550_selftest_example.c b/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_selftest_example.c index ed6cc569..3d7c8348 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_selftest_example.c +++ b/XilinxProcessorIPLib/drivers/uartns550/examples/xuartns550_selftest_example.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550.c b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.c index 1b88f6e5..c4f8bf0f 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.c +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550.h b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.h index d27e8342..15120cfc 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.h +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550_format.c b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_format.c index 5a8f8d48..db6f9130 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_format.c +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_format.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550_g.c b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_g.c index fe282c61..4207339c 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_g.c +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_g.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550_i.h b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_i.h index 70464ffa..1d11c288 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_i.h +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_i.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550_intr.c b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_intr.c index 820fbc9f..9cad5b48 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_intr.c +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_intr.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550_l.c b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.c index 736f156a..3bb9b73f 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.c +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550_l.h b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.h index a6dbe383..d8fd2f48 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.h +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_l.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550_options.c b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_options.c index 1b6f4b21..7cceafc3 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_options.c +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_options.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550_selftest.c b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_selftest.c index ace87652..c630f175 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_selftest.c +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_selftest.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550_sinit.c b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_sinit.c index 55ce5da9..2d4f6dc8 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_sinit.c +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_sinit.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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/uartns550/src/xuartns550_stats.c b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_stats.c index abac9d57..060b31b3 100644 --- a/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_stats.c +++ b/XilinxProcessorIPLib/drivers/uartns550/src/xuartns550_stats.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2002 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2002 - 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