diff --git a/COPYING.txt b/COPYING.txt index ad16462a..acdac20b 100644 --- a/COPYING.txt +++ b/COPYING.txt @@ -1,5 +1,5 @@ Copyright (c) 2002-2006 Marcus Geelnard -Copyright (c) 2006-2016 Camilla Berglund +Copyright (c) 2006-2016 Camilla Löwy This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages diff --git a/deps/tinycthread.c b/deps/tinycthread.c index ddb86d99..f9cea2ed 100644 --- a/deps/tinycthread.c +++ b/deps/tinycthread.c @@ -21,7 +21,7 @@ freely, subject to the following restrictions: distribution. */ -/* 2013-01-06 Camilla Berglund +/* 2013-01-06 Camilla Löwy * * Added casts from time_t to DWORD to avoid warnings on VC++. * Fixed time retrieval on POSIX systems. diff --git a/examples/gears.c b/examples/gears.c index 29e63f58..a787baed 100644 --- a/examples/gears.c +++ b/examples/gears.c @@ -15,7 +15,7 @@ * - Slightly modified camera that should work better for stereo viewing * * - * Camilla Berglund: + * Camilla Löwy: * - Removed FPS counter (this is not a benchmark) * - Added a few comments * - Enabled vsync diff --git a/examples/offscreen.c b/examples/offscreen.c index 68ac8dbf..06852707 100644 --- a/examples/offscreen.c +++ b/examples/offscreen.c @@ -1,6 +1,6 @@ //======================================================================== // Offscreen rendering example -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/examples/particles.c b/examples/particles.c index 4a65ab12..488289ad 100644 --- a/examples/particles.c +++ b/examples/particles.c @@ -1,7 +1,7 @@ //======================================================================== // A simple particle engine with threaded physics // Copyright (c) Marcus Geelnard -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/examples/simple.c b/examples/simple.c index a961dab9..717bb816 100644 --- a/examples/simple.c +++ b/examples/simple.c @@ -1,6 +1,6 @@ //======================================================================== // Simple GLFW example -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/examples/wave.c b/examples/wave.c index c4c4d918..f5af3791 100644 --- a/examples/wave.c +++ b/examples/wave.c @@ -5,7 +5,7 @@ * Modified for GLFW by Sylvain Hellegouarch - sh@programmationworld.com * Modified for variable frame rate by Marcus Geelnard * 2003-Jan-31: Minor cleanups and speedups / MG - * 2010-10-24: Formatting and cleanup - Camilla Berglund + * 2010-10-24: Formatting and cleanup - Camilla Löwy *****************************************************************************/ #if defined(_MSC_VER) diff --git a/include/GLFW/glfw3.h b/include/GLFW/glfw3.h index 385a0472..65efeada 100644 --- a/include/GLFW/glfw3.h +++ b/include/GLFW/glfw3.h @@ -3,7 +3,7 @@ * A library for OpenGL, window and input *------------------------------------------------------------------------ * Copyright (c) 2002-2006 Marcus Geelnard - * Copyright (c) 2006-2016 Camilla Berglund + * Copyright (c) 2006-2016 Camilla Löwy * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/include/GLFW/glfw3native.h b/include/GLFW/glfw3native.h index 42b50d95..8a1e1472 100644 --- a/include/GLFW/glfw3native.h +++ b/include/GLFW/glfw3native.h @@ -3,7 +3,7 @@ * A library for OpenGL, window and input *------------------------------------------------------------------------ * Copyright (c) 2002-2006 Marcus Geelnard - * Copyright (c) 2006-2016 Camilla Berglund + * Copyright (c) 2006-2016 Camilla Löwy * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages diff --git a/src/cocoa_init.m b/src/cocoa_init.m index fba749db..65ea3f7b 100644 --- a/src/cocoa_init.m +++ b/src/cocoa_init.m @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 macOS - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2009-2016 Camilla Berglund +// Copyright (c) 2009-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/cocoa_joystick.h b/src/cocoa_joystick.h index 9a591015..9b8ff3c3 100644 --- a/src/cocoa_joystick.h +++ b/src/cocoa_joystick.h @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 Cocoa - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/cocoa_joystick.m b/src/cocoa_joystick.m index 72cebcfc..f10c0cdb 100644 --- a/src/cocoa_joystick.m +++ b/src/cocoa_joystick.m @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 Cocoa - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2009-2016 Camilla Berglund +// Copyright (c) 2009-2016 Camilla Löwy // Copyright (c) 2012 Torsten Walluhn // // This software is provided 'as-is', without any express or implied diff --git a/src/cocoa_monitor.m b/src/cocoa_monitor.m index 0a09bd2d..e1ee682f 100644 --- a/src/cocoa_monitor.m +++ b/src/cocoa_monitor.m @@ -2,7 +2,7 @@ // GLFW 3.3 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/cocoa_platform.h b/src/cocoa_platform.h index fcacf661..3422aba7 100644 --- a/src/cocoa_platform.h +++ b/src/cocoa_platform.h @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 macOS - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2009-2016 Camilla Berglund +// Copyright (c) 2009-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/cocoa_time.c b/src/cocoa_time.c index 5e6d893a..8bbeb010 100644 --- a/src/cocoa_time.c +++ b/src/cocoa_time.c @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 macOS - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2009-2016 Camilla Berglund +// Copyright (c) 2009-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/cocoa_window.m b/src/cocoa_window.m index 41c7dbd5..93f1a203 100644 --- a/src/cocoa_window.m +++ b/src/cocoa_window.m @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 macOS - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2009-2016 Camilla Berglund +// Copyright (c) 2009-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/context.c b/src/context.c index e6334878..ee733277 100644 --- a/src/context.c +++ b/src/context.c @@ -2,7 +2,7 @@ // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/egl_context.c b/src/egl_context.c index a0743f3d..f60a17cf 100644 --- a/src/egl_context.c +++ b/src/egl_context.c @@ -2,7 +2,7 @@ // GLFW 3.3 EGL - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/egl_context.h b/src/egl_context.h index dbe99340..3aab0d83 100644 --- a/src/egl_context.h +++ b/src/egl_context.h @@ -2,7 +2,7 @@ // GLFW 3.3 EGL - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/glfw_config.h.in b/src/glfw_config.h.in index 153979f5..f77e0da0 100644 --- a/src/glfw_config.h.in +++ b/src/glfw_config.h.in @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2010-2016 Camilla Berglund +// Copyright (c) 2010-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/glx_context.c b/src/glx_context.c index 6f2f2761..23030161 100644 --- a/src/glx_context.c +++ b/src/glx_context.c @@ -2,7 +2,7 @@ // GLFW 3.3 GLX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/glx_context.h b/src/glx_context.h index 15e4f9b2..57aa2415 100644 --- a/src/glx_context.h +++ b/src/glx_context.h @@ -2,7 +2,7 @@ // GLFW 3.3 GLX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/init.c b/src/init.c index e0ebfade..9d82fb3c 100644 --- a/src/init.c +++ b/src/init.c @@ -2,7 +2,7 @@ // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/input.c b/src/input.c index cceae35d..f44ea575 100644 --- a/src/input.c +++ b/src/input.c @@ -2,7 +2,7 @@ // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/internal.h b/src/internal.h index 7aea807b..42e8d539 100644 --- a/src/internal.h +++ b/src/internal.h @@ -2,7 +2,7 @@ // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/linux_joystick.c b/src/linux_joystick.c index d5b9a28e..cb7a7d90 100644 --- a/src/linux_joystick.c +++ b/src/linux_joystick.c @@ -2,7 +2,7 @@ // GLFW 3.3 Linux - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/monitor.c b/src/monitor.c index dcb9796a..3de94bbe 100644 --- a/src/monitor.c +++ b/src/monitor.c @@ -2,7 +2,7 @@ // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/nsgl_context.h b/src/nsgl_context.h index 62b194c8..45847769 100644 --- a/src/nsgl_context.h +++ b/src/nsgl_context.h @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 macOS - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2009-2016 Camilla Berglund +// Copyright (c) 2009-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/nsgl_context.m b/src/nsgl_context.m index eea4e50a..d79567ba 100644 --- a/src/nsgl_context.m +++ b/src/nsgl_context.m @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 macOS - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2009-2016 Camilla Berglund +// Copyright (c) 2009-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/osmesa_context.c b/src/osmesa_context.c index 4f545073..c9fd7d09 100644 --- a/src/osmesa_context.c +++ b/src/osmesa_context.c @@ -2,7 +2,7 @@ // GLFW 3.3 OSMesa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/osmesa_context.h b/src/osmesa_context.h index 5b49b054..c44fbb05 100644 --- a/src/osmesa_context.h +++ b/src/osmesa_context.h @@ -2,7 +2,7 @@ // GLFW 3.3 OSMesa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/osmesa_init.c b/src/osmesa_init.c index 834f9ab2..a0142044 100644 --- a/src/osmesa_init.c +++ b/src/osmesa_init.c @@ -2,7 +2,7 @@ // GLFW 3.3 OSMesa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/osmesa_monitor.c b/src/osmesa_monitor.c index 64222a92..13862b6d 100644 --- a/src/osmesa_monitor.c +++ b/src/osmesa_monitor.c @@ -2,7 +2,7 @@ // GLFW 3.3 OSMesa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/osmesa_platform.h b/src/osmesa_platform.h index 74c7f6a7..e6581bfe 100644 --- a/src/osmesa_platform.h +++ b/src/osmesa_platform.h @@ -2,7 +2,7 @@ // GLFW 3.3 OSMesa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/osmesa_window.c b/src/osmesa_window.c index 38acdb21..cba95530 100644 --- a/src/osmesa_window.c +++ b/src/osmesa_window.c @@ -2,7 +2,7 @@ // GLFW 3.3 OSMesa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/posix_time.c b/src/posix_time.c index 368cbdf3..a0e27691 100644 --- a/src/posix_time.c +++ b/src/posix_time.c @@ -2,7 +2,7 @@ // GLFW 3.3 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/posix_time.h b/src/posix_time.h index 4a23bfa3..17d5c17f 100644 --- a/src/posix_time.h +++ b/src/posix_time.h @@ -2,7 +2,7 @@ // GLFW 3.3 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/posix_tls.c b/src/posix_tls.c index 3edade55..1b913a0f 100644 --- a/src/posix_tls.c +++ b/src/posix_tls.c @@ -2,7 +2,7 @@ // GLFW 3.3 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/posix_tls.h b/src/posix_tls.h index f79ba987..8d033fba 100644 --- a/src/posix_tls.h +++ b/src/posix_tls.h @@ -2,7 +2,7 @@ // GLFW 3.3 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/vulkan.c b/src/vulkan.c index 1123bb22..2acf7476 100644 --- a/src/vulkan.c +++ b/src/vulkan.c @@ -2,7 +2,7 @@ // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/wgl_context.c b/src/wgl_context.c index 677860de..a6cb4ce5 100644 --- a/src/wgl_context.c +++ b/src/wgl_context.c @@ -2,7 +2,7 @@ // GLFW 3.3 WGL - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/wgl_context.h b/src/wgl_context.h index 6d989232..03b92d86 100644 --- a/src/wgl_context.h +++ b/src/wgl_context.h @@ -2,7 +2,7 @@ // GLFW 3.3 WGL - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/win32_init.c b/src/win32_init.c index 5c4e9b62..1d629812 100644 --- a/src/win32_init.c +++ b/src/win32_init.c @@ -2,7 +2,7 @@ // GLFW 3.3 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/win32_joystick.c b/src/win32_joystick.c index e3e9ec6d..076bb046 100644 --- a/src/win32_joystick.c +++ b/src/win32_joystick.c @@ -2,7 +2,7 @@ // GLFW 3.1 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/win32_joystick.h b/src/win32_joystick.h index 44ce9531..a0346833 100644 --- a/src/win32_joystick.h +++ b/src/win32_joystick.h @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 Win32 - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/win32_monitor.c b/src/win32_monitor.c index dc29f7c7..935808c9 100644 --- a/src/win32_monitor.c +++ b/src/win32_monitor.c @@ -2,7 +2,7 @@ // GLFW 3.3 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/win32_platform.h b/src/win32_platform.h index 162ea4dd..9e8daecc 100644 --- a/src/win32_platform.h +++ b/src/win32_platform.h @@ -2,7 +2,7 @@ // GLFW 3.3 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/win32_time.c b/src/win32_time.c index add55c5f..6abfd1af 100644 --- a/src/win32_time.c +++ b/src/win32_time.c @@ -2,7 +2,7 @@ // GLFW 3.3 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/win32_tls.c b/src/win32_tls.c index 0607ca6c..ef0f1d06 100644 --- a/src/win32_tls.c +++ b/src/win32_tls.c @@ -2,7 +2,7 @@ // GLFW 3.3 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/win32_window.c b/src/win32_window.c index c88f343d..9214a66c 100644 --- a/src/win32_window.c +++ b/src/win32_window.c @@ -2,7 +2,7 @@ // GLFW 3.3 Win32 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/window.c b/src/window.c index 0917336a..ece8d75b 100644 --- a/src/window.c +++ b/src/window.c @@ -2,7 +2,7 @@ // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // Copyright (c) 2012 Torsten Walluhn // // This software is provided 'as-is', without any express or implied diff --git a/src/x11_init.c b/src/x11_init.c index 012ab5b9..a5c5b9e3 100644 --- a/src/x11_init.c +++ b/src/x11_init.c @@ -2,7 +2,7 @@ // GLFW 3.3 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/x11_monitor.c b/src/x11_monitor.c index 111ef1aa..c0aebdaf 100644 --- a/src/x11_monitor.c +++ b/src/x11_monitor.c @@ -2,7 +2,7 @@ // GLFW 3.3 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/x11_platform.h b/src/x11_platform.h index 754d7990..4268f262 100644 --- a/src/x11_platform.h +++ b/src/x11_platform.h @@ -2,7 +2,7 @@ // GLFW 3.3 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/x11_window.c b/src/x11_window.c index cbb039ad..d552e269 100644 --- a/src/x11_window.c +++ b/src/x11_window.c @@ -2,7 +2,7 @@ // GLFW 3.3 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/src/xkb_unicode.c b/src/xkb_unicode.c index e16a070c..4c7f4373 100644 --- a/src/xkb_unicode.c +++ b/src/xkb_unicode.c @@ -2,7 +2,7 @@ // GLFW 3.3 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard -// Copyright (c) 2006-2016 Camilla Berglund +// Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/clipboard.c b/tests/clipboard.c index 4e1ac031..a24d0c07 100644 --- a/tests/clipboard.c +++ b/tests/clipboard.c @@ -1,6 +1,6 @@ //======================================================================== // Clipboard test program -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/cursor.c b/tests/cursor.c index c3f515b6..c8ca39de 100644 --- a/tests/cursor.c +++ b/tests/cursor.c @@ -1,6 +1,6 @@ //======================================================================== // Cursor & input mode tests -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/empty.c b/tests/empty.c index f4a51b70..e51cecbb 100644 --- a/tests/empty.c +++ b/tests/empty.c @@ -1,6 +1,6 @@ //======================================================================== // Empty event test -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/events.c b/tests/events.c index fa14ae11..73a61ab2 100644 --- a/tests/events.c +++ b/tests/events.c @@ -1,6 +1,6 @@ //======================================================================== // Event linter (event spewer) -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/gamma.c b/tests/gamma.c index 79fba395..9b2de3d9 100644 --- a/tests/gamma.c +++ b/tests/gamma.c @@ -1,6 +1,6 @@ //======================================================================== // Gamma correction test program -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/glfwinfo.c b/tests/glfwinfo.c index 157abfab..bb4f6a86 100644 --- a/tests/glfwinfo.c +++ b/tests/glfwinfo.c @@ -1,6 +1,6 @@ //======================================================================== // Context creation and information tool -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/icon.c b/tests/icon.c index d866ff1a..747630fb 100644 --- a/tests/icon.c +++ b/tests/icon.c @@ -1,6 +1,6 @@ //======================================================================== // Window icon test program -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/iconify.c b/tests/iconify.c index ba6425c4..efacc0cd 100644 --- a/tests/iconify.c +++ b/tests/iconify.c @@ -1,6 +1,6 @@ //======================================================================== // Iconify/restore test program -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/joysticks.c b/tests/joysticks.c index ca51511f..019b568b 100644 --- a/tests/joysticks.c +++ b/tests/joysticks.c @@ -1,6 +1,6 @@ //======================================================================== // Joystick input test -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/monitors.c b/tests/monitors.c index 77a2a51f..fc54c319 100644 --- a/tests/monitors.c +++ b/tests/monitors.c @@ -1,6 +1,6 @@ //======================================================================== // Monitor information tool -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/msaa.c b/tests/msaa.c index b8aae34b..468c5148 100644 --- a/tests/msaa.c +++ b/tests/msaa.c @@ -1,6 +1,6 @@ //======================================================================== // Multisample anti-aliasing test -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/reopen.c b/tests/reopen.c index 4ea0c1e2..262dffa2 100644 --- a/tests/reopen.c +++ b/tests/reopen.c @@ -1,6 +1,6 @@ //======================================================================== // Window re-opener (open/close stress test) -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/sharing.c b/tests/sharing.c index 32f99ce1..a00c56aa 100644 --- a/tests/sharing.c +++ b/tests/sharing.c @@ -1,6 +1,6 @@ //======================================================================== // Context sharing test program -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/tearing.c b/tests/tearing.c index 46c51e40..f1c0b78f 100644 --- a/tests/tearing.c +++ b/tests/tearing.c @@ -1,6 +1,6 @@ //======================================================================== // Vsync enabling test -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/threads.c b/tests/threads.c index d5e34838..9c0f8924 100644 --- a/tests/threads.c +++ b/tests/threads.c @@ -1,6 +1,6 @@ //======================================================================== // Multi-threading test -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/timeout.c b/tests/timeout.c index 4bf05514..22bee756 100644 --- a/tests/timeout.c +++ b/tests/timeout.c @@ -1,6 +1,6 @@ //======================================================================== // Event wait timeout test -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/title.c b/tests/title.c index 9fe67f4e..41e91712 100644 --- a/tests/title.c +++ b/tests/title.c @@ -1,6 +1,6 @@ //======================================================================== // UTF-8 window title test -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages diff --git a/tests/vulkan.c b/tests/vulkan.c index bbfcb17d..f734dca0 100644 --- a/tests/vulkan.c +++ b/tests/vulkan.c @@ -22,7 +22,7 @@ * Author: Jon Ashburn * Author: Piers Daniell * Author: Gwan-gyeong Mun - * Porter: Camilla Berglund + * Porter: Camilla Löwy */ /* * Draw a textured triangle with depth testing. This is written against Intel diff --git a/tests/windows.c b/tests/windows.c index 025cce29..1c129739 100644 --- a/tests/windows.c +++ b/tests/windows.c @@ -1,6 +1,6 @@ //======================================================================== // Simple multi-window test -// Copyright (c) Camilla Berglund +// Copyright (c) Camilla Löwy // // This software is provided 'as-is', without any express or implied // warranty. In no event will the authors be held liable for any damages