diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:18:23 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 16:18:23 +0100 |
| commit | f88fe31af6b19a972c2b72d9fdaee8c1985cfd9f (patch) | |
| tree | 175379a1f79db666882476352c9326f77b71654e /example | |
| parent | 61f30bafcd2d696f1f58ca1a1848e10f80fe8298 (diff) | |
[CHORE] Add SPDX header for files.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'example')
| -rw-r--r-- | example/asio_example/example.cpp | 11 | ||||
| -rw-r--r-- | example/simple_example/example.cpp | 11 | ||||
| -rw-r--r-- | example/text_editor_example/example.cpp | 11 | ||||
| -rw-r--r-- | example/text_editor_example/texteditor.hpp | 11 |
4 files changed, 20 insertions, 24 deletions
diff --git a/example/asio_example/example.cpp b/example/asio_example/example.cpp index 5ba520d..07bc62f 100644 --- a/example/asio_example/example.cpp +++ b/example/asio_example/example.cpp @@ -1,9 +1,8 @@ -/* - * File: example.cpp - * Purpose: Rope example. - * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2025-2026, Amlal El Mahrouss, licensed under the Boost Software License. - */ +// SPDX-License-Identifier: BSL-1.0 +// Copyright 2025-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 <ocl/tproc/rope.hpp> #include <ocl/asio.hpp> diff --git a/example/simple_example/example.cpp b/example/simple_example/example.cpp index 70c073a..0cb20d8 100644 --- a/example/simple_example/example.cpp +++ b/example/simple_example/example.cpp @@ -1,9 +1,8 @@ -/* - * File: example.cpp - * Purpose: Rope example. - * Author: Amlal El Mahrouss (amlal@nekernel.org) - * Copyright 2025-2026, Amlal El Mahrouss, licensed under the Boost Software License. - */ +// SPDX-License-Identifier: BSL-1.0 +// Copyright 2025-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 <ocl/tproc/rope.hpp> #include <iostream> 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 |
