From 678a6bc3ce08bf1ac9981e5ce17053bb88cb104a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 13:27:32 +0100 Subject: Use email address instead of website for attribution --- COPYING | 2 +- include/sord/sord.h | 2 +- include/sord/sordmm.hpp | 2 +- src/sord.c | 2 +- src/sord_config.h | 2 +- src/sord_internal.h | 2 +- src/sord_test.c | 2 +- src/sord_validate.c | 4 ++-- src/sordi.c | 4 ++-- src/sordmm_test.cpp | 2 +- src/syntax.c | 2 +- src/zix/btree.c | 2 +- src/zix/btree.h | 2 +- src/zix/common.h | 2 +- src/zix/digest.c | 2 +- src/zix/digest.h | 2 +- src/zix/hash.c | 2 +- src/zix/hash.h | 2 +- 18 files changed, 20 insertions(+), 20 deletions(-) diff --git a/COPYING b/COPYING index 7121a87..dd19b51 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright 2011-2016 David Robillard +Copyright 2011-2016 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/include/sord/sord.h b/include/sord/sord.h index 3179dd0..a327031 100644 --- a/include/sord/sord.h +++ b/include/sord/sord.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2016 David Robillard + Copyright 2011-2016 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/include/sord/sordmm.hpp b/include/sord/sordmm.hpp index d404684..32027cd 100644 --- a/include/sord/sordmm.hpp +++ b/include/sord/sordmm.hpp @@ -1,5 +1,5 @@ /* - Copyright 2011-2013 David Robillard + Copyright 2011-2013 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/sord.c b/src/sord.c index 45881a3..05e822c 100644 --- a/src/sord.c +++ b/src/sord.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2016 David Robillard + Copyright 2011-2016 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/sord_config.h b/src/sord_config.h index f4b54c1..00bb31d 100644 --- a/src/sord_config.h +++ b/src/sord_config.h @@ -1,5 +1,5 @@ /* - Copyright 2021 David Robillard + Copyright 2021 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/sord_internal.h b/src/sord_internal.h index c33dace..4aef846 100644 --- a/src/sord_internal.h +++ b/src/sord_internal.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2015 David Robillard + Copyright 2011-2015 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/sord_test.c b/src/sord_test.c index d8a0d6c..7e7a6c8 100644 --- a/src/sord_test.c +++ b/src/sord_test.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2016 David Robillard + Copyright 2011-2016 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/sord_validate.c b/src/sord_validate.c index fffc6a1..410c580 100644 --- a/src/sord_validate.c +++ b/src/sord_validate.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2021 David Robillard + Copyright 2012-2021 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -97,7 +97,7 @@ print_version(void) { printf("sord_validate " SORD_VERSION " \n"); - printf("Copyright 2012-2017 David Robillard .\n" + printf("Copyright 2012-2017 David Robillard .\n" "License: \n" "This is free software; you are free to change and redistribute it." "\nThere is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/src/sordi.c b/src/sordi.c index c038dbb..6c7f6e5 100644 --- a/src/sordi.c +++ b/src/sordi.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2016 David Robillard + Copyright 2011-2016 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -43,7 +43,7 @@ static int print_version(void) { printf("sordi " SORD_VERSION " \n"); - printf("Copyright 2011-2016 David Robillard .\n" + printf("Copyright 2011-2016 David Robillard .\n" "License: \n" "This is free software; you are free to change and redistribute it." "\nThere is NO WARRANTY, to the extent permitted by law.\n"); diff --git a/src/sordmm_test.cpp b/src/sordmm_test.cpp index 3d09b9d..41cb322 100644 --- a/src/sordmm_test.cpp +++ b/src/sordmm_test.cpp @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard + Copyright 2011 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/syntax.c b/src/syntax.c index 6ed868f..4dfa0a8 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2015 David Robillard + Copyright 2011-2015 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/zix/btree.c b/src/zix/btree.c index ba2ad0d..3279f6c 100644 --- a/src/zix/btree.c +++ b/src/zix/btree.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2020 David Robillard + Copyright 2011-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/zix/btree.h b/src/zix/btree.h index c1610a8..6333a91 100644 --- a/src/zix/btree.h +++ b/src/zix/btree.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2016 David Robillard + Copyright 2011-2016 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/zix/common.h b/src/zix/common.h index f7ec4c3..cf07451 100644 --- a/src/zix/common.h +++ b/src/zix/common.h @@ -1,5 +1,5 @@ /* - Copyright 2016 David Robillard + Copyright 2016 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/zix/digest.c b/src/zix/digest.c index 03a1210..8d08ae2 100644 --- a/src/zix/digest.c +++ b/src/zix/digest.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2020 David Robillard + Copyright 2012-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/zix/digest.h b/src/zix/digest.h index c9f3ec0..74d13f9 100644 --- a/src/zix/digest.h +++ b/src/zix/digest.h @@ -1,5 +1,5 @@ /* - Copyright 2012-2020 David Robillard + Copyright 2012-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/zix/hash.c b/src/zix/hash.c index 35eaf24..a498b0f 100644 --- a/src/zix/hash.c +++ b/src/zix/hash.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2018 David Robillard + Copyright 2011-2018 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above diff --git a/src/zix/hash.h b/src/zix/hash.h index 2550676..ce7fdc6 100644 --- a/src/zix/hash.h +++ b/src/zix/hash.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2015 David Robillard + Copyright 2011-2015 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above -- cgit v1.2.1