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. --- COPYING | 2 +- examples/cube_view.h | 2 +- examples/demo_utils.h | 2 +- examples/pugl_cairo_demo.c | 2 +- examples/pugl_cxx_demo.cpp | 2 +- examples/pugl_embed_demo.c | 2 +- examples/pugl_print_events.c | 2 +- examples/pugl_shader_demo.c | 2 +- examples/pugl_window_demo.c | 2 +- examples/rects.h | 2 +- examples/shader_utils.h | 2 +- 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 +- test/test_redisplay.c | 2 +- test/test_show_hide.c | 2 +- test/test_timer.c | 2 +- test/test_update.c | 2 +- test/test_utils.h | 2 +- 43 files changed, 43 insertions(+), 43 deletions(-) diff --git a/COPYING b/COPYING index 4a287b9..63e6829 100644 --- a/COPYING +++ b/COPYING @@ -1,4 +1,4 @@ -Copyright 2011-2020 David Robillard +Copyright 2011-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/examples/cube_view.h b/examples/cube_view.h index 9fd2349..8a81f48 100644 --- a/examples/cube_view.h +++ b/examples/cube_view.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/examples/demo_utils.h b/examples/demo_utils.h index 9a1cb7a..13d839f 100644 --- a/examples/demo_utils.h +++ b/examples/demo_utils.h @@ -1,5 +1,5 @@ /* - Copyright 2012-2019 David Robillard + Copyright 2012-2019 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/examples/pugl_cairo_demo.c b/examples/pugl_cairo_demo.c index 5f8dad9..51039a2 100644 --- a/examples/pugl_cairo_demo.c +++ b/examples/pugl_cairo_demo.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/examples/pugl_cxx_demo.cpp b/examples/pugl_cxx_demo.cpp index 2fa7d8b..9522534 100644 --- a/examples/pugl_cxx_demo.cpp +++ b/examples/pugl_cxx_demo.cpp @@ -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/examples/pugl_embed_demo.c b/examples/pugl_embed_demo.c index 40c8e54..de7b240 100644 --- a/examples/pugl_embed_demo.c +++ b/examples/pugl_embed_demo.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/examples/pugl_print_events.c b/examples/pugl_print_events.c index e2661e0..08a4a86 100644 --- a/examples/pugl_print_events.c +++ b/examples/pugl_print_events.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/examples/pugl_shader_demo.c b/examples/pugl_shader_demo.c index ecad8ae..86d01a9 100644 --- a/examples/pugl_shader_demo.c +++ b/examples/pugl_shader_demo.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/examples/pugl_window_demo.c b/examples/pugl_window_demo.c index 4d5c4ad..3b167af 100644 --- a/examples/pugl_window_demo.c +++ b/examples/pugl_window_demo.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/examples/rects.h b/examples/rects.h index ed518f4..0a7e5fa 100644 --- a/examples/rects.h +++ b/examples/rects.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/examples/shader_utils.h b/examples/shader_utils.h index 2fd26c5..9cfc850 100644 --- a/examples/shader_utils.h +++ b/examples/shader_utils.h @@ -1,5 +1,5 @@ /* - Copyright 2019 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/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 diff --git a/test/test_redisplay.c b/test/test_redisplay.c index d5b40b0..13f0c81 100644 --- a/test/test_redisplay.c +++ b/test/test_redisplay.c @@ -1,5 +1,5 @@ /* - Copyright 2020 David Robillard + Copyright 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/test/test_show_hide.c b/test/test_show_hide.c index a0341c1..43af7f4 100644 --- a/test/test_show_hide.c +++ b/test/test_show_hide.c @@ -1,5 +1,5 @@ /* - Copyright 2020 David Robillard + Copyright 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/test/test_timer.c b/test/test_timer.c index 58d0652..f26928d 100644 --- a/test/test_timer.c +++ b/test/test_timer.c @@ -1,5 +1,5 @@ /* - Copyright 2020 David Robillard + Copyright 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/test/test_update.c b/test/test_update.c index 081fb9b..6dccf00 100644 --- a/test/test_update.c +++ b/test/test_update.c @@ -1,5 +1,5 @@ /* - Copyright 2020 David Robillard + Copyright 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/test/test_utils.h b/test/test_utils.h index 1689843..3cbed63 100644 --- a/test/test_utils.h +++ b/test/test_utils.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 -- cgit v1.2.1