mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-23 05:15:32 +08:00
Add unicode support for commonly used characters like copyright.
- This change makes the copyright character easier to see on editors lacking good unicode rendering support, ie terminals.
This commit is contained in:
parent
4407039110
commit
fb72a002a3
@ -1,15 +1,17 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
=======================================
|
||||
RTEMS BSP and Driver Guide (|version|).
|
||||
=======================================
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 2017 Christian Mauderer
|
||||
| © 2016, 2018 embedded brains GmbH
|
||||
| © 2016, 2018 Sebastian Huber
|
||||
| © 1988, 2017 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 2017 Christian Mauderer
|
||||
| |copy| 2016, 2018 embedded brains GmbH
|
||||
| |copy| 2016, 2018 Sebastian Huber
|
||||
| |copy| 1988, 2017 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
@ -1,18 +1,20 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
====================================
|
||||
RTEMS Classic API Guide (|version|).
|
||||
====================================
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 2017 Chris Johns
|
||||
| © 2017 Kuan-Hsun Chen
|
||||
| © 2016, 2018 embedded brains GmbH
|
||||
| © 2016, 2018 Sebastian Huber
|
||||
| © 2011 Petr Benes
|
||||
| © 2010 Gedare Bloom
|
||||
| © 1988, 2018 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 2017 Chris Johns
|
||||
| |copy| 2017 Kuan-Hsun Chen
|
||||
| |copy| 2016, 2018 embedded brains GmbH
|
||||
| |copy| 2016, 2018 Sebastian Huber
|
||||
| |copy| 2011 Petr Benes
|
||||
| |copy| 2010 Gedare Bloom
|
||||
| |copy| 1988, 2018 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
5
common/unicode.rst
Normal file
5
common/unicode.rst
Normal file
@ -0,0 +1,5 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. Copyright (C) 2019 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
.. |copy| unicode:: U+000A9 .. COPYRIGHT SIGN
|
@ -1,16 +1,18 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
==============================================
|
||||
RTEMS CPU Architecture Supplement (|version|).
|
||||
==============================================
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 2016, 2018 embedded brains GmbH
|
||||
| © 2016, 2018 Sebastian Huber
|
||||
| © 2014, 2015 Hesham Almatary
|
||||
| © 2010 Gedare Bloom
|
||||
| © 1988, 2018 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 2016, 2018 embedded brains GmbH
|
||||
| |copy| 2016, 2018 Sebastian Huber
|
||||
| |copy| 2014, 2015 Hesham Almatary
|
||||
| |copy| 2010 Gedare Bloom
|
||||
| |copy| 1988, 2018 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
@ -1,12 +1,14 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
================================================
|
||||
RTEMS Development Environment Guide (|version|).
|
||||
================================================
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 1988, 2015 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 1988, 2015 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
.. Copyright (C) 2016 Chris Johns <chrisj@rtems.org>
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
.. highlight:: c
|
||||
|
||||
=================================
|
||||
@ -10,7 +12,7 @@ RTEMS Eclipse Manual (|version|).
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 1988, 2015 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 1988, 2015 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
@ -3,13 +3,15 @@
|
||||
.. Copyright (C) 2016, 2018 RTEMS Foundation, The RTEMS Documentation Project
|
||||
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
================================================
|
||||
RTEMS Software Engineering Handbook (|version|)
|
||||
================================================
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 1988, 2015 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 1988, 2015 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
@ -1,12 +1,14 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
==========================================
|
||||
RTEMS Filesystem Design Guide (|version|).
|
||||
==========================================
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 1988, 2015 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 1988, 2015 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
.. highlight:: c
|
||||
|
||||
======================================
|
||||
@ -8,8 +10,8 @@ RTEMS Network User Manual (|version|).
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 2018 Marçal Comajoan Cara
|
||||
| © 1988, 2015 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 2018 Marçal Comajoan Cara
|
||||
| |copy| 1988, 2015 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
@ -1,12 +1,14 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
================================
|
||||
RTEMS Porting Guide (|version|).
|
||||
================================
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 1988, 2016 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 1988, 2016 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
@ -1,13 +1,15 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
================================================
|
||||
RTEMS POSIX 1003.1 Compliance Guide (|version|).
|
||||
================================================
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 2017 Chris Johns
|
||||
| © 1988, 2018 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 2017 Chris Johns
|
||||
| |copy| 1988, 2018 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
@ -1,14 +1,16 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
==================================
|
||||
RTEMS POSIX API Guide (|version|).
|
||||
==================================
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 2018 Marçal Comajoan Cara
|
||||
| © 2017 Gedare Bloom
|
||||
| © 1988, 2018 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 2018 Marçal Comajoan Cara
|
||||
| |copy| 2017 Gedare Bloom
|
||||
| |copy| 1988, 2018 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
@ -2,16 +2,18 @@
|
||||
|
||||
.. Copyright (C) 1988, 2008 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
==============================
|
||||
RTEMS Shell Guide (|version|).
|
||||
==============================
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 2016, 2018 Chris Johns
|
||||
| © 2016, 2017 embedded brains GmbH
|
||||
| © 2016, 2017 Sebastian Huber
|
||||
| © 1988, 2017 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 2016, 2018 Chris Johns
|
||||
| |copy| 2016, 2017 embedded brains GmbH
|
||||
| |copy| 2016, 2017 Sebastian Huber
|
||||
| |copy| 1988, 2017 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
.. SPDX-License-Identifier: CC-BY-SA-4.0
|
||||
|
||||
.. include:: ../common/unicode.rst
|
||||
|
||||
.. highlight:: c
|
||||
|
||||
==============================
|
||||
@ -8,14 +10,14 @@ RTEMS User Manual (|version|).
|
||||
|
||||
.. topic:: Copyrights and License
|
||||
|
||||
| © 2018 Amaan Cheval
|
||||
| © 2018 Marçal Comajoan Cara
|
||||
| © 2018 Vidushi Vashishth
|
||||
| © 2017 Tanu Hari Dixit
|
||||
| © 2016, 2019 embedded brains GmbH
|
||||
| © 2016, 2019 Sebastian Huber
|
||||
| © 2012, 2015 Chris Johns
|
||||
| © 1988, 2018 On-Line Applications Research Corporation (OAR)
|
||||
| |copy| 2018 Amaan Cheval
|
||||
| |copy| 2018 Marçal Comajoan Cara
|
||||
| |copy| 2018 Vidushi Vashishth
|
||||
| |copy| 2017 Tanu Hari Dixit
|
||||
| |copy| 2016, 2019 embedded brains GmbH
|
||||
| |copy| 2016, 2019 Sebastian Huber
|
||||
| |copy| 2012, 2019 Chris Johns
|
||||
| |copy| 1988, 2018 On-Line Applications Research Corporation (OAR)
|
||||
|
||||
.. include:: ../common/license.rst
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user