From a4ddc9a4d031d5d7c5b34e292b05d0895d472ab8 Mon Sep 17 00:00:00 2001 From: martinezric <ricardo.martinez@cttc.es> Date: Wed, 3 May 2023 12:55:20 +0000 Subject: [PATCH] Updated the file headers --- src/pathcomp/backend/pathComp_sp.c | 16 +++++++--------- src/pathcomp/backend/pathComp_tools.c | 11 ++++------- src/pathcomp/backend/pathComp_tools.h | 11 ++++------- 3 files changed, 15 insertions(+), 23 deletions(-) diff --git a/src/pathcomp/backend/pathComp_sp.c b/src/pathcomp/backend/pathComp_sp.c index 6510a0d7d..084fc14f3 100644 --- a/src/pathcomp/backend/pathComp_sp.c +++ b/src/pathcomp/backend/pathComp_sp.c @@ -1,6 +1,6 @@ //////////////////////////////////////////////////////////////////////////////////////// -/** - * # Copyright 2022 Centre Tecnològic de Telecomunicacions de Catalunya (CTTC/CERCA) www.cttc.es +/* + * Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,10 +13,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - - * Author: CTTC/CERCA PONS RU Ricardo Martínez (ricardo.martinez@cttc.es) */ - //////////////////////////////////////////////////////////////////////////////////////// + #include <stdio.h> #include <stdlib.h> #include <sys/types.h> @@ -51,7 +49,7 @@ GList* contextSet; * @param s * @param mapNodes * - * @author Ricardo Martínez <ricardo.martinez@cttc.es> + * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ ///////////////////////////////////////////////////////////////////////////////////////// @@ -106,7 +104,7 @@ gint computation(struct pred_t* pred, struct graph_t* g, struct service_t* s, st * @param path * @param g * - * @author Ricardo Martínez <ricardo.martinez@cttc.es> + * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ ///////////////////////////////////////////////////////////////////////////////////////// @@ -186,7 +184,7 @@ void computation_shortest_path(struct service_t* s, struct compRouteOutput_t* pa * * @param outputList * - * @author Ricardo Martínez <ricardo.martinez@cttc.es> + * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ void sp_execution_services(struct compRouteOutputList_t* oPathList) { @@ -247,7 +245,7 @@ void sp_execution_services(struct compRouteOutputList_t* oPathList) { * * @param compRouteOutput * - * @author Ricardo Martínez <ricardo.martinez@cttc.es> + * @author Ricardo Mart�nez <ricardo.martinez@cttc.es> * @date 2022 */ ///////////////////////////////////////////////////////////////////////////////////////// diff --git a/src/pathcomp/backend/pathComp_tools.c b/src/pathcomp/backend/pathComp_tools.c index 139d97325..8fbef0476 100644 --- a/src/pathcomp/backend/pathComp_tools.c +++ b/src/pathcomp/backend/pathComp_tools.c @@ -1,6 +1,5 @@ -//////////////////////////////////////////////////////////////////////////////////////// -/** - * # Copyright 2022 Centre Tecnològic de Telecomunicacions de Catalunya (CTTC/CERCA) www.cttc.es +/* + * Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,10 +12,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - - * Author: CTTC/CERCA PONS RU Ricardo MartÃnez (ricardo.martinez@cttc.es) */ -///////////////////////////////////////////////////////////////////////////////////////// + #include <stdio.h> #include <stdlib.h> @@ -3398,4 +3395,4 @@ void alg_comp(struct service_t* s, struct compRouteOutput_t* path, struct graph_ DEBUG_PC("K-SP failed!!!"); comp_route_connection_issue_handler(path, s); return; -} \ No newline at end of file +} diff --git a/src/pathcomp/backend/pathComp_tools.h b/src/pathcomp/backend/pathComp_tools.h index 041d42019..f69de1836 100644 --- a/src/pathcomp/backend/pathComp_tools.h +++ b/src/pathcomp/backend/pathComp_tools.h @@ -1,6 +1,5 @@ -//////////////////////////////////////////////////////////////////////////////////////// -/** - * # Copyright 2022 Centre Tecnol�gic de Telecomunicacions de Catalunya (CTTC/CERCA) www.cttc.es +/* + * Copyright 2022-2023 ETSI TeraFlowSDN - TFS OSG (https://tfs.etsi.org/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -13,10 +12,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. - - * Author: CTTC/CERCA PONS RU Ricardo Mart�nez (ricardo.martinez@cttc.es) */ -///////////////////////////////////////////////////////////////////////////////////////// + #ifndef _PATHCOMP_TOOLS_H #define _PATHCOMP_TOOLS_H @@ -621,4 +618,4 @@ void destroy_context(struct context_t*); void dijkstra(gint, gint, struct graph_t*, struct service_t*, struct map_nodes_t*, struct nodes_t*, struct compRouteOutputItem_t*, guint); void set_path_attributes(struct compRouteOutputItem_t*, struct map_t*); void alg_comp(struct service_t*, struct compRouteOutput_t*, struct graph_t*, guint); -#endif \ No newline at end of file +#endif -- GitLab