Skip to content

Commit 092048e

Browse files
committed
Update README.md
1 parent c19321b commit 092048e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dcore
22
=====
3-
A low level general-purpose library for [D language](https://dlang.org). Partial successor of [dlib 1.x](https://github.com/gecko0307/dlib) and a future base for dlib 2.0.
3+
Low level general-purpose library for [D language](https://dlang.org). Partial successor of [dlib 1.x](https://github.com/gecko0307/dlib) and a future base for dlib 2.0.
44

55
* `betterC` compliant
66
* Independent from Phobos for core functionality. Uses only `betterC` parts of Phobos, like `std.traits` and system APIs
@@ -23,3 +23,7 @@ Progress
2323
* [ ] `dcore.linker` - cross-platform dynamic library linker
2424
* [ ] `dcore.text` - string processing, UTF-8 decoder
2525
* [ ] `dcore.container` - `betterC` containers and data structures
26+
27+
License
28+
-------
29+
Copyright (c) 2025 Timur Gafarov. Distributed under the Boost Software License, Version 1.0 (see accompanying file COPYING or at https://www.boost.org/LICENSE_1_0.txt).

0 commit comments

Comments
 (0)