mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-04-26 07:50:42 +02:00
specs: 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>
This commit is contained in:
parent
b9dedc757e
commit
e99c9338e4
1 changed files with 2 additions and 3 deletions
|
|
@ -16,12 +16,10 @@
|
|||
<affiliation><orgname>IBM Japan</orgname></affiliation>
|
||||
</author>
|
||||
</authorgroup>
|
||||
<copyright><year>1994</year><holder>IBM Corporation</holder></copyright>
|
||||
<copyright><year>1994</year><holder>X Consortium</holder></copyright>
|
||||
|
||||
|
||||
<legalnotice>
|
||||
|
||||
<para role="multiLicensing">Copyright © 1994 IBM Corporation</para>
|
||||
<para>
|
||||
License to use, copy, modify, and distribute this software and its documentation for
|
||||
any purpose and without fee is hereby granted, provided that the above copyright notice
|
||||
|
|
@ -39,6 +37,7 @@ AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
|
|||
WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
</para>
|
||||
|
||||
<para role="multiLicensing">Copyright © 1994 X Consortium</para>
|
||||
<para>
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||
of this software and associated documentation files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue