From: Vincent Archer Date: Thu, 30 Dec 2010 16:34:28 +0000 (-0500) Subject: Windows: MIT license applies to parsemode() X-Git-Tag: upstream/1.6.0.pre2^2~93 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=02a52022fe1f2d08ce62b053d2ce48b041487352;p=packages%2Fo%2Fopenafs.git Windows: MIT license applies to parsemode() Vincent Archer grants permission to OpenAFS to re-license his MINIX contributions under the MIT license. A copy of the e-mail granting permission is located in OpenAFS RT issue 128805. FIXES 128805 Reviewed-on: http://gerrit.openafs.org/3605 Tested-by: Jeffrey Altman Reviewed-by: Jeffrey Altman (cherry picked from commit 616763cd077fab807da21590bd9ad3b0b02ea844) Change-Id: I4ccd8e976185b98536e061a20be43805db619a4a Reviewed-on: http://gerrit.openafs.org/3811 Tested-by: BuildBot Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/WINNT/afsd/parsemode.c b/src/WINNT/afsd/parsemode.c index e341803be..7af13eca6 100644 --- a/src/WINNT/afsd/parsemode.c +++ b/src/WINNT/afsd/parsemode.c @@ -1,8 +1,23 @@ /* - * Copyright 1991 by Vincent Archer. - * You may freely redistribute this software, in source or binary - * form, provided that you do not alter this copyright mention in any - * way. + * Copyright 1991 by Vicent Archer. All rights reserved. + * + * 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. */ #include diff --git a/src/WINNT/afsd/parsemode.h b/src/WINNT/afsd/parsemode.h index 30ca6bcbf..b3aef1939 100644 --- a/src/WINNT/afsd/parsemode.h +++ b/src/WINNT/afsd/parsemode.h @@ -1,8 +1,23 @@ /* - * Copyright 1991 by Vincent Archer. - * You may freely redistribute this software, in source or binary - * form, provided that you do not alter this copyright mention in any - * way. + * Copyright 1991 by Vicent Archer. All rights reserved. + * + * 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. */ #ifndef OPENAFS_WINNT_AFSD_PARSEMODE_H