├── .github ├── ISSUE_TEMPLATE │ ├── ospo-adopter.md │ ├── ospo-associate-request.md │ └── report-bug.md ├── PULL_REQUEST_TEMPLATE.md └── workflows │ └── validate.yml ├── .gitignore ├── LICENSE ├── README.md ├── hosted_logos ├── Intersectmbo.svg ├── adobe.svg ├── aiven.svg ├── alibaba.svg ├── alliander.svg ├── amd-xilinx.svg ├── antgroup.svg ├── apple.svg ├── arm.svg ├── augur.svg ├── autodesk.svg ├── avanade.svg ├── aws.svg ├── backstage.svg ├── baidu.svg ├── banco-itau.svg ├── bitergia.svg ├── blackduck.svg ├── blackrock.svg ├── bloomberg.svg ├── bmw.svg ├── boeing.svg ├── bosch.svg ├── box.svg ├── bytedance.svg ├── bytesafe.svg ├── caict.svg ├── camunda.svg ├── capital-one.svg ├── cauldron.svg ├── change-healthcare.svg ├── chaoss.svg ├── chef.svg ├── chinamobile.svg ├── cii.svg ├── ciq.svg ├── cisco.svg ├── cncf.svg ├── code-climate.svg ├── comcast.svg ├── cuemby.svg ├── curioss.svg ├── datadog.svg ├── debricked.svg ├── dell-technologies.svg ├── dependency-management-data.svg ├── deutsche-bahn.svg ├── didi.svg ├── digitalocean.svg ├── docsy.svg ├── docusaurus.svg ├── dropbox.svg ├── dynatrace.svg ├── ebay.svg ├── elastic.svg ├── epam.svg ├── equinix.svg ├── ericsson.svg ├── esop.svg ├── esri.svg ├── f5.svg ├── fannie-mae.svg ├── finos.svg ├── fossa.svg ├── fossid.svg ├── fosslight.svg ├── foundationforpubliccode.svg ├── freddie-mac.svg ├── github.svg ├── gitlab.svg ├── google.svg ├── grimoirelab.svg ├── gs.svg ├── hcl-software.svg ├── here-technologies.svg ├── hewlett-packard-enterprise.svg ├── hitachi.svg ├── huawei.svg ├── ibm.svg ├── indeed.svg ├── infosys-logo.svg ├── innersourcecommons.svg ├── intel.svg ├── intersect.png ├── isc.svg ├── itm-logo.svg ├── itrenew.svg ├── jhu.svg ├── jihu-gitlab.svg ├── juniper.svg ├── khan-academy.svg ├── lf-energy.svg ├── lf-europe.svg ├── lfapac-osposig.svg ├── lfx-insights.svg ├── line.svg ├── markdoc.svg ├── mercado-libre.svg ├── meta.svg ├── microsoft.svg ├── mitsubishi-electric.svg ├── morganstanley.svg ├── national-instruments.svg ├── netapp.svg ├── netflix.svg ├── newrelic.svg ├── nginx.svg ├── nokia.svg ├── openchain.svg ├── openssf.svg ├── optum.svg ├── oss-review-toolkit.svg ├── ovio.svg ├── paypal.svg ├── pinterest.svg ├── porsche.svg ├── postman.svg ├── progressive.svg ├── qingcloud.svg ├── qualcomm.svg ├── red-hat.svg ├── revenera.svg ├── rochester-institute-of-technology.svg ├── salesforce.svg ├── samsung.svg ├── sap.svg ├── sas.svg ├── sauce-labs.svg ├── scancode.svg ├── scania.svg ├── scanoss.svg ├── seagate.svg ├── siemens.svg ├── slack.svg ├── snowflake.svg ├── snyk.svg ├── sony.svg ├── spdx.svg ├── spotify.svg ├── square.svg ├── starlight.svg ├── steady.svg ├── stripe.svg ├── target.svg ├── tencent.svg ├── tern.svg ├── thanksdev.svg ├── todo.svg ├── tomtom.svg ├── tools_template.svg ├── toshiba.svg ├── toyota.svg ├── trinity.svg ├── twitter.svg ├── two-sigma.svg ├── uber.svg ├── ucsc.svg ├── usbank.svg ├── verizon-media.svg ├── vigiles.svg ├── vivo.svg ├── vmware.svg ├── walmart-labs.svg ├── wayfair.svg ├── westerndigital.svg ├── white-source.svg ├── wind-river.svg ├── wipro.svg ├── zalando.svg └── zte.svg ├── images ├── favicon.png ├── landscape.png └── left-logo.svg └── landscape.yml /.github/ISSUE_TEMPLATE/ospo-adopter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/.github/ISSUE_TEMPLATE/ospo-adopter.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/ospo-associate-request.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/.github/ISSUE_TEMPLATE/ospo-associate-request.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/report-bug.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/.github/ISSUE_TEMPLATE/report-bug.md -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/.github/PULL_REQUEST_TEMPLATE.md -------------------------------------------------------------------------------- /.github/workflows/validate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/.github/workflows/validate.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/README.md -------------------------------------------------------------------------------- /hosted_logos/Intersectmbo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/Intersectmbo.svg -------------------------------------------------------------------------------- /hosted_logos/adobe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/adobe.svg -------------------------------------------------------------------------------- /hosted_logos/aiven.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/aiven.svg -------------------------------------------------------------------------------- /hosted_logos/alibaba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/alibaba.svg -------------------------------------------------------------------------------- /hosted_logos/alliander.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/alliander.svg -------------------------------------------------------------------------------- /hosted_logos/amd-xilinx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/amd-xilinx.svg -------------------------------------------------------------------------------- /hosted_logos/antgroup.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/antgroup.svg -------------------------------------------------------------------------------- /hosted_logos/apple.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/apple.svg -------------------------------------------------------------------------------- /hosted_logos/arm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/arm.svg -------------------------------------------------------------------------------- /hosted_logos/augur.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/augur.svg -------------------------------------------------------------------------------- /hosted_logos/autodesk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/autodesk.svg -------------------------------------------------------------------------------- /hosted_logos/avanade.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/avanade.svg -------------------------------------------------------------------------------- /hosted_logos/aws.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/aws.svg -------------------------------------------------------------------------------- /hosted_logos/backstage.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/backstage.svg -------------------------------------------------------------------------------- /hosted_logos/baidu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/baidu.svg -------------------------------------------------------------------------------- /hosted_logos/banco-itau.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/banco-itau.svg -------------------------------------------------------------------------------- /hosted_logos/bitergia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/bitergia.svg -------------------------------------------------------------------------------- /hosted_logos/blackduck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/blackduck.svg -------------------------------------------------------------------------------- /hosted_logos/blackrock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/blackrock.svg -------------------------------------------------------------------------------- /hosted_logos/bloomberg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/bloomberg.svg -------------------------------------------------------------------------------- /hosted_logos/bmw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/bmw.svg -------------------------------------------------------------------------------- /hosted_logos/boeing.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/boeing.svg -------------------------------------------------------------------------------- /hosted_logos/bosch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/bosch.svg -------------------------------------------------------------------------------- /hosted_logos/box.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/box.svg -------------------------------------------------------------------------------- /hosted_logos/bytedance.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/bytedance.svg -------------------------------------------------------------------------------- /hosted_logos/bytesafe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/bytesafe.svg -------------------------------------------------------------------------------- /hosted_logos/caict.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/caict.svg -------------------------------------------------------------------------------- /hosted_logos/camunda.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/camunda.svg -------------------------------------------------------------------------------- /hosted_logos/capital-one.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/capital-one.svg -------------------------------------------------------------------------------- /hosted_logos/cauldron.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/cauldron.svg -------------------------------------------------------------------------------- /hosted_logos/change-healthcare.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/change-healthcare.svg -------------------------------------------------------------------------------- /hosted_logos/chaoss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/chaoss.svg -------------------------------------------------------------------------------- /hosted_logos/chef.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/chef.svg -------------------------------------------------------------------------------- /hosted_logos/chinamobile.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/chinamobile.svg -------------------------------------------------------------------------------- /hosted_logos/cii.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/cii.svg -------------------------------------------------------------------------------- /hosted_logos/ciq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/ciq.svg -------------------------------------------------------------------------------- /hosted_logos/cisco.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/cisco.svg -------------------------------------------------------------------------------- /hosted_logos/cncf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/cncf.svg -------------------------------------------------------------------------------- /hosted_logos/code-climate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/code-climate.svg -------------------------------------------------------------------------------- /hosted_logos/comcast.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/comcast.svg -------------------------------------------------------------------------------- /hosted_logos/cuemby.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/cuemby.svg -------------------------------------------------------------------------------- /hosted_logos/curioss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/curioss.svg -------------------------------------------------------------------------------- /hosted_logos/datadog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/datadog.svg -------------------------------------------------------------------------------- /hosted_logos/debricked.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/debricked.svg -------------------------------------------------------------------------------- /hosted_logos/dell-technologies.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/dell-technologies.svg -------------------------------------------------------------------------------- /hosted_logos/dependency-management-data.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/dependency-management-data.svg -------------------------------------------------------------------------------- /hosted_logos/deutsche-bahn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/deutsche-bahn.svg -------------------------------------------------------------------------------- /hosted_logos/didi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/didi.svg -------------------------------------------------------------------------------- /hosted_logos/digitalocean.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/digitalocean.svg -------------------------------------------------------------------------------- /hosted_logos/docsy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/docsy.svg -------------------------------------------------------------------------------- /hosted_logos/docusaurus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/docusaurus.svg -------------------------------------------------------------------------------- /hosted_logos/dropbox.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/dropbox.svg -------------------------------------------------------------------------------- /hosted_logos/dynatrace.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/dynatrace.svg -------------------------------------------------------------------------------- /hosted_logos/ebay.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/ebay.svg -------------------------------------------------------------------------------- /hosted_logos/elastic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/elastic.svg -------------------------------------------------------------------------------- /hosted_logos/epam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/epam.svg -------------------------------------------------------------------------------- /hosted_logos/equinix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/equinix.svg -------------------------------------------------------------------------------- /hosted_logos/ericsson.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/ericsson.svg -------------------------------------------------------------------------------- /hosted_logos/esop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/esop.svg -------------------------------------------------------------------------------- /hosted_logos/esri.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/esri.svg -------------------------------------------------------------------------------- /hosted_logos/f5.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/f5.svg -------------------------------------------------------------------------------- /hosted_logos/fannie-mae.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/fannie-mae.svg -------------------------------------------------------------------------------- /hosted_logos/finos.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/finos.svg -------------------------------------------------------------------------------- /hosted_logos/fossa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/fossa.svg -------------------------------------------------------------------------------- /hosted_logos/fossid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/fossid.svg -------------------------------------------------------------------------------- /hosted_logos/fosslight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/fosslight.svg -------------------------------------------------------------------------------- /hosted_logos/foundationforpubliccode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/foundationforpubliccode.svg -------------------------------------------------------------------------------- /hosted_logos/freddie-mac.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/freddie-mac.svg -------------------------------------------------------------------------------- /hosted_logos/github.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/github.svg -------------------------------------------------------------------------------- /hosted_logos/gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/gitlab.svg -------------------------------------------------------------------------------- /hosted_logos/google.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/google.svg -------------------------------------------------------------------------------- /hosted_logos/grimoirelab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/grimoirelab.svg -------------------------------------------------------------------------------- /hosted_logos/gs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/gs.svg -------------------------------------------------------------------------------- /hosted_logos/hcl-software.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/hcl-software.svg -------------------------------------------------------------------------------- /hosted_logos/here-technologies.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/here-technologies.svg -------------------------------------------------------------------------------- /hosted_logos/hewlett-packard-enterprise.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/hewlett-packard-enterprise.svg -------------------------------------------------------------------------------- /hosted_logos/hitachi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/hitachi.svg -------------------------------------------------------------------------------- /hosted_logos/huawei.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/huawei.svg -------------------------------------------------------------------------------- /hosted_logos/ibm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/ibm.svg -------------------------------------------------------------------------------- /hosted_logos/indeed.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/indeed.svg -------------------------------------------------------------------------------- /hosted_logos/infosys-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/infosys-logo.svg -------------------------------------------------------------------------------- /hosted_logos/innersourcecommons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/innersourcecommons.svg -------------------------------------------------------------------------------- /hosted_logos/intel.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/intel.svg -------------------------------------------------------------------------------- /hosted_logos/intersect.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/intersect.png -------------------------------------------------------------------------------- /hosted_logos/isc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/isc.svg -------------------------------------------------------------------------------- /hosted_logos/itm-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/itm-logo.svg -------------------------------------------------------------------------------- /hosted_logos/itrenew.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/itrenew.svg -------------------------------------------------------------------------------- /hosted_logos/jhu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/jhu.svg -------------------------------------------------------------------------------- /hosted_logos/jihu-gitlab.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/jihu-gitlab.svg -------------------------------------------------------------------------------- /hosted_logos/juniper.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/juniper.svg -------------------------------------------------------------------------------- /hosted_logos/khan-academy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/khan-academy.svg -------------------------------------------------------------------------------- /hosted_logos/lf-energy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/lf-energy.svg -------------------------------------------------------------------------------- /hosted_logos/lf-europe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/lf-europe.svg -------------------------------------------------------------------------------- /hosted_logos/lfapac-osposig.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/lfapac-osposig.svg -------------------------------------------------------------------------------- /hosted_logos/lfx-insights.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/lfx-insights.svg -------------------------------------------------------------------------------- /hosted_logos/line.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/line.svg -------------------------------------------------------------------------------- /hosted_logos/markdoc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/markdoc.svg -------------------------------------------------------------------------------- /hosted_logos/mercado-libre.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/mercado-libre.svg -------------------------------------------------------------------------------- /hosted_logos/meta.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/meta.svg -------------------------------------------------------------------------------- /hosted_logos/microsoft.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/microsoft.svg -------------------------------------------------------------------------------- /hosted_logos/mitsubishi-electric.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/mitsubishi-electric.svg -------------------------------------------------------------------------------- /hosted_logos/morganstanley.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/morganstanley.svg -------------------------------------------------------------------------------- /hosted_logos/national-instruments.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/national-instruments.svg -------------------------------------------------------------------------------- /hosted_logos/netapp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/netapp.svg -------------------------------------------------------------------------------- /hosted_logos/netflix.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/netflix.svg -------------------------------------------------------------------------------- /hosted_logos/newrelic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/newrelic.svg -------------------------------------------------------------------------------- /hosted_logos/nginx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/nginx.svg -------------------------------------------------------------------------------- /hosted_logos/nokia.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/nokia.svg -------------------------------------------------------------------------------- /hosted_logos/openchain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/openchain.svg -------------------------------------------------------------------------------- /hosted_logos/openssf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/openssf.svg -------------------------------------------------------------------------------- /hosted_logos/optum.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/optum.svg -------------------------------------------------------------------------------- /hosted_logos/oss-review-toolkit.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/oss-review-toolkit.svg -------------------------------------------------------------------------------- /hosted_logos/ovio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/ovio.svg -------------------------------------------------------------------------------- /hosted_logos/paypal.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/paypal.svg -------------------------------------------------------------------------------- /hosted_logos/pinterest.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/pinterest.svg -------------------------------------------------------------------------------- /hosted_logos/porsche.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/porsche.svg -------------------------------------------------------------------------------- /hosted_logos/postman.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/postman.svg -------------------------------------------------------------------------------- /hosted_logos/progressive.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/progressive.svg -------------------------------------------------------------------------------- /hosted_logos/qingcloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/qingcloud.svg -------------------------------------------------------------------------------- /hosted_logos/qualcomm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/qualcomm.svg -------------------------------------------------------------------------------- /hosted_logos/red-hat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/red-hat.svg -------------------------------------------------------------------------------- /hosted_logos/revenera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/revenera.svg -------------------------------------------------------------------------------- /hosted_logos/rochester-institute-of-technology.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/rochester-institute-of-technology.svg -------------------------------------------------------------------------------- /hosted_logos/salesforce.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/salesforce.svg -------------------------------------------------------------------------------- /hosted_logos/samsung.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/samsung.svg -------------------------------------------------------------------------------- /hosted_logos/sap.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/sap.svg -------------------------------------------------------------------------------- /hosted_logos/sas.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/sas.svg -------------------------------------------------------------------------------- /hosted_logos/sauce-labs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/sauce-labs.svg -------------------------------------------------------------------------------- /hosted_logos/scancode.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/scancode.svg -------------------------------------------------------------------------------- /hosted_logos/scania.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/scania.svg -------------------------------------------------------------------------------- /hosted_logos/scanoss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/scanoss.svg -------------------------------------------------------------------------------- /hosted_logos/seagate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/seagate.svg -------------------------------------------------------------------------------- /hosted_logos/siemens.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/siemens.svg -------------------------------------------------------------------------------- /hosted_logos/slack.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/slack.svg -------------------------------------------------------------------------------- /hosted_logos/snowflake.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/snowflake.svg -------------------------------------------------------------------------------- /hosted_logos/snyk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/snyk.svg -------------------------------------------------------------------------------- /hosted_logos/sony.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/sony.svg -------------------------------------------------------------------------------- /hosted_logos/spdx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/spdx.svg -------------------------------------------------------------------------------- /hosted_logos/spotify.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/spotify.svg -------------------------------------------------------------------------------- /hosted_logos/square.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/square.svg -------------------------------------------------------------------------------- /hosted_logos/starlight.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/starlight.svg -------------------------------------------------------------------------------- /hosted_logos/steady.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/steady.svg -------------------------------------------------------------------------------- /hosted_logos/stripe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/stripe.svg -------------------------------------------------------------------------------- /hosted_logos/target.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/target.svg -------------------------------------------------------------------------------- /hosted_logos/tencent.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/tencent.svg -------------------------------------------------------------------------------- /hosted_logos/tern.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/tern.svg -------------------------------------------------------------------------------- /hosted_logos/thanksdev.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/thanksdev.svg -------------------------------------------------------------------------------- /hosted_logos/todo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/todo.svg -------------------------------------------------------------------------------- /hosted_logos/tomtom.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/tomtom.svg -------------------------------------------------------------------------------- /hosted_logos/tools_template.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/tools_template.svg -------------------------------------------------------------------------------- /hosted_logos/toshiba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/toshiba.svg -------------------------------------------------------------------------------- /hosted_logos/toyota.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/toyota.svg -------------------------------------------------------------------------------- /hosted_logos/trinity.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/trinity.svg -------------------------------------------------------------------------------- /hosted_logos/twitter.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/twitter.svg -------------------------------------------------------------------------------- /hosted_logos/two-sigma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/two-sigma.svg -------------------------------------------------------------------------------- /hosted_logos/uber.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/uber.svg -------------------------------------------------------------------------------- /hosted_logos/ucsc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/ucsc.svg -------------------------------------------------------------------------------- /hosted_logos/usbank.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/usbank.svg -------------------------------------------------------------------------------- /hosted_logos/verizon-media.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/verizon-media.svg -------------------------------------------------------------------------------- /hosted_logos/vigiles.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/vigiles.svg -------------------------------------------------------------------------------- /hosted_logos/vivo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/vivo.svg -------------------------------------------------------------------------------- /hosted_logos/vmware.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/vmware.svg -------------------------------------------------------------------------------- /hosted_logos/walmart-labs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/walmart-labs.svg -------------------------------------------------------------------------------- /hosted_logos/wayfair.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/wayfair.svg -------------------------------------------------------------------------------- /hosted_logos/westerndigital.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/westerndigital.svg -------------------------------------------------------------------------------- /hosted_logos/white-source.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/white-source.svg -------------------------------------------------------------------------------- /hosted_logos/wind-river.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/wind-river.svg -------------------------------------------------------------------------------- /hosted_logos/wipro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/wipro.svg -------------------------------------------------------------------------------- /hosted_logos/zalando.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/zalando.svg -------------------------------------------------------------------------------- /hosted_logos/zte.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/hosted_logos/zte.svg -------------------------------------------------------------------------------- /images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/images/favicon.png -------------------------------------------------------------------------------- /images/landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/images/landscape.png -------------------------------------------------------------------------------- /images/left-logo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/images/left-logo.svg -------------------------------------------------------------------------------- /landscape.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/HEAD/landscape.yml --------------------------------------------------------------------------------