diff --git a/lib/bsp/standalone/src/cortexa9/armcc/Makefile b/lib/bsp/standalone/src/cortexa9/armcc/Makefile index 6646f17a..ab584109 100644 --- a/lib/bsp/standalone/src/cortexa9/armcc/Makefile +++ b/lib/bsp/standalone/src/cortexa9/armcc/Makefile @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright (C) 2011 - 2014 Xilinx, Inc. All rights reserved. +# Copyright (C) 2011 - 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/cortexa9/armcc/asm_vectors.s b/lib/bsp/standalone/src/cortexa9/armcc/asm_vectors.s index b600b125..1cf8dff5 100644 --- a/lib/bsp/standalone/src/cortexa9/armcc/asm_vectors.s +++ b/lib/bsp/standalone/src/cortexa9/armcc/asm_vectors.s @@ -1,6 +1,6 @@ ;****************************************************************************** ; -; Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +; Copyright (C) 2009 - 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/cortexa9/armcc/boot.S b/lib/bsp/standalone/src/cortexa9/armcc/boot.S index 27c2fdc3..0425afa5 100644 --- a/lib/bsp/standalone/src/cortexa9/armcc/boot.S +++ b/lib/bsp/standalone/src/cortexa9/armcc/boot.S @@ -1,6 +1,6 @@ ;****************************************************************************** ; -; Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +; Copyright (C) 2009 - 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/cortexa9/armcc/translation_table.s b/lib/bsp/standalone/src/cortexa9/armcc/translation_table.s index bc20be1f..d0e32a97 100644 --- a/lib/bsp/standalone/src/cortexa9/armcc/translation_table.s +++ b/lib/bsp/standalone/src/cortexa9/armcc/translation_table.s @@ -1,6 +1,6 @@ ;****************************************************************************** ; -; Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +; Copyright (C) 2009 - 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/cortexa9/armcc/xpseudo_asm_rvct.c b/lib/bsp/standalone/src/cortexa9/armcc/xpseudo_asm_rvct.c index d692ed04..61b13c9d 100644 --- a/lib/bsp/standalone/src/cortexa9/armcc/xpseudo_asm_rvct.c +++ b/lib/bsp/standalone/src/cortexa9/armcc/xpseudo_asm_rvct.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/armcc/xpseudo_asm_rvct.h b/lib/bsp/standalone/src/cortexa9/armcc/xpseudo_asm_rvct.h index 1ac62bce..512791e5 100644 --- a/lib/bsp/standalone/src/cortexa9/armcc/xpseudo_asm_rvct.h +++ b/lib/bsp/standalone/src/cortexa9/armcc/xpseudo_asm_rvct.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/Makefile b/lib/bsp/standalone/src/cortexa9/gcc/Makefile index 4be69b28..795c14a6 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/Makefile +++ b/lib/bsp/standalone/src/cortexa9/gcc/Makefile @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright (C) 2011 - 2014 Xilinx, Inc. All rights reserved. +# Copyright (C) 2011 - 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/cortexa9/gcc/_exit.c b/lib/bsp/standalone/src/cortexa9/gcc/_exit.c index 53d8b14e..cf598882 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/_exit.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/_exit.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/_open.c b/lib/bsp/standalone/src/cortexa9/gcc/_open.c index bd6e9588..80db45b1 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/_open.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/_open.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/_sbrk.c b/lib/bsp/standalone/src/cortexa9/gcc/_sbrk.c index 954bcf0e..2a069ec0 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/_sbrk.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/_sbrk.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/abort.c b/lib/bsp/standalone/src/cortexa9/gcc/abort.c index 7c073b85..e8988c04 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/abort.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/abort.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/asm_vectors.S b/lib/bsp/standalone/src/cortexa9/gcc/asm_vectors.S index a9e801b7..30170a08 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/asm_vectors.S +++ b/lib/bsp/standalone/src/cortexa9/gcc/asm_vectors.S @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/boot.S b/lib/bsp/standalone/src/cortexa9/gcc/boot.S index 8e4b8512..2d3a5b24 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/boot.S +++ b/lib/bsp/standalone/src/cortexa9/gcc/boot.S @@ -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/lib/bsp/standalone/src/cortexa9/gcc/close.c b/lib/bsp/standalone/src/cortexa9/gcc/close.c index ab1d34de..3d476d91 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/close.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/close.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/cpu_init.S b/lib/bsp/standalone/src/cortexa9/gcc/cpu_init.S index 3adad4f3..2b4048f3 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/cpu_init.S +++ b/lib/bsp/standalone/src/cortexa9/gcc/cpu_init.S @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/errno.c b/lib/bsp/standalone/src/cortexa9/gcc/errno.c index 0b259a2a..df0218e8 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/errno.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/errno.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/fcntl.c b/lib/bsp/standalone/src/cortexa9/gcc/fcntl.c index 93449edf..e58221a1 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/fcntl.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/fcntl.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/fstat.c b/lib/bsp/standalone/src/cortexa9/gcc/fstat.c index 223831ae..c5a31f31 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/fstat.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/fstat.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/getpid.c b/lib/bsp/standalone/src/cortexa9/gcc/getpid.c index 420d2454..d02df5ce 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/getpid.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/getpid.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/isatty.c b/lib/bsp/standalone/src/cortexa9/gcc/isatty.c index 154625e4..f1425151 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/isatty.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/isatty.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/kill.c b/lib/bsp/standalone/src/cortexa9/gcc/kill.c index dc24a99f..f70c2849 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/kill.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/kill.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/lseek.c b/lib/bsp/standalone/src/cortexa9/gcc/lseek.c index df4cbfd4..106c45c8 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/lseek.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/lseek.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/open.c b/lib/bsp/standalone/src/cortexa9/gcc/open.c index 0fd19959..9599480d 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/open.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/open.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/read.c b/lib/bsp/standalone/src/cortexa9/gcc/read.c index 7dcca673..d35f76f9 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/read.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/read.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/sbrk.c b/lib/bsp/standalone/src/cortexa9/gcc/sbrk.c index b61c79e0..64d5156a 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/sbrk.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/sbrk.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/translation_table.S b/lib/bsp/standalone/src/cortexa9/gcc/translation_table.S index 08d511c5..6aeca4cf 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/translation_table.S +++ b/lib/bsp/standalone/src/cortexa9/gcc/translation_table.S @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/unlink.c b/lib/bsp/standalone/src/cortexa9/gcc/unlink.c index 0b292832..84e44a47 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/unlink.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/unlink.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/write.c b/lib/bsp/standalone/src/cortexa9/gcc/write.c index 32733722..28b197eb 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/write.c +++ b/lib/bsp/standalone/src/cortexa9/gcc/write.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/xil-crt0.S b/lib/bsp/standalone/src/cortexa9/gcc/xil-crt0.S index 9d06ebd6..88666054 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/xil-crt0.S +++ b/lib/bsp/standalone/src/cortexa9/gcc/xil-crt0.S @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/gcc/xpseudo_asm_gcc.h b/lib/bsp/standalone/src/cortexa9/gcc/xpseudo_asm_gcc.h index 2091ab7a..9b34a008 100644 --- a/lib/bsp/standalone/src/cortexa9/gcc/xpseudo_asm_gcc.h +++ b/lib/bsp/standalone/src/cortexa9/gcc/xpseudo_asm_gcc.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/Makefile b/lib/bsp/standalone/src/cortexa9/iccarm/Makefile index 61921f34..d85f1834 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/Makefile +++ b/lib/bsp/standalone/src/cortexa9/iccarm/Makefile @@ -1,6 +1,6 @@ ############################################################################### # -# Copyright (C) 2011 - 2014 Xilinx, Inc. All rights reserved. +# Copyright (C) 2011 - 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/cortexa9/iccarm/abort.c b/lib/bsp/standalone/src/cortexa9/iccarm/abort.c index f1ea99bf..3964d286 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/abort.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/abort.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/asm_vectors.s b/lib/bsp/standalone/src/cortexa9/iccarm/asm_vectors.s index 15e92468..d5ce52e5 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/asm_vectors.s +++ b/lib/bsp/standalone/src/cortexa9/iccarm/asm_vectors.s @@ -1,6 +1,6 @@ ;****************************************************************************** ; -; Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +; Copyright (C) 2009 - 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/cortexa9/iccarm/boot.s b/lib/bsp/standalone/src/cortexa9/iccarm/boot.s index 86123f7e..3222bd79 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/boot.s +++ b/lib/bsp/standalone/src/cortexa9/iccarm/boot.s @@ -1,6 +1,6 @@ ;****************************************************************************** ; -; Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +; Copyright (C) 2009 - 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/cortexa9/iccarm/clock.c b/lib/bsp/standalone/src/cortexa9/iccarm/clock.c index 20763741..dac2103a 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/clock.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/clock.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/close.c b/lib/bsp/standalone/src/cortexa9/iccarm/close.c index f246afb8..503338c5 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/close.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/close.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/exit.c b/lib/bsp/standalone/src/cortexa9/iccarm/exit.c index f8e1635e..9aba0d6e 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/exit.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/exit.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/low_level_init.c b/lib/bsp/standalone/src/cortexa9/iccarm/low_level_init.c index 86d93be9..b24a8a79 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/low_level_init.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/low_level_init.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/lseek.c b/lib/bsp/standalone/src/cortexa9/iccarm/lseek.c index cce6f86c..9d9ed23d 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/lseek.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/lseek.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/open.c b/lib/bsp/standalone/src/cortexa9/iccarm/open.c index e8348656..09625fa4 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/open.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/open.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/read.c b/lib/bsp/standalone/src/cortexa9/iccarm/read.c index 3bb363cc..27f82340 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/read.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/read.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/remove.c b/lib/bsp/standalone/src/cortexa9/iccarm/remove.c index a2139a07..f3d6a06c 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/remove.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/remove.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/translation_table.s b/lib/bsp/standalone/src/cortexa9/iccarm/translation_table.s index 7e90fc89..4875c070 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/translation_table.s +++ b/lib/bsp/standalone/src/cortexa9/iccarm/translation_table.s @@ -1,6 +1,6 @@ ;****************************************************************************** ; -; Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +; Copyright (C) 2009 - 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/cortexa9/iccarm/write.c b/lib/bsp/standalone/src/cortexa9/iccarm/write.c index 3d435804..6fc57a2c 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/write.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/write.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/xpseudo_asm_iccarm.c b/lib/bsp/standalone/src/cortexa9/iccarm/xpseudo_asm_iccarm.c index 47fc1024..23f6a382 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/xpseudo_asm_iccarm.c +++ b/lib/bsp/standalone/src/cortexa9/iccarm/xpseudo_asm_iccarm.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/iccarm/xpseudo_asm_iccarm.h b/lib/bsp/standalone/src/cortexa9/iccarm/xpseudo_asm_iccarm.h index 924c121d..017966d2 100644 --- a/lib/bsp/standalone/src/cortexa9/iccarm/xpseudo_asm_iccarm.h +++ b/lib/bsp/standalone/src/cortexa9/iccarm/xpseudo_asm_iccarm.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/sleep.c b/lib/bsp/standalone/src/cortexa9/sleep.c index 4577b564..fe4707af 100644 --- a/lib/bsp/standalone/src/cortexa9/sleep.c +++ b/lib/bsp/standalone/src/cortexa9/sleep.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/sleep.h b/lib/bsp/standalone/src/cortexa9/sleep.h index 34eb4e49..9d0f0ffb 100644 --- a/lib/bsp/standalone/src/cortexa9/sleep.h +++ b/lib/bsp/standalone/src/cortexa9/sleep.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/smc.h b/lib/bsp/standalone/src/cortexa9/smc.h index f5b16cf9..5a4d3360 100644 --- a/lib/bsp/standalone/src/cortexa9/smc.h +++ b/lib/bsp/standalone/src/cortexa9/smc.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/lib/bsp/standalone/src/cortexa9/usleep.c b/lib/bsp/standalone/src/cortexa9/usleep.c index cc42e59d..a4b23f2f 100644 --- a/lib/bsp/standalone/src/cortexa9/usleep.c +++ b/lib/bsp/standalone/src/cortexa9/usleep.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/vectors.c b/lib/bsp/standalone/src/cortexa9/vectors.c index b56e94a4..c745bf3e 100644 --- a/lib/bsp/standalone/src/cortexa9/vectors.c +++ b/lib/bsp/standalone/src/cortexa9/vectors.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/vectors.h b/lib/bsp/standalone/src/cortexa9/vectors.h index 17a73985..f7f4d355 100644 --- a/lib/bsp/standalone/src/cortexa9/vectors.h +++ b/lib/bsp/standalone/src/cortexa9/vectors.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/xil_cache.c b/lib/bsp/standalone/src/cortexa9/xil_cache.c index e1522f76..90071342 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_cache.c +++ b/lib/bsp/standalone/src/cortexa9/xil_cache.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/lib/bsp/standalone/src/cortexa9/xil_cache.h b/lib/bsp/standalone/src/cortexa9/xil_cache.h index e79d8210..266d1c68 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_cache.h +++ b/lib/bsp/standalone/src/cortexa9/xil_cache.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/lib/bsp/standalone/src/cortexa9/xil_cache_l.h b/lib/bsp/standalone/src/cortexa9/xil_cache_l.h index e93641db..b291896a 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_cache_l.h +++ b/lib/bsp/standalone/src/cortexa9/xil_cache_l.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/lib/bsp/standalone/src/cortexa9/xil_errata.h b/lib/bsp/standalone/src/cortexa9/xil_errata.h index 00f2eeb6..c3870869 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_errata.h +++ b/lib/bsp/standalone/src/cortexa9/xil_errata.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2013 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2013 - 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/cortexa9/xil_exception.c b/lib/bsp/standalone/src/cortexa9/xil_exception.c index 90b98716..0b4502ad 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_exception.c +++ b/lib/bsp/standalone/src/cortexa9/xil_exception.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/xil_exception.h b/lib/bsp/standalone/src/cortexa9/xil_exception.h index 65b2e092..1606c1f8 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_exception.h +++ b/lib/bsp/standalone/src/cortexa9/xil_exception.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/xil_io.c b/lib/bsp/standalone/src/cortexa9/xil_io.c index eec0b03e..259c9857 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_io.c +++ b/lib/bsp/standalone/src/cortexa9/xil_io.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/xil_io.h b/lib/bsp/standalone/src/cortexa9/xil_io.h index adc1e206..a77ce370 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_io.h +++ b/lib/bsp/standalone/src/cortexa9/xil_io.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/xil_misc_psreset_api.c b/lib/bsp/standalone/src/cortexa9/xil_misc_psreset_api.c index f67ad57d..67d8d04e 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_misc_psreset_api.c +++ b/lib/bsp/standalone/src/cortexa9/xil_misc_psreset_api.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2013 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2013 - 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/cortexa9/xil_misc_psreset_api.h b/lib/bsp/standalone/src/cortexa9/xil_misc_psreset_api.h index 1b37e704..c228c988 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_misc_psreset_api.h +++ b/lib/bsp/standalone/src/cortexa9/xil_misc_psreset_api.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2013 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2013 - 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/cortexa9/xil_mmu.c b/lib/bsp/standalone/src/cortexa9/xil_mmu.c index db7c765b..6f743bd2 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_mmu.c +++ b/lib/bsp/standalone/src/cortexa9/xil_mmu.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/lib/bsp/standalone/src/cortexa9/xil_mmu.h b/lib/bsp/standalone/src/cortexa9/xil_mmu.h index 839fafab..b8547698 100644 --- a/lib/bsp/standalone/src/cortexa9/xil_mmu.h +++ b/lib/bsp/standalone/src/cortexa9/xil_mmu.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/lib/bsp/standalone/src/cortexa9/xl2cc.h b/lib/bsp/standalone/src/cortexa9/xl2cc.h index e53557d0..735e26dd 100644 --- a/lib/bsp/standalone/src/cortexa9/xl2cc.h +++ b/lib/bsp/standalone/src/cortexa9/xl2cc.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2011 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2011 - 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/cortexa9/xl2cc_counter.c b/lib/bsp/standalone/src/cortexa9/xl2cc_counter.c index 12da65ec..c9993950 100644 --- a/lib/bsp/standalone/src/cortexa9/xl2cc_counter.c +++ b/lib/bsp/standalone/src/cortexa9/xl2cc_counter.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2011 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2011 - 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/cortexa9/xl2cc_counter.h b/lib/bsp/standalone/src/cortexa9/xl2cc_counter.h index cc484726..e1557acf 100644 --- a/lib/bsp/standalone/src/cortexa9/xl2cc_counter.h +++ b/lib/bsp/standalone/src/cortexa9/xl2cc_counter.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2011 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2011 - 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/cortexa9/xparameters_ps.h b/lib/bsp/standalone/src/cortexa9/xparameters_ps.h index 170ff59d..ea0d2bcd 100644 --- a/lib/bsp/standalone/src/cortexa9/xparameters_ps.h +++ b/lib/bsp/standalone/src/cortexa9/xparameters_ps.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/lib/bsp/standalone/src/cortexa9/xpm_counter.c b/lib/bsp/standalone/src/cortexa9/xpm_counter.c index e46d27ba..75c9b494 100644 --- a/lib/bsp/standalone/src/cortexa9/xpm_counter.c +++ b/lib/bsp/standalone/src/cortexa9/xpm_counter.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2011 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2011 - 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/cortexa9/xpm_counter.h b/lib/bsp/standalone/src/cortexa9/xpm_counter.h index a7a97534..af7fac9e 100644 --- a/lib/bsp/standalone/src/cortexa9/xpm_counter.h +++ b/lib/bsp/standalone/src/cortexa9/xpm_counter.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2011 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2011 - 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/cortexa9/xpseudo_asm.h b/lib/bsp/standalone/src/cortexa9/xpseudo_asm.h index 420f3859..29298617 100644 --- a/lib/bsp/standalone/src/cortexa9/xpseudo_asm.h +++ b/lib/bsp/standalone/src/cortexa9/xpseudo_asm.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/xreg_cortexa9.h b/lib/bsp/standalone/src/cortexa9/xreg_cortexa9.h index 3a31ca93..dc9a4ebd 100644 --- a/lib/bsp/standalone/src/cortexa9/xreg_cortexa9.h +++ b/lib/bsp/standalone/src/cortexa9/xreg_cortexa9.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/xtime_l.c b/lib/bsp/standalone/src/cortexa9/xtime_l.c index a8c943f3..d24f41d1 100644 --- a/lib/bsp/standalone/src/cortexa9/xtime_l.c +++ b/lib/bsp/standalone/src/cortexa9/xtime_l.c @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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/cortexa9/xtime_l.h b/lib/bsp/standalone/src/cortexa9/xtime_l.h index 338d24aa..e5f43b84 100644 --- a/lib/bsp/standalone/src/cortexa9/xtime_l.h +++ b/lib/bsp/standalone/src/cortexa9/xtime_l.h @@ -1,6 +1,6 @@ /****************************************************************************** * -* Copyright (C) 2009 - 2014 Xilinx, Inc. All rights reserved. +* Copyright (C) 2009 - 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