aboutsummaryrefslogtreecommitdiffstats
path: root/pugl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-05-16 21:17:59 +0200
committerDavid Robillard <d@drobilla.net>2020-05-16 21:17:59 +0200
commitceded7cf5ec0e2bbd140899ea7d5169d7fc30a51 (patch)
tree88b0c8e757a650f9b822246da14c8c8fde0fcc45 /pugl
parent85104b239735498f4b9c58fb87f93dd78631292f (diff)
downloadpugl-ceded7cf5ec0e2bbd140899ea7d5169d7fc30a51.tar.gz
pugl-ceded7cf5ec0e2bbd140899ea7d5169d7fc30a51.tar.bz2
pugl-ceded7cf5ec0e2bbd140899ea7d5169d7fc30a51.zip
Use email address in copyright headers
Not really sure why I used a web link here (maybe because it's more stable), but this is more conventional.
Diffstat (limited to 'pugl')
-rw-r--r--pugl/detail/implementation.c2
-rw-r--r--pugl/detail/implementation.h2
-rw-r--r--pugl/detail/mac.h2
-rw-r--r--pugl/detail/mac.m2
-rw-r--r--pugl/detail/mac_cairo.m2
-rw-r--r--pugl/detail/mac_gl.m2
-rw-r--r--pugl/detail/mac_stub.m2
-rw-r--r--pugl/detail/types.h2
-rw-r--r--pugl/detail/win.c2
-rw-r--r--pugl/detail/win.h2
-rw-r--r--pugl/detail/win_cairo.c2
-rw-r--r--pugl/detail/win_gl.c2
-rw-r--r--pugl/detail/x11.c2
-rw-r--r--pugl/detail/x11.h2
-rw-r--r--pugl/detail/x11_cairo.c2
-rw-r--r--pugl/detail/x11_gl.c2
-rw-r--r--pugl/gl.h2
-rw-r--r--pugl/glu.h2
-rw-r--r--pugl/pugl.h2
-rw-r--r--pugl/pugl.hpp2
-rw-r--r--pugl/pugl.ipp2
-rw-r--r--pugl/pugl_cairo.h2
-rw-r--r--pugl/pugl_cairo.hpp2
-rw-r--r--pugl/pugl_gl.h2
-rw-r--r--pugl/pugl_gl.hpp2
-rw-r--r--pugl/pugl_stub.h2
-rw-r--r--pugl/pugl_stub.hpp2
27 files changed, 27 insertions, 27 deletions
diff --git a/pugl/detail/implementation.c b/pugl/detail/implementation.c
index 57d6f37..19e4b50 100644
--- a/pugl/detail/implementation.c
+++ b/pugl/detail/implementation.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/pugl/detail/implementation.h b/pugl/detail/implementation.h
index d56024a..8653d1d 100644
--- a/pugl/detail/implementation.h
+++ b/pugl/detail/implementation.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/pugl/detail/mac.h b/pugl/detail/mac.h
index f650577..b38dcd3 100644
--- a/pugl/detail/mac.h
+++ b/pugl/detail/mac.h
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2020 David Robillard <http://drobilla.net>
+ Copyright 2012-2020 David Robillard <d@drobilla.net>
Copyright 2017 Hanspeter Portner <dev@open-music-kontrollers.ch>
Permission to use, copy, modify, and/or distribute this software for any
diff --git a/pugl/detail/mac.m b/pugl/detail/mac.m
index bf3ad65..d0b1ba6 100644
--- a/pugl/detail/mac.m
+++ b/pugl/detail/mac.m
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2020 David Robillard <http://drobilla.net>
+ Copyright 2012-2020 David Robillard <d@drobilla.net>
Copyright 2017 Hanspeter Portner <dev@open-music-kontrollers.ch>
Permission to use, copy, modify, and/or distribute this software for any
diff --git a/pugl/detail/mac_cairo.m b/pugl/detail/mac_cairo.m
index 2949586..2014664 100644
--- a/pugl/detail/mac_cairo.m
+++ b/pugl/detail/mac_cairo.m
@@ -1,5 +1,5 @@
/*
- Copyright 2019-2020 David Robillard <http://drobilla.net>
+ Copyright 2019-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/pugl/detail/mac_gl.m b/pugl/detail/mac_gl.m
index 209d90c..8cfbd93 100644
--- a/pugl/detail/mac_gl.m
+++ b/pugl/detail/mac_gl.m
@@ -1,5 +1,5 @@
/*
- Copyright 2019-2020 David Robillard <http://drobilla.net>
+ Copyright 2019-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/pugl/detail/mac_stub.m b/pugl/detail/mac_stub.m
index aa2ac55..f90d6a1 100644
--- a/pugl/detail/mac_stub.m
+++ b/pugl/detail/mac_stub.m
@@ -1,5 +1,5 @@
/*
- Copyright 2019-2020 David Robillard <http://drobilla.net>
+ Copyright 2019-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/pugl/detail/types.h b/pugl/detail/types.h
index 5a4c84d..ee1d83d 100644
--- a/pugl/detail/types.h
+++ b/pugl/detail/types.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/pugl/detail/win.c b/pugl/detail/win.c
index f73a432..ae7e7fb 100644
--- a/pugl/detail/win.c
+++ b/pugl/detail/win.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/pugl/detail/win.h b/pugl/detail/win.h
index 4cba95c..8ebb7bf 100644
--- a/pugl/detail/win.h
+++ b/pugl/detail/win.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/pugl/detail/win_cairo.c b/pugl/detail/win_cairo.c
index d171129..7653e8b 100644
--- a/pugl/detail/win_cairo.c
+++ b/pugl/detail/win_cairo.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/pugl/detail/win_gl.c b/pugl/detail/win_gl.c
index 9dfd129..63b81de 100644
--- a/pugl/detail/win_gl.c
+++ b/pugl/detail/win_gl.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/pugl/detail/x11.c b/pugl/detail/x11.c
index 001540b..9998a7a 100644
--- a/pugl/detail/x11.c
+++ b/pugl/detail/x11.c
@@ -1,5 +1,5 @@
/*
- Copyright 2012-2020 David Robillard <http://drobilla.net>
+ Copyright 2012-2020 David Robillard <d@drobilla.net>
Copyright 2013 Robin Gareus <robin@gareus.org>
Copyright 2011-2012 Ben Loftis, Harrison Consoles
diff --git a/pugl/detail/x11.h b/pugl/detail/x11.h
index 61149b9..aac8177 100644
--- a/pugl/detail/x11.h
+++ b/pugl/detail/x11.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/pugl/detail/x11_cairo.c b/pugl/detail/x11_cairo.c
index 1661762..0112c4e 100644
--- a/pugl/detail/x11_cairo.c
+++ b/pugl/detail/x11_cairo.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/pugl/detail/x11_gl.c b/pugl/detail/x11_gl.c
index 7e3a69d..afb8346 100644
--- a/pugl/detail/x11_gl.c
+++ b/pugl/detail/x11_gl.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/pugl/gl.h b/pugl/gl.h
index b28e42b..dbb2e60 100644
--- a/pugl/gl.h
+++ b/pugl/gl.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/pugl/glu.h b/pugl/glu.h
index 70f8a4b..94da8fc 100644
--- a/pugl/glu.h
+++ b/pugl/glu.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/pugl/pugl.h b/pugl/pugl.h
index 3584d05..fe8b585 100644
--- a/pugl/pugl.h
+++ b/pugl/pugl.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/pugl/pugl.hpp b/pugl/pugl.hpp
index 671e649..52ac52c 100644
--- a/pugl/pugl.hpp
+++ b/pugl/pugl.hpp
@@ -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/pugl/pugl.ipp b/pugl/pugl.ipp
index ac67626..7c39a63 100644
--- a/pugl/pugl.ipp
+++ b/pugl/pugl.ipp
@@ -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/pugl/pugl_cairo.h b/pugl/pugl_cairo.h
index 0bdf58e..c68f6bb 100644
--- a/pugl/pugl_cairo.h
+++ b/pugl/pugl_cairo.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/pugl/pugl_cairo.hpp b/pugl/pugl_cairo.hpp
index 588f989..5b17ab7 100644
--- a/pugl/pugl_cairo.hpp
+++ b/pugl/pugl_cairo.hpp
@@ -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/pugl/pugl_gl.h b/pugl/pugl_gl.h
index f1b398d..d501b3c 100644
--- a/pugl/pugl_gl.h
+++ b/pugl/pugl_gl.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/pugl/pugl_gl.hpp b/pugl/pugl_gl.hpp
index 3d27a4a..4bc5bbd 100644
--- a/pugl/pugl_gl.hpp
+++ b/pugl/pugl_gl.hpp
@@ -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/pugl/pugl_stub.h b/pugl/pugl_stub.h
index d1c5c92..ed3e58a 100644
--- a/pugl/pugl_stub.h
+++ b/pugl/pugl_stub.h
@@ -1,5 +1,5 @@
/*
- Copyright 2019-2020 David Robillard <http://drobilla.net>
+ Copyright 2019-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/pugl/pugl_stub.hpp b/pugl/pugl_stub.hpp
index 64f40d0..c5f3901 100644
--- a/pugl/pugl_stub.hpp
+++ b/pugl/pugl_stub.hpp
@@ -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