diff --git a/src/android_init.c b/src/android_init.c index a05f90880..13100a21c 100644 --- a/src/android_init.c +++ b/src/android_init.c @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2016 Google Inc. +// Copyright (c) 2017 Curi0 // Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied diff --git a/src/android_joystick.c b/src/android_joystick.c index afd65e15d..7f2849b7d 100644 --- a/src/android_joystick.c +++ b/src/android_joystick.c @@ -1,6 +1,7 @@ //======================================================================== // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ +// Copyright (c) 2017 Curi0 // Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied diff --git a/src/android_monitor.c b/src/android_monitor.c index f5678bbc3..e9e211e5b 100644 --- a/src/android_monitor.c +++ b/src/android_monitor.c @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2016 Google Inc. +// Copyright (c) 2017 Curi0 // Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied @@ -25,6 +25,7 @@ // //======================================================================== + #include "internal.h" diff --git a/src/android_platform.h b/src/android_platform.h index 5e27bc8d0..616cc088e 100644 --- a/src/android_platform.h +++ b/src/android_platform.h @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2016 Google Inc. +// Copyright (c) 2017 Curi0 // Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied diff --git a/src/android_window.c b/src/android_window.c index a46869c6f..ab1c36fc4 100644 --- a/src/android_window.c +++ b/src/android_window.c @@ -1,7 +1,7 @@ //======================================================================== // GLFW 3.3 - www.glfw.org //------------------------------------------------------------------------ -// Copyright (c) 2016 Google Inc. +// Copyright (c) 2017 Curi0 // Copyright (c) 2006-2016 Camilla Löwy // // This software is provided 'as-is', without any express or implied