Skip to content

Commit a6098ed

Browse files
committed
licence update
1 parent 9d82ca4 commit a6098ed

5 files changed

Lines changed: 13 additions & 5 deletions

File tree

LICENSE renamed to LICENSE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
MIT License
1+
#### MIT License
22

3-
Copyright (c) 2024 Jakub Musiał
4-
Project: "CPP-GL: General purpose header-only template graph library for C++23 and newer standards."
5-
https://github.com/SpectraL519/cpp-gl
3+
Copyright (c) 2024-2026 Jakub Musiał
4+
Project: "CPP-GL: General-purpose Template Graph and Hypergraph Library for Modern C++"
5+
URL: https://github.com/SpectraL519/cpp-gl
66

77
Permission is hereby granted, free of charge, to any person obtaining a copy
88
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,4 +108,4 @@ target_link_libraries(my_project PRIVATE cpp-gl)
108108

109109
## Licence
110110

111-
The `CPP-GL` project uses the [MIT Licence](https://mit-license.org/) which can be found in the [LICENCE](/LICENSE) file
111+
The `CPP-GL` project uses the [MIT Licence](https://mit-license.org/) which can be found in the [LICENCE](/LICENSE.md#mit-licence) file

docs/license.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# License
2+
3+
--8<-- "LICENSE.md"

include/gl/types/properties.hpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ namespace gl {
1515

1616
/// @ingroup GL GL-Core
1717
/// @brief A tag struct representing no user-defined properties.
18+
///
19+
/// > [!IMPORTANT]
20+
/// > - This type is used as a default `properties_type` for graph components that do not require any user-defined data.
21+
/// > - It serves as a marker to indicate that the component is "property-less" and can be optimized accordingly.
1822
struct empty_properties {};
1923

2024
/// @ingroup GL GL-Core

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ nav:
2727
- Todo List: cpp-gl/todo.md
2828
# - Bug List: cpp-gl/bug.md
2929
# - Deprecated: cpp-gl/deprecated.md
30+
- License: license.md
3031

3132
theme:
3233
name: material

0 commit comments

Comments
 (0)