summaryrefslogtreecommitdiff
path: root/lib/gl/asprintf.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-01 17:05:00 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-01 17:05:00 +0100
commit25e8f23cc4ab9e504cc4876e889f4515d2cf1f67 (patch)
tree63c4600a1cb57a5079889f12c109ffefe41a631b /lib/gl/asprintf.c
parent967e52827e03baeea653a467f68f5896e9e6526a (diff)
downloadgnutls-25e8f23cc4ab9e504cc4876e889f4515d2cf1f67.tar.gz
Updated gnulib.
Diffstat (limited to 'lib/gl/asprintf.c')
-rw-r--r--lib/gl/asprintf.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/gl/asprintf.c b/lib/gl/asprintf.c
index 84728b186f..42b5e0e260 100644
--- a/lib/gl/asprintf.c
+++ b/lib/gl/asprintf.c
@@ -1,5 +1,5 @@
/* Formatted output to strings.
- Copyright (C) 1999, 2002, 2006-2007, 2009-2011 Free Software Foundation,
+ Copyright (C) 1999, 2002, 2006-2007, 2009-2012 Free Software Foundation,
Inc.
This program is free software; you can redistribute it and/or modify
@@ -13,8 +13,7 @@
GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along
- with this program; if not, write to the Free Software Foundation,
- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
+ with this program; if not, see <http://www.gnu.org/licenses/>. */
#include <config.h>