diff options
Diffstat (limited to 'include/ocl/smart_ptr.hpp')
| -rw-r--r-- | include/ocl/smart_ptr.hpp | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/include/ocl/smart_ptr.hpp b/include/ocl/smart_ptr.hpp index 4bdff42..a001147 100644 --- a/include/ocl/smart_ptr.hpp +++ b/include/ocl/smart_ptr.hpp @@ -1,9 +1,7 @@ -/* - * File: smart_ptr.hpp - * Purpose: Smart Pointer helpers. - * 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_SMART_PTR #define __OCL_SMART_PTR |
