diff --git a/CODEOWNERS b/CODEOWNERS index 26805cb036..c502459f64 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,5 +1,5 @@ ############################################################################### -# Copyright (c) 2018, 2020 IBM Corp. and others +# Copyright (c) 2018, 2022 IBM Corp. and others # # This program and the accompanying materials are made available under # the terms of the Eclipse Public License 2.0 which accompanies this @@ -21,7 +21,7 @@ ############################################################################### # Global project leads/owners -* @charliegracie @mstoodle +* @charliegracie @mstoodle @0xdaryl # Build / Configure and CI *.mk @charliegracie @@ -50,13 +50,13 @@ /compiler/ilgen @mstoodle @Leonardo2718 # Port Library -/port/ @charliegracie @youngar @rwy0717 +/port/ @charliegracie @youngar @rwy0717 @babsingh # Thread Library -/thread/ @charliegracie @youngar @rwy0717 +/thread/ @charliegracie @youngar @rwy0717 @babsingh # OMR Core Utilities -/include_core/OMR/ @youngar @charliegracie @Leonardo2718 @rwy0717 +/include_core/OMR/ @youngar @charliegracie @Leonardo2718 @rwy0717 @babsingh # Tril and Testing /fvtest/tril/ @Leonardo2718 @fjeremic @0xdaryl