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 /test | |
parent | 2f0a55007f9dda3371b7aa42b54b4786740ac0c0 (diff) | |
download | serd-0778ae8a959bba9ff1e9ece4c95af5085cc266e6.tar.gz serd-0778ae8a959bba9ff1e9ece4c95af5085cc266e6.tar.bz2 serd-0778ae8a959bba9ff1e9ece4c95af5085cc266e6.zip |
Use email address instead of website for attribution
Diffstat (limited to 'test')
-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 |
7 files changed, 7 insertions, 7 deletions
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 |