diff options
author | Dan Handley <dan.handley@arm.com> | 2014-01-14 18:17:09 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2014-01-17 10:27:53 +0000 |
commit | e83b0cadc67882c1ba7f430d16dab80c9b3a0228 (patch) | |
tree | 6226a39e8ff657261937f2ff070295e053506e08 /lib/arch/aarch64 | |
parent | 54078850239861df3d131d8e152c6712b2bdf22f (diff) |
Update year in copyright text to 2014
Change-Id: Ic7fb61aabae1d515b9e6baf3dd003807ff42da60
Diffstat (limited to 'lib/arch/aarch64')
-rw-r--r-- | lib/arch/aarch64/cache_helpers.S | 2 | ||||
-rw-r--r-- | lib/arch/aarch64/misc_helpers.S | 2 | ||||
-rw-r--r-- | lib/arch/aarch64/sysreg_helpers.S | 2 | ||||
-rw-r--r-- | lib/arch/aarch64/tlb_helpers.S | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/lib/arch/aarch64/cache_helpers.S b/lib/arch/aarch64/cache_helpers.S index d54ecbc0..4072786d 100644 --- a/lib/arch/aarch64/cache_helpers.S +++ b/lib/arch/aarch64/cache_helpers.S @@ -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: diff --git a/lib/arch/aarch64/misc_helpers.S b/lib/arch/aarch64/misc_helpers.S index 3001a45e..40545ba3 100644 --- a/lib/arch/aarch64/misc_helpers.S +++ b/lib/arch/aarch64/misc_helpers.S @@ -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: diff --git a/lib/arch/aarch64/sysreg_helpers.S b/lib/arch/aarch64/sysreg_helpers.S index c53f9522..2faae2a9 100644 --- a/lib/arch/aarch64/sysreg_helpers.S +++ b/lib/arch/aarch64/sysreg_helpers.S @@ -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: diff --git a/lib/arch/aarch64/tlb_helpers.S b/lib/arch/aarch64/tlb_helpers.S index 1706cd2f..bdda52b5 100644 --- a/lib/arch/aarch64/tlb_helpers.S +++ b/lib/arch/aarch64/tlb_helpers.S @@ -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: |