diff options
Diffstat (limited to 'common')
-rw-r--r-- | common/bl_common.c | 2 | ||||
-rw-r--r-- | common/psci/psci_afflvl_off.c | 2 | ||||
-rw-r--r-- | common/psci/psci_afflvl_on.c | 2 | ||||
-rw-r--r-- | common/psci/psci_afflvl_suspend.c | 2 | ||||
-rw-r--r-- | common/psci/psci_common.c | 2 | ||||
-rw-r--r-- | common/psci/psci_entry.S | 2 | ||||
-rw-r--r-- | common/psci/psci_main.c | 2 | ||||
-rw-r--r-- | common/psci/psci_private.h | 2 | ||||
-rw-r--r-- | common/psci/psci_setup.c | 2 | ||||
-rw-r--r-- | common/runtime_svc.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/common/bl_common.c b/common/bl_common.c index d6ee954f8..0a0c5cd80 100644 --- a/common/bl_common.c +++ b/common/bl_common.c @@ -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/common/psci/psci_afflvl_off.c b/common/psci/psci_afflvl_off.c index 22685ba80..0e78aa84f 100644 --- a/common/psci/psci_afflvl_off.c +++ b/common/psci/psci_afflvl_off.c @@ -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/common/psci/psci_afflvl_on.c b/common/psci/psci_afflvl_on.c index c9c3b2ce6..c1a2e9918 100644 --- a/common/psci/psci_afflvl_on.c +++ b/common/psci/psci_afflvl_on.c @@ -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/common/psci/psci_afflvl_suspend.c b/common/psci/psci_afflvl_suspend.c index 186f048b1..d91b92108 100644 --- a/common/psci/psci_afflvl_suspend.c +++ b/common/psci/psci_afflvl_suspend.c @@ -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/common/psci/psci_common.c b/common/psci/psci_common.c index c37658bb6..969d33c9f 100644 --- a/common/psci/psci_common.c +++ b/common/psci/psci_common.c @@ -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/common/psci/psci_entry.S b/common/psci/psci_entry.S index 74cdf956b..65325560b 100644 --- a/common/psci/psci_entry.S +++ b/common/psci/psci_entry.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/common/psci/psci_main.c b/common/psci/psci_main.c index f73fc4926..2edf77b6e 100644 --- a/common/psci/psci_main.c +++ b/common/psci/psci_main.c @@ -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/common/psci/psci_private.h b/common/psci/psci_private.h index 7338f1c65..754516766 100644 --- a/common/psci/psci_private.h +++ b/common/psci/psci_private.h @@ -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/common/psci/psci_setup.c b/common/psci/psci_setup.c index decc18d5b..e01789f31 100644 --- a/common/psci/psci_setup.c +++ b/common/psci/psci_setup.c @@ -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/common/runtime_svc.c b/common/runtime_svc.c index 431cfa3c6..1bda151b4 100644 --- a/common/runtime_svc.c +++ b/common/runtime_svc.c @@ -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: |