diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-19 10:58:40 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-19 15:57:35 -0400 |
commit | bd93bf86fd914a9cc54e2bedec5b063e5a38b732 (patch) | |
tree | 884f433e20c1c45c15701cbb37d5d67ddd68e739 | |
parent | eb9ec458b7fb5332f7ae7b8faf59443a9075ec60 (diff) |
doc: support multi licensed copyright notice and license text
For documentation having multiple licenses, the copyright and legalnotice
elements sequence cannot instantiated multiple times.
The copyright notice and license text are therefore coded inside a
legalnotice element. The role attribute on the paragraph is used to allow
styling of the copyright notice text which should not be italicized.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | doc/xtrans.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/xtrans.xml b/doc/xtrans.xml index c586f6e..0fb62eb 100644 --- a/doc/xtrans.xml +++ b/doc/xtrans.xml @@ -27,7 +27,7 @@ <releaseinfo>Version 0.7</releaseinfo> <legalnotice> -<para> +<para role="multiLicensing"> Copyright © 1993, 1994 NCR Corporation - Dayton, Ohio, USA </para> @@ -60,7 +60,7 @@ CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. </legalnotice> <legalnotice> -<para> +<para role="multiLicensing"> Copyright © 1993, 1994, 2002 The Open Group </para> |