diff options
Diffstat (limited to 'example/text_editor_example')
| -rw-r--r-- | example/text_editor_example/example.cpp | 11 | ||||
| -rw-r--r-- | example/text_editor_example/texteditor.hpp | 11 |
2 files changed, 10 insertions, 12 deletions
diff --git a/example/text_editor_example/example.cpp b/example/text_editor_example/example.cpp index d61f91f..c699d45 100644 --- a/example/text_editor_example/example.cpp +++ b/example/text_editor_example/example.cpp @@ -1,9 +1,8 @@ -/* - * File: example.cpp - * Purpose: Rope example. - * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2026, Amlal El Mahrouss, licensed under the Boost Software License. - */ +// SPDX-License-Identifier: BSL-1.0 +// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// Official repository: https://github.com/ocl-foss-org/tproc #include "texteditor.hpp" diff --git a/example/text_editor_example/texteditor.hpp b/example/text_editor_example/texteditor.hpp index e83cf85..db018e1 100644 --- a/example/text_editor_example/texteditor.hpp +++ b/example/text_editor_example/texteditor.hpp @@ -1,9 +1,8 @@ -/* - * File: qt_widget.hpp - * Purpose: Minimal text editor widget example using tproc rope. - * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2026, Amlal El Mahrouss, licensed under the Boost Software License. - */ +// SPDX-License-Identifier: BSL-1.0 +// Copyright 2026, Amlal El Mahrouss (amlal@nekernel.org) +// Distributed under the Boost Software License, Version 1.0. (See accompanying +// file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) +// Official repository: https://github.com/ocl-foss-org/tproc #ifndef TPROC_EXAMPLE_QT_WIDGET_HPP #define TPROC_EXAMPLE_QT_WIDGET_HPP |
