diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-26 09:46:53 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-26 09:47:53 +0100 |
| commit | f69ab8b1fcc0e1cca1c1dff96e204440f1f4f7f3 (patch) | |
| tree | afa1bab2b960d042a96c7ab71cfcbd9a02a75c20 /include/ocl/io.hpp | |
| parent | ceb8ca661c7d6cdb10be6593f3eedabf42846b0e (diff) | |
feat: update file header.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'include/ocl/io.hpp')
| -rw-r--r-- | include/ocl/io.hpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/ocl/io.hpp b/include/ocl/io.hpp index 155153e..ad04ecd 100644 --- a/include/ocl/io.hpp +++ b/include/ocl/io.hpp @@ -1,9 +1,7 @@ -/* - * File: print.hpp - * Purpose: OCL Print library - * Author: Amlal El Mahrouss. (amlal@nekernel.org) - * Copyright 2025, Amlal El Mahrouss, Licensed under the Boost Software License. Licensed under the BSL 1.0 license - */ +// Copyright 2025, 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-org/core #ifndef __OCL_CORE_IO #define __OCL_CORE_IO |
