From 3e1d420e6066a3da77b8da8db2bdf45ec9d6d3bf Mon Sep 17 00:00:00 2001 From: raysan5 Date: Tue, 7 Apr 2020 23:04:39 +0200 Subject: [PATCH] Review examples copyright --- examples/controls_test_suite/controls_test_suite.c | 2 +- examples/custom_file_dialog/custom_file_dialog.c | 2 +- examples/image_exporter/image_exporter.c | 2 +- examples/image_raw_importer/image_raw_importer.c | 2 +- examples/portable_window/portable_window.c | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/controls_test_suite/controls_test_suite.c b/examples/controls_test_suite/controls_test_suite.c index 7a2b7c8..4cc377b 100644 --- a/examples/controls_test_suite/controls_test_suite.c +++ b/examples/controls_test_suite/controls_test_suite.c @@ -30,7 +30,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2019 raylib technologies (@raylibtech) +* Copyright (c) 2020 Ramon Santamaria (@raysan5) * **********************************************************************************************/ diff --git a/examples/custom_file_dialog/custom_file_dialog.c b/examples/custom_file_dialog/custom_file_dialog.c index 7e3ea58..5f8f48f 100644 --- a/examples/custom_file_dialog/custom_file_dialog.c +++ b/examples/custom_file_dialog/custom_file_dialog.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2019 raylib technologies (@raylibtech) +* Copyright (c) 2020 Ramon Santamaria (@raysan5) * **********************************************************************************************/ diff --git a/examples/image_exporter/image_exporter.c b/examples/image_exporter/image_exporter.c index cc7dcf4..87e5c72 100644 --- a/examples/image_exporter/image_exporter.c +++ b/examples/image_exporter/image_exporter.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2019 raylib technologies (@raylibtech) +* Copyright (c) 2020 Ramon Santamaria (@raysan5) * ********************************************************************************************/ diff --git a/examples/image_raw_importer/image_raw_importer.c b/examples/image_raw_importer/image_raw_importer.c index efc846c..b4a86dc 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) 2019 raylib technologies (@raylibtech) +* Copyright (c) 2020 Ramon Santamaria (@raysan5) * **********************************************************************************************/ diff --git a/examples/portable_window/portable_window.c b/examples/portable_window/portable_window.c index 492b66e..8f73702 100644 --- a/examples/portable_window/portable_window.c +++ b/examples/portable_window/portable_window.c @@ -11,7 +11,7 @@ * * LICENSE: zlib/libpng * -* Copyright (c) 2019 raylib technologies (@raylibtech) +* Copyright (c) 2020 Ramon Santamaria (@raysan5) * **********************************************************************************************/