Gyorgy Szing | 5e429cb | 2019-12-03 20:39:55 +0100 | [diff] [blame] | 1 | CMake Framework |
| 2 | =============== |
| 3 | |
| 4 | This repository holds the CMake Framework designed for the Trusted Firmware-A |
| 5 | project. |
| 6 | |
| 7 | The full documentation of this project is `Sphinx`_ based, lives in the *doc* |
| 8 | sub-directory and is captured in reStructuredText_ format. |
| 9 | |
| 10 | For licensing information please refer to `license.rst`_ |
| 11 | |
| 12 | Contributed content is accepted under the |
| 13 | `Developer Certificate of Origin (DCO)`_ and commit messages shall follow |
| 14 | specific formatting rules (for details please refer to the |
| 15 | *Contributing* sections of the full documentation). |
| 16 | |
| 17 | .. _reStructuredText: http://docutils.sourceforge.net/rst.html |
| 18 | .. _Sphinx: http://www.sphinx-doc.org/en/master/ |
| 19 | .. _`license.rst`: ./license.rst |
| 20 | .. _`Developer Certificate of Origin (DCO)`: ./dco.txt |
| 21 | |
| 22 | -------------- |
| 23 | |
| 24 | *Copyright (c) 2019-2020, Arm Limited and Contributors. All rights reserved.* |
| 25 | |
| 26 | SPDX-License-Identifier: BSD-3-Clause |