diff options
author | Jim Meyering <jim@meyering.net> | 2003-06-18 08:03:45 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2003-06-18 08:03:45 +0000 |
commit | ff85d09b52e554ad6a1f2029496a553a16abe741 (patch) | |
tree | b5a8e5a43683a76925991e9c3d9bd6ad8706189c /lib | |
parent | a44ae437d19fa06b5aa3a711ce5104874b861875 (diff) | |
download | coreutils-ff85d09b52e554ad6a1f2029496a553a16abe741.tar.xz |
from gnulib: add copyright notice
Diffstat (limited to 'lib')
-rw-r--r-- | lib/xreadlink.h | 21 | ||||
-rw-r--r-- | lib/xstrtod.h | 20 |
2 files changed, 41 insertions, 0 deletions
diff --git a/lib/xreadlink.h b/lib/xreadlink.h index 4181a85cc..d9441215f 100644 --- a/lib/xreadlink.h +++ b/lib/xreadlink.h @@ -1 +1,22 @@ +/* readlink wrapper to return the link name in malloc'd storage + + Copyright (C) 2001, 2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; see the file COPYING. + If not, write to the Free Software Foundation, + 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +/* Written by Jim Meyering <jim@meyering.net> */ + char *xreadlink (char const *); diff --git a/lib/xstrtod.h b/lib/xstrtod.h index 7af233b2e..729185033 100644 --- a/lib/xstrtod.h +++ b/lib/xstrtod.h @@ -1,3 +1,23 @@ +/* Error-checking interface to strtod. + + Copyright (C) 1996, 1998, 2003 Free Software Foundation, Inc. + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2, or (at your option) + any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software Foundation, + Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ + +/* Written by Jim Meyering. */ + #ifndef XSTRTOD_H # define XSTRTOD_H 1 |