summaryrefslogtreecommitdiff
path: root/expat/examples
diff options
context:
space:
mode:
authorSebastian Pipping <sebastian@pipping.org>2021-05-02 01:49:02 +0200
committerSebastian Pipping <sebastian@pipping.org>2021-05-02 19:53:29 +0200
commitdf42f935bfe9703594ad2c411f35d9948ebd7281 (patch)
tree4354e3fc046425fbc2bd36517ee3c19cb4ad9d93 /expat/examples
parent8c6f0369db15dcb2f1500837a0c4d3347146bea4 (diff)
downloadlibexpat-git-df42f935bfe9703594ad2c411f35d9948ebd7281.tar.gz
Increase precision in existing MIT headers based on Git history
Diffstat (limited to 'expat/examples')
-rw-r--r--expat/examples/Makefile.am3
-rw-r--r--expat/examples/elements.c7
-rw-r--r--expat/examples/outline.c8
3 files changed, 14 insertions, 4 deletions
diff --git a/expat/examples/Makefile.am b/expat/examples/Makefile.am
index c3b1f7be..d386b592 100644
--- a/expat/examples/Makefile.am
+++ b/expat/examples/Makefile.am
@@ -6,7 +6,8 @@
# \___/_/\_\ .__/ \__,_|\__|
# |_| XML parser
#
-# Copyright (c) 2017 Expat development team
+# Copyright (c) 2017 Sebastian Pipping <sebastian@pipping.org>
+# Copyright (c) 2020 Jeffrey Walton <noloader@gmail.com>
# Licensed under the MIT license:
#
# Permission is hereby granted, free of charge, to any person obtaining
diff --git a/expat/examples/elements.c b/expat/examples/elements.c
index eb0c729b..2b664561 100644
--- a/expat/examples/elements.c
+++ b/expat/examples/elements.c
@@ -11,7 +11,12 @@
|_| XML parser
Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
- Copyright (c) 2000-2017 Expat development team
+ 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) 2016-2019 Sebastian Pipping <sebastian@pipping.org>
+ Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
+ Copyright (c) 2019 Zhongyuan Zhou <zhouzhongyuan@huawei.com>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining
diff --git a/expat/examples/outline.c b/expat/examples/outline.c
index d996b8e3..4ed041fe 100644
--- a/expat/examples/outline.c
+++ b/expat/examples/outline.c
@@ -8,8 +8,12 @@
\___/_/\_\ .__/ \__,_|\__|
|_| XML parser
- Copyright (c) 1997-2000 Thai Open Source Software Center Ltd
- Copyright (c) 2000-2017 Expat development team
+ 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-2006 Karl Waclawek <karl@waclawek.net>
+ Copyright (c) 2016-2019 Sebastian Pipping <sebastian@pipping.org>
+ Copyright (c) 2017 Rhodri James <rhodri@wildebeest.org.uk>
Licensed under the MIT license:
Permission is hereby granted, free of charge, to any person obtaining