add 4th term to license similar to term 5 in the apache license
This commit is contained in:
14
LICENSE
14
LICENSE
@@ -1,19 +1,27 @@
|
|||||||
Sudo is distributed under the following BSD-style license:
|
Sudo is distributed under the following BSD-style license:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1994-1996,1998,-999 Todd C. Miller <Todd.Miller@courtesan.com>
|
* Copyright (c) 1994-1996,1998-1999 Todd C. Miller <Todd.Miller@courtesan.com>
|
||||||
* All rights reserved.
|
* All rights reserved.
|
||||||
*
|
*
|
||||||
* Redistribution and use in source and binary forms, with or without
|
* Redistribution and use in source and binary forms, with or without
|
||||||
* modification, are permitted provided that the following conditions
|
* modification, are permitted provided that the following conditions
|
||||||
* are met:
|
* are met:
|
||||||
|
*
|
||||||
* 1. Redistributions of source code must retain the above copyright
|
* 1. Redistributions of source code must retain the above copyright
|
||||||
* notice, this list of conditions and the following disclaimer.
|
* notice, this list of conditions and the following disclaimer.
|
||||||
|
*
|
||||||
* 2. Redistributions in binary form must reproduce the above copyright
|
* 2. Redistributions in binary form must reproduce the above copyright
|
||||||
* notice, this list of conditions and the following disclaimer in the
|
* notice, this list of conditions and the following disclaimer in the
|
||||||
* documentation and/or other materials provided with the distribution.
|
* documentation and/or other materials provided with the distribution.
|
||||||
|
*
|
||||||
* 3. The name of the author may not be used to endorse or promote products
|
* 3. The name of the author may not be used to endorse or promote products
|
||||||
* derived from this software without specific prior written permission.
|
* derived from this software without specific prior written permission
|
||||||
|
* from the author.
|
||||||
|
*
|
||||||
|
* 4. Products derived from this software may not be called "Sudo" nor
|
||||||
|
* may "Sudo" appear in their names without specific prior written
|
||||||
|
* permission from the author.
|
||||||
*
|
*
|
||||||
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
* THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES,
|
||||||
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
* INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
|
||||||
@@ -28,7 +36,7 @@ Sudo is distributed under the following BSD-style license:
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
Additionally, lsearch.c, fnmatch.c, getcwd.c, and fnmatch.3 bear
|
Additionally, lsearch.c, fnmatch.c, getcwd.c, and fnmatch.3 bear
|
||||||
the following BSD license:
|
the following UCB license:
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 1989, 1991, 1993, 1994
|
* Copyright (c) 1989, 1991, 1993, 1994
|
||||||
|
Reference in New Issue
Block a user