diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 13:27:32 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 14:13:35 +0100 |
commit | 678a6bc3ce08bf1ac9981e5ce17053bb88cb104a (patch) | |
tree | f21ef24ed27ab8da608c14ba0458fdd1b118f367 /src | |
parent | 08b89f80784e2885b45cdae0cd5e0a672b0611fd (diff) | |
download | sord-678a6bc3ce08bf1ac9981e5ce17053bb88cb104a.tar.gz sord-678a6bc3ce08bf1ac9981e5ce17053bb88cb104a.tar.bz2 sord-678a6bc3ce08bf1ac9981e5ce17053bb88cb104a.zip |
Use email address instead of website for attribution
Diffstat (limited to 'src')
-rw-r--r-- | src/sord.c | 2 | ||||
-rw-r--r-- | src/sord_config.h | 2 | ||||
-rw-r--r-- | src/sord_internal.h | 2 | ||||
-rw-r--r-- | src/sord_test.c | 2 | ||||
-rw-r--r-- | src/sord_validate.c | 4 | ||||
-rw-r--r-- | src/sordi.c | 4 | ||||
-rw-r--r-- | src/sordmm_test.cpp | 2 | ||||
-rw-r--r-- | src/syntax.c | 2 | ||||
-rw-r--r-- | src/zix/btree.c | 2 | ||||
-rw-r--r-- | src/zix/btree.h | 2 | ||||
-rw-r--r-- | src/zix/common.h | 2 | ||||
-rw-r--r-- | src/zix/digest.c | 2 | ||||
-rw-r--r-- | src/zix/digest.h | 2 | ||||
-rw-r--r-- | src/zix/hash.c | 2 | ||||
-rw-r--r-- | src/zix/hash.h | 2 |
15 files changed, 17 insertions, 17 deletions
@@ -1,5 +1,5 @@ /* - Copyright 2011-2016 David Robillard <http://drobilla.net> + Copyright 2011-2016 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/sord_config.h b/src/sord_config.h index f4b54c1..00bb31d 100644 --- a/src/sord_config.h +++ b/src/sord_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/sord_internal.h b/src/sord_internal.h index c33dace..4aef846 100644 --- a/src/sord_internal.h +++ b/src/sord_internal.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2015 David Robillard <http://drobilla.net> + Copyright 2011-2015 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/sord_test.c b/src/sord_test.c index d8a0d6c..7e7a6c8 100644 --- a/src/sord_test.c +++ b/src/sord_test.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2016 David Robillard <http://drobilla.net> + Copyright 2011-2016 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/sord_validate.c b/src/sord_validate.c index fffc6a1..410c580 100644 --- a/src/sord_validate.c +++ b/src/sord_validate.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2021 David Robillard <http://drobilla.net> + Copyright 2012-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 @@ -97,7 +97,7 @@ print_version(void) { printf("sord_validate " SORD_VERSION " <http://drobilla.net/software/sord>\n"); - printf("Copyright 2012-2017 David Robillard <http://drobilla.net>.\n" + printf("Copyright 2012-2017 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/sordi.c b/src/sordi.c index c038dbb..6c7f6e5 100644 --- a/src/sordi.c +++ b/src/sordi.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2016 David Robillard <http://drobilla.net> + Copyright 2011-2016 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 @@ -43,7 +43,7 @@ static int print_version(void) { printf("sordi " SORD_VERSION " <http://drobilla.net/software/sord>\n"); - printf("Copyright 2011-2016 David Robillard <http://drobilla.net>.\n" + printf("Copyright 2011-2016 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/sordmm_test.cpp b/src/sordmm_test.cpp index 3d09b9d..41cb322 100644 --- a/src/sordmm_test.cpp +++ b/src/sordmm_test.cpp @@ -1,5 +1,5 @@ /* - Copyright 2011 David Robillard <http://drobilla.net> + Copyright 2011 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/syntax.c b/src/syntax.c index 6ed868f..4dfa0a8 100644 --- a/src/syntax.c +++ b/src/syntax.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2015 David Robillard <http://drobilla.net> + Copyright 2011-2015 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/zix/btree.c b/src/zix/btree.c index ba2ad0d..3279f6c 100644 --- a/src/zix/btree.c +++ b/src/zix/btree.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/zix/btree.h b/src/zix/btree.h index c1610a8..6333a91 100644 --- a/src/zix/btree.h +++ b/src/zix/btree.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2016 David Robillard <http://drobilla.net> + Copyright 2011-2016 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/zix/common.h b/src/zix/common.h index f7ec4c3..cf07451 100644 --- a/src/zix/common.h +++ b/src/zix/common.h @@ -1,5 +1,5 @@ /* - Copyright 2016 David Robillard <http://drobilla.net> + Copyright 2016 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/zix/digest.c b/src/zix/digest.c index 03a1210..8d08ae2 100644 --- a/src/zix/digest.c +++ b/src/zix/digest.c @@ -1,5 +1,5 @@ /* - Copyright 2012-2020 David Robillard <http://drobilla.net> + Copyright 2012-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/zix/digest.h b/src/zix/digest.h index c9f3ec0..74d13f9 100644 --- a/src/zix/digest.h +++ b/src/zix/digest.h @@ -1,5 +1,5 @@ /* - Copyright 2012-2020 David Robillard <http://drobilla.net> + Copyright 2012-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/zix/hash.c b/src/zix/hash.c index 35eaf24..a498b0f 100644 --- a/src/zix/hash.c +++ b/src/zix/hash.c @@ -1,5 +1,5 @@ /* - Copyright 2011-2018 David Robillard <http://drobilla.net> + Copyright 2011-2018 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/zix/hash.h b/src/zix/hash.h index 2550676..ce7fdc6 100644 --- a/src/zix/hash.h +++ b/src/zix/hash.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2015 David Robillard <http://drobilla.net> + Copyright 2011-2015 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 |