summaryrefslogtreecommitdiffstats
path: root/src/sord_validate.c
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 /src/sord_validate.c
parent08b89f80784e2885b45cdae0cd5e0a672b0611fd (diff)
downloadsord-678a6bc3ce08bf1ac9981e5ce17053bb88cb104a.tar.gz
sord-678a6bc3ce08bf1ac9981e5ce17053bb88cb104a.tar.bz2
sord-678a6bc3ce08bf1ac9981e5ce17053bb88cb104a.zip
Use email address instead of website for attribution
Diffstat (limited to 'src/sord_validate.c')
-rw-r--r--src/sord_validate.c4
1 files changed, 2 insertions, 2 deletions
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");