diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-21 19:35:12 -0400 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-21 19:36:30 -0400 |
commit | 8f35303d8d40a68deb8c4830e8946ea356b0577f (patch) | |
tree | 9b7cbc03b73a96a4632599b8b299e91b174afa26 | |
parent | 7c7f6b9e21cea649e833afa4402fd4848c97e047 (diff) |
geproto spec: add missing copyright with the author's permission
http://cgit.freedesktop.org/xorg/proto/xextproto/commit/geproto.txt
?id=69356e4165f11f3ed4b377d29df038549191a91e
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | specs/geproto.xml | 32 |
1 files changed, 31 insertions, 1 deletions
diff --git a/specs/geproto.xml b/specs/geproto.xml index 7684ac8..4cca9ac 100644 --- a/specs/geproto.xml +++ b/specs/geproto.xml @@ -12,7 +12,37 @@ <surname>Hutterer</surname> <email>peter.hutterer@who-t.net</email> </author> - <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> + <releaseinfo>Version 1.0</releaseinfo> + <copyright><year>2007</year><holder>Peter Hutterer</holder></copyright> + + <legalnotice> + <para> + Permission is hereby granted, free of charge, to any person obtaining a + copy of this software and associated documentation files (the "Software"), + to deal in the Software without restriction, including without limitation + the rights to use, copy, modify, merge, publish, distribute, sublicense, + and/or sell copies of the Software, and to permit persons to whom the + Software is furnished to do so, subject to the following conditions: + </para> + + <para> + The above copyright notice and this permission notice (including the next + paragraph) shall be included in all copies or substantial portions of the + Software. + </para> + + <para> + THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR + IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, + FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE + AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER + LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING + FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER + DEALINGS IN THE SOFTWARE. + </para> + </legalnotice> + </bookinfo> <chapter> |