浏览代码

Update year to 2022

raysan5 3 年之前
父节点
当前提交
eface74b13

+ 1 - 1
LICENSE

@@ -1,6 +1,6 @@
 zlib License
 zlib License
 	
 	
-Copyright (c) 2014-2021 Ramon Santamaria (@raysan5)
+Copyright (c) 2014-2022 Ramon Santamaria (@raysan5)
 
 
 This software is provided "as-is", without any express or implied warranty. In no event 
 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.
 will the authors be held liable for any damages arising from the use of this software.

+ 1 - 1
examples/controls_test_suite/controls_test_suite.c

@@ -30,7 +30,7 @@
 *
 *
 *   LICENSE: zlib/libpng
 *   LICENSE: zlib/libpng
 *
 *
-*   Copyright (c) 2016-2021 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2016-2022 Ramon Santamaria (@raysan5)
 *
 *
 **********************************************************************************************/
 **********************************************************************************************/
 
 

+ 1 - 1
examples/custom_file_dialog/custom_file_dialog.c

@@ -11,7 +11,7 @@
 *
 *
 *   LICENSE: zlib/libpng
 *   LICENSE: zlib/libpng
 *
 *
-*   Copyright (c) 2016-2021 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2016-2022 Ramon Santamaria (@raysan5)
 *
 *
 **********************************************************************************************/
 **********************************************************************************************/
 
 

+ 1 - 1
examples/custom_file_dialog/gui_file_dialog.h

@@ -18,7 +18,7 @@
 *
 *
 *   LICENSE: zlib/libpng
 *   LICENSE: zlib/libpng
 *
 *
-*   Copyright (c) 2019-2021 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2022 Ramon Santamaria (@raysan5)
 *
 *
 *   This software is provided "as-is", without any express or implied warranty. In no event
 *   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.
 *   will the authors be held liable for any damages arising from the use of this software.

+ 1 - 1
examples/image_exporter/image_exporter.c

@@ -11,7 +11,7 @@
 *
 *
 *   LICENSE: zlib/libpng
 *   LICENSE: zlib/libpng
 *
 *
-*   Copyright (c) 2015-2021 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2022 Ramon Santamaria (@raysan5)
 *
 *
 ********************************************************************************************/
 ********************************************************************************************/
 
 

+ 1 - 1
examples/image_raw_importer/image_raw_importer.c

@@ -11,7 +11,7 @@
 *
 *
 *   LICENSE: zlib/libpng
 *   LICENSE: zlib/libpng
 *
 *
-*   Copyright (c) 2015-2021 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2015-2022 Ramon Santamaria (@raysan5)
 *
 *
 **********************************************************************************************/
 **********************************************************************************************/
 
 

+ 1 - 1
examples/scroll_panel/gui_scroll_panel.c

@@ -17,7 +17,7 @@
 *
 *
 *   LICENSE: zlib/libpng
 *   LICENSE: zlib/libpng
 *
 *
-*   Copyright (c) 2019-2021 Vlad Adrian (@Demizdor) and Ramon Santamaria (@raysan5)
+*   Copyright (c) 2019-2022 Vlad Adrian (@Demizdor) and Ramon Santamaria (@raysan5)
 *
 *
 **********************************************************************************************/
 **********************************************************************************************/
 
 

+ 1 - 1
src/raygui.h

@@ -162,7 +162,7 @@
 *
 *
 *   LICENSE: zlib/libpng
 *   LICENSE: zlib/libpng
 *
 *
-*   Copyright (c) 2014-2021 Ramon Santamaria (@raysan5)
+*   Copyright (c) 2014-2022 Ramon Santamaria (@raysan5)
 *
 *
 *   This software is provided "as-is", without any express or implied warranty. In no event
 *   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.
 *   will the authors be held liable for any damages arising from the use of this software.