From 0778ae8a959bba9ff1e9ece4c95af5085cc266e6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Jan 2021 13:26:18 +0100 Subject: Use email address instead of website for attribution --- COPYING | 2 +- include/serd/serd.h | 2 +- src/attributes.h | 2 +- src/base64.c | 2 +- src/base64.h | 2 +- src/byte_sink.h | 2 +- src/byte_source.c | 2 +- src/byte_source.h | 2 +- src/env.c | 2 +- src/n3.c | 2 +- src/node.c | 2 +- src/node.h | 2 +- src/reader.c | 2 +- src/reader.h | 2 +- src/serd_config.h | 2 +- src/serd_internal.h | 2 +- src/serdi.c | 4 ++-- src/stack.h | 2 +- src/string.c | 2 +- src/string_utils.h | 2 +- src/system.c | 2 +- src/system.h | 2 +- src/uri.c | 2 +- src/uri_utils.h | 2 +- src/writer.c | 2 +- test/test_env.c | 2 +- test/test_free_null.c | 2 +- test/test_node.c | 2 +- test/test_read_chunk.c | 2 +- test/test_reader_writer.c | 2 +- test/test_string.c | 2 +- test/test_uri.c | 2 +- 32 files changed, 33 insertions(+), 33 deletions(-) diff --git a/COPYING b/COPYING index ec28a67b..ee2d2607 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -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/include/serd/serd.h b/include/serd/serd.h index 88cd659a..8eb29876 100644 --- a/include/serd/serd.h +++ b/include/serd/serd.h @@ -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/attributes.h b/src/attributes.h index fa60b862..8628a868 100644 --- a/src/attributes.h +++ b/src/attributes.h @@ -1,5 +1,5 @@ /* - Copyright 2019-2020 David Robillard + Copyright 2019-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/base64.c b/src/base64.c index 6f292d02..bca3dfd3 100644 --- a/src/base64.c +++ b/src/base64.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/base64.h b/src/base64.h index 0969b2d3..8ff6acc4 100644 --- a/src/base64.h +++ b/src/base64.h @@ -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/byte_sink.h b/src/byte_sink.h index b58d5d39..dc55ba1e 100644 --- a/src/byte_sink.h +++ b/src/byte_sink.h @@ -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/byte_source.c b/src/byte_source.c index 1b461fd0..9f7e4e59 100644 --- a/src/byte_source.c +++ b/src/byte_source.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/byte_source.h b/src/byte_source.h index 90958f41..a8045c64 100644 --- a/src/byte_source.h +++ b/src/byte_source.h @@ -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/env.c b/src/env.c index d2f7a3f5..67fa9caf 100644 --- a/src/env.c +++ b/src/env.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/n3.c b/src/n3.c index e5fa4f94..9aae8a19 100644 --- a/src/n3.c +++ b/src/n3.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/node.c b/src/node.c index 6169895d..033b86db 100644 --- a/src/node.c +++ b/src/node.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/node.h b/src/node.h index e380f038..60f460dd 100644 --- a/src/node.h +++ b/src/node.h @@ -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/reader.c b/src/reader.c index d0e0fbe2..d5a694e3 100644 --- a/src/reader.c +++ b/src/reader.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/reader.h b/src/reader.h index 85a2f109..3a8991f4 100644 --- a/src/reader.h +++ b/src/reader.h @@ -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/serd_config.h b/src/serd_config.h index 0038a981..269beeb0 100644 --- a/src/serd_config.h +++ b/src/serd_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/serd_internal.h b/src/serd_internal.h index af9e7710..139e6659 100644 --- a/src/serd_internal.h +++ b/src/serd_internal.h @@ -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/serdi.c b/src/serdi.c index 550da3c0..30443903 100644 --- a/src/serdi.c +++ b/src/serdi.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 @@ -85,7 +85,7 @@ static int print_version(void) { printf("serdi " SERD_VERSION " \n"); - printf("Copyright 2011-2020 David Robillard .\n" + printf("Copyright 2011-2020 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/stack.h b/src/stack.h index 053255d3..fef33390 100644 --- a/src/stack.h +++ b/src/stack.h @@ -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/string.c b/src/string.c index 6946ba09..b83ad58f 100644 --- a/src/string.c +++ b/src/string.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/string_utils.h b/src/string_utils.h index b6b77c95..ac2b40c5 100644 --- a/src/string_utils.h +++ b/src/string_utils.h @@ -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/system.c b/src/system.c index 5b40583b..12672d47 100644 --- a/src/system.c +++ b/src/system.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/system.h b/src/system.h index fe2713b5..fdfab4a4 100644 --- a/src/system.h +++ b/src/system.h @@ -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/uri.c b/src/uri.c index 6b387459..b70992ff 100644 --- a/src/uri.c +++ b/src/uri.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/uri_utils.h b/src/uri_utils.h index 2ba9823c..2dd4924f 100644 --- a/src/uri_utils.h +++ b/src/uri_utils.h @@ -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/writer.c b/src/writer.c index 386276fe..12c94e9c 100644 --- a/src/writer.c +++ b/src/writer.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/test/test_env.c b/test/test_env.c index 2fa9d3b5..b25bd9e2 100644 --- a/test/test_env.c +++ b/test/test_env.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/test/test_free_null.c b/test/test_free_null.c index a544a005..99e0be1d 100644 --- a/test/test_free_null.c +++ b/test/test_free_null.c @@ -1,5 +1,5 @@ /* - Copyright 2020 David Robillard + Copyright 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/test/test_node.c b/test/test_node.c index f65a7c22..9a2db562 100644 --- a/test/test_node.c +++ b/test/test_node.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/test/test_read_chunk.c b/test/test_read_chunk.c index 2e7f2b0d..d97713a4 100644 --- a/test/test_read_chunk.c +++ b/test/test_read_chunk.c @@ -1,5 +1,5 @@ /* - Copyright 2018-2020 David Robillard + Copyright 2018-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/test/test_reader_writer.c b/test/test_reader_writer.c index d47bcccc..573b13de 100644 --- a/test/test_reader_writer.c +++ b/test/test_reader_writer.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/test/test_string.c b/test/test_string.c index 225eca4f..cdb7a50d 100644 --- a/test/test_string.c +++ b/test/test_string.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/test/test_uri.c b/test/test_uri.c index f910e1f0..f7e1bfab 100644 --- a/test/test_uri.c +++ b/test/test_uri.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 -- cgit v1.2.1