diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 13:26:18 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 14:13:19 +0100 |
commit | 0778ae8a959bba9ff1e9ece4c95af5085cc266e6 (patch) | |
tree | ec3bfdcfcb4a011fedc05c598d24ce200b7283b4 | |
parent | 2f0a55007f9dda3371b7aa42b54b4786740ac0c0 (diff) | |
download | serd-0778ae8a959bba9ff1e9ece4c95af5085cc266e6.tar.gz serd-0778ae8a959bba9ff1e9ece4c95af5085cc266e6.tar.bz2 serd-0778ae8a959bba9ff1e9ece4c95af5085cc266e6.zip |
Use email address instead of website for attribution
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | include/serd/serd.h | 2 | ||||
-rw-r--r-- | src/attributes.h | 2 | ||||
-rw-r--r-- | src/base64.c | 2 | ||||
-rw-r--r-- | src/base64.h | 2 | ||||
-rw-r--r-- | src/byte_sink.h | 2 | ||||
-rw-r--r-- | src/byte_source.c | 2 | ||||
-rw-r--r-- | src/byte_source.h | 2 | ||||
-rw-r--r-- | src/env.c | 2 | ||||
-rw-r--r-- | src/n3.c | 2 | ||||
-rw-r--r-- | src/node.c | 2 | ||||
-rw-r--r-- | src/node.h | 2 | ||||
-rw-r--r-- | src/reader.c | 2 | ||||
-rw-r--r-- | src/reader.h | 2 | ||||
-rw-r--r-- | src/serd_config.h | 2 | ||||
-rw-r--r-- | src/serd_internal.h | 2 | ||||
-rw-r--r-- | src/serdi.c | 4 | ||||
-rw-r--r-- | src/stack.h | 2 | ||||
-rw-r--r-- | src/string.c | 2 | ||||
-rw-r--r-- | src/string_utils.h | 2 | ||||
-rw-r--r-- | src/system.c | 2 | ||||
-rw-r--r-- | src/system.h | 2 | ||||
-rw-r--r-- | src/uri.c | 2 | ||||
-rw-r--r-- | src/uri_utils.h | 2 | ||||
-rw-r--r-- | src/writer.c | 2 | ||||
-rw-r--r-- | test/test_env.c | 2 | ||||
-rw-r--r-- | test/test_free_null.c | 2 | ||||
-rw-r--r-- | test/test_node.c | 2 | ||||
-rw-r--r-- | test/test_read_chunk.c | 2 | ||||
-rw-r--r-- | test/test_reader_writer.c | 2 | ||||
-rw-r--r-- | test/test_string.c | 2 | ||||
-rw-r--r-- | test/test_uri.c | 2 |
32 files changed, 33 insertions, 33 deletions
@@ -1,4 +1,4 @@ -Copyright 2011-2020 David Robillard <http://drobilla.net> +Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2019-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -1,5 +1,5 @@ /* - Copyright 2011-2020 David Robillard <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -1,5 +1,5 @@ /* - Copyright 2011-2020 David Robillard <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -1,5 +1,5 @@ /* - Copyright 2011-2020 David Robillard <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -1,5 +1,5 @@ /* - Copyright 2011-2020 David Robillard <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2021 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 " <http://drobilla.net/software/serd>\n"); - printf("Copyright 2011-2020 David Robillard <http://drobilla.net>.\n" + printf("Copyright 2011-2020 David Robillard <d@drobilla.net>.\n" "License: <http://www.opensource.org/licenses/isc>\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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above @@ -1,5 +1,5 @@ /* - Copyright 2011-2020 David Robillard <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2018-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> 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 <http://drobilla.net> + Copyright 2011-2020 David Robillard <d@drobilla.net> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above |