diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/change-log.md | 9 | ||||
-rw-r--r-- | docs/porting-guide.md | 2 | ||||
-rw-r--r-- | docs/user-guide.md | 2 |
3 files changed, 9 insertions, 4 deletions
diff --git a/docs/change-log.md b/docs/change-log.md index 963f5787..841def96 100644 --- a/docs/change-log.md +++ b/docs/change-log.md @@ -41,6 +41,11 @@ Detailed changes since last release them have been merged together, and some alignment constraints on sections have changed. +* Enable third party contributions. Add a new contributing.md containing + instructions for how to contribute and update copyright text in all files to + acknowledge contributors. + + ARM Trusted Firmware - version 0.2 ================================== @@ -112,8 +117,8 @@ releases of the ARM Trusted Firmware. Detailed changes since last release ----------------------------------- -First source release – not applicable. +First source release - not applicable. - - - - - - - - - - - - - - - - - - - - - - - - - - -_Copyright (c) 2013 ARM Ltd. All rights reserved._ +_Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._ diff --git a/docs/porting-guide.md b/docs/porting-guide.md index a3ef99e8..0b071118 100644 --- a/docs/porting-guide.md +++ b/docs/porting-guide.md @@ -928,7 +928,7 @@ provided in the description of the `plat_get_aff_count()` and - - - - - - - - - - - - - - - - - - - - - - - - - - -_Copyright (c) 2013 ARM Ltd. All rights reserved._ +_Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._ [User Guide]: user-guide.md diff --git a/docs/user-guide.md b/docs/user-guide.md index 8a595829..476fc001 100644 --- a/docs/user-guide.md +++ b/docs/user-guide.md @@ -1204,7 +1204,7 @@ kernel at boot time. These can be found in the `fdts` directory. - - - - - - - - - - - - - - - - - - - - - - - - - - -_Copyright (c) 2013 ARM Ltd. All rights reserved._ +_Copyright (c) 2013, ARM Limited and Contributors. All rights reserved._ [Change Log]: change-log.md |