From be258d5a4e90b3d00e8af0a779066e3ee974b336 Mon Sep 17 00:00:00 2001 From: nike0good Date: Fri, 31 May 2019 00:56:21 +0800 Subject: [PATCH] [toposort] forget to change licenses --- include/c_types/pgr_topological_sort_t.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/include/c_types/pgr_topological_sort_t.h b/include/c_types/pgr_topological_sort_t.h index 8dc420fcbf..9959338bcc 100644 --- a/include/c_types/pgr_topological_sort_t.h +++ b/include/c_types/pgr_topological_sort_t.h @@ -1,9 +1,6 @@ /*PGR-GNU***************************************************************** File: pgr_topological_sort_t.h -Copyright (c) 2015 Aditya Pratap Singh -Mail: adityapratap.singh28@gmail.com - Function's developer: Copyright (c) 2019 Hang Wu mail: nike0good@gmail.com @@ -39,4 +36,4 @@ typedef struct { int sorted_v; } pgr_topological_sort_t; -#endif // INCLUDE_C_TYPES_PGR_STOERWAGNER_T_H_ +#endif // INCLUDE_C_TYPES_PGR_TOPOLOGICAL_SORT_T_H_