From df42f935bfe9703594ad2c411f35d9948ebd7281 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sun, 2 May 2021 01:49:02 +0200 Subject: Increase precision in existing MIT headers based on Git history --- expat/tests/Makefile.am | 4 +++- expat/tests/benchmark/Makefile.am | 3 ++- expat/tests/benchmark/benchmark.c | 6 ++++-- expat/tests/chardata.c | 8 ++++++-- expat/tests/chardata.h | 5 +++-- expat/tests/memcheck.c | 4 ++-- expat/tests/memcheck.h | 4 ++-- expat/tests/minicheck.c | 7 +++++-- expat/tests/minicheck.h | 5 +++-- expat/tests/runtests.c | 13 +++++++++++-- expat/tests/runtestspp.cpp | 4 ++-- expat/tests/structdata.c | 4 ++-- expat/tests/structdata.h | 3 +-- expat/tests/udiffer.py | 3 ++- 14 files changed, 48 insertions(+), 25 deletions(-) (limited to 'expat/tests') diff --git a/expat/tests/Makefile.am b/expat/tests/Makefile.am index 97247175..b34a1542 100644 --- a/expat/tests/Makefile.am +++ b/expat/tests/Makefile.am @@ -6,7 +6,9 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2017 Expat development team +# Copyright (c) 2017-2021 Sebastian Pipping +# Copyright (c) 2017 Rhodri James +# Copyright (c) 2020 Jeffrey Walton # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/benchmark/Makefile.am b/expat/tests/benchmark/Makefile.am index 5ea8dc10..f1bf3365 100644 --- a/expat/tests/benchmark/Makefile.am +++ b/expat/tests/benchmark/Makefile.am @@ -6,7 +6,8 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2017 Expat development team +# Copyright (c) 2017 Sebastian Pipping +# Copyright (c) 2020 Jeffrey Walton # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/benchmark/benchmark.c b/expat/tests/benchmark/benchmark.c index fda8268f..ba2bc6e1 100644 --- a/expat/tests/benchmark/benchmark.c +++ b/expat/tests/benchmark/benchmark.c @@ -6,8 +6,10 @@ \___/_/\_\ .__/ \__,_|\__| |_| XML parser - Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2003-2006 Karl Waclawek + Copyright (c) 2005-2007 Steven Solie + Copyright (c) 2017 Sebastian Pipping + Copyright (c) 2017 Rhodri James Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/chardata.c b/expat/tests/chardata.c index 99b3d8af..d1989a84 100644 --- a/expat/tests/chardata.c +++ b/expat/tests/chardata.c @@ -6,8 +6,12 @@ \___/_/\_\ .__/ \__,_|\__| |_| XML parser - Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2002-2004 Fred L. Drake, Jr. + Copyright (c) 2003 Greg Stein + Copyright (c) 2016 Gilles Espinasse + Copyright (c) 2016-2021 Sebastian Pipping + Copyright (c) 2017 Joe Orton + Copyright (c) 2017 Rhodri James Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/chardata.h b/expat/tests/chardata.h index 4001b9b9..ccb631f6 100644 --- a/expat/tests/chardata.h +++ b/expat/tests/chardata.h @@ -7,8 +7,9 @@ \___/_/\_\ .__/ \__,_|\__| |_| XML parser - Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2002-2004 Fred L. Drake, Jr. + Copyright (c) 2017 Rhodri James + Copyright (c) 2017 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/memcheck.c b/expat/tests/memcheck.c index 41355f6c..48822e5d 100644 --- a/expat/tests/memcheck.c +++ b/expat/tests/memcheck.c @@ -6,8 +6,8 @@ \___/_/\_\ .__/ \__,_|\__| |_| XML parser - Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2017 Rhodri James + Copyright (c) 2017 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/memcheck.h b/expat/tests/memcheck.h index 4d20f4bb..4c0cb728 100644 --- a/expat/tests/memcheck.h +++ b/expat/tests/memcheck.h @@ -7,8 +7,8 @@ \___/_/\_\ .__/ \__,_|\__| |_| XML parser - Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2017 Rhodri James + Copyright (c) 2017 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/minicheck.c b/expat/tests/minicheck.c index ab0c35fd..1c657481 100644 --- a/expat/tests/minicheck.c +++ b/expat/tests/minicheck.c @@ -10,8 +10,11 @@ \___/_/\_\ .__/ \__,_|\__| |_| XML parser - Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2004-2006 Fred L. Drake, Jr. + Copyright (c) 2016-2020 Sebastian Pipping + Copyright (c) 2017 Rhodri James + Copyright (c) 2018 Marco Maggi + Copyright (c) 2019 David Loffredo Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/minicheck.h b/expat/tests/minicheck.h index 88a16584..cc1f8353 100644 --- a/expat/tests/minicheck.h +++ b/expat/tests/minicheck.h @@ -12,8 +12,9 @@ \___/_/\_\ .__/ \__,_|\__| |_| XML parser - Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2004-2006 Fred L. Drake, Jr. + Copyright (c) 2006-2012 Karl Waclawek + Copyright (c) 2016-2017 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/runtests.c b/expat/tests/runtests.c index 51646152..40fdfb43 100644 --- a/expat/tests/runtests.c +++ b/expat/tests/runtests.c @@ -6,8 +6,17 @@ \___/_/\_\ .__/ \__,_|\__| |_| XML parser - Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2001-2006 Fred L. Drake, Jr. + Copyright (c) 2003 Greg Stein + Copyright (c) 2005-2007 Steven Solie + Copyright (c) 2005-2012 Karl Waclawek + Copyright (c) 2016-2021 Sebastian Pipping + Copyright (c) 2017-2018 Rhodri James + Copyright (c) 2017 Joe Orton + Copyright (c) 2017 José Gutiérrez de la Concha + Copyright (c) 2018 Marco Maggi + Copyright (c) 2019 David Loffredo + Copyright (c) 2020 Tim Gates Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/runtestspp.cpp b/expat/tests/runtestspp.cpp index fd3ceaa9..52f53052 100644 --- a/expat/tests/runtestspp.cpp +++ b/expat/tests/runtestspp.cpp @@ -9,8 +9,8 @@ \___/_/\_\ .__/ \__,_|\__| |_| XML parser - Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2005 Fred L. Drake, Jr. + Copyright (c) 2017 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/structdata.c b/expat/tests/structdata.c index 4cdd35f3..d40e6c4b 100644 --- a/expat/tests/structdata.c +++ b/expat/tests/structdata.c @@ -6,8 +6,8 @@ \___/_/\_\ .__/ \__,_|\__| |_| XML parser - Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2017 Rhodri James + Copyright (c) 2017-2021 Sebastian Pipping Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/structdata.h b/expat/tests/structdata.h index 870ffaf2..09881b17 100644 --- a/expat/tests/structdata.h +++ b/expat/tests/structdata.h @@ -7,8 +7,7 @@ \___/_/\_\ .__/ \__,_|\__| |_| XML parser - Copyright (c) 1997-2000 Thai Open Source Software Center Ltd - Copyright (c) 2000-2017 Expat development team + Copyright (c) 2017 Rhodri James Licensed under the MIT license: Permission is hereby granted, free of charge, to any person obtaining diff --git a/expat/tests/udiffer.py b/expat/tests/udiffer.py index 6fb91be7..2b58a4c3 100755 --- a/expat/tests/udiffer.py +++ b/expat/tests/udiffer.py @@ -6,7 +6,8 @@ # \___/_/\_\ .__/ \__,_|\__| # |_| XML parser # -# Copyright (c) 2017 Expat development team +# Copyright (c) 2017 Rhodri James +# Copyright (c) 2017 Sebastian Pipping # Licensed under the MIT license: # # Permission is hereby granted, free of charge, to any person obtaining -- cgit v1.2.1