From 67fe878017540bc88ebe7877507beaff33b0b8f6 Mon Sep 17 00:00:00 2001 From: Kinjal Pravinbhai Patel Date: Tue, 1 Sep 2015 14:19:33 +0530 Subject: [PATCH] bsp: a53: updated copyright year information Signed-off-by: Kinjal Pravinbhai Patel Acked-by: Nava kishore Manne --- lib/bsp/standalone/src/cortexa53/64bit/gcc/Makefile | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/_exit.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/_open.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/_sbrk.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/abort.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/asm_vectors.S | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/boot.S | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/close.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/errno.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/fcntl.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/fstat.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/getpid.c | 2 +- .../src/cortexa53/64bit/gcc/initialise_monitor_handles.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/isatty.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/kill.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/lseek.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/open.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/read.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/sbrk.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/translation_table.s | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/unlink.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/write.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/xil-crt0.S | 2 +- lib/bsp/standalone/src/cortexa53/64bit/gcc/xpseudo_asm_gcc.h | 2 +- lib/bsp/standalone/src/cortexa53/64bit/sleep.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/sleep.h | 2 +- lib/bsp/standalone/src/cortexa53/64bit/uart.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/usleep.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/vectors.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/vectors.h | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xil_cache.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xil_cache.h | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xil_exception.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xil_exception.h | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xil_io.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xil_io.h | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xil_mmu.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xil_mmu.h | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xparameters_ps.h | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xpseudo_asm.h | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xreg_cortexa53.h | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xstatus.h | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xtime_l.c | 2 +- lib/bsp/standalone/src/cortexa53/64bit/xtime_l.h | 2 +- 44 files changed, 44 insertions(+), 44 deletions(-) diff --git a/lib/bsp/standalone/src/cortexa53/64bit/gcc/Makefile b/lib/bsp/standalone/src/cortexa53/64bit/gcc/Makefile index 082889a7..0425bf6c 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/Makefile +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/Makefile @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright (C) 2014 Xilinx, Inc. All rights reserved. +# Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/_exit.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/_exit.c index 77806d1b..c6c834da 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/_exit.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/_exit.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/_open.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/_open.c index a4b7f824..b2809c5d 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/_open.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/_open.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/_sbrk.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/_sbrk.c index 5911b058..bcec069c 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/_sbrk.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/_sbrk.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/abort.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/abort.c index f6450940..122c25bb 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/abort.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/abort.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/asm_vectors.S b/lib/bsp/standalone/src/cortexa53/64bit/gcc/asm_vectors.S index 2d779f5a..a08867a1 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/asm_vectors.S +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/asm_vectors.S @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/boot.S b/lib/bsp/standalone/src/cortexa53/64bit/gcc/boot.S index 837613c7..943c34f8 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/boot.S +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/boot.S @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/close.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/close.c index 38bc6dca..e42a1ff3 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/close.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/close.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/errno.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/errno.c index c0b1d14f..daaa1212 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/errno.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/errno.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/fcntl.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/fcntl.c index 63d390af..4c5de40f 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/fcntl.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/fcntl.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/fstat.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/fstat.c index a1d394c9..6271cfa8 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/fstat.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/fstat.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/getpid.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/getpid.c index 73c7902a..c2a84cb7 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/getpid.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/getpid.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/initialise_monitor_handles.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/initialise_monitor_handles.c index 4571f492..a2494c54 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/initialise_monitor_handles.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/initialise_monitor_handles.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/isatty.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/isatty.c index d0a8a825..242d8faf 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/isatty.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/isatty.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/kill.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/kill.c index fdbcb600..1c67ace5 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/kill.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/kill.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/lseek.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/lseek.c index 0a3a1fa8..5cd5a2dd 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/lseek.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/lseek.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/open.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/open.c index 04a136c6..2bb745ab 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/open.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/open.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/read.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/read.c index d0fe15eb..9a67e02d 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/read.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/read.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/sbrk.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/sbrk.c index 78b58091..7f94fabb 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/sbrk.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/sbrk.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/translation_table.s b/lib/bsp/standalone/src/cortexa53/64bit/gcc/translation_table.s index ad5686a2..b9aa54dd 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/translation_table.s +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/translation_table.s @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/unlink.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/unlink.c index 1fef9683..3e5690e8 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/unlink.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/unlink.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/write.c b/lib/bsp/standalone/src/cortexa53/64bit/gcc/write.c index 57c53eb2..7630914a 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/write.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/write.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/xil-crt0.S b/lib/bsp/standalone/src/cortexa53/64bit/gcc/xil-crt0.S index 14a7e905..ac379041 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/xil-crt0.S +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/xil-crt0.S @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/gcc/xpseudo_asm_gcc.h b/lib/bsp/standalone/src/cortexa53/64bit/gcc/xpseudo_asm_gcc.h index 5f0e9c25..2b38c8ff 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/gcc/xpseudo_asm_gcc.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/gcc/xpseudo_asm_gcc.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/sleep.c b/lib/bsp/standalone/src/cortexa53/64bit/sleep.c index e8aedafb..05809644 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/sleep.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/sleep.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/sleep.h b/lib/bsp/standalone/src/cortexa53/64bit/sleep.h index 8497d2fe..d2629b6b 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/sleep.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/sleep.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/uart.c b/lib/bsp/standalone/src/cortexa53/64bit/uart.c index 894db7fc..ae67006d 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/uart.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/uart.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/usleep.c b/lib/bsp/standalone/src/cortexa53/64bit/usleep.c index 7d0ff09f..b8e6d9bf 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/usleep.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/usleep.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/vectors.c b/lib/bsp/standalone/src/cortexa53/64bit/vectors.c index 61d9f741..d9a1b42a 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/vectors.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/vectors.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/vectors.h b/lib/bsp/standalone/src/cortexa53/64bit/vectors.h index 8c508c3a..1ec87856 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/vectors.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/vectors.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xil_cache.c b/lib/bsp/standalone/src/cortexa53/64bit/xil_cache.c index 55a761c7..7d493f60 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xil_cache.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/xil_cache.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xil_cache.h b/lib/bsp/standalone/src/cortexa53/64bit/xil_cache.h index 744263c3..7c3fc030 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xil_cache.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/xil_cache.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xil_exception.c b/lib/bsp/standalone/src/cortexa53/64bit/xil_exception.c index e3fa6175..101ba067 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xil_exception.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/xil_exception.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xil_exception.h b/lib/bsp/standalone/src/cortexa53/64bit/xil_exception.h index 818d4430..288a6047 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xil_exception.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/xil_exception.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xil_io.c b/lib/bsp/standalone/src/cortexa53/64bit/xil_io.c index e9dcdce3..c2e35354 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xil_io.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/xil_io.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xil_io.h b/lib/bsp/standalone/src/cortexa53/64bit/xil_io.h index 1c89574b..af5aa1cf 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xil_io.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/xil_io.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xil_mmu.c b/lib/bsp/standalone/src/cortexa53/64bit/xil_mmu.c index a36bebc5..b16a77e4 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xil_mmu.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/xil_mmu.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xil_mmu.h b/lib/bsp/standalone/src/cortexa53/64bit/xil_mmu.h index 62de3bf3..3a0fc49b 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xil_mmu.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/xil_mmu.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xparameters_ps.h b/lib/bsp/standalone/src/cortexa53/64bit/xparameters_ps.h index 965dcdfe..6eb494de 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xparameters_ps.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/xparameters_ps.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xpseudo_asm.h b/lib/bsp/standalone/src/cortexa53/64bit/xpseudo_asm.h index e5e02751..29862f25 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xpseudo_asm.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/xpseudo_asm.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xreg_cortexa53.h b/lib/bsp/standalone/src/cortexa53/64bit/xreg_cortexa53.h index dbc0134e..ce9af4c9 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xreg_cortexa53.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/xreg_cortexa53.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xstatus.h b/lib/bsp/standalone/src/cortexa53/64bit/xstatus.h index 7db874c8..ba5f96b2 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xstatus.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/xstatus.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xtime_l.c b/lib/bsp/standalone/src/cortexa53/64bit/xtime_l.c index f0719da5..162b3ff7 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xtime_l.c +++ b/lib/bsp/standalone/src/cortexa53/64bit/xtime_l.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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/lib/bsp/standalone/src/cortexa53/64bit/xtime_l.h b/lib/bsp/standalone/src/cortexa53/64bit/xtime_l.h index fd75790a..b34ccdd0 100644 --- a/lib/bsp/standalone/src/cortexa53/64bit/xtime_l.h +++ b/lib/bsp/standalone/src/cortexa53/64bit/xtime_l.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2014 - 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