aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 13:26:18 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 14:13:19 +0100
commit0778ae8a959bba9ff1e9ece4c95af5085cc266e6 (patch)
treeec3bfdcfcb4a011fedc05c598d24ce200b7283b4
parent2f0a55007f9dda3371b7aa42b54b4786740ac0c0 (diff)
downloadserd-0778ae8a959bba9ff1e9ece4c95af5085cc266e6.tar.gz
serd-0778ae8a959bba9ff1e9ece4c95af5085cc266e6.tar.bz2
serd-0778ae8a959bba9ff1e9ece4c95af5085cc266e6.zip
Use email address instead of website for attribution
-rw-r--r--COPYING2
-rw-r--r--include/serd/serd.h2
-rw-r--r--src/attributes.h2
-rw-r--r--src/base64.c2
-rw-r--r--src/base64.h2
-rw-r--r--src/byte_sink.h2
-rw-r--r--src/byte_source.c2
-rw-r--r--src/byte_source.h2
-rw-r--r--src/env.c2
-rw-r--r--src/n3.c2
-rw-r--r--src/node.c2
-rw-r--r--src/node.h2
-rw-r--r--src/reader.c2
-rw-r--r--src/reader.h2
-rw-r--r--src/serd_config.h2
-rw-r--r--src/serd_internal.h2
-rw-r--r--src/serdi.c4
-rw-r--r--src/stack.h2
-rw-r--r--src/string.c2
-rw-r--r--src/string_utils.h2
-rw-r--r--src/system.c2
-rw-r--r--src/system.h2
-rw-r--r--src/uri.c2
-rw-r--r--src/uri_utils.h2
-rw-r--r--src/writer.c2
-rw-r--r--test/test_env.c2
-rw-r--r--test/test_free_null.c2
-rw-r--r--test/test_node.c2
-rw-r--r--test/test_read_chunk.c2
-rw-r--r--test/test_reader_writer.c2
-rw-r--r--test/test_string.c2
-rw-r--r--test/test_uri.c2
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 <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
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 <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/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 <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/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 <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/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 <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
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 <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