diff options
Diffstat (limited to 'arch')
-rw-r--r-- | arch/aarch64/cpu/cpu_helpers.S | 2 | ||||
-rw-r--r-- | arch/system/gic/aarch64/gic_v3_sysregs.S | 2 | ||||
-rw-r--r-- | arch/system/gic/gic.h | 2 | ||||
-rw-r--r-- | arch/system/gic/gic_v2.c | 2 | ||||
-rw-r--r-- | arch/system/gic/gic_v2.h | 2 | ||||
-rw-r--r-- | arch/system/gic/gic_v3.h | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/arch/aarch64/cpu/cpu_helpers.S b/arch/aarch64/cpu/cpu_helpers.S index e7fc8f84..da632832 100644 --- a/arch/aarch64/cpu/cpu_helpers.S +++ b/arch/aarch64/cpu/cpu_helpers.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, ARM Limited. All rights reserved. + * Copyright (c) 2013, 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/arch/system/gic/aarch64/gic_v3_sysregs.S b/arch/system/gic/aarch64/gic_v3_sysregs.S index ecbc1f7f..cb5dd79a 100644 --- a/arch/system/gic/aarch64/gic_v3_sysregs.S +++ b/arch/system/gic/aarch64/gic_v3_sysregs.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, ARM Limited. All rights reserved. + * Copyright (c) 2013, 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/arch/system/gic/gic.h b/arch/system/gic/gic.h index f38f42b3..e4beb56a 100644 --- a/arch/system/gic/gic.h +++ b/arch/system/gic/gic.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, ARM Limited. All rights reserved. + * Copyright (c) 2013, 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/arch/system/gic/gic_v2.c b/arch/system/gic/gic_v2.c index f8de290a..6c928d55 100644 --- a/arch/system/gic/gic_v2.c +++ b/arch/system/gic/gic_v2.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, ARM Limited. All rights reserved. + * Copyright (c) 2013, 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/arch/system/gic/gic_v2.h b/arch/system/gic/gic_v2.h index c944df61..284c874d 100644 --- a/arch/system/gic/gic_v2.h +++ b/arch/system/gic/gic_v2.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, ARM Limited. All rights reserved. + * Copyright (c) 2013, 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/arch/system/gic/gic_v3.h b/arch/system/gic/gic_v3.h index a4fe2ce3..9777cf9e 100644 --- a/arch/system/gic/gic_v3.h +++ b/arch/system/gic/gic_v3.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2013, ARM Limited. All rights reserved. + * Copyright (c) 2013, 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: |