summaryrefslogtreecommitdiffstats
path: root/src
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 /src
parentfd3d431a84bea557f71dfd9246d557080447648e (diff)
downloadlilv-153c3a802fe6d9e9498932c717266a890f74646c.tar.gz
lilv-153c3a802fe6d9e9498932c717266a890f74646c.tar.bz2
lilv-153c3a802fe6d9e9498932c717266a890f74646c.zip
Use email address instead of website for attribution
Diffstat (limited to 'src')
-rw-r--r--src/collections.c2
-rw-r--r--src/filesystem.c2
-rw-r--r--src/filesystem.h2
-rw-r--r--src/instance.c2
-rw-r--r--src/lib.c2
-rw-r--r--src/lilv_config.h2
-rw-r--r--src/lilv_internal.h2
-rw-r--r--src/node.c2
-rw-r--r--src/plugin.c2
-rw-r--r--src/pluginclass.c2
-rw-r--r--src/port.c2
-rw-r--r--src/query.c2
-rw-r--r--src/scalepoint.c2
-rw-r--r--src/state.c2
-rw-r--r--src/ui.c2
-rw-r--r--src/util.c2
-rw-r--r--src/world.c2
-rw-r--r--src/zix/common.h2
-rw-r--r--src/zix/tree.c2
-rw-r--r--src/zix/tree.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/src/collections.c b/src/collections.c
index 6cfb986..1ee9ad1 100644
--- a/src/collections.c
+++ b/src/collections.c
@@ -1,5 +1,5 @@
/*
- Copyright 2008-2019 David Robillard <http://drobilla.net>
+ Copyright 2008-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/src/filesystem.c b/src/filesystem.c
index c42c8d2..38af498 100644
--- a/src/filesystem.c
+++ b/src/filesystem.c
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2021 David Robillard <http://drobilla.net>
+ Copyright 2007-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/filesystem.h b/src/filesystem.h
index f888f5f..a82ec6c 100644
--- a/src/filesystem.h
+++ b/src/filesystem.h
@@ -1,5 +1,5 @@
/*
- Copyright 2007-2020 David Robillard <http://drobilla.net>
+ Copyright 2007-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/instance.c b/src/instance.c
index 8f5f7fc..6a2b856 100644
--- a/src/instance.c
+++ b/src/instance.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
diff --git a/src/lib.c b/src/lib.c
index 5f13777..adba732 100644
--- a/src/lib.c
+++ b/src/lib.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
diff --git a/src/lilv_config.h b/src/lilv_config.h
index 9f6c111..8f959fb 100644
--- a/src/lilv_config.h
+++ b/src/lilv_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/lilv_internal.h b/src/lilv_internal.h
index 55e59d2..b8089c5 100644
--- a/src/lilv_internal.h
+++ b/src/lilv_internal.h
@@ -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
diff --git a/src/node.c b/src/node.c
index 8c1393b..ac47e80 100644
--- a/src/node.c
+++ b/src/node.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
diff --git a/src/plugin.c b/src/plugin.c
index 84b63e4..9613468 100644
--- a/src/plugin.c
+++ b/src/plugin.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
diff --git a/src/pluginclass.c b/src/pluginclass.c
index 546b53b..2f0afe7 100644
--- a/src/pluginclass.c
+++ b/src/pluginclass.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
diff --git a/src/port.c b/src/port.c
index 18dbadc..0142d06 100644
--- a/src/port.c
+++ b/src/port.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
diff --git a/src/query.c b/src/query.c
index 1e3e29b..eb179f2 100644
--- a/src/query.c
+++ b/src/query.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
diff --git a/src/scalepoint.c b/src/scalepoint.c
index 0989223..e2db948 100644
--- a/src/scalepoint.c
+++ b/src/scalepoint.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
diff --git a/src/state.c b/src/state.c
index a47fc9c..684350a 100644
--- a/src/state.c
+++ b/src/state.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
diff --git a/src/ui.c b/src/ui.c
index 4a65f5c..84f8cef 100644
--- a/src/ui.c
+++ b/src/ui.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
diff --git a/src/util.c b/src/util.c
index 39b616f..92f72b9 100644
--- a/src/util.c
+++ b/src/util.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
diff --git a/src/world.c b/src/world.c
index 1455b34..04bbbf7 100644
--- a/src/world.c
+++ b/src/world.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
diff --git a/src/zix/common.h b/src/zix/common.h
index 730a450..51683c4 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/tree.c b/src/zix/tree.c
index a12d411..658cafc 100644
--- a/src/zix/tree.c
+++ b/src/zix/tree.c
@@ -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/src/zix/tree.h b/src/zix/tree.h
index 170e2ca..15ad105 100644
--- a/src/zix/tree.h
+++ b/src/zix/tree.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