File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
77Permission is hereby granted, free of charge, to any person obtaining a copy
88of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1+ # License
2+
3+ --8<-- "LICENSE.md"
Original file line number Diff line number Diff 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.
1822struct empty_properties {};
1923
2024// / @ingroup GL GL-Core
Original file line number Diff line number Diff line change 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
3132theme :
3233 name : material
You can’t perform that action at this time.
0 commit comments