aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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
23 files changed, 24 insertions, 24 deletions
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