Update year in copyright text to 2014
authorDan Handley <dan.handley@arm.com>
Tue, 14 Jan 2014 18:17:09 +0000 (18:17 +0000)
committerDan Handley <dan.handley@arm.com>
Fri, 17 Jan 2014 10:27:53 +0000 (10:27 +0000)
Change-Id: Ic7fb61aabae1d515b9e6baf3dd003807ff42da60

104 files changed:
Makefile
arch/aarch64/cpu/cpu_helpers.S
arch/system/gic/aarch64/gic_v3_sysregs.S
arch/system/gic/gic.h
arch/system/gic/gic_v2.c
arch/system/gic/gic_v2.h
arch/system/gic/gic_v3.h
bl1/aarch64/bl1_arch_setup.c
bl1/aarch64/bl1_entrypoint.S
bl1/aarch64/early_exceptions.S
bl1/bl1.ld.S
bl1/bl1.mk
bl1/bl1_main.c
bl2/aarch64/bl2_arch_setup.c
bl2/aarch64/bl2_entrypoint.S
bl2/bl2.ld.S
bl2/bl2.mk
bl2/bl2_main.c
bl31/aarch64/bl31_arch_setup.c
bl31/aarch64/bl31_entrypoint.S
bl31/aarch64/exception_handlers.c
bl31/aarch64/runtime_exceptions.S
bl31/bl31.ld.S
bl31/bl31.mk
bl31/bl31_main.c
common/bl_common.c
common/psci/psci_afflvl_off.c
common/psci/psci_afflvl_on.c
common/psci/psci_afflvl_suspend.c
common/psci/psci_common.c
common/psci/psci_entry.S
common/psci/psci_main.c
common/psci/psci_private.h
common/psci/psci_setup.c
common/runtime_svc.c
contributing.md
docs/change-log.md
docs/porting-guide.md
docs/user-guide.md
drivers/arm/interconnect/cci-400/cci400.c
drivers/arm/interconnect/cci-400/cci400.h
drivers/arm/peripherals/pl011/console.h
drivers/arm/peripherals/pl011/pl011.c
drivers/arm/peripherals/pl011/pl011.h
drivers/power/fvp_pwrc.c
drivers/power/fvp_pwrc.h
fdts/fvp-base-gicv2-psci.dts
fdts/fvp-base-gicv2legacy-psci.dts
fdts/fvp-base-gicv3-psci.dts
fdts/fvp-foundation-gicv2-psci.dts
fdts/fvp-foundation-gicv2legacy-psci.dts
fdts/fvp-foundation-gicv3-psci.dts
fdts/fvp-foundation-motherboard.dtsi
fdts/rtsm_ve-motherboard.dtsi
include/aarch64/arch.h
include/aarch64/arch_helpers.h
include/asm_macros.S
include/bakery_lock.h
include/bl1.h
include/bl2.h
include/bl31.h
include/bl_common.h
include/debug.h
include/mmio.h
include/pm.h
include/psci.h
include/runtime_svc.h
include/semihosting.h
include/spinlock.h
include/stdlib/stdio.h
include/stdlib/string.h
include/stdlib/sys/ctype.h
lib/arch/aarch64/cache_helpers.S
lib/arch/aarch64/misc_helpers.S
lib/arch/aarch64/sysreg_helpers.S
lib/arch/aarch64/tlb_helpers.S
lib/mmio.c
lib/semihosting/aarch64/semihosting_call.S
lib/semihosting/semihosting.c
lib/stdlib/abort.c
lib/stdlib/assert.c
lib/stdlib/mem.c
lib/stdlib/printf.c
lib/stdlib/putchar.c
lib/stdlib/puts.c
lib/stdlib/std.c
lib/stdlib/strchr.c
lib/stdlib/strlen.c
lib/stdlib/subr_prf.c
lib/sync/locks/bakery/bakery_lock.c
lib/sync/locks/exclusive/spinlock.S
license.md
plat/common/aarch64/platform_helpers.S
plat/fvp/aarch64/bl1_plat_helpers.S
plat/fvp/aarch64/fvp_common.c
plat/fvp/aarch64/fvp_helpers.S
plat/fvp/bl1_plat_setup.c
plat/fvp/bl2_plat_setup.c
plat/fvp/bl31_plat_setup.c
plat/fvp/fvp_gic.c
plat/fvp/fvp_pm.c
plat/fvp/fvp_topology.c
plat/fvp/platform.h
readme.md

index 75a40222f6f0886576b8df62ea05b74e82a68eab..1f009a51536a732bdc1895029754db67d35cbb16 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
index da63283291ca5b0a8b15d90f91ace629d85b70d8..3ee5917c2649e71ec3166db26a6e4a32ea3c18eb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index cb5dd79af4e62f439eee6dd9722080eaa002f9b9..64c7f8021a14239ccf36d5f0cc61e04031305ce9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index e4beb56a8779d66a9d38fb43f59bca61672afe1d..90a6615cf8f6799e94979c1e467f63c2472276d0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 6c928d55d039a0be4a6f67838966182e431e0509..220ca19453d550ff67ced41e157f33f080e58ae2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 284c874da915ae6ccd87fbc78c687ce30e765383..30bd4fc272891a71838871427ac0fd69976839c9 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 9777cf9e0b05fdddb63a1623f0029b84bac7aefe..9ff46f12898e49e53da904d54b0bac307134fc6e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 655f65de559999e30ec5eb3cb85e807a51e2942a..f308715700f863d1e6e025ef12fae769a6638edb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 19b792c4f1b825f07e08d2d6ae889a662a843c04..9bb9c3492e294eae93df7ea062421ed73674a2ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 12a36f33e6c462b7c508836ad60d60d6186d74d0..d2e65b05acdbb4574a68a8fcf69fecca258cd82b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 3ca2b7104273d5cfab3f272ea065e1bf8786a3a9..48828e8f7bdbe2a120604b83a4bd56856c281b2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index c3f8fbd4a2ca897412e2d1adecb7f31182df2e31..68a7ef72afe3db4028d9e4fec6d624d5b998b781 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
index 5dfb56445a5599c41a4b5a020e5a2fa7d9ff58ec..df92374353b0f4c09353a7e5dd05a7b0e7d5e11b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 6283c1c05fcd1a4a41121347b94aa147df88d31b..7ecf669ba2afac922581c978edb8fbfde5c59a81 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 03d08480789d21f2a5f6b9695211f28deb276361..e5a673d9e0ae5c70388b03454d75af392c47de9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index dee138c88db42d2d1f6bb4f42574c118176a3a8f..c1d5d5c2fd89bafeacf40dff8938b458343ea758 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index beed80c49bf5e4c6da4482b8a365e1086c7d779d..daa8930411bd9f9ea34a1ca04eaff5ca244fa227 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
index 2d976fc7f9da76019cb3532e27c442027acf86df..856493bd706a549434f6ace28f8439a6eb81ff23 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index bbde03853a2407e07f4a9761164e926a805121e7..0079f0fa8fea6c68e3820a6a73cf74f731ca1c69 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 79faf6375cecd8d6d8a34aa98aa5eba8a9a64fe3..62d44e2be5cad49381c1c313111298fe2012dcba 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 4cd3b2404d8ab495f1e74d73be02c810186f140a..3151294cee66ddc7870e68cdfeb1c1d851daefa4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 52163b8d14ccded496e868d2e337cb780d230598..ce0af744c21806d873867d8a4342178740646d29 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 44ea620c8c929cc1c24ef4a6b4d59100bd28b279..423256095bd9fed6543533386d0c3cb074ea1ff5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 4aed11bb177747431a7823569239dc01666ad614..3448623d5e6d21ee97a825fc90d1b45cfae8e2fb 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+# Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
 #
 # Redistribution and use in source and binary forms, with or without
 # modification, are permitted provided that the following conditions are met:
index d60f2524e4a16ba501564719a497e904074fc0d2..538280ab5830ff431d7dd2eb7d2218859590d2d3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index d6ee954f8d7e5db2ad18125456573a5e0755ab4a..0a0c5cd803db8ea8870b8f488a41db94a25d3d1f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 22685ba806fabb7027f18fcfb5a5cbb1a9533f1e..0e78aa84f356a6655ff4a37b2f6594148682b368 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index c9c3b2ce6cc42796cab0e828c5ce880bea2094b2..c1a2e9918dd277ab2746602dca32d23de623ba45 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 186f048b1142d4f0697b8df73077513d18f895b2..d91b9210805467503f91b372d7fa07d907ef8062 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index c37658bb63cb7e851282c0b53679f5093a71aee1..969d33c9f0fbbb32df7a2b4b6ac62f6d9b057ca7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 74cdf956baaceea7e83a1a2e025b94fd8acc5b3d..65325560b5a01bd19193423cd0d47f4f9308a7bd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index f73fc4926eec5d9b59bb8b853b9ca3da7af1e67b..2edf77b6e6160850544a8f09871d0fbb252a91db 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 7338f1c65339120658713b5ebab8ba1c1ac45bee..7545167665a333b8be52752f4e8ff8bb1b3b43f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index decc18d5b8648c99bffb28d9598364f9d00242c2..e01789f315326defb55bd9072b397a2207bb68fb 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 431cfa3c69f553443d7210633bdf6062ef000f95..1bda151b4fa59e63e944c048c23771fcca4a9c53 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 6e4623a475700d55dc5c15ad45eb2f68a94d5dae..b81766c6b7e185189331f705ebfc70c03ceb4c91 100644 (file)
@@ -93,7 +93,7 @@ Submitting Changes
 
 - - - - - - - - - - - - - - - - - - - - - - - - - -
 
-_Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._
+_Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved._
 
 
 [Change Log]:                           ./docs/change-log.md
index 6c9a1973a181bdccbb7de21ca2629782c721c4a1..46191c37abf8c6210fe56588ed28a14b497e82fd 100644 (file)
@@ -165,4 +165,4 @@ First source release - not applicable.
 
 - - - - - - - - - - - - - - - - - - - - - - - - - -
 
-_Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._
+_Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved._
index 11ff3cc58f5a603525dbf313c0f15e8d9e0afaa9..7b2e7d2326ab174bdacf90ba14ded7ae1c7e30ad 100644 (file)
@@ -983,7 +983,7 @@ A copy of the [FreeBSD] sources can be downloaded with `git`.
 
 - - - - - - - - - - - - - - - - - - - - - - - - - -
 
-_Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._
+_Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved._
 
 
 [User Guide]: user-guide.md
index e7efc40b98419a69851bb56073f860855535ae4d..c42bf6bf4e69c2406f0f10eebe4cb48ed05b6ee4 100644 (file)
@@ -1220,7 +1220,7 @@ kernel at boot time. These can be found in the `fdts` directory.
 
 - - - - - - - - - - - - - - - - - - - - - - - - - -
 
-_Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._
+_Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved._
 
 
 [Change Log]: change-log.md
index 55b4032a8daa609ed9a753bcf013094e439b45f7..cd5446fad4e979a5fc2aa035724261019145df66 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 72e6f4e65221ad2e679dc7e5c4cd09b24c728dbc..3921675f78ead7c2c31e6f3a1dfec37490c46938 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 7747d4d0019cf80eb1497f15e80754b70a0ad4f6..ea45b43619169f60dd795e29decb424972b2db4b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index cc18fc09526db9295d19d899508c9d4de0ee9fb4..9d93427d568efa51db7238aa8e2947f112ef95b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 0a30291941566471ac151328d3b07eb9134cc7f4..7a0b4f2b68809c7c46b3807396b24eadb16c31f6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index cbaaa3d4a5164f384a6582f55759ac12b2f22d7a..3916c048d541456b90662b062dc46dd560327a94 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 73d36df7a027855738d3dfc9cb4e2f5555e3ce23..f600a24136988d381acccf40c4583026b1f8c5c1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 646afb7de396435192de233c32b063e9163e5f5e..7924651e528a1e68d8d4cf1c635ddd0e0e71a748 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index a5e0f492270cd9d0d3b69297815227e38891073d..cfd50a7070aa5f58735061d7fe63089f14bfb405 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 4e95ee72bb7cecfbb9c45688b6bbd419cf44aa47..84faeba59cca1ee56344cf0935862bc4d66493b0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 983ae159e9436789a4b2075928e0662024a44ee7..c886f5dcc362aa4e73730b1fca95f37df11e7237 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 18b4f1e38dcd691596078701e81715907e05d374..b62ef2bfb5f2fa1dda93d6cd03c450514d03ed4f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index bbe1e07b360cf2bfb1a75ce71c071d613552ecca..1bf7234dfa2fdf666dfa2f4c4ef441b31c880e64 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index cac7aa2782af4d75bf8645291f0701271716a889..fd41c8ae25c021f7f0c92d002110b1637de0ae7d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 3f429da3259979f0d409cf49805ef530f8c5cb1c..7ba575ea7ab51d928b69b7119d0ab2fd98d765a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 4548926cecd0eab1474b62881e8a6bbfd39d6e77..89b7a3549880e17594da4b284904024e550cfcf2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 12ab570ef53207a976be89b13496ffa492ccd4d0..133f4b7df16d4f0e970fd8c882365558c8674214 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 786c52a2450ab02012fb98184933d31bc6d4fed0..4294be4408e862141ac97bdef8bea8f20c0fb623 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 76ef6d9151cef4b638618f655473696701137ca8..96153bc192c3cf9fd86b726d7e695c253b1310f2 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index ddb5ecfb3b05990cca00c78190ee8e2281b7d847..e1d50c0f72231f89ca8cd3f6aaa9adccecaf19f4 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index e105641530edf87d31d3d5a1a751792c45319931..b9a7b0fa56f90a16f22e753e8c51f2cb58abb39a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index f80eae11f65259d65ba09f81801ad01aea9d0776..d2ce20178cfb7cc724c03cc0018cebadfedd7be0 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 7912ab6f927cf99d7c92d8c225a363fe4ef015a8..2d1d0db04101ed424f78d5cdbb345b304b257e0a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index dcb51e3498295d7d34af7b5b9fefd820069b5242..e3c3c93e2d1f8a3abd6f815df3a70d81a93e024d 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 53f7e31d6962097fc83f09b163afe7180e7fd71d..b72daca1cefc08c3a466f24719b1824a9962304a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 24e080baa7bd37735293311b04c9fb49c48646cb..bfdbf672cfc579f8766e3e7bb8c0e4406647a3c3 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 2a033d0ce17caebf46fdba60cfb3e439a4c68e18..6784612629c0196d60fc0c015458722ad3814188 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 623ed23644219d8d11840e9c89f24762b2a7736f..e5bfcf37e54f48a7b88a510f1e3ca8afa86b75a1 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index b7fbddbf182ccbf19f70a6cedeffcf63d7df16e1..d70fcbaad928bdc694665a44e3c003ce7834b24c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 7436664c3d9794b4f5d7dff003ed2a80dbe44864..94aaa1ac2b8f6a218dbf53a92e486964fdc82a7f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index f59a11507538a969d6b58ec79d96e3f765a5441b..1b8429b662e1e441f9ce1b6badf4a921a87594d1 100644 (file)
@@ -34,7 +34,7 @@
  */
 
 /*
- * Portions copyright (c) 2013, ARM Limited and Contributors.
+ * Portions copyright (c) 2013-2014, ARM Limited and Contributors.
  * All rights reserved.
  */
 
index 832d764232d5aaffca249c7092a3121fa6e88c26..221de03af3667dbb7ff31b8c7c21bc941093f83b 100644 (file)
@@ -31,7 +31,7 @@
  */
 
 /*
- * Portions copyright (c) 2013, ARM Limited and Contributors.
+ * Portions copyright (c) 2013-2014, ARM Limited and Contributors.
  * All rights reserved.
  */
 
index 8e1ab6ed4d53f056bfb6534a74830c4300e5dfd6..f2758b774bb22e9fd44bc194fce1848910ab3cf5 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 /*
- * Portions copyright (c) 2009-2013, ARM Limited and Contributors.
+ * Portions copyright (c) 2009-2014, ARM Limited and Contributors.
  * All rights reserved.
  */
 
index d54ecbc0f59940436e9d6fcde52aa4b0fe4a1496..4072786d4850a3ab69873777fe88e63530a3f1ab 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 3001a45ec8b12c1a14579004b9e0c729d64efde6..40545ba3f92236be2d29e70467c62ae98ab09e28 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index c53f9522258e1cb9779d468c62267dd30b3e8e89..2faae2a9ae3beef086b9f1e6caf2ae4263502238 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 1706cd2f1f1e8baaa3ef57972062e613f8edff29..bdda52b599e8ca056e296940f69d54875b468c02 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 802b1effc3e8231e76c6f40ad6ce9a8462b4cf6e..36ff78051d752c9fdf7a7722aacc0c06652b655c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index f20672306ecd27956e3aff9d16944d9cad450851..07145f5df7f1a6e9f6eae27986f086a5b060a4c7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 1cf895ebcc8c1c9639d1c2e59641844883758d11..1a6d156ea716e475d5ca8de2407a9ae2d8bae47f 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index dd5c2db78921c4548ce9cf8b0ea4b44a37bebc56..2ef3beeaffa05b9d74c2825d2059782009ca5245 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 10753e505e14a2d6aaae8ebbfd25d2c9e510a2d1..8156a280c06770f3110f7c6e2d2f46ad3da73049 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index e072710be6c692b0046609490475ff5d6c73cdb1..145d651ca1cf2be335eda7bb49a7c0324d130392 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 61361b9cb69ff7b8df09d27aa42c853ec2ee4233..323ec0f89918a9171dfc94c5f53d188ae7a1cfe7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index f4b517aa3602acc48d66522a44db5d1a05ce757c..85e4fbdfc1e3fab7223e25377ee3666eb2c95713 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 7549eb8873e01597f139218a1b7a8e8b61fe147b..ca88fc5c2a8a9131948a7a73311b79c4c34df104 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index a9fc8edc4ded1fa94c1183c5b726160e4e3dd8b0..ee308b0eae03497945183f84252b82d60b7c1f7c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 36d273b050552bd4e795f20bfbd0d7aa83958e15..4247dcd36a5335d0678a275447a32ac0b76f49d5 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * Portions copyright (c) 2013, ARM Limited and Contributors.
+ * Portions copyright (c) 2013-2014, ARM Limited and Contributors.
  * All rights reserved.
  */
 
index a388fe437e0a0b71894e793a99b04adba7928ab4..23c3d39293874fcadd92b27faaafcb5e70515c78 100644 (file)
@@ -28,7 +28,7 @@
  */
 
 /*
- * Portions copyright (c) 2009-2013, ARM Limited and Contributors. All rights reserved.
+ * Portions copyright (c) 2009-2014, ARM Limited and Contributors. All rights reserved.
  */
 
 #include <stddef.h>
index 6c11e25851ccc94788e85074eec366839f4099fe..c1035624ecf0b3ba699f6107ad6d766620476371 100644 (file)
@@ -35,7 +35,7 @@
  */
 
 /*
- * Portions copyright (c) 2009-2013, ARM Limited and Contributors.
+ * Portions copyright (c) 2009-2014, ARM Limited and Contributors.
  * All rights reserved.
  */
 
index dab4a7587bb8bc9ef78e983e76957e18181b48b0..964124824ecb0178726378c1d23e0fd233544af5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index aedc312c919cad7524d28f442e3a83d71eaaf380..1b49da27c83216557732d39b222bb1279084fdd8 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index e792455224766b2e82074074bbd9a1b119543618..941b74122e30ffd234978fe1162406083c9e4f15 100644 (file)
@@ -1,4 +1,4 @@
-Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
 
 Redistribution and use in source and binary forms, with or without modification,
 are permitted provided that the following conditions are met:
index 770c1e2381c6d9e669c7562a13a29a6769a4eeae..6388718aca855deb00f338b917ceb462eb62bd03 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 2b9903bc6c826dadc9b1722a64ee00f8a5ce1b8c..f8cfd664cb39a20d03e0984ecf3e9e88a7650a68 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 0e0715ab2363dfee6173f087dc4c4f36f2b76ee5..8568bfe2891217413e4fc5f29185eee76602287a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index e7e844a225c548d91f4c49a74be12303dce4464a..032b393d3830bfffc4f8c9f401d3f8a954429778 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index f3176d5a663f7dcdbf76cefd6a4afbb753eb329d..428b1b32ee4357713a2c339540db6b42c9940fe5 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 978cc9bd8d3880745cc932c9ae87e424989be8f6..567c7d7ed57e6b29faae688b1d4ad8053c840cbd 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 49a936912426815ecb4d7b8d712712022fd7a4cd..425fad6fc622afb6ca02424c7a50d8b7e1481776 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index cb3793d82f5e96e4b27dcf6de9ac7f42778da906..b149b0883d00d290c8127ee48476379240faab9e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index d3abe1d87c024dd50fcb5396515f45e546c0798b..b9948ee3bcc69aab075227518e967da27b103dde 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index 53d45e4623b14640f74e224156cc1728bac81d39..0c8c525963183dc783a22d5790eb34e8513bdc77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index af61488dbb5624560aac54287152f40f14c67494..797e0084f853d6eaa82701233ac4a44501081d2e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2013, ARM Limited and Contributors. All rights reserved.
+ * Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
  * modification, are permitted provided that the following conditions are met:
index aae2dbd644f5b4cfbc7da76dcdc3ed76f4f182c9..2b8bb63f5cb1f9fe63fa5236fd49495e09fb1fd9 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -115,7 +115,7 @@ ARM licensees may contact ARM directly via their partner managers.
 
 - - - - - - - - - - - - - - - - - - - - - - - - - -
 
-_Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._
+_Copyright (c) 2013-2014, ARM Limited and Contributors. All rights reserved._
 
 
 [License]:                  ./license.md "BSD license for ARM Trusted Firmware"