/* Copyright 2021 The Chromium Authors
* Use of this source code is governed by a BSD_style license that can be
* found in the LICENSE file. */
/*
* A mapping of Chromium contributors to their affiliations over time.
*
* Chromium.org accounts are presumed to be affiliated with Google unless
* listed otherwise. Most non-Google Chromium contributors prefer to use their
* organization's e-mail address in commit logs for maximum clarity.
*
* People contributing in an individual capacity can list either the domain of
* their personal e-mail address, or the string "Individual".
* The string "Undisclosed" can be used to override the default assumption
* for the account without specifying any affiliation.
*
* Emails must be sorted alphabetically.
* Affilitions must be sorted from most recent to least recent.
*/
{
"[email protected]": {
affiliations: [
{ start: "2022-05-03", domain: "intel.com" },
{ start: "2016-08-15", domain: "arm.com" },
{ start: "2014-10-08", domain: "adenilson.org" },
]
},
"[email protected]": {
affiliations: [
{ start: "2019-05-01", domain: "microsoft.com" },
]
},
"[email protected]": {
affiliations: [
{ start: "2024-04-29", domain: "microsoft.com" },
{ start: "2022-06-01", domain: "joone.net" },
]
},
"[email protected]": {
affiliations: [
{ start: "2021-11-29", domain: "kzar.co.uk" },
]
},
"[email protected]": {
affiliations: [
{ start: "2010-03-09", domain: "gmail.com" },
]
},
"[email protected]": {
affiliations: [
{ start: "2019-05-01", domain: "microsoft.com" },
]
},
"[email protected]": {
affiliations: [
{ start: "2020-07-25", domain: "seokho.dev" },
]
},
"[email protected]": {
affiliations: [
{ start: "2016-09-10", domain: "huawei.com" },
{ start: "2014-01-10", domain: "samsung.com" },
]
},
"[email protected]": {
affiliations: [
{ start: "2024-01-07", domain: "shopify.com"},
{ start: "2018-10-01", domain: "google.com"},
]
},
"[email protected]": {
affiliations: [
{ start: "2018-10-01", domain: "google.com"},
{ start: "2015-01-05", domain: "akamai.com"},
{ start: "2012-09-01", domain: "yoav.ws"},
]
},
"[email protected]": {
affiliations: [
{ start: "2020-07-10", domain: "tencent.com" },
]
},
"[email protected]": {
affiliations: [
{ start: "2019-09-26", domain: "microsoft.com" },
]
},
}