summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 13:27:32 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 14:13:35 +0100
commit678a6bc3ce08bf1ac9981e5ce17053bb88cb104a (patch)
treef21ef24ed27ab8da608c14ba0458fdd1b118f367
parent08b89f80784e2885b45cdae0cd5e0a672b0611fd (diff)
downloadsord-678a6bc3ce08bf1ac9981e5ce17053bb88cb104a.tar.gz
sord-678a6bc3ce08bf1ac9981e5ce17053bb88cb104a.tar.bz2
sord-678a6bc3ce08bf1ac9981e5ce17053bb88cb104a.zip
Use email address instead of website for attribution
-rw-r--r--COPYING2
-rw-r--r--include/sord/sord.h2
-rw-r--r--include/sord/sordmm.hpp2
-rw-r--r--src/sord.c2
-rw-r--r--src/sord_config.h2
-rw-r--r--src/sord_internal.h2
-rw-r--r--src/sord_test.c2
-rw-r--r--src/sord_validate.c4
-rw-r--r--src/sordi.c4
-rw-r--r--src/sordmm_test.cpp2
-rw-r--r--src/syntax.c2
-rw-r--r--src/zix/btree.c2
-rw-r--r--src/zix/btree.h2
-rw-r--r--src/zix/common.h2
-rw-r--r--src/zix/digest.c2
-rw-r--r--src/zix/digest.h2
-rw-r--r--src/zix/hash.c2
-rw-r--r--src/zix/hash.h2
18 files changed, 20 insertions, 20 deletions
diff --git a/COPYING b/COPYING
index 7121a87..dd19b51 100644
--- a/COPYING
+++ b/COPYING
@@ -1,4 +1,4 @@
-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/include/sord/sord.h b/include/sord/sord.h
index 3179dd0..a327031 100644
--- a/include/sord/sord.h
+++ b/include/sord/sord.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/include/sord/sordmm.hpp b/include/sord/sordmm.hpp
index d404684..32027cd 100644
--- a/include/sord/sordmm.hpp
+++ b/include/sord/sordmm.hpp
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2013 David Robillard <http://drobilla.net>
+ Copyright 2011-2013 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.c b/src/sord.c
index 45881a3..05e822c 100644
--- a/src/sord.c
+++ b/src/sord.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_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