diff options
Diffstat (limited to 'common/psci')
-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 |
8 files changed, 8 insertions, 8 deletions
diff --git a/common/psci/psci_afflvl_off.c b/common/psci/psci_afflvl_off.c index 22685ba8..0e78aa84 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 c9c3b2ce..c1a2e991 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 186f048b..d91b9210 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 c37658bb..969d33c9 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 74cdf956..65325560 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 f73fc492..2edf77b6 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 7338f1c6..75451676 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 decc18d5..e01789f3 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: |