From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8DD8EC433F5 for ; Tue, 10 May 2022 17:26:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1348203AbiEJRal (ORCPT ); Tue, 10 May 2022 13:30:41 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:35004 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1348120AbiEJR34 (ORCPT ); Tue, 10 May 2022 13:29:56 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0B9EBBC15; Tue, 10 May 2022 10:25:47 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 132EE6192C; Tue, 10 May 2022 17:25:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id A9D38C385CA; Tue, 10 May 2022 17:25:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1652203546; bh=BDz20yjWFJjaiy6ptX2gynepU72expDFXLvPGikpPr8=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=RMqcG/g4AHQT47Eppf4EB6laF7ndRzopEmDJ0fFSNIQGRLK5hThBd4CsOLEEyBB7c Uo6Piti9E00cnuGVlHUtqbDn2w1i0RZjaXqlHYV8xOn3upgb0bFihJUXKz92U+ugNf EgdINxPfkncfyVU/xc9h8VAS3MUQUTBmJGYtg3ojk7D/XZiAa6bKo/iEf5Ar8ZzzLY Zfjm0IDj2Uo5i/fg9g1qL9eNCUdYDLxkn3OoBunaJ04QOVFpeydcA0FvIFxNapJ3jN PsTlidnuGOi6kuotypzhguL33Ncry2Sumjn1h4qRkQbfKPiAhCNLx8yhKD3xXFHdAY 4Pi8ZS22UVxJg== From: Miguel Ojeda To: Jonathan Corbet Cc: Garrett LeSage , IFo Hancroft , linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Miguel Ojeda Subject: [PATCH v1 2/2] docs: add SVG version of the Linux logo Date: Tue, 10 May 2022 19:25:30 +0200 Message-Id: <20220510172530.29704-2-ojeda@kernel.org> In-Reply-To: <20220510172530.29704-1-ojeda@kernel.org> References: <20220510172530.29704-1-ojeda@kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org In the Rust for Linux patch series, Jonathan Corbet requested that we avoid binary assets (such as the logo), possibly by recreating them in SVG format. However, it turns out there is no SVG version of the Linux logo in the kernel tree yet, only a GIF one from the pre-v2.0.0 days. This patch fixes that by adding an SVG version of the Linux logo, which we could then use in the Rust for Linux documentation. This is a vector re-illustration by Garrett LeSage of the original logo by Larry Ewing, plus cleanups by IFo Hancroft. The file was imported as-is from: https://github.com/garrett/Tux/blob/ecd40de64250ea2b24c849e901c3297ad01= e54f6/tux.svg The stated license in the repository is: > Public domain http://creativecommons.org/publicdomain/zero/1.0/ > > ...but, if anyone asks: > > Tux was originally made by Larry Ewing in the Gimp, re-illustrated > in vector by Garrett LeSage, using Inkscape and refined and > cleaned up by IFo Hancroft. Here, the acknowledgement requirement has been made mandatory to match the wording of the existing GIF logo in `COPYING-logo`. Both Garrett LeSage and IFo Hancroft gave their permission to use their re-illustration with the license as given in the `COPYING-logo` file. Link: https://lore.kernel.org/lkml/87fspk1xoc.fsf@meer.lwn.net/ Link: https://lore.kernel.org/lkml/YgFsD7zBZyVqyF+F@battlestation/ Link: https://lore.kernel.org/lkml/CAFfNkxV=3DDmRJL1Oqm3w9YzBYcNLSAG3Ss8pih= 9ZVwh_E-Fbw+Q@mail.gmail.com/ Signed-off-by: Miguel Ojeda --- Documentation/images/COPYING-logo | 8 + Documentation/images/logo.svg | 2040 +++++++++++++++++++++++++++++ 2 files changed, 2048 insertions(+) create mode 100644 Documentation/images/logo.svg diff --git a/Documentation/images/COPYING-logo b/Documentation/images/COPYI= NG-logo index b21c7cf7d9f6..6a441d453cb5 100644 --- a/Documentation/images/COPYING-logo +++ b/Documentation/images/COPYING-logo @@ -11,3 +11,11 @@ Larry's web-page: =20 https://www.isc.tamu.edu/~lewing/linux/ =20 +The SVG version was re-illustrated in vector by Garrett LeSage and +refined and cleaned up by IFo Hancroft. It is also freely usable +as long as you acknowledge Larry, Garrett and IFo as above. + +There are also black-and-white and inverted vector versions at +Garrett's repository: + + https://github.com/garrett/Tux diff --git a/Documentation/images/logo.svg b/Documentation/images/logo.svg new file mode 100644 index 000000000000..58a6881c74b6 --- /dev/null +++ b/Documentation/images/logo.svg @@ -0,0 +1,2040 @@ + + + Tux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Tux + 20 June 2012 + + + Garrett LeSage + + + + + + Larry Ewing, the creator of the original Tux graphic= + + + + + tux + Linux + penguin + logo + + + + + Larry Ewing, Garrett LeSage + + + https://github.com/garrett/Tux + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + --=20 2.36.1