diff options
| author | Eric van Gyzen <vangyzen@FreeBSD.org> | 2022-03-02 20:07:27 +0000 |
|---|---|---|
| committer | Eric van Gyzen <vangyzen@FreeBSD.org> | 2022-03-02 22:40:47 +0000 |
| commit | ac69e5d471014c95070cd6294db315089a62725b (patch) | |
| tree | 4f74ae22ca246dcd3bda49ced80bc88c49600a28 /contrib/expat/examples | |
| parent | 17f564a784e9d6b11eabce9dfd11302ae7632b23 (diff) | |
| parent | d1b143ee9a5c249312ffa20988d3d91830fab7eb (diff) | |
Diffstat (limited to 'contrib/expat/examples')
| -rw-r--r-- | contrib/expat/examples/Makefile.in | 1 | ||||
| -rw-r--r-- | contrib/expat/examples/elements.c | 2 | ||||
| -rw-r--r-- | contrib/expat/examples/outline.c | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/contrib/expat/examples/Makefile.in b/contrib/expat/examples/Makefile.in index d476e53526bd..8528d439290b 100644 --- a/contrib/expat/examples/Makefile.in +++ b/contrib/expat/examples/Makefile.in @@ -230,6 +230,7 @@ AWK = @AWK@ CC = @CC@ CCDEPMODE = @CCDEPMODE@ CFLAGS = @CFLAGS@ +CMAKE_SHARED_LIBRARY_PREFIX = @CMAKE_SHARED_LIBRARY_PREFIX@ CPPFLAGS = @CPPFLAGS@ CSCOPE = @CSCOPE@ CTAGS = @CTAGS@ diff --git a/contrib/expat/examples/elements.c b/contrib/expat/examples/elements.c index 2b6645610771..481d44472686 100644 --- a/contrib/expat/examples/elements.c +++ b/contrib/expat/examples/elements.c @@ -13,7 +13,7 @@ Copyright (c) 1997-2000 Thai Open Source Software Center Ltd Copyright (c) 2001-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> Copyright (c) 2004-2006 Karl Waclawek <karl@waclawek.net> - Copyright (c) 2005-2007 Steven Solie <ssolie@users.sourceforge.net> + Copyright (c) 2005-2007 Steven Solie <steven@solie.ca> Copyright (c) 2016-2019 Sebastian Pipping <sebastian@pipping.org> Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk> Copyright (c) 2019 Zhongyuan Zhou <zhouzhongyuan@huawei.com> diff --git a/contrib/expat/examples/outline.c b/contrib/expat/examples/outline.c index 4ed041febb37..936f0e09053f 100644 --- a/contrib/expat/examples/outline.c +++ b/contrib/expat/examples/outline.c @@ -10,7 +10,7 @@ Copyright (c) 2000 Clark Cooper <coopercc@users.sourceforge.net> Copyright (c) 2001-2003 Fred L. Drake, Jr. <fdrake@users.sourceforge.net> - Copyright (c) 2005-2007 Steven Solie <ssolie@users.sourceforge.net> + Copyright (c) 2005-2007 Steven Solie <steven@solie.ca> Copyright (c) 2005-2006 Karl Waclawek <karl@waclawek.net> Copyright (c) 2016-2019 Sebastian Pipping <sebastian@pipping.org> Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk> |
