Update copyright date.

This commit is contained in:
ArthurSonzogni 2024-04-11 23:26:07 +02:00
parent 9eccde5c3c
commit 94b0e97900
No known key found for this signature in database
GPG Key ID: 41D98248C074CD6C
2 changed files with 2 additions and 1 deletions

View File

@ -34,6 +34,7 @@ add_library(screen
include/ftxui/screen/color.hpp
include/ftxui/screen/color_info.hpp
include/ftxui/screen/image.hpp
include/ftxui/screen/pixel.hpp
include/ftxui/screen/screen.hpp
include/ftxui/screen/string.hpp
src/ftxui/screen/box.cpp

View File

@ -1,4 +1,4 @@
// Copyright 2020 Arthur Sonzogni. All rights reserved.
// Copyright 2024 Arthur Sonzogni. All rights reserved.
// Use of this source code is governed by the MIT license that can be found in
// the LICENSE file.
#ifndef FTXUI_SCREEN_IMAGE_HPP