From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Jones Date: Mon, 12 Jun 2023 11:13:24 +0200 Subject: [PATCH 0/2] OpenSBI logo and copyright update In-Reply-To: <20230611040857.51858-1-apatel@ventanamicro.com> References: <20230611040857.51858-1-apatel@ventanamicro.com> Message-ID: <20230612-3f46ae2a208e71a771eb3281@orel> List-Id: To: opensbi@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Sun, Jun 11, 2023 at 09:38:55AM +0530, Anup Patel wrote: > The OpenSBI project does have an official logo which was designed > few months back. This logo is reviewed and approved by RISC-V > international. In fact, some of the RISC-V international slides > already use the official OpenSBI logo. > > We add the official logo to the OpenSBI sources so that anyone can: > * Use it in presentations > * Create laptop stickers > * ... and more ... > > We also update project copyright information in the top-level > README.md. > > These patches can also be found in logo_v1 branch at: > https://github.com/avpatel/opensbi.git > > Anup Patel (2): > docs: Add OpenSBI logo and use it in the top-level README.md > README.md: Improve project copyright information > > README.md | 8 ++++++-- > docs/riscv_opensbi_logo_final_color.png | Bin 0 -> 7758 bytes > docs/riscv_opensbi_logo_final_grey.png | Bin 0 -> 9159 bytes > 3 files changed, 6 insertions(+), 2 deletions(-) > create mode 100644 docs/riscv_opensbi_logo_final_color.png > create mode 100644 docs/riscv_opensbi_logo_final_grey.png > > -- > 2.34.1 > For the series, Reviewed-by: Andrew Jones