diff options
author | Karl Berry <karl@freefriends.org> | 2012-03-20 18:32:51 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-03-20 18:32:51 +0000 |
commit | c47d4dc7d210f1c8b73f4cdde19668d7ae4bf7c2 (patch) | |
tree | 3b4dbb41849706f648ab896d814903ddc675844f /Build/source/texk/seetexk/error.c | |
parent | 34eeb3b2c6708aa1e4076224003015db7aaa5767 (diff) |
use X11 license per UMD CS department and Angus Duggan
git-svn-id: svn://tug.org/texlive/trunk@25709 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk/error.c')
-rw-r--r-- | Build/source/texk/seetexk/error.c | 27 |
1 files changed, 21 insertions, 6 deletions
diff --git a/Build/source/texk/seetexk/error.c b/Build/source/texk/seetexk/error.c index 330eb65a328..6744f047deb 100644 --- a/Build/source/texk/seetexk/error.c +++ b/Build/source/texk/seetexk/error.c @@ -1,9 +1,24 @@ -/* - * Copyright (c) 1987, 1989 University of Maryland - * Department of Computer Science. All rights reserved. - * Permission to copy for any purpose is hereby granted - * so long as this copyright notice remains intact. - */ +/* Copyright (c) 1987, 1989, 2012 University of Maryland Department of + Computer Science. + + 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, this permission + notice and the disclaimer statement 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. +*/ /* * Print an error message with an optional system error number, and |