From 94b0e97900875556b5c39f19f7665cdde4ced903 Mon Sep 17 00:00:00 2001 From: ArthurSonzogni Date: Thu, 11 Apr 2024 23:26:07 +0200 Subject: [PATCH] Update copyright date. --- CMakeLists.txt | 1 + include/ftxui/screen/image.hpp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6a0b7a55..65f41dbd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/include/ftxui/screen/image.hpp b/include/ftxui/screen/image.hpp index d81c723a..1790a971 100644 --- a/include/ftxui/screen/image.hpp +++ b/include/ftxui/screen/image.hpp @@ -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