From ceded7cf5ec0e2bbd140899ea7d5169d7fc30a51 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 16 May 2020 21:17:59 +0200 Subject: 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. --- pugl/detail/implementation.c | 2 +- pugl/detail/implementation.h | 2 +- pugl/detail/mac.h | 2 +- pugl/detail/mac.m | 2 +- pugl/detail/mac_cairo.m | 2 +- pugl/detail/mac_gl.m | 2 +- pugl/detail/mac_stub.m | 2 +- pugl/detail/types.h | 2 +- pugl/detail/win.c | 2 +- pugl/detail/win.h | 2 +- pugl/detail/win_cairo.c | 2 +- pugl/detail/win_gl.c | 2 +- pugl/detail/x11.c | 2 +- pugl/detail/x11.h | 2 +- pugl/detail/x11_cairo.c | 2 +- pugl/detail/x11_gl.c | 2 +- pugl/gl.h | 2 +- pugl/glu.h | 2 +- pugl/pugl.h | 2 +- pugl/pugl.hpp | 2 +- pugl/pugl.ipp | 2 +- pugl/pugl_cairo.h | 2 +- pugl/pugl_cairo.hpp | 2 +- pugl/pugl_gl.h | 2 +- pugl/pugl_gl.hpp | 2 +- pugl/pugl_stub.h | 2 +- pugl/pugl_stub.hpp | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) (limited to 'pugl') 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard Copyright 2017 Hanspeter Portner 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 + Copyright 2012-2020 David Robillard Copyright 2017 Hanspeter Portner 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 + Copyright 2019-2020 David Robillard 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 + Copyright 2019-2020 David Robillard 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 + Copyright 2019-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard Copyright 2013 Robin Gareus 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2012-2020 David Robillard 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 + Copyright 2019-2020 David Robillard 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 + Copyright 2012-2020 David Robillard Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above -- cgit v1.2.1