aboutsummaryrefslogtreecommitdiffstats
path: root/src/setenv.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2007-07-05 18:32:34 +0000
committerWerner Koch <[email protected]>2007-07-05 18:32:34 +0000
commit49a4ba3ce049f29fc5021605b7bdec71040a8fa2 (patch)
treec5928dc324cc90a6554e2f807bbd5271b1a06808 /src/setenv.c
parent2007-07-04 Marcus Brinkmann <[email protected]> (diff)
downloadlibassuan-1.0.2.tar.gz
libassuan-1.0.2.zip
Switched to LGPLv3.libassuan-1.0.2
Diffstat (limited to 'src/setenv.c')
-rw-r--r--src/setenv.c8
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>