Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Modify the files containing AGPL 3.0 license comments, changing the … #472

Merged
merged 4 commits into from
Nov 18, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Add 'repo' label to any root file changes
repo:
- '*'

- owner:SunHappyboy
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this autoreference from this file

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please correct it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I has remove it ;

name:CXXGraph
labels:
-name:bug
color:ffb4b4
# Add 'test' label to any change to *.spec.js files within the source dir
test:
- test/**
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/DirectedEdge.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_DIRECTEDEDGE_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/DirectedEdge_decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_DIRECTEDEDGE_DECL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/DirectedEdge_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_DIRECTEDEDGE_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/DirectedWeightedEdge.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/
#ifndef __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_H__
#define __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/DirectedWeightedEdge_decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/
#ifndef __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_DECL_H__
#define __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_DECL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/DirectedWeightedEdge_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/
#ifndef __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_IMPL_H__
#define __CXXGRAPH_DIRECTEDWEIGHTEDEDGE_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/Edge.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_EDGE_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/Edge_decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_EDGE_DECL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/Edge_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_EDGE_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/UndirectedEdge.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_UNDIRECTEDEDGE_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/UndirectedEdge_decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_UNDIRECTEDEDGE_DECL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/UndirectedEdge_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_UNDIRECTEDEDGE_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/UndirectedWeightedEdge.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_UNDIRECTEDWEIGHTEDEDGE_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/UndirectedWeightedEdge_decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_UNDIRECTEDWEIGHTEDEDGE_DECL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/UndirectedWeightedEdge_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_UNDIRECTEDWEIGHTEDEDGE_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/Weighted.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_WEIGHTED_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/Weighted_decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_WEIGHTED_DECL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Edge/Weighted_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_WEIGHTED_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/BellmanFord_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_BELLMANFORD_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/BestFirstSearch_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_BESTFIRSTSEARCH_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/Boruvka_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_BORUVKA_IMPL_H__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_BREADTHFIRSTSEARCH_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/BronKerbosch_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_BRONKERBOSCH_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/Connectivity_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_CONNECTIVITY_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/CycleDetection_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_CYCLEDETECTION_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/DepthFirstSearch_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_DEPTHFIRSTSEARCH_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/Dial_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_DIAL_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/Dijkstra_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_DIJKSTRA_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/FloydWarshall_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_FLOYDWARSHALL_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/FordFulkerson_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_FORDFULKERSON_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/Kahn_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_KAHN_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/Kosaraju_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_KOSARAJU_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/Kruskal_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_KRUSKAL_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/Prim_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_PRIM_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/Tarjan_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_TARJAN_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Algorithm/TopologicalSort_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_TOPOLOGICALSORT_IMPL_H__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_TRANSITIVEREDUCTION_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Graph.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_GRAPH_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Graph_decl.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_GRAPH_DECL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/Graph_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_GRAPH_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/IO/IOUtility_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_IOUTILITY_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/IO/InputOperation_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_INPUTOPERATION_IMPL_H__
Expand Down
2 changes: 1 addition & 1 deletion include/CXXGraph/Graph/IO/OutputOperation_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
/***********************************************************/
/*** Collaboration: ----------- ***/
/***********************************************************/
/*** License: AGPL v3.0 ***/
/*** License: MPL v2.0***/
/***********************************************************/

#ifndef __CXXGRAPH_OUTPUTOPERATION_IMPL_H__
Expand Down
Loading
Loading