diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-11 17:06:00 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-15 10:35:15 -0400 |
commit | 7f330738f1f5862950b3baa35ff08446093bfd4e (patch) | |
tree | 20993df0bafa4818c3aa23e6732e0849d5918fcd /specs | |
parent | d68d2d2031f623a969784e702c97a07b8cd99010 (diff) |
specs: use DocBook suggested markup for Copyrights
Puts the statement on a single line, using commas to separate years
--> Copyright © 1993, 1994, 1996 X Consortium
As opposed to 3 double-spaced lines.
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'specs')
-rw-r--r-- | specs/ice.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/specs/ice.xml b/specs/ice.xml index 8b6dbf2..0332653 100644 --- a/specs/ice.xml +++ b/specs/ice.xml @@ -24,8 +24,10 @@ </othercredit> </authorgroup> <releaseinfo>Version 1.1</releaseinfo> - <copyright><year>1993</year><holder>X Consortium</holder></copyright> - <copyright><year>1994</year><holder>X Consortium</holder></copyright> + <copyright> + <year>1993</year><year>1994</year> + <holder>X Consortium</holder> + </copyright> <productnumber>X Version 11, Release 7</productnumber> <legalnotice> |