diff --git a/src/pathcomp/backend/pathComp_ear.c b/src/pathcomp/backend/pathComp_ear.c
index c13993b649060e7e2149b699f408cb327dc44e2b..aee3d09f768619f3f6eb40231133fedd30dbb769 100644
--- a/src/pathcomp/backend/pathComp_ear.c
+++ b/src/pathcomp/backend/pathComp_ear.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> 
 #include <sys/types.h>
@@ -50,7 +47,7 @@ GList* contextSet;
  *
  *  @param outputList
  *
- *	@author Ricardo Martínez <ricardo.martinez@cttc.es>
+ *	@author Ricardo Mart�nez <ricardo.martinez@cttc.es>
  *	@date 2022
  */
 void ear_comp_services(struct compRouteOutputList_t* oPathList, gint activeFlag) {
@@ -110,7 +107,7 @@ void ear_comp_services(struct compRouteOutputList_t* oPathList, gint activeFlag)
  *
  *  @param oList
  *
- *	@author Ricardo Martínez <ricardo.martinez@cttc.es>
+ *	@author Ricardo Mart�nez <ricardo.martinez@cttc.es>
  *	@date 2022
  */
  ////////////////////////////////////////////////////////////////////////////////////////
@@ -168,7 +165,7 @@ void ear_comp(struct compRouteOutputList_t* oList) {
  *
  *  @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_ear.h b/src/pathcomp/backend/pathComp_ear.h
index 70210d8699d7959520e8a17b3e86bd642d139b13..dff6202568572bfa3343c21c29ad663e167ccfaa 100644
--- a/src/pathcomp/backend/pathComp_ear.h
+++ b/src/pathcomp/backend/pathComp_ear.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,8 +12,6 @@
  * 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_EAR_H