├── .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 ├── 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 ├── 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 ├── 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 ├── images ├── favicon.png ├── landscape.png └── left-logo.svg └── landscape.yml /.github/ISSUE_TEMPLATE/ospo-adopter.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: OSPO Adopter 3 | about: Request to added in the OSPO landscape to show that your organization has an OSPO or similar open source initiative 4 | title: "[OSPO Adopter] Request - [ORGANIZATION NAME]" 5 | labels: OSPO Adopter 6 | assignees: anajsana 7 | --- 8 | 9 | # OSPO Adopter Submission 10 | 11 | This is an issue created to be added as OSPO Adopter in the OSPO Landscape. 12 | If your organization has an Open Source Program Office or similar initiative, 13 | please create this issue so TODO PM can add you in the Landscape. 14 | 15 | > FYI: People can also submit a PR adding the organization and logo by themselves. 16 | > Please [check the documentation to learn how](https://github.com/todogroup/ospolandscape#new-entries). 17 | 18 | Please make sure your open source initiative: 19 | 20 | - [ ] Has a public facing site (e.g., https://opensource.microsoft.com or https://opensource.google or https://twitter.github.io) 21 | - [ ] The project ia open source and hosted on or mirrored to GitHub / GitLab or a different hosting provider 22 | - [ ] Logo is in SVG format and is shared in this issue 23 | 24 | Once this issue is created, TODO PM will review this issue and submitt a PR to the OSPO Landscape. 25 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/ospo-associate-request.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: TODO OSPO Associate - Request 3 | about: OSPO Associate Request 4 | title: "[OSPO Associate] Request - [ORGANIZATION NAME]" 5 | labels: OSPO Associate 6 | assignees: anajsana 7 | --- 8 | 9 | # TODO OSPO Associate Request 10 | 11 | This is an issue created to request to become an OSPO Associate. If your organization is interested to apply, please make sure you have (1) read the [OSPO Associate Program documentation](https://github.com/todogroup/governance/blob/main/OSPO-Associate-Program.md) 12 | and (2) fulfil the requirements from the Pre-submission checklist. 13 | 14 | ## Pre-submission checklist: 15 | 16 | 17 | - [ ] The entity is a community or OSPO provider aims to collaborate to improve OSPO adoption and education. 18 | - [ ] The entity compromises to co-create content with TODO Group 19 | - [ ] The entity allows to be promoted as TODO OSPO Associate and use their logo at TODO website and SM channels 20 | - [ ] The entity has an active commitment to the OSPO movement and TODO Group resources and initiatives 21 | 22 | ## Contact Information 23 | 24 | [ORGANIZATION/ COMMUNITY] 25 | 26 | - Contact 1 (primary) and GH Handle 27 | - Contact 2 and GH Handle 28 | 29 | 30 | ## REQUIRED: Benefits for the OSPO Ecosystem 31 | 32 | This is a very important section to understand how your organization or community could help growing the OSPO Ecosystem and impoving OSPO best bractices across industries. 33 | 34 | - 35 | - 36 | - 37 | - 38 | 39 | ## What do you expect from TODO Group as an OSPO Associate? 40 | 41 | Where and how could TODO Group help your organization and community? 42 | 43 | - 44 | - 45 | - 46 | - 47 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/report-bug.md: -------------------------------------------------------------------------------- 1 | --- 2 | name: Bug 3 | about: something doesn't work as expected 4 | title: "Report Bug" 5 | labels: bug 6 | assignees: anajsana 7 | --- 8 | # Bug type 9 | 10 | Which kind of issue are your facing within the ospo landscape? 11 | 12 | ## 🐛 Error in ospolandscape cards or missing ones 13 | 14 | 15 | If you see an error in the cards or missing ones, please, **don't create an issue**. 16 | 17 | Instead, edit landscape.yml (you can even do it via the GitHub web interface) and open a pull request. 18 | Then, review the preview staging server that's posted to your pull request and add a comment if your new or updated card looks correct and is ready to merge. 19 | Before going forward, please carefully review the sections of the Readme covering new entries, corrections, and logos: https://github.com/cncf/landscape/blob/master/README.md. 20 | 21 | ## 🐛 Other 22 | 23 | Please, provide more details about the issue that you are facing: 24 | 25 | - 26 | - 27 | - 28 | -------------------------------------------------------------------------------- /.github/PULL_REQUEST_TEMPLATE.md: -------------------------------------------------------------------------------- 1 | ### Pre-submission checklist: 2 | 3 | *Please check each of these after submitting your pull request:* 4 | 5 | * [ ] Are you only including a `repo_url` if your project is 100% open source? If so, you need to pick the single best GitHub repository for your project, not a GitHub organization. 6 | * [ ] Have you picked the single best (existing) category for your project? 7 | * [ ] If submitting a tool, is your project closed source or, if it is open source, does your project have at least 100 GitHub stars? 8 | * [ ] Does it follow the other guidelines from the [new entries](https://github.com/cncf/landscape#new-entries) section? 9 | * [ ] Have you included a URL for your SVG or added it to `hosted_logos` and referenced it there? 10 | * [ ] Does your logo clearly state the name of the project/product and follow the other logo [guidelines](https://github.com/cncf/landscape#logos)? 11 | * [ ] Does your project/product name match the text on the logo? 12 | * [ ] Have you verified that the Crunchbase data for your organization is correct (including headquarters and LinkedIn)? 13 | -------------------------------------------------------------------------------- /.github/workflows/validate.yml: -------------------------------------------------------------------------------- 1 | name: Validate 2 | 3 | on: 4 | merge_group: 5 | pull_request: 6 | branches: 7 | - main 8 | - master 9 | 10 | jobs: 11 | validate-landscape: 12 | runs-on: ubuntu-latest 13 | name: "Validate landscape.yml file" 14 | steps: 15 | - uses: actions/checkout@v3 16 | - uses: cncf/landscape2-validate-action@v2 17 | with: 18 | target_kind: data 19 | target_path: ./landscape.yml 20 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # IDEA/Webstorm project files 2 | .idea 3 | *.iml 4 | 5 | # VSCode metadata 6 | .vscode 7 | 8 | # Mac files 9 | .DS_Store 10 | 11 | # VIM swap files 12 | *.swp 13 | -------------------------------------------------------------------------------- /hosted_logos/Intersectmbo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /hosted_logos/adobe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 13 | 15 | 20 | 23 | 28 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /hosted_logos/alibaba.svg: -------------------------------------------------------------------------------- 1 | Alibaba Cloud (KCSP) logo -------------------------------------------------------------------------------- /hosted_logos/alliander.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml -------------------------------------------------------------------------------- /hosted_logos/amd-xilinx.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | -------------------------------------------------------------------------------- /hosted_logos/apple.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /hosted_logos/arm.svg: -------------------------------------------------------------------------------- 1 | Arm (member) logo -------------------------------------------------------------------------------- /hosted_logos/augur.svg: -------------------------------------------------------------------------------- 1 | 2 | 4 | 7 | 8 | 10 | 21 | 30 | 34 | 38 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /hosted_logos/baidu.svg: -------------------------------------------------------------------------------- 1 | Baidu (member) logo -------------------------------------------------------------------------------- /hosted_logos/blackduck.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 68 | 69 | 76 | 77 | 79 | 81 | 84 | 86 | 89 | 90 | 92 | 94 | 95 | 96 | 97 | 98 | -------------------------------------------------------------------------------- /hosted_logos/blackrock.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 11 | 13 | 16 | 20 | 24 | 28 | 32 | 36 | 40 | 44 | 48 | 52 | 53 | 54 | -------------------------------------------------------------------------------- /hosted_logos/boeing.svg: -------------------------------------------------------------------------------- 1 | boeing_logo -------------------------------------------------------------------------------- /hosted_logos/box.svg: -------------------------------------------------------------------------------- 1 | Box (supporter) logo -------------------------------------------------------------------------------- /hosted_logos/bytesafe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | -------------------------------------------------------------------------------- /hosted_logos/camunda.svg: -------------------------------------------------------------------------------- 1 | Logo_Black -------------------------------------------------------------------------------- /hosted_logos/ciq.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 24 | 25 | 26 | 27 | 28 | 29 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | -------------------------------------------------------------------------------- /hosted_logos/cisco.svg: -------------------------------------------------------------------------------- 1 | Cisco (member) logo -------------------------------------------------------------------------------- /hosted_logos/cncf.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosted_logos/code-climate.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosted_logos/comcast.svg: -------------------------------------------------------------------------------- 1 | Comcast (member) logo -------------------------------------------------------------------------------- /hosted_logos/debricked.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 13 | 17 | 18 | 19 | 24 | 26 | 28 | 32 | 33 | 38 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /hosted_logos/deutsche-bahn.svg: -------------------------------------------------------------------------------- 1 | 16 | 18 | 40 | 42 | 43 | 45 | image/svg+xml 46 | 48 | 49 | 50 | 51 | 52 | 57 | 60 | 63 | 68 | 69 | 72 | 77 | 78 | 82 | 87 | 88 | 92 | 97 | 98 | 99 | 100 | 101 | -------------------------------------------------------------------------------- /hosted_logos/didi.svg: -------------------------------------------------------------------------------- 1 | Nightingale logo -------------------------------------------------------------------------------- /hosted_logos/digitalocean.svg: -------------------------------------------------------------------------------- 1 | DigitalOcean (member) logo 2 | -------------------------------------------------------------------------------- /hosted_logos/dropbox.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 21 | 23 | 26 | 29 | 32 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | -------------------------------------------------------------------------------- /hosted_logos/elastic.svg: -------------------------------------------------------------------------------- 1 | logo-elastic-horizontal-color -------------------------------------------------------------------------------- /hosted_logos/epam.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 13 | 16 | 20 | 23 | 24 | 25 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /hosted_logos/ericsson.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 8 | 9 | 10 | 13 | 16 | 19 | 20 | 21 | 23 | 24 | 26 | 28 | 30 | 32 | 35 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /hosted_logos/f5.svg: -------------------------------------------------------------------------------- 1 | F5 logo -------------------------------------------------------------------------------- /hosted_logos/finos.svg: -------------------------------------------------------------------------------- 1 | Finos -------------------------------------------------------------------------------- /hosted_logos/fosslight.svg: -------------------------------------------------------------------------------- 1 | Asset 20 -------------------------------------------------------------------------------- /hosted_logos/foundationforpubliccode.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /hosted_logos/github.svg: -------------------------------------------------------------------------------- 1 | GitHub (member) logo -------------------------------------------------------------------------------- /hosted_logos/gitlab.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosted_logos/google.svg: -------------------------------------------------------------------------------- 1 | 2 | 5 | Google Cloud (member) logo 6 | 7 | 11 | 14 | 17 | 22 | 23 | 26 | 27 | 28 | -------------------------------------------------------------------------------- /hosted_logos/here-technologies.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosted_logos/intel.svg: -------------------------------------------------------------------------------- 1 | Intel (member) logo -------------------------------------------------------------------------------- /hosted_logos/itm-logo.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosted_logos/itrenew.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /hosted_logos/lfx-insights.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hosted_logos/line.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hosted_logos/markdoc.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /hosted_logos/netapp.svg: -------------------------------------------------------------------------------- 1 | NetApp (member) logo -------------------------------------------------------------------------------- /hosted_logos/netflix.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosted_logos/newrelic.svg: -------------------------------------------------------------------------------- 1 | NR_logo_Horizontal -------------------------------------------------------------------------------- /hosted_logos/nokia.svg: -------------------------------------------------------------------------------- 1 | 2 | 14 | 33 | 35 | 37 | 38 | 46 | 47 | -------------------------------------------------------------------------------- /hosted_logos/pinterest.svg: -------------------------------------------------------------------------------- 1 | Pinterest (member) logo -------------------------------------------------------------------------------- /hosted_logos/porsche.svg: -------------------------------------------------------------------------------- 1 | 5 | Porsche 6 | 21 | 22 | 23 | -------------------------------------------------------------------------------- /hosted_logos/qingcloud.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosted_logos/red-hat.svg: -------------------------------------------------------------------------------- 1 | Red Hat (member) logo -------------------------------------------------------------------------------- /hosted_logos/rochester-institute-of-technology.svg: -------------------------------------------------------------------------------- 1 | RIT_1505_hor_k -------------------------------------------------------------------------------- /hosted_logos/samsung.svg: -------------------------------------------------------------------------------- 1 | Samsung Electronics Co. Ltd. logo -------------------------------------------------------------------------------- /hosted_logos/sap.svg: -------------------------------------------------------------------------------- 1 | SAP (member) logo -------------------------------------------------------------------------------- /hosted_logos/scancode.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosted_logos/seagate.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosted_logos/siemens.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /hosted_logos/slack.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosted_logos/snyk.svg: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /hosted_logos/sony.svg: -------------------------------------------------------------------------------- 1 | 2 | image/svg+xml -------------------------------------------------------------------------------- /hosted_logos/spdx.svg: -------------------------------------------------------------------------------- 1 | SPDX_icon -------------------------------------------------------------------------------- /hosted_logos/spotify.svg: -------------------------------------------------------------------------------- 1 | Spotify (member) logo -------------------------------------------------------------------------------- /hosted_logos/square.svg: -------------------------------------------------------------------------------- 1 | Square Keywhiz logo -------------------------------------------------------------------------------- /hosted_logos/steady.svg: -------------------------------------------------------------------------------- 1 | ES-logo-152-transparent -------------------------------------------------------------------------------- /hosted_logos/stripe.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 21 | 22 | -------------------------------------------------------------------------------- /hosted_logos/target.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 8 | 12 | 14 | 16 | 18 | 22 | 26 | 29 | 31 | 32 | 33 | 34 | -------------------------------------------------------------------------------- /hosted_logos/tencent.svg: -------------------------------------------------------------------------------- 1 | Tencent Cloud (member) logo -------------------------------------------------------------------------------- /hosted_logos/tern.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 77 | 78 | 79 | 80 | 81 | -------------------------------------------------------------------------------- /hosted_logos/todo.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 18 | 20 | 24 | 25 | 26 | 27 | 28 | 30 | 32 | 33 | 34 | 37 | 40 | 44 | 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /hosted_logos/toyota.svg: -------------------------------------------------------------------------------- 1 | Toyota Motor Corporation (member) logo -------------------------------------------------------------------------------- /hosted_logos/twitter.svg: -------------------------------------------------------------------------------- 1 | Twitter (supporter) logo -------------------------------------------------------------------------------- /hosted_logos/two-sigma.svg: -------------------------------------------------------------------------------- 1 | Two Sigma (supporter) logo -------------------------------------------------------------------------------- /hosted_logos/uber.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | -------------------------------------------------------------------------------- /hosted_logos/ucsc.svg: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /hosted_logos/usbank.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 6 | 7 | 10 | 16 | 20 | 26 | 28 | 32 | 36 | 38 | 42 | 43 | -------------------------------------------------------------------------------- /hosted_logos/verizon-media.svg: -------------------------------------------------------------------------------- 1 | Verizon Media (supporter) logo -------------------------------------------------------------------------------- /hosted_logos/vmware.svg: -------------------------------------------------------------------------------- 1 | VMware (member) logo -------------------------------------------------------------------------------- /hosted_logos/westerndigital.svg: -------------------------------------------------------------------------------- 1 | WestDigi_Logo_2L_RGB_B -------------------------------------------------------------------------------- /hosted_logos/white-source.svg: -------------------------------------------------------------------------------- 1 | WhiteSource logo -------------------------------------------------------------------------------- /hosted_logos/wind-river.svg: -------------------------------------------------------------------------------- 1 | wind -------------------------------------------------------------------------------- /images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/dc01466a70ca4163c03124391cbdec2dd39a2490/images/favicon.png -------------------------------------------------------------------------------- /images/landscape.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/todogroup/ospolandscape/dc01466a70ca4163c03124391cbdec2dd39a2490/images/landscape.png --------------------------------------------------------------------------------