diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-07 06:04:56 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2016-09-07 06:04:56 +0300 |
commit | cc67c7629a217af7fa9a0826dc3eab19eb6794b9 (patch) | |
tree | 6d7cf48b7c3dcb9f707ee49ff1a7dcd844c055c5 /missing_d/setenv.c | |
parent | 70ae7b272eb27f6a9b569d1e96155fc7047f55a2 (diff) | |
parent | 27abead1f32048b6a98a99a110c8541e2746f3b1 (diff) | |
download | egawk-cc67c7629a217af7fa9a0826dc3eab19eb6794b9.tar.gz egawk-cc67c7629a217af7fa9a0826dc3eab19eb6794b9.tar.bz2 egawk-cc67c7629a217af7fa9a0826dc3eab19eb6794b9.zip |
Merge branch 'master' into feature/typed-regex
Diffstat (limited to 'missing_d/setenv.c')
-rw-r--r-- | missing_d/setenv.c | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/missing_d/setenv.c b/missing_d/setenv.c index 2d1bf10c..46885d52 100644 --- a/missing_d/setenv.c +++ b/missing_d/setenv.c @@ -17,11 +17,7 @@ static const char rcsid[] = "Id: setenv.c,v 1.2 2005/04/27 04:56:11 sra Exp"; * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. All advertising materials mentioning features or use of this software - * must display the following acknowledgement: - * This product includes software developed by the University of - * California, Berkeley and its contributors. - * 4. Neither the name of the University nor the names of its contributors + * 3. Neither the name of the University nor the names of its contributors * may be used to endorse or promote products derived from this software * without specific prior written permission. * @@ -38,6 +34,22 @@ static const char rcsid[] = "Id: setenv.c,v 1.2 2005/04/27 04:56:11 sra Exp"; * SUCH DAMAGE. */ +/* + * Per the statement at http://opensource.org/licenses/bsd-license.php, + * + * The advertising clause in the license appearing on BSD Unix files was + * officially rescinded by the Director of the Office of Technology + * Licensing of the University of California on July 22 1999. He states + * that clause 3 is "hereby deleted in its entirety." + * + * I removed the advertising clause in the above copyright. + * The above web site points to + * ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change. + * + * Arnold Robbins + * 7 September 2016 + */ + /* #include "port_before.h" */ #include <stddef.h> |