From 79b49afe17f54e9dc06d451b3547d0881458ec86 Mon Sep 17 00:00:00 2001 From: Leandro Gabriel <45115495+VelocityIsNotSpeed@users.noreply.github.com> Date: Tue, 23 Jul 2019 20:09:07 -0300 Subject: [PATCH] Update year of copyright notices and fix typo (#46) * Update year of copyright notices And add missing license information to image_exporter.c * Fix typo ("immedite") --- LICENSE | 2 +- examples/controls_test_suite/controls_test_suite.c | 2 +- examples/image_exporter/image_exporter.c | 4 +++- examples/image_raw_importer/image_raw_importer.c | 2 +- examples/portable_window/portable_window.c | 2 +- src/raygui.h | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/LICENSE b/LICENSE index 0119721..e60027a 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ zlib License -Copyright (c) 2014-2017 Ramon Santamaria (@raysan5) +Copyright (c) 2014-2019 Ramon Santamaria (@raysan5) This software is provided "as-is", without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. diff --git a/examples/controls_test_suite/controls_test_suite.c b/examples/controls_test_suite/controls_test_suite.c index ddf7de2..9fac27e 100644 --- a/examples/controls_test_suite/controls_test_suite.c +++ b/examples/controls_test_suite/controls_test_suite.c @@ -19,7 +19,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2018 raylib technologies (@raylibtech) +* Copyright (c) 2019 raylib technologies (@raylibtech) * **********************************************************************************************/ diff --git a/examples/image_exporter/image_exporter.c b/examples/image_exporter/image_exporter.c index 2578193..2a8ed8a 100644 --- a/examples/image_exporter/image_exporter.c +++ b/examples/image_exporter/image_exporter.c @@ -9,7 +9,9 @@ * COMPILATION (Windows - MinGW): * gcc -o $(NAME_PART).exe $(FILE_NAME) -I../../src -lraylib -lopengl32 -lgdi32 -std=c99 * -* Copyright (c) 2018 raylib technologies (@raylibtech) +* LICENSE: zlib/libpng +* +* Copyright (c) 2019 raylib technologies (@raylibtech) * ********************************************************************************************/ diff --git a/examples/image_raw_importer/image_raw_importer.c b/examples/image_raw_importer/image_raw_importer.c index 14813e1..826a989 100644 --- a/examples/image_raw_importer/image_raw_importer.c +++ b/examples/image_raw_importer/image_raw_importer.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2018 raylib technologies (@raylibtech) +* Copyright (c) 2019 raylib technologies (@raylibtech) * **********************************************************************************************/ diff --git a/examples/portable_window/portable_window.c b/examples/portable_window/portable_window.c index 4b6eed4..0b911dc 100644 --- a/examples/portable_window/portable_window.c +++ b/examples/portable_window/portable_window.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2018 raylib technologies (@raylibtech) +* Copyright (c) 2019 raylib technologies (@raylibtech) * **********************************************************************************************/ diff --git a/src/raygui.h b/src/raygui.h index d4f55dd..a7a6d40 100644 --- a/src/raygui.h +++ b/src/raygui.h @@ -1,6 +1,6 @@ /******************************************************************************************* * -* raygui v2.5 - A simple and easy-to-use immedite-mode-gui library +* raygui v2.5 - A simple and easy-to-use immediate-mode-gui library * * DESCRIPTION: *