diff options
author | Dan Handley <dan.handley@arm.com> | 2013-12-02 19:25:12 +0000 |
---|---|---|
committer | Dan Handley <dan.handley@arm.com> | 2013-12-05 11:34:09 +0000 |
commit | ab2d31edbd9dea69bd1ca495e3fce0511c9d42ff (patch) | |
tree | f8b6e77c7c5a4636a292a353395f3c0ecc233dd5 /drivers | |
parent | cd29b0a60ca98dafe3904165ff33b06af350255a (diff) |
Enable third party contributions
- Add instructions for contributing to ARM Trusted Firmware.
- Update copyright text in all files to acknowledge contributors.
Change-Id: I9311aac81b00c6c167d2f8c889aea403b84450e5
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/arm/interconnect/cci-400/cci400.c | 2 | ||||
-rw-r--r-- | drivers/arm/interconnect/cci-400/cci400.h | 2 | ||||
-rw-r--r-- | drivers/arm/peripherals/pl011/console.h | 2 | ||||
-rw-r--r-- | drivers/arm/peripherals/pl011/pl011.c | 2 | ||||
-rw-r--r-- | drivers/arm/peripherals/pl011/pl011.h | 2 | ||||
-rw-r--r-- | drivers/power/fvp_pwrc.c | 2 | ||||
-rw-r--r-- | drivers/power/fvp_pwrc.h | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/drivers/arm/interconnect/cci-400/cci400.c b/drivers/arm/interconnect/cci-400/cci400.c index 60586ab2..55b4032a 100644 --- a/drivers/arm/interconnect/cci-400/cci400.c +++ b/drivers/arm/interconnect/cci-400/cci400.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/drivers/arm/interconnect/cci-400/cci400.h b/drivers/arm/interconnect/cci-400/cci400.h index 62e2fbb1..72e6f4e6 100644 --- a/drivers/arm/interconnect/cci-400/cci400.h +++ b/drivers/arm/interconnect/cci-400/cci400.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/drivers/arm/peripherals/pl011/console.h b/drivers/arm/peripherals/pl011/console.h index b98db612..7747d4d0 100644 --- a/drivers/arm/peripherals/pl011/console.h +++ b/drivers/arm/peripherals/pl011/console.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/drivers/arm/peripherals/pl011/pl011.c b/drivers/arm/peripherals/pl011/pl011.c index 2f6f5ea4..cc18fc09 100644 --- a/drivers/arm/peripherals/pl011/pl011.c +++ b/drivers/arm/peripherals/pl011/pl011.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/drivers/arm/peripherals/pl011/pl011.h b/drivers/arm/peripherals/pl011/pl011.h index 53b4dab2..0a302919 100644 --- a/drivers/arm/peripherals/pl011/pl011.h +++ b/drivers/arm/peripherals/pl011/pl011.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/drivers/power/fvp_pwrc.c b/drivers/power/fvp_pwrc.c index c7db33be..2b98b054 100644 --- a/drivers/power/fvp_pwrc.c +++ b/drivers/power/fvp_pwrc.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/drivers/power/fvp_pwrc.h b/drivers/power/fvp_pwrc.h index a2efcc53..050c33b6 100644 --- a/drivers/power/fvp_pwrc.h +++ b/drivers/power/fvp_pwrc.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: |