diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2021-02-04 10:08:28 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2021-02-04 10:08:57 +0900 |
commit | 99a33f08e5808e9b4ea40f9ba0d717196b2ef090 (patch) | |
tree | cc6d986a1f22e98bfcd987e83778d829f1dbecde /libc | |
parent | 40d523a658c1a2e2311f0d588a96cbfb7eded09f (diff) | |
download | libidn-99a33f08e5808e9b4ea40f9ba0d717196b2ef090.tar.gz libidn-99a33f08e5808e9b4ea40f9ba0d717196b2ef090.tar.bz2 libidn-99a33f08e5808e9b4ea40f9ba0d717196b2ef090.zip |
Imported Upstream version 1.23upstream/1.23upstream
Change-Id: Icfaf3a8b6a8c778e14a771acd595696cdbded864
Diffstat (limited to 'libc')
-rw-r--r-- | libc/README | 3 | ||||
-rw-r--r-- | libc/example.c | 2 | ||||
-rw-r--r-- | libc/getaddrinfo-idn.txt | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/libc/README b/libc/README index d57412e..0515be2 100644 --- a/libc/README +++ b/libc/README @@ -1,5 +1,6 @@ Libidn libc/README -- Instructions for building as a GNU Libc add-on. -Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Simon Josefsson +Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 Simon +Josefsson See the end for copying conditions. GNU Libidn is now part of GNU Libc, so the stand-alone patch and diff --git a/libc/example.c b/libc/example.c index 02c9bcb..24fab5f 100644 --- a/libc/example.c +++ b/libc/example.c @@ -1,5 +1,5 @@ /* example.c --- Example code showing how to use IDN enabled getaddrinfo(). - * Copyright (C) 2003, 2004 Simon Josefsson + * Copyright (C) 2003, 2004, 2010, 2011 Simon Josefsson * * This file is part of GNU Libidn. * diff --git a/libc/getaddrinfo-idn.txt b/libc/getaddrinfo-idn.txt index 73705d6..004aeaa 100644 --- a/libc/getaddrinfo-idn.txt +++ b/libc/getaddrinfo-idn.txt @@ -1,5 +1,5 @@ Libidn getaddrinfo-idn.txt -- Proposal for IDN support in POSIX getaddrinfo. -Copyright (C) 2003, 2004 Simon Josefsson +Copyright (C) 2003, 2004, 2010, 2011 Simon Josefsson See the end for copying conditions. Background |