Mercurial > hg > octave-kai > gnulib-hg
annotate COPYING @ 7379:3ee6e46a13c3
[lib/ChangeLog]
This function could end up with a definition for a function
named __strndup, rather than rpl_strndup on a system with
incomplete weak_alias support.
* strndup.c (strndup): Rename from __strndup.
Remove #defines that used to map __strndup to strndup.
Don't use K&R prototypes.
Remove LIBC-related code, since this file is not sync'd with glibc.
* strndup.h: Revamp, accordingly.
[m4/ChangeLog]
* strndup.m4: Modernize.
author | Jim Meyering <jim@meyering.net> |
---|---|
date | Thu, 28 Sep 2006 11:16:05 +0000 |
parents | 40611dd456ca |
children | 70e0e23ed97a |
rev | line source |
---|---|
5235
40611dd456ca
update info on license situation
Karl Berry <karl@freefriends.org>
parents:
3563
diff
changeset
|
1 $Id: COPYING,v 1.2 2004-09-15 15:59:43 karl Exp $ |
40611dd456ca
update info on license situation
Karl Berry <karl@freefriends.org>
parents:
3563
diff
changeset
|
2 The files in here are mostly copyright (C) Free Software Foundation, and |
40611dd456ca
update info on license situation
Karl Berry <karl@freefriends.org>
parents:
3563
diff
changeset
|
3 are under assorted licenses. Mostly, but not entirely, GPL. |
3563
1a9a7f5d6536
Checking initial copies various licenses, README, and general COPYING document.
Jeff Bailey <jbailey@nisa.net>
parents:
diff
changeset
|
4 |
5235
40611dd456ca
update info on license situation
Karl Berry <karl@freefriends.org>
parents:
3563
diff
changeset
|
5 Some of the source files in lib/ have different licenses. Also, the |
40611dd456ca
update info on license situation
Karl Berry <karl@freefriends.org>
parents:
3563
diff
changeset
|
6 copy of maintain.texi in doc/ has a verbatim-copying license, and |
40611dd456ca
update info on license situation
Karl Berry <karl@freefriends.org>
parents:
3563
diff
changeset
|
7 doc/standards.texi and make-stds.texi are GFDL. |