diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 18:19:22 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-25 18:19:22 +0000 |
commit | 8c47a73b902659706c78f847055cf57927298b0e (patch) | |
tree | 7173f4069f859af5024538adc3a6129ff47f4fbc /lib/libfontenc/COPYING | |
parent | c7a676696914fed8ec4fc4478bfe09d0c2d0dce0 (diff) |
import from X.Org 7.2RC1
Diffstat (limited to 'lib/libfontenc/COPYING')
-rw-r--r-- | lib/libfontenc/COPYING | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/libfontenc/COPYING b/lib/libfontenc/COPYING new file mode 100644 index 000000000..51327effd --- /dev/null +++ b/lib/libfontenc/COPYING @@ -0,0 +1,19 @@ +Copyright (c) 1998-2001 by Juliusz Chroboczek + +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: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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. |