diff options
author | David Robillard <d@drobilla.net> | 2021-01-02 14:23:43 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-01-02 14:24:09 +0100 |
commit | af77b31941009790dd09752273f6969fd366d81f (patch) | |
tree | 0cafef5dda677c5fbedaadcaaa732ede391011e8 /src/zix | |
parent | 932aa5ad12971a3090a23c78e45048c2182c4153 (diff) | |
download | jalv-af77b31941009790dd09752273f6969fd366d81f.tar.gz jalv-af77b31941009790dd09752273f6969fd366d81f.tar.bz2 jalv-af77b31941009790dd09752273f6969fd366d81f.zip |
Use email address instead of website for attribution
Diffstat (limited to 'src/zix')
-rw-r--r-- | src/zix/common.h | 2 | ||||
-rw-r--r-- | src/zix/ring.c | 2 | ||||
-rw-r--r-- | src/zix/ring.h | 2 | ||||
-rw-r--r-- | src/zix/sem.h | 2 | ||||
-rw-r--r-- | src/zix/thread.h | 2 |
5 files changed, 5 insertions, 5 deletions
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/ring.c b/src/zix/ring.c index cdbcea8..e728a3f 100644 --- a/src/zix/ring.c +++ b/src/zix/ring.c @@ -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/zix/ring.h b/src/zix/ring.h index de18561..99437f8 100644 --- a/src/zix/ring.h +++ b/src/zix/ring.h @@ -1,5 +1,5 @@ /* - Copyright 2011-2014 David Robillard <http://drobilla.net> + Copyright 2011-2014 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/sem.h b/src/zix/sem.h index faeb148..7ced8dc 100644 --- a/src/zix/sem.h +++ b/src/zix/sem.h @@ -1,5 +1,5 @@ /* - Copyright 2012-2014 David Robillard <http://drobilla.net> + Copyright 2012-2014 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/thread.h b/src/zix/thread.h index 3989f13..dbfdf36 100644 --- a/src/zix/thread.h +++ b/src/zix/thread.h @@ -1,5 +1,5 @@ /* - Copyright 2012-2014 David Robillard <http://drobilla.net> + Copyright 2012-2014 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 |