summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-01-02 13:34:28 +0100
committerDavid Robillard <d@drobilla.net>2021-01-02 14:13:00 +0100
commit153c3a802fe6d9e9498932c717266a890f74646c (patch)
tree87500f02863337314d8eb8e7f428c41dd7ac212b /utils
parentfd3d431a84bea557f71dfd9246d557080447648e (diff)
downloadlilv-153c3a802fe6d9e9498932c717266a890f74646c.tar.gz
lilv-153c3a802fe6d9e9498932c717266a890f74646c.tar.bz2
lilv-153c3a802fe6d9e9498932c717266a890f74646c.zip
Use email address instead of website for attribution
Diffstat (limited to 'utils')
-rw-r--r--utils/bench.h2
-rw-r--r--utils/lilv-bench.c2
-rw-r--r--utils/lv2apply.c4
-rw-r--r--utils/lv2bench.c4
-rw-r--r--utils/lv2info.c4
-rw-r--r--utils/lv2ls.c4
-rw-r--r--utils/uri_table.h2
7 files changed, 11 insertions, 11 deletions
diff --git a/utils/bench.h b/utils/bench.h
index 28e5221..505631f 100644
--- a/utils/bench.h
+++ b/utils/bench.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2019 David Robillard <http://drobilla.net>
+ Copyright 2011-2019 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/utils/lilv-bench.c b/utils/lilv-bench.c
index 3068123..d6dc615 100644
--- a/utils/lilv-bench.c
+++ b/utils/lilv-bench.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2012 David Robillard <http://drobilla.net>
+ Copyright 2007-2012 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/utils/lv2apply.c b/utils/lv2apply.c
index 0a1123a..d296645 100644
--- a/utils/lv2apply.c
+++ b/utils/lv2apply.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 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
@@ -207,7 +207,7 @@ static void
print_version(void)
{
printf("lv2apply (lilv) " LILV_VERSION "\n"
- "Copyright 2007-2019 David Robillard <http://drobilla.net>\n"
+ "Copyright 2007-2019 David Robillard <d@drobilla.net>\n"
"License: <http://www.opensource.org/licenses/isc-license>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/utils/lv2bench.c b/utils/lv2bench.c
index 7365b5b..efa36b0 100644
--- a/utils/lv2bench.c
+++ b/utils/lv2bench.c
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2019 David Robillard <http://drobilla.net>
+ Copyright 2012-2019 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
@@ -48,7 +48,7 @@ static void
print_version(void)
{
printf("lv2bench (lilv) " LILV_VERSION "\n"
- "Copyright 2012-2019 David Robillard <http://drobilla.net>\n"
+ "Copyright 2012-2019 David Robillard <d@drobilla.net>\n"
"License: <http://www.opensource.org/licenses/isc-license>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/utils/lv2info.c b/utils/lv2info.c
index 0c79268..293d4e9 100644
--- a/utils/lv2info.c
+++ b/utils/lv2info.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 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
@@ -332,7 +332,7 @@ static void
print_version(void)
{
printf("lv2info (lilv) " LILV_VERSION "\n"
- "Copyright 2007-2019 David Robillard <http://drobilla.net>\n"
+ "Copyright 2007-2019 David Robillard <d@drobilla.net>\n"
"License: <http://www.opensource.org/licenses/isc-license>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/utils/lv2ls.c b/utils/lv2ls.c
index e5df2b3..1c46ae3 100644
--- a/utils/lv2ls.c
+++ b/utils/lv2ls.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2019 David Robillard <http://drobilla.net>
+ Copyright 2007-2019 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
@@ -41,7 +41,7 @@ static void
print_version(void)
{
printf("lv2ls (lilv) " LILV_VERSION "\n"
- "Copyright 2007-2019 David Robillard <http://drobilla.net>\n"
+ "Copyright 2007-2019 David Robillard <d@drobilla.net>\n"
"License: <http://www.opensource.org/licenses/isc-license>\n"
"This is free software: you are free to change and redistribute it.\n"
"There is NO WARRANTY, to the extent permitted by law.\n");
diff --git a/utils/uri_table.h b/utils/uri_table.h
index 78d3916..5a337a3 100644
--- a/utils/uri_table.h
+++ b/utils/uri_table.h
@@ -1,5 +1,5 @@
/*
- Copyright 2011-2019 David Robillard <http://drobilla.net>
+ Copyright 2011-2019 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