diff options
Diffstat (limited to 'src/setenv.c')
-rw-r--r-- | src/setenv.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/setenv.c b/src/setenv.c index 3c803b0..7c9dcad 100644 --- a/src/setenv.c +++ b/src/setenv.c @@ -4,7 +4,7 @@ The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either - version 2.1 of the License, or (at your option) any later version. + version 3 of the License, or (at your option) any later version. The GNU C Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -12,9 +12,9 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02110-1301 USA. */ + License along with the GNU C Library; if not, + see <http://www.gnu.org/licenses/>. + */ #if HAVE_CONFIG_H # include <config.h> |